Home
last modified time | relevance | path

Searched defs:isInt (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dstandardize.cpp64 bool isInt = (static_cast<RegOperand&>(dest).GetRegisterType() == kRegTyInt); in AddressMapping() local
Dreg_alloc_lsra.cpp1016 bool isInt = (li.GetRegType() == kRegTyInt); in UpdateParamAllocateInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp482 Label isInt(&builder_); in ConvertTaggedNumberToBool() local
505 Label isInt(&builder_); in ConvertTaggedNumberToInt32() local
521 Label isInt(&builder_); in ConvertTaggedNumberToFloat64() local
Dtyped_native_inline_lowering.cpp489 Label isInt(&builder_); in LowerGlobalTNumberIsFinite() local
521 Label isInt(&builder_); in LowerGlobalTNumberIsNan() local
662 Label isInt(&builder_); in BuildTNumberAbs() local
763 Label isInt(&builder_); in LowerTaggedRounding() local
1075 Label isInt(&builder_); in LowerTrunc() local
1818 Label isInt(&builder_); in LowerMathSignTagged() local
1860 Label isInt(&builder_); in BuildTaggedIsInteger() local
Dobject_operator_stub_builder.cpp34 Label isInt(env); in HandleKey() local
Dlcr_circuit_builder.cpp234 Label isInt(env_); in GetDoubleOfTNumber() local
Dstub_builder.cpp1676 Label isInt(env); in TaggedToRepresentation() local
1725 Label isInt(env); in TaggedToElementKind() local
7710 Label isInt(env); in FastToBoolean() local
7809 Label isInt(env); in FastToBooleanBaseline() local
7908 Label isInt(env); in FastToBooleanWithProfile() local
8049 Label isInt(env); in FastToBooleanWithProfileBaseline() local
10440 Label isInt(env); in ToIndex() local
10939 Label isInt(env); in GetTaggedValueWithElementsKind() local
11005 Label isInt(env); in ConvertTaggedValueWithElementsKind() local
11118 Label isInt(env); in SetValueWithElementsKind() local
[all …]
Dprofiler_stub_builder.cpp518 Label isInt(env); in TaggedToTrackType() local
Dcircuit_builder.cpp1653 Label isInt(env_); in FastToBoolean() local
Dtyped_hcr_lowering.cpp3320 Label isInt(&builder_); in LowerStringFromSingleCharCode() local
Dslowpath_lowering.cpp2400 Label isInt(&builder_); in LowerConditionJump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp499 static void AsmStringOutputRegNum(bool isInt, uint32 regno, uint32 intBase, uint32 fpBase, std::str… in AsmStringOutputRegNum()
536 auto EmitRegister = [&](const char *p, bool isInt, uint32 regNO, bool unDefRegSize) -> void { in EmitInlineAsm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp831 bool isInt = IsPrimitiveInteger(node->GetPrimType()); in FoldUnary() local
1480 bool isInt = IsPrimitiveInteger(primType); in FoldBinary() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp254 Label isInt(env); in DoSortOptimised() local
507 Label isInt(env); in DoSortOptimisedFast() local
Dbuiltins_array_stub_builder.cpp2061 Label isInt(env); in Reverse() local
Dbuiltins_typedarray_stub_builder.cpp1893 Label isInt(env); in DoSort() local
Dbuiltins_string_stub_builder.cpp36 Label isInt(env); in FromCharCode() local