Home
last modified time | relevance | path

Searched refs:SLBGR (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-sub-05.ll124 ; SLGR and SLBGR.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-sub-05.ll124 ; SLGR and SLBGR.
/external/v8/src/s390/
Dsimulator-s390.h926 EVALUATE(SLBGR);
Dconstants-s390.h1419 V(slbgr, SLBGR, 0xB989) /* type = RRE SUBTRACT LOGICAL WITH BORROW (64) */ \
Dsimulator-s390.cc1214 EvalTable[SLBGR] = &Simulator::Evaluate_SLBGR; in EvalTableInit()
7185 EVALUATE(SLBGR) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td993 def SLBGR : BinaryRRE<"slbg", 0xB989, sube, GR64, GR64>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1079 def SLBGR : BinaryRRE<"slbgr", 0xB989, z_subcarry, GR64, GR64>;