Home
last modified time | relevance | path

Searched refs:bunordered (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc672 __ 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/
Dcode-generator-ppc.cc483 __ 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/
Dassembler-s390.h790 void bunordered(Label* l, Label::Distance dist = Label::kFar) {
807 void bunordered(Register r) { b(unordered, r); } in bunordered() function
Dcode-stubs-s390.cc559 __ bunordered(&nan); in GenerateGeneric() local
2112 __ bunordered(&unordered); in GenerateNumbers() local
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1949 __ 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/
Dassembler-ppc.h785 void bunordered(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) {
Dcode-stubs-ppc.cc567 __ bunordered(&nan); in GenerateGeneric() local
2128 __ bunordered(&unordered); in GenerateNumbers() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1945 __ 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/
Dbuiltins-ppc.cc200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local