OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSmiNeg
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-macro-assembler-x64.cc
673
void
TestSmiNeg
(MacroAssembler* masm, Label* exit, int id, int x) {
738
TestSmiNeg
(masm, &exit, 0x10, 0);
739
TestSmiNeg
(masm, &exit, 0x20, 1);
740
TestSmiNeg
(masm, &exit, 0x30, -1);
741
TestSmiNeg
(masm, &exit, 0x40, 127);
742
TestSmiNeg
(masm, &exit, 0x50, 65535);
743
TestSmiNeg
(masm, &exit, 0x60, Smi::kMinValue);
744
TestSmiNeg
(masm, &exit, 0x70, Smi::kMaxValue);
745
TestSmiNeg
(masm, &exit, 0x80, -Smi::kMaxValue);
[
all
...]
/external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc
667
void
TestSmiNeg
(MacroAssembler* masm, Label* exit, int id, int x) {
730
TestSmiNeg
(masm, &exit, 0x10, 0);
731
TestSmiNeg
(masm, &exit, 0x20, 1);
732
TestSmiNeg
(masm, &exit, 0x30, -1);
733
TestSmiNeg
(masm, &exit, 0x40, 127);
734
TestSmiNeg
(masm, &exit, 0x50, 65535);
735
TestSmiNeg
(masm, &exit, 0x60, Smi::kMinValue);
736
TestSmiNeg
(masm, &exit, 0x70, Smi::kMaxValue);
737
TestSmiNeg
(masm, &exit, 0x80, -Smi::kMaxValue);
[
all
...]
Completed in 26 milliseconds