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.cpp98 static MOperator GetFastCvtMopI(uint32 fromSize, uint32 toSize, bool isSigned) in GetFastCvtMopI()
1102 uint32 toSize = GetPrimTypeBitSize(toType); in SelectCvtFloat2Int() local
1157 uint32 toSize = GetPrimTypeBitSize(toType); in SelectIntCvt() local
1179 uint32 toSize = GetPrimTypeBitSize(toType); in SelectFloatCvt() local
1539 uint32 toSize = GetPrimTypeBitSize(toType); in SelectCopy2Reg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1309 uint32 toSize = GetPrimTypeBitSize(toType); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1602 [[maybe_unused]] uint32 toSize = GetPrimTypeBitSize(toType); in SelectRetypeFloat() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8642 uint32 toSize = GetPrimTypeBitSize(addendExpr->GetPrimType()); in CheckAndCreateExtendMemOpnd() local