Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp1086 uint32_t tmp2 = tmp1; in TEST_F() local
1099 auto tmp2 = random_gen<uint32_t>(); in TEST_F() local
1249 T tmp2 = random_gen<T>(); in TestAdd() local
1364 T tmp2 = random_gen<T>(); in TestSub() local
1487 T tmp2 = random_gen<T>(); in TestMul() local
1555 T tmp2 = random_gen<T>(); in TestMin() local
1639 T tmp2 = random_gen<T>(); in TestMax() local
1722 T tmp2 {0}; in TestShl() local
1783 T tmp2 {0}; in TestShr() local
1849 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/compiler/tests/aarch64/
Dencoder64_test.cpp1256 uint32_t tmp2 = tmp1; in TEST_F() local
1269 auto tmp2 = random_gen<uint32_t>(); in TEST_F() local
1416 auto tmp2 = random_gen<T>(); in TestAdd() local
1529 T tmp2 = random_gen<T>(); in TestSub() local
1642 T tmp2 = random_gen<T>(); in TestMul() local
1708 T tmp2 = random_gen<T>(); in TestMin() local
1788 T tmp2 = random_gen<T>(); in TestMax() local
1867 T tmp2 {0}; in TestShl() local
1926 T tmp2 {0}; in TestShr() local
1988 T tmp2 {0}; in TestAShr() local
[all …]
/arkcompiler/runtime_core/dprof/libdprof/dprof/
Dprofiling_data.cpp55 ipc::protocol::AppInfo tmp2 {app_name_, hash_, pid_}; in DumpAndResetFeatures() local
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js82 let tmp2 = "一二三"; variable
/arkcompiler/runtime_core/runtime/bridge/arch/x86/
Dinterpreter_to_compiled_code_bridge_x86.S22 .macro PUSH_ARG arg_ptr, stack_ptr, tmp1, tmp2
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp726 auto tmp2 = VixlReg(tmp2_scoped.GetReg()); in EncodeStringEquals() local
759 auto tmp2 = VixlReg(tmp2_scoped); in EncodeStringEqualsMainLoop() local
833const vixl::aarch64::Register &tmp2, const vixl::aarch64::Register &tmp3, in IndexOfHandleLatin1Case()
888const vixl::aarch64::Register &tmp2, const vixl::aarch64::Register &tmp3, vixl::aarch64::Label *la… in IndexOfHandleLatin1CaseMainLoop()
965 const vixl::aarch64::Register &tmp2, in IndexOfHandleUtf16NormalCase()
1014const vixl::aarch64::Register &tmp2, const vixl::aarch64::Register &tmp3, vixl::aarch64::Label *la… in IndexOfHandleUtf16NormalCaseMainLoop()
1089 const vixl::aarch64::Register &tmp2, in IndexOfHandleSurrogateCase()
1168 auto tmp2 = VixlReg(tmp2_scoped.GetReg()); in EncodeStringIndexOfAfter() local
1245 const vixl::aarch64::Register &tmp2, in EncodeStringIndexOfAfterMainCase()
1552 auto tmp2 = VixlReg(tmp_reg2); in EncodeCastFloatWithSmallDst() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1523 ScopedTmpRegU32 tmp2(this); in MakeLibCallWithInt64Result() local
1545 ScopedTmpRegU32 tmp2(this); in MakeLibCallWithInt64Result() local
/arkcompiler/runtime_core/runtime/tests/
Dstring_test.cpp604 std::vector<uint8_t> tmp2 {'x', 'x', 'x', 'y', 'y', 'a', 'a'}; in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2267 ScopedTmpRegU64 tmp2(this); in EncodeCompareAndSwap() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp2151 ScopedTmpReg tmp2(enc, ConvertDataType(DataType::REFERENCE, GetArch())); in CreatePostInterRegionBarrier() local
3945 …ScopedLiveTmpReg tmp2(enc->GetEncoder(), Codegen::ConvertDataType(DataType::REFERENCE, enc->GetArc… in FinishUnresolvedStoreStatic() local