Searched refs:PRINT_EXPECTED (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | test-plugin-mem-access.c | 27 #define PRINT_EXPECTED(function, type, value, action) \ macro 38 PRINT_EXPECTED(store_##name, type, #value, "store"); \ 51 PRINT_EXPECTED(atomic_op_##name, type, "0x0*42", "load"); \ 52 PRINT_EXPECTED(atomic_op_##name, type, #value, "store"); \ 66 PRINT_EXPECTED(load_##name, type, #value, "load"); \ 92 PRINT_EXPECTED(store_u128, __int128, in print_expected_store_u128() 111 PRINT_EXPECTED(load_u128, __int128, in print_expected_load_u128()
|