HomeSort by relevance Sort by last modified time
    Searched refs:TestSmiCompare (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 194 void TestSmiCompare(MacroAssembler* masm, Label* exit, int id, int x, int y) {
258 TestSmiCompare(masm, &exit, 0x10, 0, 0);
259 TestSmiCompare(masm, &exit, 0x20, 0, 1);
260 TestSmiCompare(masm, &exit, 0x30, 1, 0);
261 TestSmiCompare(masm, &exit, 0x40, 1, 1);
262 TestSmiCompare(masm, &exit, 0x50, 0, -1);
263 TestSmiCompare(masm, &exit, 0x60, -1, 0);
264 TestSmiCompare(masm, &exit, 0x70, -1, -1);
265 TestSmiCompare(masm, &exit, 0x80, 0, Smi::kMinValue);
266 TestSmiCompare(masm, &exit, 0x90, Smi::kMinValue, 0)
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 195 void TestSmiCompare(MacroAssembler* masm, Label* exit, int id, int x, int y) {
260 TestSmiCompare(masm, &exit, 0x10, 0, 0);
261 TestSmiCompare(masm, &exit, 0x20, 0, 1);
262 TestSmiCompare(masm, &exit, 0x30, 1, 0);
263 TestSmiCompare(masm, &exit, 0x40, 1, 1);
264 TestSmiCompare(masm, &exit, 0x50, 0, -1);
265 TestSmiCompare(masm, &exit, 0x60, -1, 0);
266 TestSmiCompare(masm, &exit, 0x70, -1, -1);
267 TestSmiCompare(masm, &exit, 0x80, 0, Smi::kMinValue);
268 TestSmiCompare(masm, &exit, 0x90, Smi::kMinValue, 0)
    [all...]

Completed in 30 milliseconds