Searched refs:TEST_ap (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | load_unpack.c | 145 #define TEST_ap(NAME, TYPE, SIGN, SIZE, EXT, RES1, RES2, RES3, RES4) \ macro 165 TEST_ap(loadbzw2_ap, int32_t, Z, 2, 0x00000000, 167 TEST_ap(loadbsw2_ap, int32_t, S, 2, 0x0000ff00, 169 TEST_ap(loadbzw4_ap, int64_t, Z, 4, 0x0000000000000000LL, 172 TEST_ap(loadbsw4_ap, int64_t, S, 4, 0x0000ff000000ff00LL,
|
H A D | load_align.c | 131 #define TEST_ap(NAME, SZ, SIZE, RES1, RES2, RES3, RES4) \ macro 150 TEST_ap(loadalignb_ap, b, 1, 153 TEST_ap(loadalignh_ap, h, 2,
|