Home
last modified time | relevance | path

Searched refs:EncoderCastExtendFromInt32 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h450 void EncoderCastExtendFromInt32(Reg dst, bool dstSigned);
Dencode.cpp1570 EncoderCastExtendFromInt32(dst, dstSigned); in EncodeCastFloatToScalarWithSmallDst()
1600 void Aarch32Encoder::EncoderCastExtendFromInt32(Reg dst, bool dstSigned) in EncoderCastExtendFromInt32() function in ark::compiler::aarch32::Aarch32Encoder