Home
last modified time | relevance | path

Searched defs:power (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dalignment.h81 void InsertAlignInfos(BB &bb, uint32 power) in InsertAlignInfos()
Dcgbb.h903 void SetAlignPower(uint32 power) in SetAlignPower()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h390 SignedIntType power = 1; in FpToStringDecimalRadix() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp459 ConstantInst *power = ConstFoldingCreateIntConst(inst, static_cast<uint64_t>(n)); in VisitMulOneConst() local
2199 auto power = graph->FindOrCreateConstant(n); in TryReplaceDivByShift() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp645 int64_t power = 1; in DoubleToEcmaString() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp525 uint32 power = bb->GetAlignPower(); in Run() local