Home | History | Annotate | Download | only in test

Lines Matching refs:lla

582     int64_t lla;
602 asm volatile ("fistpll %0" : "=m" (lla) : "t" (a) : "st");
607 printf("(int64_t)a = %Ld\n", lla);