Lines Matching refs:USE_DELAY_SLOT
1122 __ Branch(USE_DELAY_SLOT, &done); in DoModByPowerOf2I()
1183 __ Branch(USE_DELAY_SLOT, &done); in DoModI()
1459 __ Branch(&done, eq, remainder, Operand(zero_reg), USE_DELAY_SLOT); in DoFlooringDivI()
2825 __ Branch(USE_DELAY_SLOT, &done, condition, v0, Operand(zero_reg)); in DoCmpT()
3478 __ Branch(USE_DELAY_SLOT, &invoke, eq, length, Operand(zero_reg)); in DoApplyArguments()
3485 __ Branch(USE_DELAY_SLOT, &loop, ne, length, Operand(zero_reg)); in DoApplyArguments()
3658 __ Branch(USE_DELAY_SLOT, &done, ge, input, Operand(zero_reg)); in EmitIntegerMathAbs()
3831 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, temp, input); in DoMathPowHalf()
4903 __ Branch(USE_DELAY_SLOT, &no_heap_number, ne, scratch1, Operand(at)); in DoDeferredTaggedToI()
4914 __ Branch(USE_DELAY_SLOT, &done); in DoDeferredTaggedToI()
4920 __ Branch(USE_DELAY_SLOT, &done); in DoDeferredTaggedToI()
4926 __ Branch(USE_DELAY_SLOT, &done); in DoDeferredTaggedToI()
5532 __ Branch(USE_DELAY_SLOT, false_label, in EmitTypeofIs()
5551 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs()
5559 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs()
5583 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs()
5588 __ Branch(USE_DELAY_SLOT, false_label, in EmitTypeofIs()
5881 __ Branch(USE_DELAY_SLOT, &out_of_object, lt, index, Operand(zero_reg)); in DoLoadFieldByIndex()