Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Dscatter_gather.c56 unsigned int vgather32[MATRIX_SIZE]; member
450 HVX_Vector *vgatherlo = (HVX_Vector *)vtcm.vgather32; in vector_gather_32()
451 HVX_Vector *vgatherhi = (HVX_Vector *)&vtcm.vgather32[MATRIX_SIZE / 2]; in vector_gather_32()
484 HVX_Vector *vgatherlo = (HVX_Vector *)vtcm.vgather32; in vector_gather_32_masked()
485 HVX_Vector *vgatherhi = (HVX_Vector *)&vtcm.vgather32[MATRIX_SIZE / 2]; in vector_gather_32_masked()
788 void scalar_gather_32(unsigned int *vgather32) in scalar_gather_32() argument
791 vgather32[i] = vtcm.vscatter32[word_offsets[i] / 4]; in scalar_gather_32()
799 check_buffer(__func__, vtcm.vgather32, vgather32_ref, in check_gather_32()
804 void scalar_gather_32_masked(unsigned int *vgather32) in scalar_gather_32_masked() argument
808 vgather32[i] = vtcm.vscatter32[word_offsets[i] / 4]; in scalar_gather_32_masked()
[all …]