Home
last modified time | relevance | path

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

/qemu/tests/tcg/hexagon/
H A Dload_unpack.c329 #define TEST_pci(NAME, TYPE, SIGN, LEN, INC, EXT, RES1, RES2, RES3, RES4) \ macro
349 TEST_pci(loadbzw2_pci, int32_t, Z, 6, 2, 0x00000000,
351 TEST_pci(loadbsw2_pci, int32_t, S, 6, 2, 0x0000ff00,
353 TEST_pci(loadbzw4_pci, int64_t, Z, 8, 4, 0x0000000000000000LL,
356 TEST_pci(loadbsw4_pci, int64_t, S, 8, 4, 0x0000ff000000ff00LL,
H A Dload_align.c295 #define TEST_pci(NAME, SZ, LEN, INC, RES1, RES2, RES3, RES4) \ macro
314 TEST_pci(loadalignb_pci, b, 2, 1,
317 TEST_pci(loadalignh_pci, h, 4, 2,