Lines Matching refs:NHALFS
35 #define NHALFS (NBYTES / sizeof(short)) macro
41 int16_t hbuf[NHALFS] __attribute__((aligned(1 << 12))) = {0};
57 INIT(hbuf, NHALFS) in INIT()
259 TEST_LOAD_IMM(h, int16_t, hbuf, NHALFS, 2, d)
260 TEST_LOAD_IMM(uh, uint16_t, hbuf, NHALFS, 2, d)
288 TEST_LOAD_REG(h, int16_t, hbuf, NHALFS, d) in TEST_LOAD_REG()
289 TEST_LOAD_REG(uh, uint16_t, hbuf, NHALFS, d) in TEST_LOAD_REG()
313 CIRC_VAL(h, int16_t, NHALFS)
335 CHECK_STORE(h, hbuf, NHALFS, x)
363 CIRC_TEST_STORE_IMM(h, h, int16_t, hbuf, NHALFS, 0, 2)
364 CIRC_TEST_STORE_IMM(f, h, int16_t, hbuf, NHALFS, 16, 2)
368 CIRC_TEST_STORE_IMM(hnew, h, int16_t, hbuf, NHALFS, 0, 2)
394 CIRC_TEST_STORE_REG(h, h, int16_t, hbuf, NHALFS, 0)
395 CIRC_TEST_STORE_REG(f, h, int16_t, hbuf, NHALFS, 16)
399 CIRC_TEST_STORE_REG(hnew, h, int16_t, hbuf, NHALFS, 0)