Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-07.ll107 ; 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/
Dint-conv-07.ll107 ; Test a case where we spill the source of at least one LGHR. We want
/external/v8/src/s390/
Dsimulator-s390.h867 EVALUATE(LGHR);
Dconstants-s390.h1362 V(lghr, LGHR, 0xB907) /* type = RRE LOAD HALFWORD (64<-16) */ \
Dsimulator-s390.cc1155 EvalTable[LGHR] = &Simulator::Evaluate_LGHR; in EvalTableInit()
3056 EVALUATE(LGHR) { in EVALUATE() argument
3057 DCHECK_OPCODE(LGHR); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc622 4202009U, // LGHR
DSystemZGenDisassemblerTables.inc554 /* 2005 */ MCD_OPC_Decode, 217, 4, 80, // Opcode: LGHR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td591 def LGHR : UnaryRRE<"lgh", 0xB907, sext16, GR64, GR64>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td577 def LGHR : UnaryRRE<"lghr", 0xB907, sext16, GR64, GR64>;