Lines Matching full:x40
263 TestSmiCompare(masm, &exit, 0x40, 1, 1);
447 TestI64PlusConstantToSmi(masm, &exit, 0x40, Smi::kMaxValue - 5, 5);
741 TestSmiNeg(masm, &exit, 0x40, 127);
832 SmiAddTest(masm, &exit, 0x40, -1, -2);
1023 SmiSubTest(masm, &exit, 0x40, -1, -2);
1115 TestSmiMul(masm, &exit, 0x40, -1, -1);
1225 TestSmiDiv(masm, &exit, 0x40, 0, 1);
1337 TestSmiMod(masm, &exit, 0x40, 0, 1);
1433 TestSmiIndex(masm, &exit, 0x40, 1000);
1504 TestSelectNonSmi(masm, &exit, 0x40, 0, -1);
1585 TestSmiAnd(masm, &exit, 0x40, 0, -1);
1668 TestSmiOr(masm, &exit, 0x40, 0, -1);
1753 TestSmiXor(masm, &exit, 0x40, 0, -1);
1822 TestSmiNot(masm, &exit, 0x40, 127);
2099 TestSmiShiftArithmeticRight(masm, &exit, 0x40, 65535);
2163 TestPositiveSmiPowerUp(masm, &exit, 0x40, 1);