Searched refs:SLBG (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-05.ll | 39 ; 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/ |
D | int-sub-05.ll | 39 ; 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/ |
D | simulator-s390.h | 1044 EVALUATE(SLBG);
|
D | constants-s390.h | 903 V(slbg, SLBG, 0xE389) /* type = RXY_A SUBTRACT LOGICAL WITH BORROW (64) */ \
|
D | simulator-s390.cc | 1332 EvalTable[SLBG] = &Simulator::Evaluate_SLBG; in EvalTableInit() 8404 EVALUATE(SLBG) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 833 5205U, // SLBG
|
D | SystemZGenDisassemblerTables.inc | 1115 /* 1110 */ MCD_OPC_Decode, 172, 6, 110, // Opcode: SLBG
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 997 def SLBG : BinaryRXY<"slbg", 0xE389, sube, GR64, load, 8>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1083 def SLBG : BinaryRXY<"slbg", 0xE389, z_subcarry, GR64, load, 8>;
|