Home | History | Annotate | Download | only in cctest

Lines Matching refs:xb0

270   TestSmiCompare(masm, &exit, 0xB0, Smi::kMaxValue, 0);
454 TestI64PlusConstantToSmi(masm, &exit, 0xB0, Smi::kMaxValue, 0);
1031 SmiSubOverflowTest(masm, &exit, 0xB0, 1024);
1122 TestSmiMul(masm, &exit, 0xb0, (Smi::kMaxValue / 2), 2);
1232 TestSmiDiv(masm, &exit, 0xb0, 3, 4);
1344 TestSmiMod(masm, &exit, 0xb0, 3, 4);
1592 TestSmiAnd(masm, &exit, 0xB0, Smi::kMinValue, -1);
1675 TestSmiOr(masm, &exit, 0xB0, 0x05555555, 0x01234567);
1760 TestSmiXor(masm, &exit, 0xB0, 0x5555555, 0x01234567);
2030 TestSmiShiftLogicalRight(masm, &exit, 0xB0, Smi::kMinValue);