Home | History | Annotate | Download | only in test

Lines Matching refs:wa

622     int16_t wa;
638 asm volatile ("fist %0" : "=m" (wa) : "t" (a));
643 printf("(short)a = %d\n", wa);