Searched refs:parity_even (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1863 __ j(parity_even, &mod_loop); in AssembleArchInstruction() 1882 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1907 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1937 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1962 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 2061 __ j(parity_even, &fail, Label::kNear); in AssembleArchInstruction() 2121 __ j(parity_even, &fail, Label::kNear); in AssembleArchInstruction() 4464 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 4466 __ j(parity_even, tlabel); in AssembleArchBranch() 4481 __ j(parity_even, flabel, flabel_distance); in AssembleArchDeoptBranch() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1295 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1321 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1346 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1376 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1417 __ j(parity_even, &mod_loop); in AssembleArchInstruction() 3734 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 3736 __ j(parity_even, tlabel); in AssembleArchBranch() 3803 __ j(parity_even, &end, Label::kNear); in AssembleArchTrap() 3805 __ j(parity_even, tlabel); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | constants-loong64.h | 550 parity_even = 10, enumerator
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 1021 parity_even = 10, enumerator
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 1070 parity_even = 10, enumerator
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1559 assm->j(parity_even, &is_nan, Label::kNear); // PF=1 in EmitFloatMinOrMax() 1866 __ j(parity_even, trap); in EmitTruncateFloatToInt() 1970 __ j(parity_even, &neg_or_nan); in EmitSatTruncateFloatToUInt64()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 72 parity_even = 10, enumerator
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1959 assm->j(parity_even, &is_nan, Label::kNear); // PF=1 in EmitFloatMinOrMax() 2267 __ j(parity_even, trap); in EmitTruncateFloatToInt()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 79 parity_even = 10, enumerator
|