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

  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 845 static void SmiSubTest(MacroAssembler* masm,
1013 SmiSubTest(masm, &exit, 0x10, 1, 2);
1014 SmiSubTest(masm, &exit, 0x20, 1, -2);
1015 SmiSubTest(masm, &exit, 0x30, -1, 2);
1016 SmiSubTest(masm, &exit, 0x40, -1, -2);
1017 SmiSubTest(masm, &exit, 0x50, 0x1000, 0x2000);
1018 SmiSubTest(masm, &exit, 0x60, Smi::kMinValue, -5);
1019 SmiSubTest(masm, &exit, 0x70, Smi::kMaxValue, 5);
1020 SmiSubTest(masm, &exit, 0x80, -Smi::kMaxValue, Smi::kMinValue);
1021 SmiSubTest(masm, &exit, 0x90, 0, Smi::kMaxValue)
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 851 static void SmiSubTest(MacroAssembler* masm,
1020 SmiSubTest(masm, &exit, 0x10, 1, 2);
1021 SmiSubTest(masm, &exit, 0x20, 1, -2);
1022 SmiSubTest(masm, &exit, 0x30, -1, 2);
1023 SmiSubTest(masm, &exit, 0x40, -1, -2);
1024 SmiSubTest(masm, &exit, 0x50, 0x1000, 0x2000);
1025 SmiSubTest(masm, &exit, 0x60, Smi::kMinValue, -5);
1026 SmiSubTest(masm, &exit, 0x70, Smi::kMaxValue, 5);
1027 SmiSubTest(masm, &exit, 0x80, -Smi::kMaxValue, Smi::kMinValue);
1028 SmiSubTest(masm, &exit, 0x90, 0, Smi::kMaxValue)
    [all...]

Completed in 45 milliseconds