Home
last modified time | relevance | path

Searched refs:SLGR (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-usub-07.ll64 ; Check that we can still use SLGR in obvious cases.
Dint-usub-02.ll7 ; Check SLGR.
196 ; Check that subtractions of spilled values can use SLG rather than SLGR.
Dint-sub-05.ll124 ; SLGR and SLBGR.
/external/llvm/test/CodeGen/SystemZ/
Dint-sub-05.ll124 ; SLGR and SLBGR.
/external/v8/src/s390/
Dsimulator-s390.h871 EVALUATE(SLGR);
Dconstants-s390.h1366 V(slgr, SLGR, 0xB90B) /* type = RRE SUBTRACT LOGICAL (64) */ \
Dsimulator-s390.cc1159 EvalTable[SLGR] = &Simulator::Evaluate_SLGR; in EvalTableInit()
6733 EVALUATE(SLGR) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td352 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLGR(K)?$")>;
DSystemZScheduleZEC12.td363 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLGR(K)?$")>;
DSystemZScheduleZ13.td386 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLGR(K)?$")>;
DSystemZScheduleZ14.td387 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLGR(K)?$")>;
DSystemZInstrInfo.td1042 defm SLGR : BinaryRREAndK<"slgr", 0xB90B, 0xB9EB, z_usub, GR64, GR64>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc841 1056220U, // SLGR
DSystemZGenDisassemblerTables.inc566 /* 2059 */ MCD_OPC_Decode, 180, 6, 81, // Opcode: SLGR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td975 defm SLGR : BinaryRREAndK<"slg", 0xB90B, 0xB9EB, subc, GR64, GR64>;