Home
last modified time | relevance | path

Searched refs:CheckStoreArrayPair (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp108 void CheckStoreArrayPair(bool imm);
353 void CodegenTest::CheckStoreArrayPair(bool imm) in CheckStoreArrayPair() function in panda::compiler::CodegenTest
808 CheckStoreArrayPair<uint32_t>(true); in TEST_F()
809 CheckStoreArrayPair<int32_t>(false); in TEST_F()
810 CheckStoreArrayPair<uint64_t>(true); in TEST_F()
811 CheckStoreArrayPair<int64_t>(false); in TEST_F()
812 CheckStoreArrayPair<float>(true); in TEST_F()
813 CheckStoreArrayPair<float>(false); in TEST_F()
814 CheckStoreArrayPair<double>(true); in TEST_F()
815 CheckStoreArrayPair<double>(false); in TEST_F()