Home
last modified time | relevance | path

Searched defs:toSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp96 static MOperator GetFastCvtMopI(uint32 fromSize, uint32 toSize, bool isSigned) in GetFastCvtMopI()
927 uint32 toSize = GetPrimTypeBitSize(toType); in SelectCvtFloat2Int() local
982 uint32 toSize = GetPrimTypeBitSize(toType); in SelectIntCvt() local
1004 uint32 toSize = GetPrimTypeBitSize(toType); in SelectFloatCvt() local
1199 uint32 toSize = GetPrimTypeBitSize(toType); in SelectCopy2Reg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1075 [[maybe_unused]] uint32 toSize = GetPrimTypeBitSize(toType); in SelectRetypeFloat() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1107 uint32 toSize = GetPrimTypeBitSize(toType); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3992 uint32 toSize = GetPrimTypeBitSize(addendExpr->GetPrimType()); in CheckAndCreateExtendMemOpnd() local