Home
last modified time | relevance | path

Searched defs:valueB (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()
315 auto valueB = operandB.GetValue().value(); in RunBasicArithmetic() local
348 auto valueB = operandB.GetValue().value(); in RunFCompareArithmetic() local
367 auto valueB = operandB.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()
1215 const auto valueB = acc_.GetConstantValue(operandB); in RunAdd() local
[all …]
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1716 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1740 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1765 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1789 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
Dinterpreter_assembly.cpp1088 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleLessImm8V8() local
1119 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleLesseqImm8V8() local
1151 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleGreaterImm8V8() local
1182 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleGreatereqImm8V8() local