Searched refs:Ldar (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 3018 Ldar(destination.W(), temp); in TruncateDoubleToI() 3032 Ldar(destination.W(), temp); in TruncateDoubleToI() 3042 Ldar(destination.W(), temp); in TruncateDoubleToI()
|
D | macro-assembler-arm64.h | 55 V(Ldar, ldar) \
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecodes.h | 72 V(Ldar, ImplicitRegisterUse::kWriteAccumulator, OperandType::kReg) \
|
D | bytecode-array-builder.cc | 193 BytecodeNode node(BytecodeNode::Ldar(BytecodeSourceInfo(), operand)); in OutputLdarRaw()
|
D | interpreter-generator.cc | 133 IGNITION_HANDLER(Ldar, InterpreterAssembler) { in IGNITION_HANDLER() argument
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 741 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/ |
D | code-generator-arm64.cc | 1978 ASSEMBLE_ATOMIC_LOAD_INTEGER(Ldar, Register32); in AssembleArchInstruction() 1981 ASSEMBLE_ATOMIC_LOAD_INTEGER(Ldar, Register); in AssembleArchInstruction()
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 9257 __ 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/ |
D | macro-assembler-aarch64.h | 1765 void Ldar(const Register& rt, const MemOperand& src) { in Ldar() function
|