Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Davx.c255 unsigned int vec_idx = 0; in vec256_to_string() local
259 for (vec_idx = 0; vec_idx < YMM_MAX; vec_idx++) { in vec256_to_string()
261 bcopy(&vec[vec_idx], &a[0], sizeof(a)); in vec256_to_string()
706 unsigned int vec_idx = 0; in vec512_to_string() local
710 for (vec_idx = 0; vec_idx < ZMM_MAX; vec_idx++) { in vec512_to_string()
712 bcopy(&vec[vec_idx], &a[0], sizeof(a)); in vec512_to_string()
718 vec_idx < ZMM_MAX - 1 ? "\n" : "" in vec512_to_string()