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.cpp1005 bool isInt = (li.GetRegType() == kRegTyInt); in UpdateParamAllocateInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp445 Label isInt(&builder_); in ConvertTaggedNumberToBool() local
468 Label isInt(&builder_); in ConvertTaggedNumberToInt32() local
484 Label isInt(&builder_); in ConvertTaggedNumberToFloat64() local
Dtyped_native_inline_lowering.cpp491 Label isInt(&builder_); in LowerGlobalTNumberIsFinite() local
523 Label isInt(&builder_); in LowerGlobalTNumberIsNan() local
664 Label isInt(&builder_); in BuildTNumberAbs() local
765 Label isInt(&builder_); in LowerTaggedRounding() local
1077 Label isInt(&builder_); in LowerTrunc() local
1835 Label isInt(&builder_); in LowerMathSignTagged() local
1877 Label isInt(&builder_); in BuildTaggedIsInteger() local
Dobject_operator_stub_builder.cpp66 Label isInt(env); in HandleKey() local
Dlcr_circuit_builder.cpp179 Label isInt(env_); in GetDoubleOfTNumber() local
Dstub_builder.cpp1659 Label isInt(env); in TaggedToRepresentation() local
1708 Label isInt(env); in TaggedToElementKind() local
7095 Label isInt(env); in FastToBoolean() local
7194 Label isInt(env); in FastToBooleanBaseline() local
7293 Label isInt(env); in FastToBooleanWithProfile() local
7419 Label isInt(env); in FastToBooleanWithProfileBaseline() local
9727 Label isInt(env); in ToIndex() local
10228 Label isInt(env); in GetTaggedValueWithElementsKind() local
10294 Label isInt(env); in ConvertTaggedValueWithElementsKind() local
10407 Label isInt(env); in SetValueWithElementsKind() local
[all …]
Dprofiler_stub_builder.cpp516 Label isInt(env); in TaggedToTrackType() local
Dcircuit_builder.cpp1542 Label isInt(env_); in FastToBoolean() local
Dtyped_hcr_lowering.cpp3052 Label isInt(&builder_); in LowerStringFromSingleCharCode() local
Dslowpath_lowering.cpp2106 Label isInt(&builder_); in LowerConditionJump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp491 static void AsmStringOutputRegNum(bool isInt, uint32 regno, uint32 intBase, uint32 fpBase, std::str… in AsmStringOutputRegNum()
528 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.cpp252 Label isInt(env); in DoSortOptimised() local
505 Label isInt(env); in DoSortOptimisedFast() local
Dbuiltins_array_stub_builder.cpp2055 Label isInt(env); in Reverse() local
Dbuiltins_typedarray_stub_builder.cpp1885 Label isInt(env); in DoSort() local
Dbuiltins_string_stub_builder.cpp36 Label isInt(env); in FromCharCode() local