Searched refs:vgather16_32_ref (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | scatter_gather.c | 67 unsigned short vgather16_32_ref[MATRIX_SIZE]; variable 832 memset(vgather16_32_ref, 0, MATRIX_SIZE * sizeof(unsigned short)); in check_gather_16_32() 833 scalar_gather_16_32(vgather16_32_ref); in check_gather_16_32() 834 check_buffer(__func__, vtcm.vgather16_32, vgather16_32_ref, in check_gather_16_32() 851 memset(vgather16_32_ref, gather_16_masked_init(), in check_gather_16_32_masked() 853 scalar_gather_16_32_masked(vgather16_32_ref); in check_gather_16_32_masked() 854 check_buffer(__func__, vtcm.vgather16_32, vgather16_32_ref, in check_gather_16_32_masked()
|