Home
last modified time | relevance | path

Searched refs:SLGFI (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-add-07.ll105 ; 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/
Dint-add-07.ll105 ; Check the next value down, which must use SLGFI instead.
114 ; Check the low end of the SLGFI range.
Dint-usub-09.ll40 ; Check the next value up, which must use SLGFI instead.
88 ; Test the next value down, which cannot use either ALGHSIK or SLGFI.
Dint-usub-05.ll23 ; Check the high end of the SLGFI range.
/external/v8/src/s390/
Dsimulator-s390.h643 EVALUATE(SLGFI);
Dconstants-s390.h712 V(slgfi, SLGFI, \
Dsimulator-s390.cc934 EvalTable[SLGFI] = &Simulator::Evaluate_SLGFI; in EvalTableInit()
4811 EVALUATE(SLGFI) { in EVALUATE() argument
4812 DCHECK_OPCODE(SLGFI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc839 5248935U, // SLGFI
1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
DSystemZGenDisassemblerTables.inc906 /* 274 */ MCD_OPC_Decode, 178, 6, 103, // Opcode: SLGFI
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1211 (Opcode == SystemZ::SLGFI && OpNum == 0 && in foldMemoryOperandImpl()
DSystemZInstrInfo.td1052 def SLGFI : BinaryRIL<"slgfi", 0xC24, z_usub, GR64, imm64zx32>;
1073 (SLGFI GR64:$src1, imm64zx32n:$src2)>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td980 def SLGFI : BinaryRIL<"slgfi", 0xC24, null_frag, GR64, imm64zx32>;
1698 (SLGFI GR64:$src1, imm64zx32n:$src2)>;