| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 1084 uint32_t tmp2 = tmp1; in TEST_F() local 1097 auto tmp2 = RandomGen<uint32_t>(); in TEST_F() local 1245 T tmp2 = RandomGen<T>(); in TestAdd() local 1357 T tmp2 = RandomGen<T>(); in TestSub() local 1477 T tmp2 = RandomGen<T>(); in TestMul() local 1543 T tmp2 = RandomGen<T>(); in TestMin() local 1626 T tmp2 = RandomGen<T>(); in TestMax() local 1709 T tmp2 {0}; in TestShl() local 1770 T tmp2 {0}; in TestShr() local 1836 T tmp2 {0}; in TestAShr() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 1078 uint32_t tmp2 = tmp1; in TEST_F() local 1091 auto tmp2 = random_gen<uint32_t>(); in TEST_F() local 1239 T tmp2 = random_gen<T>(); in TestAdd() local 1351 T tmp2 = random_gen<T>(); in TestSub() local 1471 T tmp2 = random_gen<T>(); in TestMul() local 1537 T tmp2 = random_gen<T>(); in TestMin() local 1620 T tmp2 = random_gen<T>(); in TestMax() local 1702 T tmp2 {0}; in TestShl() local 1763 T tmp2 {0}; in TestShr() local 1829 T tmp2 {0}; in TestAShr() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 1156 uint32_t tmp2 = tmp1; in TEST_F() local 1169 auto tmp2 = random_gen<uint32_t>(); in TEST_F() local 1264 auto tmp2 = random_gen<T>(); in TestAdd() local 1390 T tmp2 = random_gen<T>(); in TestSub() local 1516 T tmp2 = random_gen<T>(); in TestMul() local 1588 T tmp2 = random_gen<T>(); in TestMin() local 1663 T tmp2 = random_gen<T>(); in TestMax() local 1737 T tmp2 {0}; in TestShl() local 1797 T tmp2 {0}; in TestShr() local 1859 T tmp2 {0}; in TestAShr() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 1168 uint32_t tmp2 = tmp1; in TEST_F() local 1181 auto tmp2 = RandomGen<uint32_t>(); in TEST_F() local 1276 auto tmp2 = RandomGen<T>(); in TestAdd() local 1402 T tmp2 = RandomGen<T>(); in TestSub() local 1528 T tmp2 = RandomGen<T>(); in TestMul() local 1600 T tmp2 = RandomGen<T>(); in TestMin() local 1675 T tmp2 = RandomGen<T>(); in TestMax() local 1749 T tmp2 {0}; in TestShl() local 1810 T tmp2 {0}; in TestShr() local 1874 T tmp2 {0}; in TestAShr() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 1255 uint32_t tmp2 = tmp1; in TEST_F() local 1268 auto tmp2 = random_gen<uint32_t>(); in TEST_F() local 1414 auto tmp2 = random_gen<T>(); in TestAdd() local 1526 T tmp2 = random_gen<T>(); in TestSub() local 1638 T tmp2 = random_gen<T>(); in TestMul() local 1704 T tmp2 = random_gen<T>(); in TestMin() local 1784 T tmp2 = random_gen<T>(); in TestMax() local 1863 T tmp2 {0}; in TestShl() local 1922 T tmp2 {0}; in TestShr() local 1984 T tmp2 {0}; in TestAShr() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 1258 uint32_t tmp2 = tmp1; in TEST_F() local 1271 auto tmp2 = RandomGen<uint32_t>(); in TEST_F() local 1415 auto tmp2 = RandomGen<T>(); in TestAdd() local 1524 T tmp2 = RandomGen<T>(); in TestSub() local 1633 T tmp2 = RandomGen<T>(); in TestMul() local 1697 T tmp2 = RandomGen<T>(); in TestMin() local 1776 T tmp2 = RandomGen<T>(); in TestMax() local 1855 T tmp2 {0}; in TestShl() local 1914 T tmp2 {0}; in TestShr() local 1975 T tmp2 {0}; in TestAShr() local [all …]
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ |
| D | profiling_data.cpp | 55 ipc::protocol::AppInfo tmp2 {appName_, hash_, pid_}; in DumpAndResetFeatures() local
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/ |
| D | interpreter_to_compiled_code_bridge_x86.S | 22 .macro PUSH_ARG arg_ptr, stack_ptr, tmp1, tmp2
|
| /arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
| D | ecmastringtable.js | 129 let tmp2 = "一二三"; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | switch_lowerer.cpp | 65 …float tmp2 = static_cast<float>(stmt->GetCasePair(static_cast<size_t>(static_cast<uint32>(j))).fir… in FindClusters() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | maple_string.cpp | 373 char *tmp2 = str2.data; in operator ==() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 839 vixl::aarch32::SRegister tmp2(tmp1.GetReg().GetId() + 1); in EncodeIsSafeInteger() local 845 vixl::aarch32::DRegister tmp2(tmp1.GetReg().GetId() + 1); in EncodeIsSafeInteger() local 1617 ScopedTmpRegU32 tmp2(this); in MakeLibCallWithInt64Result() local 1639 ScopedTmpRegU32 tmp2(this); in MakeLibCallWithInt64Result() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 2358 ScopedTmpRegF32 tmp2(this); in EncodeIsSafeInteger() local 2364 ScopedTmpRegF64 tmp2(this); in EncodeIsSafeInteger() local 2433 ScopedTmpRegU64 tmp2(this); in EncodeCompareAndSwap() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 771 ScopedTmpReg tmp2(this, FLOAT64_TYPE); in EncodeCompressEightUtf16ToUtf8CharsUsingSimd() local 785 ScopedTmpReg tmp2(this, FLOAT64_TYPE); in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd() local 1056 auto tmp2 = VixlReg(tmpReg2); in EncodeCastFloatWithSmallDst() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 671 std::vector<uint8_t> tmp2 {'x', 'x', 'x', 'y', 'y', 'a', 'a'}; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 1640 Operand *tmp2 = &insn.GetOperand(9); in EmitStringIndexOf() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | litecg_ir_builder.cpp | 577 Expr tmp2 = in VisitAdd() local
|