Searched refs:SLGFI (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-07.ll | 105 ; Check the next value down, which must use SLGFI instead. 114 ; Check the low end of the SLGFI range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-add-07.ll | 105 ; Check the next value down, which must use SLGFI instead. 114 ; Check the low end of the SLGFI range.
|
D | int-usub-09.ll | 40 ; Check the next value up, which must use SLGFI instead. 88 ; Test the next value down, which cannot use either ALGHSIK or SLGFI.
|
D | int-usub-05.ll | 23 ; Check the high end of the SLGFI range.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 643 EVALUATE(SLGFI);
|
D | constants-s390.h | 712 V(slgfi, SLGFI, \
|
D | simulator-s390.cc | 934 EvalTable[SLGFI] = &Simulator::Evaluate_SLGFI; in EvalTableInit() 4811 EVALUATE(SLGFI) { in EVALUATE() argument 4812 DCHECK_OPCODE(SLGFI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 839 5248935U, // SLGFI 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
D | SystemZGenDisassemblerTables.inc | 906 /* 274 */ MCD_OPC_Decode, 178, 6, 103, // Opcode: SLGFI
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1211 (Opcode == SystemZ::SLGFI && OpNum == 0 && in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 1052 def SLGFI : BinaryRIL<"slgfi", 0xC24, z_usub, GR64, imm64zx32>; 1073 (SLGFI GR64:$src1, imm64zx32n:$src2)>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 980 def SLGFI : BinaryRIL<"slgfi", 0xC24, null_frag, GR64, imm64zx32>; 1698 (SLGFI GR64:$src1, imm64zx32n:$src2)>;
|