Home
last modified time | relevance | path

Searched refs:LRVGR (Results 1 – 7 of 7) 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.cc742 case LRVGR: in DecodeFourByte()
Dconstants-s390.h600 LRVGR = 0xB90F, // Load Reversed (64) enumerator
Dsimulator-s390.h928 EVALUATE(LRVGR);
Dassembler-s390.cc1435 RRE_FORM_EMIT(lrvgr, LRVGR) in RX_FORM_EMIT()
Dsimulator-s390.cc1149 EvalTable[LRVGR] = &Simulator::Evaluate_LRVGR; in EvalTableInit()
9893 EVALUATE(LRVGR) { in EVALUATE() argument
9894 DCHECK_OPCODE(LRVGR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td733 def LRVGR : UnaryRRE<"lrvg", 0xB90F, bswap, GR64, GR64>;