Home
last modified time | relevance | path

Searched refs:Ldar (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc3018 Ldar(destination.W(), temp); in TruncateDoubleToI()
3032 Ldar(destination.W(), temp); in TruncateDoubleToI()
3042 Ldar(destination.W(), temp); in TruncateDoubleToI()
Dmacro-assembler-arm64.h55 V(Ldar, ldar) \
/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h72 V(Ldar, ImplicitRegisterUse::kWriteAccumulator, OperandType::kReg) \
Dbytecode-array-builder.cc193 BytecodeNode node(BytecodeNode::Ldar(BytecodeSourceInfo(), operand)); in OutputLdarRaw()
Dinterpreter-generator.cc133 IGNITION_HANDLER(Ldar, InterpreterAssembler) { in IGNITION_HANDLER() argument
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h741 Ldar(dst.gp().W(), src_reg); in AtomicLoad()
744 Ldar(dst.gp().X(), src_reg); in AtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc1978 ASSEMBLE_ATOMIC_LOAD_INTEGER(Ldar, Register32); in AssembleArchInstruction()
1981 ASSEMBLE_ATOMIC_LOAD_INTEGER(Ldar, Register); in AssembleArchInstruction()
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc9257 __ Ldar(w0, MemOperand(x10)); in TEST() local
9262 __ Ldar(x0, MemOperand(x10)); in TEST() local
10954 __ Ldar(w0, MemOperand(x20)); in TEST() local
10997 __ Ldar(x0, MemOperand(x20)); in TEST() local
11124 CHECK_ALIGN_FAIL(i, __ Ldar(w0, MemOperand(x20))); in TEST()
11169 CHECK_ALIGN_FAIL(i, __ Ldar(x0, MemOperand(x20))); in TEST()
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.h1765 void Ldar(const Register& rt, const MemOperand& src) { in Ldar() function