Home
last modified time | relevance | path

Searched refs:after (Results 1 – 16 of 16) sorted by relevance

/sysdeps/aarch64/
A Dtst-vpcs.c36 void vpcs_call_regs (struct regs *after, struct regs *before);
41 struct regs before, after; in do_test() local
48 vpcs_call_regs (&after, &before); in do_test()
51 if (before.x[i] != after.x[i]) in do_test()
60 (unsigned long long)after.x[i]); in do_test()
63 if (before.v.u[i] != after.v.u[i]) in do_test()
70 (unsigned long long)after.v.u[2*(i/2)+1], in do_test()
71 (unsigned long long)after.v.u[2*(i/2)]); in do_test()
/sysdeps/mach/
A Dsleep.c32 time_t before, after; in __sleep() local
43 after = time_now (); in __sleep()
46 return seconds - (after - before); in __sleep()
A Dclock_nanosleep.c54 struct timespec after, elapsed; in nanosleep_call() local
55 __clock_gettime (CLOCK_REALTIME, &after); in nanosleep_call()
56 timespec_sub (&elapsed, &after, &before); in nanosleep_call()
/sysdeps/mips/
A Dpreconfigure20 # $config_machine is not really needed here but the slash after
/sysdeps/hppa/
A Dadd_n.S30 ;! out that the data cache contention after a store makes such
A Dsub_n.S30 ;! out that the data cache contention after a store makes such
/sysdeps/arm/
A Dpreconfigure.ac9 # sysdeps/arm/configure.ac after those tests have been run.
A Dpreconfigure9 # sysdeps/arm/configure.ac after those tests have been run.
/sysdeps/arm/armv6t2/
A Dmemchr.S107 and r2,r2,#7 @ Leave the count remaining as the number after the double words have been done
128 @ r0 points to the start of the double word after the one that was tested
/sysdeps/hppa/hppa1.1/
A Dmul_1.S30 ;! not become faster due to data cache contention after a store. On the
A Daddmul_1.S30 ;! can not become faster due to data cache contention after a store. On the
A Dsubmul_1.S30 ;! can not become faster due to data cache contention after a store. On the
/sysdeps/alpha/
A Dstrrchr.S80 and t3, t4, t3 # e0 : mask out char matches after null
/sysdeps/arm/armv6/
A Dstrrchr.S96 @ Found EOS. Zap found C after EOS.
/sysdeps/alpha/alphaev67/
A Dstrrchr.S92 and t3, t4, t3 # E : mask out char matches after null
/sysdeps/powerpc/powerpc64/le/
A DMakefile34 define after-link

Completed in 13 milliseconds