Home
last modified time | relevance | path

Searched refs:SLFI (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-usub-08.ll40 ; Check the next value down, which must use SLFI instead.
88 ; Check the next value down, which must use SLFI instead.
Dint-usub-04.ll23 ; Check the high end of the SLFI range.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1209 if ((Opcode == SystemZ::SLFI && OpNum == 0 && in foldMemoryOperandImpl()
1214 Opcode = (Opcode == SystemZ::SLFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()
DSystemZScheduleZ196.td348 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLFI$")>;
DSystemZScheduleZEC12.td359 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLFI$")>;
DSystemZScheduleZ13.td382 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLFI$")>;
DSystemZScheduleZ14.td383 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLFI$")>;
DSystemZInstrInfo.td1051 def SLFI : BinaryRIL<"slfi", 0xC25, z_usub, GR32, uimm32>;
/external/v8/src/s390/
Dsimulator-s390.h644 EVALUATE(SLFI);
Dconstants-s390.h714 V(slfi, SLFI, 0xC25) /* type = RIL_A SUBTRACT LOGICAL IMMEDIATE (32) */ \
Dsimulator-s390.cc935 EvalTable[SLFI] = &Simulator::Evaluate_SLFI; in EvalTableInit()
4826 EVALUATE(SLFI) { in EVALUATE() argument
4827 DCHECK_OPCODE(SLFI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc835 5248961U, // SLFI
1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
DSystemZGenDisassemblerTables.inc908 /* 282 */ MCD_OPC_Decode, 174, 6, 97, // Opcode: SLFI
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td979 def SLFI : BinaryRIL<"slfi", 0xC25, null_frag, GR32, uimm32>;