Home
last modified time | relevance | path

Searched refs:GetExtValue (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dmpl_int_val.cpp23 int64 val = value.GetExtValue(); in operator <<()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp144 static_cast<uint64>(pair.second->GetExtValue()), resultType); in PairToExpr()
154 static_cast<uint64>(pair.second->GetExtValue()), resultType); in PairToExpr()
159 static_cast<uint64>((-pair.second.value()).GetExtValue()), resultType); in PairToExpr()
403 GlobalTables::GetIntConstTable().GetOrCreateIntConst(static_cast<uint64>(result.GetExtValue()), type); in FoldIntConstBinaryMIRConst()
751 GlobalTables::GetIntConstTable().GetOrCreateIntConst(static_cast<uint64>(result.GetExtValue()), type); in FoldIntConstUnaryMIRConst()
963 int64 max = (IntVal(std::numeric_limits<int64>::max(), PTY_i64) >> shiftNum).GetExtValue(); in CalIntValueFromFloatValue()
965 int64 min = isSigned ? (IntVal(std::numeric_limits<int64>::min(), PTY_i64) >> shiftNum).GetExtValue() : 0; in CalIntValueFromFloatValue()
1040 int64 fromValue = constValue.GetExtValue(); in FoldRoundMIRConst()
1046 uint64 fromValue = static_cast<uint64>(constValue.GetExtValue()); in FoldRoundMIRConst()
1055 int64 fromValue = constValue.GetExtValue(); in FoldRoundMIRConst()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_int_val.h92 int64 GetExtValue(uint8 size = 0) const in GetExtValue() function in maple::IntVal
475 return IntVal(GetExtValue(), newWidth, isSigned);
489 return v1.GetExtValue() == v2;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h176 int64 GetExtValue(uint8 size = 0) const in GetExtValue() function in maple::MIRIntConst
178 return value.GetExtValue(size); in GetExtValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp495 uint32 value = static_cast<uint32>(intConst->GetValue().GetExtValue()); in EmitAsmLabel()
1191 uint64 indexDefTab = static_cast<uint64>(funcAddrIndexConst->GetExtValue()); in EmitAsmLabel()
1210 uint64 idx = static_cast<uint64>(intConst.GetExtValue()); in EmitAsmLabel()
1299 uint32 index = static_cast<uint32>((safe_cast<MIRIntConst>(elemConst))->GetExtValue()) & 0xFFFFFFFF; in EmitAsmLabel()
1389 uint32 muidDataTabAddr = static_cast<uint32>((safe_cast<MIRIntConst>(elemConst))->GetExtValue()); in EmitAsmLabel()
1414 uint64 fieldIdx = static_cast<uint64>(intConst->GetExtValue()); in EmitAsmLabel()
1447 int64 fieldIdx = intConst->GetExtValue(); in EmitAsmLabel()
1499 int flag = subIntCt->GetExtValue(); in EmitAsmLabel()
1548 itabConflictIndex = safe_cast<MIRIntConst>(elemConst)->GetExtValue() & 0xffffffff; in EmitAsmLabel()
1909 tabConst->GetExtValue() | in EmitAsmLabel()
[all...]
H A Dobj_emit.cpp242 uint32 value = static_cast<uint32>(intConst->GetValue().GetExtValue()); in EmitFunctionSymbolTable()
H A Disel.cpp652 return &cgFunc->GetOpndBuilder()->CreateImm(GetPrimTypeBitSize(primType), intConst.GetExtValue()); in SelectIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp51 int64 val = GetExtValue(); in GetActualBitWidth()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h241 outStream << val.GetExtValue(); in Emit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/
H A Dconstantfold_test.cpp51 EXPECT_EQ(((MIRIntConst *)ans)->GetExtValue(), output_ls[i]); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1023 return &CreateImmOperand(intConst.GetExtValue(), GetPrimTypeBitSize(primType), false); in SelectIntConst()
3983 if (intOfst->GetExtValue() > INT32_MAX || intOfst->IsNegative()) {
3986 uint32 scale = static_cast<uint32>(intOfst->GetExtValue());
4041 int32 scale = mirIntConst->GetExtValue();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1653 int64 value = intCt.GetExtValue(); in EmitSingleElement()

Completed in 34 milliseconds