Home | History | Annotate | Download | only in test

Lines Matching defs:wa

584     int16_t wa;
600 asm volatile ("fist %0" : "=m" (wa) : "t" (a));
605 printf("(short)a = %d\n", wa);