Searched refs:SLBR (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/s390/ |
D | simulator-s390.h | 937 EVALUATE(SLBR);
|
D | constants-s390.h | 1427 V(slbr, SLBR, 0xB999) /* type = RRE SUBTRACT LOGICAL WITH BORROW (32) */ \
|
D | simulator-s390.cc | 1225 EvalTable[SLBR] = &Simulator::Evaluate_SLBR; in EvalTableInit() 7294 EVALUATE(SLBR) { in EVALUATE() argument 7295 DCHECK_OPCODE(SLBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 834 1055881U, // SLBR
|
D | SystemZGenDisassemblerTables.inc | 677 /* 2588 */ MCD_OPC_Decode, 173, 6, 4, // Opcode: SLBR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 992 def SLBR : BinaryRRE<"slb", 0xB999, sube, GR32, GR32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1078 def SLBR : BinaryRRE<"slbr", 0xB999, z_subcarry, GR32, GR32>;
|