Searched refs:compareExchange (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 752 Label compareExchange; \ 755 bind(&compareExchange); \ 760 BranchShort(&compareExchange, eq, temp2, Operand(zero_reg)); \ 768 Label compareExchange; \ 774 bind(&compareExchange); \ 781 BranchShort(&compareExchange, eq, temp2, Operand(zero_reg)); \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 409 Label compareExchange; \ 413 __ bind(&compareExchange); \ 419 __ BranchShort(&compareExchange, eq, i.TempRegister(2), \ 429 Label compareExchange; \ 442 __ bind(&compareExchange); \ 453 __ BranchShort(&compareExchange, eq, i.TempRegister(2), \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 357 Label compareExchange; \ 360 __ bind(&compareExchange); \ 366 __ b(ne, &compareExchange); \ 3512 Label compareExchange; in AssembleArchInstruction() 3515 __ bind(&compareExchange); in AssembleArchInstruction() 3524 __ b(ne, &compareExchange); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 856 Label compareExchange; \ 859 bind(&compareExchange); \ 864 BranchShort(&compareExchange, eq, temp2, Operand(zero_reg)); \ 872 Label compareExchange; \ 878 bind(&compareExchange); \ 885 BranchShort(&compareExchange, eq, temp2, Operand(zero_reg)); \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 460 Label compareExchange; \ 464 __ bind(&compareExchange); \ 470 __ BranchShort(&compareExchange, eq, i.TempRegister(2), \ 478 Label compareExchange; \ 485 __ bind(&compareExchange); \ 496 __ BranchShort(&compareExchange, eq, i.TempRegister(2), \ 1951 Label compareExchange, exit; in AssembleArchInstruction() local 1958 __ bind(&compareExchange); in AssembleArchInstruction() 1966 __ BranchShort(&compareExchange, eq, kScratchReg, Operand(zero_reg)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 424 Label compareExchange; \ 428 __ bind(&compareExchange); \ 434 __ BranchShort(&compareExchange, eq, i.TempRegister(2), \ 443 Label compareExchange; \ 456 __ bind(&compareExchange); \ 467 __ BranchShort(&compareExchange, eq, i.TempRegister(2), \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 410 Label compareExchange; \ 414 __ bind(&compareExchange); \ 420 __ BranchShort(&compareExchange, ne, i.TempRegister(2), \ 429 Label compareExchange; \ 442 __ bind(&compareExchange); \ 453 __ BranchShort(&compareExchange, ne, i.TempRegister(2), \
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 870 Label compareExchange; \ 873 bind(&compareExchange); \ 878 BranchShort(&compareExchange, eq, temp2, Operand(zero_reg)); \ 886 Label compareExchange; \ 892 bind(&compareExchange); \ 899 BranchShort(&compareExchange, eq, temp2, Operand(zero_reg)); \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 519 Label compareExchange; \ 522 __ Bind(&compareExchange); \ 527 __ Cbnz(i.TempRegister32(1), &compareExchange); \
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 77 milliseconds