Searched refs:LGHR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-07.ll | 107 ; Test a case where we spill the source of at least one LGHR. We want
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-conv-07.ll | 107 ; Test a case where we spill the source of at least one LGHR. We want
|
/external/v8/src/s390/ |
D | simulator-s390.h | 867 EVALUATE(LGHR);
|
D | constants-s390.h | 1362 V(lghr, LGHR, 0xB907) /* type = RRE LOAD HALFWORD (64<-16) */ \
|
D | simulator-s390.cc | 1155 EvalTable[LGHR] = &Simulator::Evaluate_LGHR; in EvalTableInit() 3056 EVALUATE(LGHR) { in EVALUATE() argument 3057 DCHECK_OPCODE(LGHR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 622 4202009U, // LGHR
|
D | SystemZGenDisassemblerTables.inc | 554 /* 2005 */ MCD_OPC_Decode, 217, 4, 80, // Opcode: LGHR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 591 def LGHR : UnaryRRE<"lgh", 0xB907, sext16, GR64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 577 def LGHR : UnaryRRE<"lghr", 0xB907, sext16, GR64, GR64>;
|