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

/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc118 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) { function
141 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0));
142 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127));
143 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128));
144 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255));
145 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256));
146 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue));
147 TestMoveSmi(masm, &exit, 7, Smi::FromInt(-1));
148 TestMoveSmi(masm, &exit, 8, Smi::FromInt(-128));
149 TestMoveSmi(mas
[all...]

Completed in 72 milliseconds