Searched defs:Ldrb (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 202 __ 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/ |
| D | asm_interpreter_call.cpp | 678 __ 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/ |
| D | assembler_aarch64.cpp | 302 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb() function in panda::ecmascript::aarch64::AssemblerAarch64
|