Home | History | Annotate | Download | only in ia32

Lines Matching defs:combined

866   Register combined = ecx;
867 ASSERT(!left.is(combined) && !right.is(combined));
875 combined = right;
885 __ mov(combined, right);
886 __ or_(combined, left);
897 combined = right;
906 __ JumpIfNotSmi(combined, &not_smis);
994 // Check for negative zero result. Use combined = left | right.
995 __ NegativeZeroTest(right, combined, &use_fp_on_smis);
1016 // Check for negative zero result. Use combined = left | right.
1017 __ NegativeZeroTest(eax, combined, &use_fp_on_smis);
1035 // Check for negative zero result. Use combined = left | right.
1036 __ NegativeZeroTest(edx, combined, slow);