Searched defs:Ldrb (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 196 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, PREINDEX)); in HWTEST_F_L0() local 197 __ 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 | 697 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local 718 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local 741 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() local 823 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeCaughtFrameAndDispatch() local 893 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndRollback() local 1167 __ Ldrb(bcIndexRegister.W(), MemoryOperand(pcRegister, 0)); in DispatchCall() local 1306 __ 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
|