/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1996 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrb, stlxrb, Register32); in AssembleArchInstruction() 2000 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrb, stlxrb, Register32); in AssembleArchInstruction() 2016 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction() 2021 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction() 2041 ASSEMBLE_ATOMIC_BINOP(ldaxrb, stlxrb, inst, Register32); \ in AssembleArchInstruction() 2045 ASSEMBLE_ATOMIC_BINOP(ldaxrb, stlxrb, inst, Register32); \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 701 __ stlxrb(store_result.W(), temp.W(), actual_addr); in AtomicBinop() 848 stlxrb(store_result.W(), new_value.gp().W(), actual_addr); in AtomicCompareExchange()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 1668 COMPARE(stlxrb(w10, w11, MemOperand(x12)), "stlxrb w10, w11, [x12]"); in TEST() 1669 COMPARE(stlxrb(x13, w14, MemOperand(sp)), "stlxrb w13, w14, [sp]"); in TEST() 1670 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]"); in TEST() 1671 COMPARE(stlxrb(x18, x19, MemOperand(sp)), "stlxrb w18, w19, [sp]"); in TEST()
|
H A D | test-trace-aarch64.cc | 301 __ stlxrb(w6, w7, MemOperand(x0)); in GenerateTestSequenceBase() 302 __ stlxrb(x8, x9, MemOperand(x0)); in GenerateTestSequenceBase()
|
H A D | test-cpu-features-aarch64.cc | 441 TEST_NONE(stlxrb_0, stlxrb(w0, w1, MemOperand(x2, 0)))
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 868 void stlxrb(const Register& rs, const Register& rt, const Register& rn);
|
H A D | macro-assembler-arm64.h | 64 V(Stlxrb, stlxrb) \
|
H A D | assembler-arm64.cc | 1397 void Assembler::stlxrb(const Register& rs, const Register& rt, in stlxrb() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 1350 void stlxrb(const Register& rs, const Register& rt, const MemOperand& dst);
|
H A D | assembler-aarch64.cc | 1468 void Assembler::stlxrb(const Register& rs, in stlxrb() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 2553 stlxrb(rs, rt, dst); in Stlxrb()
|