Searched refs:SEBR (Results 1 – 7 of 7) sorted by relevance
75 ; Check that subtractions of spilled values can use SEB rather than SEBR.
970 case SEBR: in DecodeFourByte()
752 SEBR = 0xB30B, // Subtract (short BFP) enumerator
787 EVALUATE(SEBR);
1008 EvalTable[SEBR] = &Simulator::Evaluate_SEBR; in EvalTableInit()4142 case SEBR: in DecodeFourByteFloatingPoint()4183 } else if (op == SEBR) { in DecodeFourByteFloatingPoint()8614 EVALUATE(SEBR) { in EVALUATE() argument8615 DCHECK_OPCODE(SEBR); in EVALUATE()
2742 rre_form(SEBR, Register::from_code(r1.code()), in sebr()
372 def SEBR : BinaryRRE<"seb", 0xB30B, fsub, FP32, FP32>;