Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h347 RegOperand *SelectOneElementVectorCopy(Operand *opnd, PrimType sType);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10656 RegOperand *AArch64CGFunc::SelectOneElementVectorCopy(Operand *src, PrimType sType) in SelectOneElementVectorCopy() function in maplebe::AArch64CGFunc
10767 return SelectOneElementVectorCopy(src, sType); in SelectVectorFromScalar()
10826 RegOperand *resF = SelectOneElementVectorCopy(src1, sty1); in SelectVectorPairwiseAdalp()
10888 return SelectOneElementVectorCopy(eOpnd, eType); in SelectVectorSetElement()