Searched refs:vgather16_ref (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | scatter_gather.c | 63 unsigned short vgather16_ref[MATRIX_SIZE]; variable 762 memset(vgather16_ref, 0, MATRIX_SIZE * sizeof(unsigned short)); in check_gather_16() 763 scalar_gather_16(vgather16_ref); in check_gather_16() 764 check_buffer(__func__, vtcm.vgather16, vgather16_ref, in check_gather_16() 780 memset(vgather16_ref, gather_16_masked_init(), in check_gather_16_masked() 782 scalar_gather_16_masked(vgather16_ref); in check_gather_16_masked() 783 check_buffer(__func__, vtcm.vgather16, vgather16_ref, in check_gather_16_masked()
|