Searched refs:LRVGR (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | bswap-03.ll | 101 ; Test a case where we spill the source of at least one LRVGR. We want
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 757 case LRVGR: in DecodeFourByte()
|
D | simulator-s390.h | 938 EVALUATE(LRVGR);
|
D | constants-s390.h | 1425 V(lrvgr, LRVGR, 0xB90F) /* type = RRE LOAD REVERSED (64) */ \
|
D | simulator-s390.cc | 1164 EvalTable[LRVGR] = &Simulator::Evaluate_LRVGR; in EvalTableInit() 10053 EVALUATE(LRVGR) { in EVALUATE() argument 10054 DCHECK_OPCODE(LRVGR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 682 4201991U, // LRVGR
|
D | SystemZGenDisassemblerTables.inc | 575 /* 2101 */ MCD_OPC_Decode, 149, 5, 80, // Opcode: LRVGR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 733 def LRVGR : UnaryRRE<"lrvg", 0xB90F, bswap, GR64, GR64>;
|