Lines Matching refs:USE_DELAY_SLOT
2086 Branch(USE_DELAY_SLOT, &done); in Neg_s()
2111 Branch(USE_DELAY_SLOT, &done); in Neg_d()
2168 Branch(USE_DELAY_SLOT, &conversion_done); in Cvt_d_ul()
2222 Branch(USE_DELAY_SLOT, &conversion_done); in Cvt_s_ul()
2519 Branch(USE_DELAY_SLOT, &done, hs, at, in RoundDouble()
2524 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in RoundDouble()
2579 Branch(USE_DELAY_SLOT, &done, hs, at, in RoundFloat()
2584 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in RoundFloat()
4176 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt); in Jump()
4304 if (bdslot == USE_DELAY_SLOT) { in BranchLong()
4335 Ret(USE_DELAY_SLOT); in DropAndRet()
5248 Ret(USE_DELAY_SLOT); in LeaveExitFrame()
5308 JumpIfSmi(src, smi_case, scratch, USE_DELAY_SLOT); in UntagAndJumpIfSmi()