Searched refs:DEBR (Results 1 – 6 of 6) sorted by relevance
75 ; Check that divisions of spilled values can use DEB rather than DEBR.
1003 case DEBR: in DecodeFourByte()
798 EVALUATE(DEBR);
1291 V(debr, DEBR, 0xB30D) /* type = RRE DIVIDE (short BFP) */ \
1024 EvalTable[DEBR] = &Simulator::Evaluate_DEBR; in EvalTableInit()4167 case DEBR: in DecodeFourByteFloatingPoint()4230 } else if (op == DEBR) { in DecodeFourByteFloatingPoint()8766 EVALUATE(DEBR) { in EVALUATE() argument8767 DCHECK_OPCODE(DEBR); in EVALUATE()
430 def DEBR : BinaryRRE<"deb", 0xB30D, fdiv, FP32, FP32>;