Home | History | Annotate | Download | only in cctest

Lines Matching refs:x50

264   TestSmiCompare(masm, &exit, 0x50, 0, -1);
448 TestI64PlusConstantToSmi(masm, &exit, 0x50, Smi::kMinValue + 5, 5);
742 TestSmiNeg(masm, &exit, 0x50, 65535);
833 SmiAddTest(masm, &exit, 0x50, 0x1000, 0x2000);
1024 SmiSubTest(masm, &exit, 0x50, 0x1000, 0x2000);
1116 TestSmiMul(masm, &exit, 0x50, 0x10000, 0x10000);
1226 TestSmiDiv(masm, &exit, 0x50, 0, -1);
1338 TestSmiMod(masm, &exit, 0x50, 0, -1);
1434 TestSmiIndex(masm, &exit, 0x50, Smi::kMaxValue);
1505 TestSelectNonSmi(masm, &exit, 0x50, -1, 0);
1586 TestSmiAnd(masm, &exit, 0x50, -1, 0);
1669 TestSmiOr(masm, &exit, 0x50, -1, 0);
1754 TestSmiXor(masm, &exit, 0x50, -1, 0);
1823 TestSmiNot(masm, &exit, 0x50, 65535);
1918 TestSmiShiftLeft(masm, &exit, 0x50, 1);
2027 TestSmiShiftLogicalRight(masm, &exit, 0x50, 127);
2100 TestSmiShiftArithmeticRight(masm, &exit, 0x50, Smi::kMaxValue);