Searched refs:EncodeCompressedStringCharAtI (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 575 …void EncodeCompressedStringCharAtI(Reg dst, Reg str, Reg length, size_t dataOffset, uint32_t index,
|
| D | encode.cpp | 854 void Aarch64Encoder::EncodeCompressedStringCharAtI(Reg dst, Reg str, Reg length, size_t dataOffset,… in EncodeCompressedStringCharAtI() function in panda::compiler::aarch64::Aarch64Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 340 virtual void EncodeCompressedStringCharAtI([[maybe_unused]] Reg dst, [[maybe_unused]] Reg str, in EncodeCompressedStringCharAtI() function
|
| D | codegen.cpp | 4867 enc->GetEncoder()->EncodeCompressedStringCharAtI(dst, src0, src1, offset, index, shift); in VisitLoadCompressedStringCharI()
|