Home
last modified time | relevance | path

Searched refs:LLGHR (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-conv-08.ll116 ; Test a case where we spill the source of at least one LLGHR. We want
/external/llvm/test/CodeGen/SystemZ/
Dint-conv-08.ll116 ; Test a case where we spill the source of at least one LLGHR. We want
/external/v8/src/s390/
Dsimulator-s390.h922 EVALUATE(LLGHR);
Dconstants-s390.h1415 V(llghr, LLGHR, 0xB985) /* type = RRE LOAD LOGICAL HALFWORD (64<-16) */ \
Dsimulator-s390.cc1210 EvalTable[LLGHR] = &Simulator::Evaluate_LLGHR; in EvalTableInit()
7142 EVALUATE(LLGHR) { in EVALUATE() argument
7143 DCHECK_OPCODE(LLGHR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp967 unsigned OpCode = (RISBG.Mask == 0xff ? SystemZ::LLGCR : SystemZ::LLGHR); in tryRISBGZero()
DSystemZInstrInfo.td647 def LLGHR : UnaryRRE<"llgh", 0xB985, zext16, GR64, GR64>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc645 4202008U, // LLGHR
DSystemZGenDisassemblerTables.inc650 /* 2455 */ MCD_OPC_Decode, 240, 4, 80, // Opcode: LLGHR
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td631 def LLGHR : UnaryRRE<"llghr", 0xB985, zext16, GR64, GR64>;