Searched refs:ldaxrh (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 2003 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 D | liftoff-assembler-arm64.h | 664 __ ldaxrh(result.gp().W(), actual_addr); in AtomicBinop() 852 ldaxrh(result_reg.W(), actual_addr); in AtomicCompareExchange()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 1684 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 D | test-trace-aarch64.cc | 165 __ ldaxrh(w17, MemOperand(x0)); in GenerateTestSequenceBase() 166 __ ldaxrh(x18, MemOperand(x0)); in GenerateTestSequenceBase()
|
H A D | test-cpu-features-aarch64.cc | 283 TEST_NONE(ldaxrh_0, ldaxrh(w0, MemOperand(x1, 0)))
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 874 void ldaxrh(const Register& rt, const Register& rn);
|
H A D | macro-assembler-arm64.h | 57 V(Ldaxrh, ldaxrh) \
|
H A D | assembler-arm64.cc | 1412 void Assembler::ldaxrh(const Register& rt, const Register& rn) { in ldaxrh() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 1362 void ldaxrh(const Register& rt, const MemOperand& src);
|
H A D | assembler-aarch64.cc | 1499 void Assembler::ldaxrh(const Register& rt, const MemOperand& src) { in ldaxrh() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 1814 ldaxrh(rt, src); in Ldaxrh()
|
Completed in 69 milliseconds