Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Dhvx_misc.h46 #define MASKMOD 3 macro
79 mask[i].w[j] = (i + j % MASKMOD == 0) ? 0 : 1; in init_buffers()
H A Dhvx_misc.c217 if (i + j % MASKMOD != 0) { in test_masked_store()
221 if (i + j % MASKMOD == 0) { in test_masked_store()