Home | History | Annotate | Download | only in test

Lines Matching full:fld

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