Searched refs:word_addr (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 3224 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local 3225 return test->CallCode<uintptr_t, T>(word_addr, expected_result); in TestLoadExclusive() 3247 auto word_addr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local 3248 return test->CallCodeVariadic<uint32_t, uintptr_t, T>(1, word_addr, 0); in TestStoreExclusiveFailed() 3278 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local 3279 if (!test->CallCodeVariadic<uint32_t, uintptr_t, T>(0, word_addr, value)) { in TestStoreExclusive()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 3340 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local 3341 return test->CallCode<uintptr_t, T>(word_addr, expected_result); in TestLoadExclusive() 3363 auto word_addr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local 3364 return test->CallCode<uintptr_t, T>(word_addr, static_cast<T>(buffer), 1); in TestStoreExclusiveFailed() 3393 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local 3394 if (!test->CallCode<uintptr_t, T>(word_addr, value, 0)) { in TestStoreExclusive()
|
Completed in 9 milliseconds