Home
last modified time | relevance | path

Searched defs:EncodeCastScalar (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1414 void Aarch32Encoder::EncodeCastScalar(Reg dst, bool dstSigned, Reg src, bool srcSigned) in EncodeCastScalar() function in ark::compiler::aarch32::Aarch32Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp1150 void Amd64Encoder::EncodeCastScalar(Reg dst, bool dstSigned, Reg src, bool srcSigned) in EncodeCastScalar() function in ark::compiler::amd64::Amd64Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1618 void Aarch64Encoder::EncodeCastScalar(Reg dst, bool dstSigned, Reg src, bool srcSigned) in EncodeCastScalar() function in ark::compiler::aarch64::Aarch64Encoder