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.cc400 __ 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/
Dcode-generator-ppc.cc480 __ 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/
Dassembler-s390.h575 void bunordered(Label* l, Label::Distance dist = Label::kFar) {
592 void bunordered(Register r) { b(unordered, r); } in bunordered() function
Dcode-stubs-s390.cc576 __ bunordered(&nan); in GenerateGeneric() local
2423 __ bunordered(&unordered); in GenerateNumbers() local
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1944 __ 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/
Dassembler-ppc.h791 void bunordered(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) {
Dcode-stubs-ppc.cc584 __ bunordered(&nan); in GenerateGeneric() local
2447 __ bunordered(&unordered); in GenerateNumbers() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1938 __ 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/
Dbuiltins-s390.cc200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc200 __ bunordered(&compare_nan); in Generate_MathMaxMin() local