Home
last modified time | relevance | path

Searched refs:ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc516 #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 Dliftoff-assembler-loong64.h749 #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 Dcode-generator-loong64.cc406 #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 Dliftoff-assembler-mips64.h853 #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 Dcode-generator-mips64.cc421 #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 Dcode-generator-riscv64.cc407 #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 Dliftoff-assembler-riscv64.h867 #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 Dcode-generator-arm.cc354 #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 Dcode-generator-mips.cc458 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER() \ macro
1839 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(); in AssembleArchInstruction()

Completed in 52 milliseconds