Home
last modified time | relevance | path

Searched refs:Ldrh (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp198 __ 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 Dassembler_aarch64.h305 void Ldrh(const Register &rt, const MemoryOperand &operand);
H A Dassembler_aarch64.cpp284 // 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 Dencode.cpp1124 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 Dencode.cpp2545 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 Doptimized_call.cpp991 __ Ldrh(compiledCodeFlag, MemoryOperand(boundTarget, JSFunctionBase::BIT_FIELD_OFFSET)); in JSBoundFunctionCallInternal()
H A Dasm_interpreter_call.cpp1666 __ Ldrh(Register(X24, W), MemoryOperand(methodRegister, Method::LITERAL_INFO_OFFSET));

Completed in 20 milliseconds