Lines Matching defs:zero
810 DeoptimizeIf(zero, instr->environment());
816 // Check for (0 % -x) that will produce negative zero.
852 DeoptimizeIf(zero, instr->environment());
855 // Check for (0 / -x) that will produce negative zero.
871 DeoptimizeIf(zero, instr->environment());
946 // Bail out if the result is supposed to be negative zero.
955 // Test the non-zero operand for negative sign.
1157 __ j(zero, &done);
1317 __ j(zero, true_label);
1319 // Test for double values. Zero is false.
1327 __ j(zero, false_label);
1515 __ j(zero, &false_value);
1552 __ j(zero, false_label);
1637 __ j(zero, &done);
1650 EmitBranch(true_block, false_block, zero);
1681 __ j(zero, &is_false);
1702 __ j(zero, false_label);
1731 __ j(zero, &done);
1761 __ j(zero, is_false);
1872 __ j(zero, &true_value);
1889 EmitBranch(true_block, false_block, zero);
1919 __ j(zero, &false_result, not_taken);
2483 __ j(zero, &invoke);
2690 __ xorpd(xmm_scratch, xmm_scratch); // Zero the register.
2728 __ xorpd(xmm_scratch, xmm_scratch); // Zero the register.
2823 NearLabel positive, done, zero, negative;
2827 __ j(equal, &zero);
2831 __ bind(&zero);
3040 __ j(zero, &done);
3155 __ j(zero, &flat_string);
3159 __ j(zero, deferred->entry());
3436 __ j(zero, &load_smi, not_taken);
3489 // Check for undefined. Undefined is converted to zero for truncating
3651 // when the difference is zero, the answer is in the low 32 bits
3664 // Zero out the sign and the exponent in the input (by shifting
3669 // Minus zero has the most significant bit set and the other
3722 DeoptimizeIf(zero, instr->environment());
4015 final_branch_condition = zero;
4053 final_branch_condition = zero;