Searched refs:SLFI (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-usub-08.ll | 40 ; Check the next value down, which must use SLFI instead. 88 ; Check the next value down, which must use SLFI instead.
|
D | int-usub-04.ll | 23 ; Check the high end of the SLFI range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1209 if ((Opcode == SystemZ::SLFI && OpNum == 0 && in foldMemoryOperandImpl() 1214 Opcode = (Opcode == SystemZ::SLFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()
|
D | SystemZScheduleZ196.td | 348 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLFI$")>;
|
D | SystemZScheduleZEC12.td | 359 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLFI$")>;
|
D | SystemZScheduleZ13.td | 382 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLFI$")>;
|
D | SystemZScheduleZ14.td | 383 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLFI$")>;
|
D | SystemZInstrInfo.td | 1051 def SLFI : BinaryRIL<"slfi", 0xC25, z_usub, GR32, uimm32>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 644 EVALUATE(SLFI);
|
D | constants-s390.h | 714 V(slfi, SLFI, 0xC25) /* type = RIL_A SUBTRACT LOGICAL IMMEDIATE (32) */ \
|
D | simulator-s390.cc | 935 EvalTable[SLFI] = &Simulator::Evaluate_SLFI; in EvalTableInit() 4826 EVALUATE(SLFI) { in EVALUATE() argument 4827 DCHECK_OPCODE(SLFI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 835 5248961U, // SLFI 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
D | SystemZGenDisassemblerTables.inc | 908 /* 282 */ MCD_OPC_Decode, 174, 6, 97, // Opcode: SLFI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 979 def SLFI : BinaryRIL<"slfi", 0xC25, null_frag, GR32, uimm32>;
|