Home | History | Annotate | Download | only in target-i386

Lines Matching refs:vec

1540     uint32_t vec[4];
1544 : "=a"(vec[0]), "=b"(vec[1]),
1545 "=c"(vec[2]), "=d"(vec[3])
1555 : : "a"(function), "c"(count), "S"(vec)
1560 *eax = vec[0];
1562 *ebx = vec[1];
1564 *ecx = vec[2];
1566 *edx = vec[3];