Home
last modified time | relevance | path

Searched refs:SLBG (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-sub-05.ll39 ; Test the highest aligned offset that is in range of both SLG and SLBG.
91 ; Test the lowest displacement that is in range of both SLG and SLBG.
107 ; Test the next doubleword down, which is out of range of the SLBG.
123 ; Check that subtractions of spilled values can use SLG and SLBG rather than
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-sub-05.ll39 ; Test the highest aligned offset that is in range of both SLG and SLBG.
91 ; Test the lowest displacement that is in range of both SLG and SLBG.
107 ; Test the next doubleword down, which is out of range of the SLBG.
123 ; Check that subtractions of spilled values can use SLG and SLBG rather than
/external/v8/src/s390/
Dsimulator-s390.h1044 EVALUATE(SLBG);
Dconstants-s390.h903 V(slbg, SLBG, 0xE389) /* type = RXY_A SUBTRACT LOGICAL WITH BORROW (64) */ \
Dsimulator-s390.cc1332 EvalTable[SLBG] = &Simulator::Evaluate_SLBG; in EvalTableInit()
8404 EVALUATE(SLBG) { in EVALUATE() argument
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc833 5205U, // SLBG
DSystemZGenDisassemblerTables.inc1115 /* 1110 */ MCD_OPC_Decode, 172, 6, 110, // Opcode: SLBG
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td997 def SLBG : BinaryRXY<"slbg", 0xE389, sube, GR64, load, 8>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1083 def SLBG : BinaryRXY<"slbg", 0xE389, z_subcarry, GR64, load, 8>;