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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc145 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) { function
168 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0));
169 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127));
170 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128));
171 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255));
172 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256));
173 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue));
174 TestMoveSmi(masm, &exit, 7, Smi::FromInt(-1));
175 TestMoveSmi(masm, &exit, 8, Smi::FromInt(-128));
176 TestMoveSmi(mas
[all...]

Completed in 357 milliseconds