Home
last modified time | relevance | path

Searched refs:toSize (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp98 static MOperator GetFastCvtMopI(uint32 fromSize, uint32 toSize, bool isSigned) in GetFastCvtMopI() argument
100 if (toSize < k8BitSize || toSize > k64BitSize) { in GetFastCvtMopI()
106 /* Extend: fromSize < toSize */ in GetFastCvtMopI()
107 auto tableDriven = fastCvtMappingTableI.find({fromSize, toSize}); in GetFastCvtMopI()
903 uint32 toSize = GetPrimTypeBitSize(toType); in SelectCvtFloat2Int() local
911 mOp = (toSize <= k32BitSize) ? ((isSigned) ? abstract::MOP_cvt_i32_f64 : abstract::MOP_cvt_u32_f64) : in SelectCvtFloat2Int()
915 mOp = (toSize <= k32BitSize) ? ((isSigned) ? abstract::MOP_cvt_i32_f32 : abstract::MOP_cvt_u32_f32) : in SelectCvtFloat2Int()
958 uint32 toSize = GetPrimTypeBitSize(toType); in SelectIntCvt() local
964 if (toSize < in SelectIntCvt()
980 uint32 toSize = GetPrimTypeBitSize(toType); SelectFloatCvt() local
1175 uint32 toSize = GetPrimTypeBitSize(toType); SelectCopy2Reg() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1117 uint32 toSize = GetPrimTypeBitSize(toType); in FoldTypeCvtMIRConst() local
1123 toSize = 1; in FoldTypeCvtMIRConst()
1125 if (toSize > fromSize) { in FoldTypeCvtMIRConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp875 [[maybe_unused]] uint32 toSize = GetPrimTypeBitSize(toType); in SelectRetypeFloat() local
876 DEBUG_ASSERT(fromSize == toSize, "retype bit widith doesn' match"); in SelectRetypeFloat()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp4014 uint32 toSize = GetPrimTypeBitSize(addendExpr->GetPrimType());
4016 if (toSize < fromSize) {
4023 shiftAmount, toSize != fromSize);

Completed in 20 milliseconds