Lines Matching refs:__volatile__

47 	__asm__ __volatile__(
61 __asm__ __volatile__(
77 __asm__ __volatile__("stmxcsr %0" : "=m" (*value));
83 __asm__ __volatile__("ldmxcsr %0" : : "m" (*value));
91 __asm__ __volatile__("f2xm1" : "=t" (ret) : "0" (x) : "cc");
100 __asm__ __volatile__("fyl2x"
117 __asm__ __volatile__("fptan"
129 __asm__ __volatile__("fpatan"
139 __asm__ __volatile__("fxtract" : "+t" (x) : : "cc");
146 __asm__ __volatile__("fprem1" : "+t" (div) : "u" (idend) : "cc");
153 __asm__ __volatile__("fprem" : "+t" (div) : "u" (idend) : "cc");
162 __asm__ __volatile__("fyl2xp1"
172 __asm__ __volatile__("fsqrt" : "+t" (x) : : "cc");
181 __asm__ __volatile__("fsincos" : "+t" (x), "=u" (dummy) : : "cc");
188 __asm__ __volatile__("frndint" : "+t" (x) : : "cc");
197 __asm__ __volatile__("fscale" : "=t" (ret) : "0" (y), "u" (x) : "cc");
204 __asm__ __volatile__("fsin" : "+t" (x) : : "cc");
211 __asm__ __volatile__("fcos" : "+t" (x) : : "cc");
218 __asm__ __volatile__(
229 __asm__ __volatile__(
240 __asm__ __volatile__(
251 __asm__ __volatile__(
262 __asm__ __volatile__(
272 __asm__ __volatile__(
282 __asm__ __volatile__(
292 __asm__ __volatile__(
302 __asm__ __volatile__(
312 __asm__ __volatile__(
324 __asm__ __volatile__(
334 __asm__ __volatile__("ucomiss %1, %0" : : "x" (*f1), "x" (*f2));
341 __asm__ __volatile__("comiss %1, %0" : : "x" (*f1), "x" (*f2));
349 __asm__ __volatile__(
361 __asm__ __volatile__(
373 __asm__ __volatile__(
385 __asm__ __volatile__(
398 __asm__ __volatile__(
410 __asm__ __volatile__(
422 __asm__ __volatile__(
434 __asm__ __volatile__(
444 __asm__ __volatile__(
454 __asm__ __volatile__(
464 __asm__ __volatile__(
475 __asm__ __volatile__(
485 __asm__ __volatile__(
495 __asm__ __volatile__(
505 __asm__ __volatile__(
515 __asm__ __volatile__(
525 __asm__ __volatile__(
537 __asm__ __volatile__(
547 __asm__ __volatile__("ucomisd %1, %0" : : "x" (*d1), "x" (*d2));
553 __asm__ __volatile__("comisd %1, %0" : : "x" (*d1), "x" (*d2));
561 __asm__ __volatile__(
572 __asm__ __volatile__(
584 __asm__ __volatile__(
596 __asm__ __volatile__(
609 __asm__ __volatile__(
621 __asm__ __volatile__(
633 __asm__ __volatile__(
645 __asm__ __volatile__(
657 __asm__ __volatile__(
669 __asm__ __volatile__("st %%fsr,%0\n\t" : "=m" (*l));
675 __asm__ __volatile__("ld %0,%%fsr\n\t" : : "m" (*l));