Searched defs:Ldrb (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 203 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, PREINDEX)); in HWTEST_F_L0() local 204 __ 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 | 675 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local 696 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local 719 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local 801 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeCaughtFrameAndDispatch() local 1096 __ Ldrb(bcIndexRegister.W(), MemoryOperand(pcRegister, 0)); in DispatchCall() local 1235 __ Ldrb(temp.W(), MemoryOperand(pc, 0)); in CallBCStub() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 313 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb() function in panda::ecmascript::aarch64::AssemblerAarch64
|