Searched refs:bunordered (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 400 __ bunordered(&check_nan_left, Label::kNear); \ 420 __ bunordered(&return_left, Label::kNear); \ 442 __ bunordered(&check_nan_left, Label::kNear); \ 468 __ bunordered(&return_left, Label::kNear); \ 490 __ bunordered(&check_nan_left, Label::kNear); \ 510 __ bunordered(&return_left, Label::kNear); \ 532 __ bunordered(&check_nan_left, Label::kNear); \ 558 __ bunordered(&return_left, Label::kNear); \ 2142 __ bunordered(flabel); in AssembleArchBranch() local 2144 __ bunordered(tlabel); in AssembleArchBranch() local [all …]
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 480 __ bunordered(&check_nan_left); \ 496 __ bunordered(&return_left); \ 518 __ bunordered(&check_nan_left); \ 542 __ bunordered(&return_left); \ 1971 __ bunordered(flabel, cr); in AssembleArchBranch() local 1974 __ bunordered(tlabel, cr); in AssembleArchBranch() local 2008 __ bunordered(&done, cr); in AssembleArchBoolean() local 2012 __ bunordered(&done, cr); in AssembleArchBoolean() local
|
/external/v8/src/s390/ |
D | assembler-s390.h | 575 void bunordered(Label* l, Label::Distance dist = Label::kFar) { 592 void bunordered(Register r) { b(unordered, r); } in bunordered() function
|
D | code-stubs-s390.cc | 576 __ bunordered(&nan); in GenerateGeneric() local 2423 __ bunordered(&unordered); in GenerateNumbers() local
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 1944 __ bunordered(&check_nan_left, Label::kNear); in DoShiftI() local 1975 __ bunordered(&return_left, Label::kNear); // left == NaN. in DoShiftI() local 2206 __ bunordered(instr->FalseLabel(chunk_)); // NaN -> false. in DoShiftI() local 2283 __ bunordered(instr->FalseLabel(chunk_)); in DoShiftI() local
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 791 void bunordered(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) {
|
D | code-stubs-ppc.cc | 584 __ bunordered(&nan); in GenerateGeneric() local 2447 __ bunordered(&unordered); in GenerateNumbers() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1938 __ bunordered(&check_nan_left); in DoShiftI() local 1966 __ bunordered(&return_left); // left == NaN. in DoShiftI() local 2283 __ bunordered(instr->FalseLabel(chunk_)); in DoShiftI() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local
|