Home
last modified time | relevance | path

Searched refs:parity_even (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1863 __ 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/
Dcode-generator-ia32.cc1295 __ 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/
Dconstants-loong64.h550 parity_even = 10, enumerator
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1021 parity_even = 10, enumerator
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1070 parity_even = 10, enumerator
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h1559 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/
Dassembler-ia32.h72 parity_even = 10, enumerator
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1959 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/
Dassembler-x64.h79 parity_even = 10, enumerator