Searched refs:SLGR (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-usub-07.ll | 64 ; Check that we can still use SLGR in obvious cases.
|
D | int-usub-02.ll | 7 ; Check SLGR. 196 ; Check that subtractions of spilled values can use SLG rather than SLGR.
|
D | int-sub-05.ll | 124 ; SLGR and SLBGR.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-05.ll | 124 ; SLGR and SLBGR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 871 EVALUATE(SLGR);
|
D | constants-s390.h | 1366 V(slgr, SLGR, 0xB90B) /* type = RRE SUBTRACT LOGICAL (64) */ \
|
D | simulator-s390.cc | 1159 EvalTable[SLGR] = &Simulator::Evaluate_SLGR; in EvalTableInit() 6733 EVALUATE(SLGR) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 352 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLGR(K)?$")>;
|
D | SystemZScheduleZEC12.td | 363 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLGR(K)?$")>;
|
D | SystemZScheduleZ13.td | 386 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLGR(K)?$")>;
|
D | SystemZScheduleZ14.td | 387 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLGR(K)?$")>;
|
D | SystemZInstrInfo.td | 1042 defm SLGR : BinaryRREAndK<"slgr", 0xB90B, 0xB9EB, z_usub, GR64, GR64>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 841 1056220U, // SLGR
|
D | SystemZGenDisassemblerTables.inc | 566 /* 2059 */ MCD_OPC_Decode, 180, 6, 81, // Opcode: SLGR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 975 defm SLGR : BinaryRREAndK<"slg", 0xB90B, 0xB9EB, subc, GR64, GR64>;
|