Searched refs:bunordered (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 672 __ bunordered(&check_nan_left, Label::kNear); \ 692 __ bunordered(&return_left, Label::kNear); \ 714 __ bunordered(&check_nan_left, Label::kNear); \ 740 __ bunordered(&return_left, Label::kNear); \ 762 __ bunordered(&check_nan_left, Label::kNear); \ 782 __ bunordered(&return_left, Label::kNear); \ 804 __ bunordered(&check_nan_left, Label::kNear); \ 830 __ bunordered(&return_left, Label::kNear); \ 2384 __ bunordered(flabel); in AssembleArchBranch() local 2386 __ bunordered(tlabel); in AssembleArchBranch() local [all …]
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 483 __ bunordered(&check_nan_left); \ 499 __ bunordered(&return_left); \ 521 __ bunordered(&check_nan_left); \ 545 __ bunordered(&return_left); \ 2002 __ bunordered(flabel, cr); in AssembleArchBranch() local 2005 __ bunordered(tlabel, cr); in AssembleArchBranch() local 2086 __ bunordered(&end, cr); in AssembleArchTrap() local 2089 __ bunordered(tlabel, cr); in AssembleArchTrap() local 2117 __ bunordered(&done, cr); in AssembleArchBoolean() local 2121 __ bunordered(&done, cr); in AssembleArchBoolean() local
|
/external/v8/src/s390/ |
D | assembler-s390.h | 790 void bunordered(Label* l, Label::Distance dist = Label::kFar) { 807 void bunordered(Register r) { b(unordered, r); } in bunordered() function
|
D | code-stubs-s390.cc | 559 __ bunordered(&nan); in GenerateGeneric() local 2112 __ bunordered(&unordered); in GenerateNumbers() local
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 1949 __ bunordered(&check_nan_left, Label::kNear); in DoShiftI() local 1980 __ bunordered(&return_left, Label::kNear); // left == NaN. in DoShiftI() local 2222 __ bunordered(instr->FalseLabel(chunk_)); // NaN -> false. in DoShiftI() local 2299 __ bunordered(instr->FalseLabel(chunk_)); in DoShiftI() local
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 785 void bunordered(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) {
|
D | code-stubs-ppc.cc | 567 __ bunordered(&nan); in GenerateGeneric() local 2128 __ bunordered(&unordered); in GenerateNumbers() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1945 __ bunordered(&check_nan_left); in DoShiftI() local 1973 __ bunordered(&return_left); // left == NaN. in DoShiftI() local 2299 __ bunordered(instr->FalseLabel(chunk_)); in DoShiftI() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local
|