Searched refs:NWORDS (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | circ.c | 36 #define NWORDS (NBYTES / sizeof(int)) macro 40 int32_t wbuf[NWORDS] __attribute__((aligned(1 << 12))) = {0}; 58 INIT(wbuf, NWORDS) in INIT() 261 TEST_LOAD_IMM(w, int32_t, wbuf, NWORDS, 4, d) 290 TEST_LOAD_REG(w, int32_t, wbuf, NWORDS, d) in TEST_LOAD_REG() 314 CIRC_VAL(w, int32_t, NWORDS) 336 CHECK_STORE(w, wbuf, NWORDS, x) 365 CIRC_TEST_STORE_IMM(w, w, int32_t, wbuf, NWORDS, 0, 4) 396 CIRC_TEST_STORE_REG(w, w, int32_t, wbuf, NWORDS, 0) 400 CIRC_TEST_STORE_REG(wnew, w, int32_t, wbuf, NWORDS, 0) [all …]
|