Searched refs:LGBR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-03.ll | 107 ; Test a case where we spill the source of at least one LGBR. We want
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-conv-03.ll | 107 ; Test a case where we spill the source of at least one LGBR. We want
|
/external/v8/src/s390/ |
D | simulator-s390.h | 866 EVALUATE(LGBR);
|
D | constants-s390.h | 1361 V(lgbr, LGBR, 0xB906) /* type = RRE LOAD BYTE (64<-8) */ \
|
D | simulator-s390.cc | 1154 EvalTable[LGBR] = &Simulator::Evaluate_LGBR; in EvalTableInit() 3036 EVALUATE(LGBR) { in EVALUATE() argument 3037 DCHECK_OPCODE(LGBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 614 4201580U, // LGBR
|
D | SystemZGenDisassemblerTables.inc | 551 /* 1991 */ MCD_OPC_Decode, 209, 4, 80, // Opcode: LGBR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 590 def LGBR : UnaryRRE<"lgb", 0xB906, sext8, GR64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 576 def LGBR : UnaryRRE<"lgbr", 0xB906, sext8, GR64, GR64>;
|