Home | History | Annotate | Download | only in test

Lines Matching full:fld

651     asm("fld" #N : "=t" (a)); \
652 printf("fld" #N "= %f\n", a);