Home
last modified time | relevance | path

Searched refs:ldaxrb (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.h660 __ ldaxrb(result.gp().W(), actual_addr); in AtomicBinop()
845 ldaxrb(result_reg.W(), actual_addr); in AtomicCompareExchange()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc1680 COMPARE(ldaxrb(w9, MemOperand(x10)), "ldaxrb w9, [x10]"); in TEST()
1681 COMPARE(ldaxrb(w11, MemOperand(sp)), "ldaxrb w11, [sp]"); in TEST()
1682 COMPARE(ldaxrb(x12, MemOperand(x13)), "ldaxrb w12, [x13]"); in TEST()
1683 COMPARE(ldaxrb(x14, MemOperand(sp)), "ldaxrb w14, [sp]"); in TEST()
H A Dtest-trace-aarch64.cc163 __ ldaxrb(w15, MemOperand(x0)); in GenerateTestSequenceBase()
164 __ ldaxrb(x16, MemOperand(x0)); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc282 TEST_NONE(ldaxrb_0, ldaxrb(w0, MemOperand(x1, 0)))
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h862 void ldaxrb(const Register& rt, const Register& rn);
H A Dmacro-assembler-arm64.h56 V(Ldaxrb, ldaxrb) \
H A Dassembler-arm64.cc1385 void Assembler::ldaxrb(const Register& rt, const Register& rn) { in ldaxrb() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h1359 void ldaxrb(const Register& rt, const MemOperand& src);
H A Dassembler-aarch64.cc1493 void Assembler::ldaxrb(const Register& rt, const MemOperand& src) { in ldaxrb() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h1809 ldaxrb(rt, src); in Ldaxrb()

Completed in 70 milliseconds