Lines Matching refs:xB0
237 TestSmiCompare(masm, &exit, 0xB0, Smi::kMaxValue, 0);
411 TestI64PlusConstantToSmi(masm, &exit, 0xB0, Smi::kMaxValue, 0);
968 SmiSubOverflowTest(masm, &exit, 0xB0, 1024);
1054 TestSmiMul(masm, &exit, 0xb0, (Smi::kMaxValue / 2), 2);
1159 TestSmiDiv(masm, &exit, 0xb0, 3, 4);
1266 TestSmiMod(masm, &exit, 0xb0, 3, 4);
1499 TestSmiAnd(masm, &exit, 0xB0, Smi::kMinValue, -1);
1577 TestSmiOr(masm, &exit, 0xB0, 0x05555555, 0x01234567);
1657 TestSmiXor(masm, &exit, 0xB0, 0x5555555, 0x01234567);
1960 TestSmiShiftLogicalRight(masm, &exit, 0xB0, Smi::kMinValue);