Home
last modified time | relevance | path

Searched refs:LRVGR (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dbswap-03.ll101 ; Test a case where we spill the source of at least one LRVGR. We want
/external/v8/src/s390/
Ddisasm-s390.cc757 case LRVGR: in DecodeFourByte()
Dsimulator-s390.h938 EVALUATE(LRVGR);
Dconstants-s390.h1425 V(lrvgr, LRVGR, 0xB90F) /* type = RRE LOAD REVERSED (64) */ \
Dsimulator-s390.cc1164 EvalTable[LRVGR] = &Simulator::Evaluate_LRVGR; in EvalTableInit()
10053 EVALUATE(LRVGR) { in EVALUATE() argument
10054 DCHECK_OPCODE(LRVGR); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc682 4201991U, // LRVGR
DSystemZGenDisassemblerTables.inc575 /* 2101 */ MCD_OPC_Decode, 149, 5, 80, // Opcode: LRVGR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td733 def LRVGR : UnaryRRE<"lrvg", 0xB90F, bswap, GR64, GR64>;