Home | History | Annotate | Download | only in test

Lines Matching refs:lla

620     int64 lla;
640 asm volatile ("fistpll %0" : "=m" (lla) : "t" (a) : "st");
645 printf("(int64_t)a = %Ld\n", lla);