Home
last modified time | relevance | path

Searched refs:stlxrb (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc1996 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 Dliftoff-assembler-arm64.h701 __ 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 Dtest-disasm-aarch64.cc1668 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 Dtest-trace-aarch64.cc301 __ stlxrb(w6, w7, MemOperand(x0)); in GenerateTestSequenceBase()
302 __ stlxrb(x8, x9, MemOperand(x0)); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc441 TEST_NONE(stlxrb_0, stlxrb(w0, w1, MemOperand(x2, 0)))
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h868 void stlxrb(const Register& rs, const Register& rt, const Register& rn);
H A Dmacro-assembler-arm64.h64 V(Stlxrb, stlxrb) \
H A Dassembler-arm64.cc1397 void Assembler::stlxrb(const Register& rs, const Register& rt, in stlxrb() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h1350 void stlxrb(const Register& rs, const Register& rt, const MemOperand& dst);
H A Dassembler-aarch64.cc1468 void Assembler::stlxrb(const Register& rs, in stlxrb() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h2553 stlxrb(rs, rt, dst); in Stlxrb()

Completed in 92 milliseconds