Home
last modified time | relevance | path

Searched defs:Ldrb (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp202 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, PREINDEX)); in HWTEST_F_L0() local
203 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp678 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local
699 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local
722 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local
804 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeCaughtFrameAndDispatch() local
1077 __ Ldrb(bcIndexRegister.W(), MemoryOperand(pcRegister, 0)); in DispatchCall() local
1216 __ Ldrb(temp.W(), MemoryOperand(pc, 0)); in CallBCStub() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp302 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb() function in panda::ecmascript::aarch64::AssemblerAarch64