Searched refs:notInt (Results 1 – 3 of 3) sorted by relevance
271 Jump notInt = branch32(NotEqual, scratch, TrustedImm32(JSValue::Int32Tag)); in emitLoadDouble() local278 return notInt; in emitLoadDouble()309 Jump notInt = branchPtr(Below, scratch, tagTypeNumberRegister); in emitLoadDouble() local312 notInt.link(this); in emitLoadDouble()
1155 Jump notInt = emitJumpIfNotImmediateInteger(regT0); in emit_op_div() local1158 notInt.link(this); in emit_op_div()1174 Jump notInt = emitJumpIfNotImmediateInteger(regT1); in emit_op_div() local1177 notInt.link(this); in emit_op_div()
477 … Jump notInt = branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)); // op2 is not an int in emitRightShiftSlowCase() local486 notInt.link(this); in emitRightShiftSlowCase()