Lines Matching refs:x90
262 TestSmiCompare(masm, &exit, 0x90, Smi::kMinValue, 0);
438 TestI64PlusConstantToSmi(masm, &exit, 0x90, 0, Smi::kMaxValue);
938 SmiAddOverflowTest(masm, &exit, 0x90, -1);
1154 SmiSubTest(masm, &exit, 0x90, 0, Smi::kMaxValue);
1242 TestSmiMul(masm, &exit, 0x90, Smi::kMaxValue, -2);
1347 TestSmiDiv(masm, &exit, 0x90, -4, -2);
1454 TestSmiMod(masm, &exit, 0x90, -4, -2);
1612 TestSelectNonSmi(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1688 TestSmiAnd(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1766 TestSmiOr(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1846 TestSmiXor(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1997 TestSmiShiftLeft(masm, &exit, 0x90, 127);
2102 TestSmiShiftLogicalRight(masm, &exit, 0x90, Smi::kMaxValue);