Home
last modified time | relevance | path

Searched refs:then_label (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.h706 void NegativeZeroTest(Register result, Register op, Label* then_label);
711 Register scratch, Label* then_label);
Dmacro-assembler-ia32.cc1911 Label* then_label) { in NegativeZeroTest() argument
1916 j(sign, then_label); in NegativeZeroTest()
1925 Label* then_label) { in NegativeZeroTest() argument
1931 j(sign, then_label); in NegativeZeroTest()
/external/v8/src/x87/
Dmacro-assembler-x87.h676 void NegativeZeroTest(Register result, Register op, Label* then_label);
681 Register scratch, Label* then_label);
Dmacro-assembler-x87.cc1874 Label* then_label) { in NegativeZeroTest() argument
1879 j(sign, then_label); in NegativeZeroTest()
1888 Label* then_label) { in NegativeZeroTest() argument
1894 j(sign, then_label); in NegativeZeroTest()
/external/v8/src/x64/
Dmacro-assembler-x64.h1226 void NegativeZeroTest(Register result, Register op, Label* then_label);
1237 Register scratch, Label* then_label);
Dmacro-assembler-x64.cc562 Label* then_label) { in NegativeZeroTest() argument
567 j(sign, then_label); in NegativeZeroTest()