Home
last modified time | relevance | path

Searched refs:LRVR (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dbswap-02.ll101 ; Test a case where we spill the source of at least one LRVR. We want
/external/v8/src/s390/
Ddisasm-s390.cc754 case LRVR: in DecodeFourByte()
Dsimulator-s390.h953 EVALUATE(LRVR);
Dconstants-s390.h1441 V(lrvr, LRVR, 0xB91F) /* type = RRE LOAD REVERSED (32) */ \
Dsimulator-s390.cc1179 EvalTable[LRVR] = &Simulator::Evaluate_LRVR; in EvalTableInit()
10189 EVALUATE(LRVR) { in EVALUATE() argument
10190 DCHECK_OPCODE(LRVR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td732 def LRVR : UnaryRRE<"lrv", 0xB91F, bswap, GR32, GR32>;