Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-04.ll116 ; Test a case where we spill the source of at least one LLGCR. We want
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-conv-04.ll116 ; Test a case where we spill the source of at least one LLGCR. We want
/external/v8/src/s390/
Dsimulator-s390.h921 EVALUATE(LLGCR);
Dconstants-s390.h1414 V(llgcr, LLGCR, 0xB984) /* type = RRE LOAD LOGICAL CHARACTER (64<-8) */ \
Dsimulator-s390.cc1209 EvalTable[LLGCR] = &Simulator::Evaluate_LLGCR; in EvalTableInit()
7132 EVALUATE(LLGCR) { in EVALUATE() argument
7133 DCHECK_OPCODE(LLGCR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp967 unsigned OpCode = (RISBG.Mask == 0xff ? SystemZ::LLGCR : SystemZ::LLGHR); in tryRISBGZero()
DSystemZInstrInfo.td646 def LLGCR : UnaryRRE<"llgc", 0xB984, zext8, GR64, GR64>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc640 4201724U, // LLGCR
DSystemZGenDisassemblerTables.inc647 /* 2440 */ MCD_OPC_Decode, 235, 4, 80, // Opcode: LLGCR
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td630 def LLGCR : UnaryRRE<"llgcr", 0xB984, zext8, GR64, GR64>;