Searched refs:SLGFR (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-03.ll | 7 ; Check SLGFR. 106 ; Check that subtractions of spilled values can use SLGF rather than SLGFR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-sub-03.ll | 7 ; Check SLGFR. 106 ; Check that subtractions of spilled values can use SLGF rather than SLGFR.
|
D | int-usub-03.ll | 7 ; Check SLGFR. 206 ; Check that subtractions of spilled values can use SLGF rather than SLGFR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 886 EVALUATE(SLGFR);
|
D | constants-s390.h | 1382 V(slgfr, SLGFR, 0xB91B) /* type = RRE SUBTRACT LOGICAL (64<-32) */ \
|
D | simulator-s390.cc | 1174 EvalTable[SLGFR] = &Simulator::Evaluate_SLGFR; in EvalTableInit() 6876 EVALUATE(SLGFR) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 974 def SLGFR : BinaryRRE<"slgf", 0xB91B, null_frag, GR64, GR32>; 987 defm : ZXB<subc, GR64, SLGFR>; 1696 defm : ZXB<sub, GR64, SLGFR>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1041 def SLGFR : BinaryRRE<"slgfr", 0xB91B, null_frag, GR64, GR32>; 1059 defm : ZXB<z_usub, GR64, SLGFR>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 840 1056122U, // SLGFR
|
D | SystemZGenDisassemblerTables.inc | 605 /* 2239 */ MCD_OPC_Decode, 179, 6, 84, // Opcode: SLGFR
|