Searched refs:Ldrb (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | asm_interpreter_call.cpp | 733 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() 754 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() 777 __ Ldrb(opcode, MemoryOperand(pc, 0)); in ResumeRspAndDispatch() 943 __ Ldrb(opcode, MemoryOperand(pc, 0)); 1013 __ Ldrb(opcode, MemoryOperand(pc, 0)); 1240 __ Ldrb(Register(X15, W), MemoryOperand(X15, 0)); 1264 __ Ldrb(Register(X15, W), MemoryOperand(X15, 0)); 1281 __ Ldrb(Register(X15, W), MemoryOperand(X0, Register(X15), UXTX)); 1351 __ Ldrb(Register(X15, W), MemoryOperand(X15, 0)); 1440 __ Ldrb(Registe [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
H A D | assembler_aarch64_test.cpp | 196 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, PREINDEX)); in HWTEST_F_L0() 197 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | assembler_aarch64.h | 306 void Ldrb(const Register &rt, const MemoryOperand &operand);
|
H A D | assembler_aarch64.cpp | 284 // 30: 30bit indicate the size of LDR Reg, and Ldrb and Ldrh do not need it in Ldr() 296 // 30: 30bit indicate the size of LDR Reg, and Ldrb and Ldrh do not need it in Ldr() 314 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb() function in panda::ecmascript::aarch64::AssemblerAarch64
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
H A D | encode.cpp | 1121 GetMasm()->Ldrb(vixlDst, MemOperand(vixlStr, dataOffset + index)); in EncodeCompressedStringCharAtI() 2079 GetMasm()->Ldrb(VixlReg(dst, WORD_SIZE), ConvertMem(mem)); in EncodeLdr() 2480 GetMasm()->Ldrb(tmp, ConvertMem(memFrom)); in EncodeMemCopy() 2512 GetMasm()->Ldrb(tmp, ConvertMem(memFrom)); in EncodeMemCopyz()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 2541 GetMasm()->Ldrb(VixlReg(dst), vixlMem); in EncodeLdr() 2832 GetMasm()->Ldrb(tmp, PrepareMemLdS(memFrom, INT8_TYPE, tmp, false)); in EncodeMemCopy() 2882 GetMasm()->Ldrb(tmpCopy1, vixlMemFrom); in EncodeMemCopyz()
|
Completed in 18 milliseconds