Home
last modified time | relevance | path

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

/qemu/tests/tcg/hexagon/
H A Dload_unpack.c379 #define TEST_pcr(NAME, TYPE, SIGN, SIZE, LEN, INC, \ macro
400 TEST_pcr(loadbzw2_pcr, int32_t, Z, 2, 8, 2, 0x00000000,
402 TEST_pcr(loadbsw2_pcr, int32_t, S, 2, 8, 2, 0x0000ff00,
404 TEST_pcr(loadbzw4_pcr, int64_t, Z, 4, 8, 1, 0x0000000000000000LL,
407 TEST_pcr(loadbsw4_pcr, int64_t, S, 4, 8, 1, 0x0000ff000000ff00LL,
H A Dload_align.c340 #define TEST_pcr(NAME, SZ, SIZE, LEN, INC, RES1, RES2, RES3, RES4) \ macro
359 TEST_pcr(loadalignb_pcr, b, 1, 2, 1,
362 TEST_pcr(loadalignh_pcr, h, 2, 4, 1,