Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2003 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrh, stlxrh, Register32); in AssembleArchInstruction()
2007 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrh, stlxrh, Register32); in AssembleArchInstruction()
2025 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrh, stlxrh, UXTH, in AssembleArchInstruction()
2030 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrh, stlxrh, UXTH, in AssembleArchInstruction()
2048 ASSEMBLE_ATOMIC_BINOP(ldaxrh, stlxrh, inst, Register32); \ in AssembleArchInstruction()
2052 ASSEMBLE_ATOMIC_BINOP(ldaxrh, stlxrh, inst, Register32); \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h664 __ ldaxrh(result.gp().W(), actual_addr); in AtomicBinop()
852 ldaxrh(result_reg.W(), actual_addr); in AtomicCompareExchange()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc1684 COMPARE(ldaxrh(w15, MemOperand(x16)), "ldaxrh w15, [x16]"); in TEST()
1685 COMPARE(ldaxrh(w17, MemOperand(sp)), "ldaxrh w17, [sp]"); in TEST()
1686 COMPARE(ldaxrh(x18, MemOperand(x19)), "ldaxrh w18, [x19]"); in TEST()
1687 COMPARE(ldaxrh(x20, MemOperand(sp)), "ldaxrh w20, [sp]"); in TEST()
H A Dtest-trace-aarch64.cc165 __ ldaxrh(w17, MemOperand(x0)); in GenerateTestSequenceBase()
166 __ ldaxrh(x18, MemOperand(x0)); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc283 TEST_NONE(ldaxrh_0, ldaxrh(w0, MemOperand(x1, 0)))
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h874 void ldaxrh(const Register& rt, const Register& rn);
H A Dmacro-assembler-arm64.h57 V(Ldaxrh, ldaxrh) \
H A Dassembler-arm64.cc1412 void Assembler::ldaxrh(const Register& rt, const Register& rn) { in ldaxrh() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h1362 void ldaxrh(const Register& rt, const MemOperand& src);
H A Dassembler-aarch64.cc1499 void Assembler::ldaxrh(const Register& rt, const MemOperand& src) { in ldaxrh() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h1814 ldaxrh(rt, src); in Ldaxrh()

Completed in 69 milliseconds