Home
last modified time | relevance | path

Searched defs:tmp2 (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_1.cpp674 uint32_t tmp2 = tmp1; in TEST_F() local
687 auto tmp2 = RandomGen<uint32_t>(); in TEST_F() local
835 T tmp2 = RandomGen<T>(); in TestAdd() local
947 T tmp2 = RandomGen<T>(); in TestSub() local
1067 T tmp2 = RandomGen<T>(); in TestMul() local
1133 T tmp2 = RandomGen<T>(); in TestMin() local
1216 T tmp2 = RandomGen<T>(); in TestMax() local
1299 T tmp2 {0}; in TestShl() local
1360 T tmp2 {0}; in TestShr() local
1426 T tmp2 {0}; in TestAShr() local
[all …]
Dencoder32_test_2.cpp53 T tmp2 = RandomGen<T>(); in TestCompare() local
112 T tmp2 = hi | lo; in TestCompare64() local
374 T tmp2 = RandomGen<T>(); in TestDiv() local
428 T tmp2 = RandomGen<T>(); in TestModMainLoop() local
840 T tmp2 = RandomGen<T>(); in TestCompareTest() local
911 T tmp2; in TestJumpTest() local
1078 ScopedTmpReg tmp2(GetEncoder(), true); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test_1.cpp750 uint32_t tmp2 = tmp1; in TEST_F() local
763 auto tmp2 = RandomGen<uint32_t>(); in TEST_F() local
858 auto tmp2 = RandomGen<T>(); in TestAdd() local
984 T tmp2 = RandomGen<T>(); in TestSub() local
1110 T tmp2 = RandomGen<T>(); in TestMul() local
1182 T tmp2 = RandomGen<T>(); in TestMin() local
1257 T tmp2 = RandomGen<T>(); in TestMax() local
1331 T tmp2 {0}; in TestShl() local
1392 T tmp2 {0}; in TestShr() local
1456 T tmp2 {0}; in TestAShr() local
[all …]
Dencoder64_test_2.cpp55 T tmp2 = hi | lo; in TestCompare64() local
307 T tmp2 = RandomGen<T>(); in TestDiv() local
437 T tmp2 = RandomGen<T>(); in TestMod() local
845 T tmp2 = RandomGen<T>(); in TestCompareTest() local
915 T tmp2; in TestJumpTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_1.cpp831 uint32_t tmp2 = tmp1; in TEST_F() local
844 auto tmp2 = RandomGen<uint32_t>(); in TEST_F() local
988 auto tmp2 = RandomGen<T>(); in TestAdd() local
1097 T tmp2 = RandomGen<T>(); in TestSub() local
1208 T tmp2 = RandomGen<T>(); in TestMul() local
1273 T tmp2 = RandomGen<T>(); in TestMin() local
1353 T tmp2 = RandomGen<T>(); in TestMax() local
1433 T tmp2 {0}; in TestShl() local
1494 T tmp2 {0}; in TestShr() local
1555 T tmp2 {0}; in TestAShr() local
[all …]
Dencoder64_test_2.cpp56 T tmp2 = hi | lo; in TestCmp64() local
104 T tmp2 = RandomGen<T>(); in TestCompare() local
159 T tmp2 = hi | lo; in TestCompare64() local
451 T tmp2 = RandomGen<T>(); in TestDiv() local
616 T tmp2 = RandomGen<T>(); in TestModMainLoop() local
1017 T tmp2 = RandomGen<T>(); in TestCompareTest() local
1087 T tmp2; in TestJumpTest() local
1370 ScopedTmpReg tmp2(GetEncoder(), true); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp1078 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/
Dencoder64_test.cpp1165 uint32_t tmp2 = tmp1; in TEST_F() local
1178 auto tmp2 = random_gen<uint32_t>(); in TEST_F() local
1274 auto tmp2 = random_gen<T>(); in TestAdd() local
1401 T tmp2 = random_gen<T>(); in TestSub() local
1528 T tmp2 = random_gen<T>(); in TestMul() local
1601 T tmp2 = random_gen<T>(); in TestMin() local
1677 T tmp2 = random_gen<T>(); in TestMax() local
1752 T tmp2 {0}; in TestShl() local
1812 T tmp2 {0}; in TestShr() local
1874 T tmp2 {0}; in TestAShr() local
[all …]
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
Dprofiling_data.cpp55 ipc::protocol::AppInfo tmp2 {appName_, hash_, pid_}; in DumpAndResetFeatures() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp1255 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/runtime/bridge/arch/x86/
Dinterpreter_to_compiled_code_bridge_x86.S22 .macro PUSH_ARG arg_ptr, stack_ptr, tmp1, tmp2
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js129 let tmp2 = "一二三"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp65 …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/
Dmaple_string.cpp372 char *tmp2 = str2.data; in operator ==() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1196 vixl::aarch32::SRegister tmp2(tmp1.GetReg().GetId() + 1); in EncodeIsSafeInteger() local
1202 vixl::aarch32::DRegister tmp2(tmp1.GetReg().GetId() + 1); in EncodeIsSafeInteger() local
1963 ScopedTmpRegU32 tmp2(this); in MakeLibCallWithInt64Result() local
1985 ScopedTmpRegU32 tmp2(this); in MakeLibCallWithInt64Result() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp195 ScopedTmpRegLazy tmp2(enc, false); in EncodeSbAppendString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp956 ScopedTmpReg tmp2(this, FLOAT64_TYPE); in EncodeCompressEightUtf16ToUtf8CharsUsingSimd() local
970 ScopedTmpReg tmp2(this, FLOAT64_TYPE); in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd() local
1492 auto tmp2 = VixlReg(tmpReg2); in EncodeCastFloatWithSmallDst() local
2747 ScopedTmpRegLazy tmp2(this); in EncodeAtomicByteOr() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2804 ScopedTmpRegF32 tmp2(this); in EncodeIsSafeInteger() local
2810 ScopedTmpRegF64 tmp2(this); in EncodeIsSafeInteger() local
2879 ScopedTmpRegU64 tmp2(this); in EncodeCompareAndSwap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp1232 Operand *tmp2 = &insn.GetOperand(9); in EmitStringIndexOf() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp686 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/x86_64/
Dx64_MPIsel.cpp888 RegOperand &tmp2 = in SelectCclz() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1027 Expr tmp2 = in VisitAdd() local