Searched refs:LRVGR (Results 1 – 7 of 7) sorted by relevance
101 ; Test a case where we spill the source of at least one LRVGR. We want
742 case LRVGR: in DecodeFourByte()
600 LRVGR = 0xB90F, // Load Reversed (64) enumerator
928 EVALUATE(LRVGR);
1435 RRE_FORM_EMIT(lrvgr, LRVGR) in RX_FORM_EMIT()
1149 EvalTable[LRVGR] = &Simulator::Evaluate_LRVGR; in EvalTableInit()9893 EVALUATE(LRVGR) { in EVALUATE() argument9894 DCHECK_OPCODE(LRVGR); in EVALUATE()
733 def LRVGR : UnaryRRE<"lrvg", 0xB90F, bswap, GR64, GR64>;