Searched refs:TestSmiShiftLeft (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1826 void TestSmiShiftLeft(MacroAssembler* masm, Label* exit, int id, int x) { function
1901 TestSmiShiftLeft(masm, &exit, 0x10, 0);
1902 TestSmiShiftLeft(masm, &exit, 0x50, 1);
1903 TestSmiShiftLeft(masm, &exit, 0x90, 127);
1904 TestSmiShiftLeft(masm, &exit, 0xD0, 65535);
1905 TestSmiShiftLeft(masm, &exit, 0x110, Smi::kMaxValue);
1906 TestSmiShiftLeft(masm, &exit, 0x150, Smi::kMinValue);
1907 TestSmiShiftLeft(masm, &exit, 0x190, -1);
/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1841 void TestSmiShiftLeft(MacroAssembler* masm, Label* exit, int id, int x) { function
1917 TestSmiShiftLeft(masm, &exit, 0x10, 0);
1918 TestSmiShiftLeft(masm, &exit, 0x50, 1);
1919 TestSmiShiftLeft(masm, &exit, 0x90, 127);
1920 TestSmiShiftLeft(masm, &exit, 0xD0, 65535);
1921 TestSmiShiftLeft(masm, &exit, 0x110, Smi::kMaxValue);
1922 TestSmiShiftLeft(masm, &exit, 0x150, Smi::kMinValue);
1923 TestSmiShiftLeft(masm, &exit, 0x190, -1);

Completed in 67 milliseconds