Home
last modified time | relevance | path

Searched refs:t3 (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/genmc/
H A Dcondvar_test_2.cpp66 pthread_t t3; in main() local
69 pthread_create(&t3, nullptr, Thread1, nullptr); in main()
74 pthread_join(t3, nullptr); in main()
/arkcompiler/runtime_core/static_core/verification/value/tests/
H A Dabstract_typed_value_test.cpp54 auto t3 = av3.GetAbstractType(); in TEST_F() local
56 EXPECT_EQ(t3, i32); in TEST_F()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dmutex_test.cpp148 pthread_t t3; in HWTEST_F() local
150 pthread_create(&t3, nullptr, TestThread3, reinterpret_cast<void *>(&arg)); in HWTEST_F()
151 pthread_join(t3, nullptr); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp2544 ScopedTmpReg t3(this, src.GetType()); in EncodeRoundToPInfFloat()
2558 GetMasm()->movd(ArchVReg(t3), ArchReg(t4)); in EncodeRoundToPInfFloat()
2559 GetMasm()->comiss(ArchVReg(t2), ArchVReg(t3)); in EncodeRoundToPInfFloat()
2563 GetMasm()->movd(ArchVReg(t3), ArchReg(t4)); in EncodeRoundToPInfFloat()
2564 GetMasm()->addss(ArchVReg(t1), ArchVReg(t3)); in EncodeRoundToPInfFloat()
2583 ScopedTmpReg t3(this, src.GetType()); in EncodeRoundToPInfDouble()
2597 GetMasm()->movq(ArchVReg(t3), ArchReg(t4)); in EncodeRoundToPInfDouble()
2598 GetMasm()->comisd(ArchVReg(t2), ArchVReg(t3)); in EncodeRoundToPInfDouble()
2602 GetMasm()->movq(ArchVReg(t3), ArchReg(t4)); in EncodeRoundToPInfDouble()
2603 GetMasm()->addsd(ArchVReg(t1), ArchVReg(t3)); in EncodeRoundToPInfDouble()
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp226 auto t3 = GetEncoder()->CreateLabel(); in TEST_F() local
245 GetEncoder()->EncodeJump(t3); in TEST_F()
250 GetEncoder()->BindLabel(t3); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp244 auto t3 = GetEncoder()->CreateLabel(); in TEST_F() local
263 GetEncoder()->EncodeJump(t3); in TEST_F()
268 GetEncoder()->BindLabel(t3); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp227 auto t3 = GetEncoder()->CreateLabel(); in TEST_F() local
246 GetEncoder()->EncodeJump(t3); in TEST_F()
251 GetEncoder()->BindLabel(t3); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp645 auto t3 = GetEncoder()->CreateLabel();
664 GetEncoder()->EncodeJump(t3);
669 GetEncoder()->BindLabel(t3);
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp647 auto t3 = GetEncoder()->CreateLabel(); in TEST_F() local
666 GetEncoder()->EncodeJump(t3); in TEST_F()
671 GetEncoder()->BindLabel(t3); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp650 auto t3 = GetEncoder()->CreateLabel(); in TEST_F() local
669 GetEncoder()->EncodeJump(t3); in TEST_F()
674 GetEncoder()->BindLabel(t3); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2077 std::thread t3(&JSDeserializerTest::JSSharedArrayBufferTest, in HWTEST_F_L0()
2079 t3.join(); in HWTEST_F_L0()

Completed in 31 milliseconds