Lines Matching refs:USE_DELAY_SLOT
1744 Branch(USE_DELAY_SLOT, &done); in Neg_s()
1770 Branch(USE_DELAY_SLOT, &done); in Neg_d()
1798 Branch(&msb_clear, ge, rs, Operand(zero_reg), USE_DELAY_SLOT); in Cvt_d_uw()
1813 Branch(USE_DELAY_SLOT, &conversion_done); in Cvt_d_uw()
1968 Branch(USE_DELAY_SLOT, &done, hs, at, in RoundDouble()
1974 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in RoundDouble()
2029 Branch(USE_DELAY_SLOT, &done, hs, at, in RoundFloat()
2034 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg)); in RoundFloat()
2551 Branch(&loop, ne, mask, Operand(zero_reg), USE_DELAY_SLOT); in Clz()
3745 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt); in Jump()
3926 if (bdslot == USE_DELAY_SLOT) { in BranchLong()
3956 Ret(USE_DELAY_SLOT); in DropAndRet()
4864 Ret(USE_DELAY_SLOT); in LeaveExitFrame()
4911 JumpIfSmi(src, smi_case, scratch, USE_DELAY_SLOT); in UntagAndJumpIfSmi()