Home | History | Annotate | Download | only in cctest

Lines Matching refs:xC0

271   TestSmiCompare(masm, &exit, 0xC0, -1, Smi::kMinValue);
455 TestI64PlusConstantToSmi(masm, &exit, 0xC0, twice_max, Smi::kMinValue);
1032 SmiSubOverflowTest(masm, &exit, 0xC0, Smi::kMaxValue);
1123 TestSmiMul(masm, &exit, 0xc0, (Smi::kMaxValue / 2) + 1, 2);
1233 TestSmiDiv(masm, &exit, 0xc0, 1, Smi::kMaxValue);
1345 TestSmiMod(masm, &exit, 0xc0, 1, Smi::kMaxValue);
1676 TestSmiOr(masm, &exit, 0xC0, 0x05555555, 0x0fedcba9);
1761 TestSmiXor(masm, &exit, 0xC0, 0x5555555, 0x0fedcba9);
2167 TestPositiveSmiPowerUp(masm, &exit, 0xC0, 256);