Home
last modified time | relevance | path

Searched refs:opNumber1 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h258 int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) in GetBitOPDate()
266 opNumber1 = in GetBitOPDate()
280 opNumber1 = taggedNumber1.GetInt(); in GetBitOPDate()
300 int32_t opNumber1 = 0; in ShlWithTSType() local
301 GetBitOPDate(thread, left, right, opNumber0, opNumber1, shlType); in ShlWithTSType()
303 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in ShlWithTSType()
316 int32_t opNumber1 = 0; in ShrWithTSType() local
317 GetBitOPDate(thread, left, right, opNumber0, opNumber1, shrType); in ShrWithTSType()
319 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in ShrWithTSType()
330 int32_t opNumber1 in AshrWithTSType() local
257 GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) GetBitOPDate() argument
346 int32_t opNumber1 = 0; AndWithTSType() local
359 int32_t opNumber1 = 0; OrWithTSType() local
372 int32_t opNumber1 = 0; XorWithTSType() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp698 DEFVARIABLE(opNumber1, VariableType::INT32(), Int32(0)); in Shl()
722 opNumber1 = GetInt32OfTInt(right); in Shl()
730 opNumber1 = DoubleToInt(glue, rightDouble); in Shl()
744 opNumber1 = GetInt32OfTInt(right); in Shl()
753 opNumber1 = DoubleToInt(glue, rightDouble); in Shl()
768 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Shl()
788 DEFVARIABLE(opNumber1, VariableType::INT32(), Int32(0)); in Shr()
815 opNumber1 = GetInt32OfTInt(right); in Shr()
823 opNumber1 = DoubleToInt(glue, rightDouble); in Shr()
837 opNumber1 in Shr()
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1904 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShl2() local
1906 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in RuntimeShl2()
1931 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShr2() local
1932 uint32_t shift = static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in RuntimeShr2()
2058 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAshr2() local
2059 uint32_t shift = static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in RuntimeAshr2()
2084 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAnd2() local
2086 auto ret = static_cast<uint32_t>(opNumber0) & static_cast<uint32_t>(opNumber1); in RuntimeAnd2()
2110 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeOr2() local
2112 auto ret = static_cast<uint32_t>(opNumber0) | static_cast<uint32_t>(opNumber1); in RuntimeOr2()
2136 int32_t opNumber1 = taggedNumber1.GetInt(); RuntimeXor2() local
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1980 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1982 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in RunInternal()
1990 int32_t opNumber1 = in RunInternal() local
1993 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in RunInternal()
2017 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2019 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in RunInternal()
2027 int32_t opNumber1 = in RunInternal() local
2030 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers) in RunInternal()
2054 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2056 static_cast<uint32_t>(opNumber1) in RunInternal()
2062 int32_t opNumber1 = RunInternal() local
2087 int32_t opNumber1 = right.GetInt(); RunInternal() local
2094 int32_t opNumber1 = RunInternal() local
2118 int32_t opNumber1 = right.GetInt(); RunInternal() local
2125 int32_t opNumber1 = RunInternal() local
2149 int32_t opNumber1 = right.GetInt(); RunInternal() local
2156 int32_t opNumber1 = RunInternal() local
[all...]
H A Dinterpreter_assembly.cpp1286 int32_t opNumber1 = right.GetInt();
1288 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers)
1296 int32_t opNumber1 =
1299 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers)
1326 int32_t opNumber1 = right.GetInt();
1328 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers)
1336 int32_t opNumber1 =
1339 static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-numbers)
1366 int32_t opNumber1 = right.GetInt();
1368 static_cast<uint32_t>(opNumber1)
[all...]

Completed in 19 milliseconds