Home | History | Annotate | Download | only in ia32

Lines Matching defs:combined

1238   Register combined = ecx;
1239 ASSERT(!left.is(combined) && !right.is(combined));
1247 combined = right;
1257 __ mov(combined, right);
1258 __ or_(combined, left);
1269 combined = right;
1278 __ JumpIfNotSmi(combined, &not_smis);
1366 // Check for negative zero result. Use combined = left | right.
1367 __ NegativeZeroTest(right, combined, &use_fp_on_smis);
1388 // Check for negative zero result. Use combined = left | right.
1389 __ NegativeZeroTest(eax, combined, &use_fp_on_smis);
1407 // Check for negative zero result. Use combined = left | right.
1408 __ NegativeZeroTest(edx, combined, slow);