Home
last modified time | relevance | path

Searched defs:valueA (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.cpp229 uint64_t LatticeUpdateRuleSCCP::RunBoolArithmetic(bool valueA, bool valueB, OpCode op) in RunBoolArithmetic()
252 uint64_t LatticeUpdateRuleSCCP::RunFixedPointArithmetic(T valueA, T valueB, OpCode op) in RunFixedPointArithmetic()
291 double LatticeUpdateRuleSCCP::RunFloatingPointArithmetic(T valueA, T valueB, OpCode op) in RunFloatingPointArithmetic()
314 auto valueA = operandA.GetValue().value(); in RunBasicArithmetic() local
347 auto valueA = operandA.GetValue().value(); in RunFCompareArithmetic() local
366 auto valueA = operandA.GetValue().value(); in RunICompareArithmetic() local
388 uint64_t LatticeUpdateRuleSCCP::RunBoolCompare(bool valueA, bool valueB, ICmpCondition cond) in RunBoolCompare()
402 uint64_t LatticeUpdateRuleSCCP::RunFixedPointCompare(T valueA, T valueB, ICmpCondition cond) in RunFixedPointCompare()
433 uint64_t LatticeUpdateRuleSCCP::RunFloatingPointCompare(T valueA, T valueB, FCmpCondition cond) in RunFloatingPointCompare()
1214 const auto valueA = acc_.GetConstantValue(operandA); in RunAdd() local
[all …]
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1715 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in RunInternal() local
1739 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in RunInternal() local
1764 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in RunInternal() local
1788 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in RunInternal() local
Dinterpreter_assembly.cpp1087 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in HandleLessImm8V8() local
1118 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in HandleLesseqImm8V8() local
1150 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in HandleGreaterImm8V8() local
1181 double valueA = left.IsInt() ? static_cast<double>(left.GetInt()) : left.GetDouble(); in HandleGreatereqImm8V8() local