Searched refs:DEBR (Results 1 – 7 of 7) sorted by relevance
75 ; Check that divisions of spilled values can use DEB rather than DEBR.
976 case DEBR: in DecodeFourByte()
406 DEBR = 0xB30D, // Divide (short BFP) enumerator
789 EVALUATE(DEBR);
1010 EvalTable[DEBR] = &Simulator::Evaluate_DEBR; in EvalTableInit()4147 case DEBR: in DecodeFourByteFloatingPoint()4210 } else if (op == DEBR) { in DecodeFourByteFloatingPoint()8632 EVALUATE(DEBR) { in EVALUATE() argument8633 DCHECK_OPCODE(DEBR); in EVALUATE()
2706 rre_form(DEBR, Register::from_code(r1.code()), in debr()
430 def DEBR : BinaryRRE<"deb", 0xB30D, fdiv, FP32, FP32>;