Searched refs:Ldrh (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
H A D | assembler_aarch64_test.cpp | 198 __ Ldrh(Register(X1).W(), MemoryOperand(Register(SP), 8, PREINDEX)); in HWTEST_F_L0() 199 __ Ldrh(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 | 305 void Ldrh(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() 308 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh() function in panda::ecmascript::aarch64::AssemblerAarch64
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
H A D | encode.cpp | 1124 GetMasm()->Ldrh(vixlDst, MemOperand(vixlStr, dataOffset + (index << shift))); in EncodeCompressedStringCharAtI() 2083 GetMasm()->Ldrh(VixlReg(dst), ConvertMem(mem)); in EncodeLdr() 2483 GetMasm()->Ldrh(tmp, ConvertMem(memFrom)); in EncodeMemCopy() 2515 GetMasm()->Ldrh(tmp, ConvertMem(memFrom)); in EncodeMemCopyz()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 2545 GetMasm()->Ldrh(VixlReg(dst), vixlMem); in EncodeLdr() 2835 GetMasm()->Ldrh(tmp, PrepareMemLdS(memFrom, INT16_TYPE, tmp, false)); in EncodeMemCopy() 2886 GetMasm()->Ldrh(tmpCopy1, vixlMemFrom); in EncodeMemCopyz()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_call.cpp | 991 __ Ldrh(compiledCodeFlag, MemoryOperand(boundTarget, JSFunctionBase::BIT_FIELD_OFFSET)); in JSBoundFunctionCallInternal()
|
H A D | asm_interpreter_call.cpp | 1666 __ Ldrh(Register(X24, W), MemoryOperand(methodRegister, Method::LITERAL_INFO_OFFSET));
|
Completed in 20 milliseconds