Home | History | Annotate | Download | only in cctest

Lines Matching refs:x90

268   TestSmiCompare(masm, &exit, 0x90, Smi::kMinValue, 0);
452 TestI64PlusConstantToSmi(masm, &exit, 0x90, 0, Smi::kMaxValue);
1028 SmiSubTest(masm, &exit, 0x90, 0, Smi::kMaxValue);
1120 TestSmiMul(masm, &exit, 0x90, Smi::kMaxValue, -2);
1230 TestSmiDiv(masm, &exit, 0x90, -4, -2);
1342 TestSmiMod(masm, &exit, 0x90, -4, -2);
1509 TestSelectNonSmi(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1590 TestSmiAnd(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1673 TestSmiOr(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1758 TestSmiXor(masm, &exit, 0x90, Smi::kMinValue, Smi::kMinValue);
1919 TestSmiShiftLeft(masm, &exit, 0x90, 127);
2029 TestSmiShiftLogicalRight(masm, &exit, 0x90, Smi::kMaxValue);