/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 516 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_instr, store_instr, ext, \ macro 2016 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction() 2021 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction() 2025 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrh, stlxrh, UXTH, in AssembleArchInstruction() 2030 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrh, stlxrh, UXTH, in AssembleArchInstruction() 2034 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxr, stlxr, UXTW, Register32); in AssembleArchInstruction() 2037 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxr, stlxr, UXTX, Register); in AssembleArchInstruction() 2070 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER in AssembleArchInstruction() macro
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 749 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_linked, \ macro 813 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll_w, Sc_w); in AtomicCompareExchange() 816 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll_d, Sc_d); in AtomicCompareExchange() 822 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER macro
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 406 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_linked, \ macro 1702 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll_w, Sc_w); in AssembleArchInstruction() 1711 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll_d, Sc_d); in AssembleArchInstruction() 2616 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER in AssembleConstructFrame() macro
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 853 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_linked, \ macro 917 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, Sc); in AtomicCompareExchange() 920 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Lld, Scd); in AtomicCompareExchange() 926 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER macro
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 421 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_linked, \ macro 1980 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, Sc); in AssembleArchInstruction() 1988 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Lld, Scd); in AssembleArchInstruction() 4624 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER in AssembleConstructFrame() macro
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 407 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_linked, \ macro 1855 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, Sc); in AssembleArchInstruction() 1863 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Lld, Scd); in AssembleArchInstruction() 4393 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER macro
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 867 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_linked, \ macro 931 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, Sc); in AtomicCompareExchange() 934 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Lld, Scd); in AtomicCompareExchange() 940 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER macro
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 354 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(load_instr, store_instr, \ macro 3375 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldrexb, strexb, in AssembleArchInstruction() 3382 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldrexb, strexb, in AssembleArchInstruction() 3388 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldrexh, strexh, in AssembleArchInstruction() 3395 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldrexh, strexh, in AssembleArchInstruction() 3400 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldrex, strex, in AssembleArchInstruction() 3532 #undef ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER in AssembleArchInstruction() macro
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 458 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER() \ macro 1839 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(); in AssembleArchInstruction()
|