Searched refs:TEST_ATOMICS (Results 1 - 1 of 1) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-cpu-features-aarch64.cc | 2867 #define TEST_ATOMICS(NAME, ASM) \ macro 2869 TEST_ATOMICS(casal_0, casal(w0, w1, MemOperand(x2, 0))) 2870 TEST_ATOMICS(casal_1, casal(x0, x1, MemOperand(x2, 0))) 2871 TEST_ATOMICS(casa_0, casa(w0, w1, MemOperand(x2, 0))) 2872 TEST_ATOMICS(casa_1, casa(x0, x1, MemOperand(x2, 0))) 2873 TEST_ATOMICS(casl_0, casl(w0, w1, MemOperand(x2, 0))) 2874 TEST_ATOMICS(casl_1, casl(x0, x1, MemOperand(x2, 0))) 2875 TEST_ATOMICS(cas_0, cas(w0, w1, MemOperand(x2, 0))) 2876 TEST_ATOMICS(cas_1, cas(x0, x1, MemOperand(x2, 0))) 2877 TEST_ATOMICS(casab_ [all...] |
Completed in 5 milliseconds