Searched refs:fsr (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dcrtfastmath.c30 unsigned int fsr; local
33 the fsr register modified the upper 32-bit, the only thing up there
37 __asm__("st %%fsr, %0"
38 : "=m" (fsr));
40 fsr |= FPRS_NS;
42 __asm__("ld %0, %%fsr"
43 : : "m" (fsr));
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dld_st_fsr.s3 ld [%g3], %fsr
4 st %fsr, [%g3]
H A Dld_st_fsr.d10 0: c1 08 c0 00 ld \[ %g3 \], %fsr
11 4: c1 28 c0 00 st %fsr, \[ %g3 \]
H A Dldx_stx.s5 ldx [%g3], %fsr
8 stx %fsr, [%g3]
H A Dldx_stx.d12 8: c3 08 c0 00 ldx \[ %g3 \], %fsr
15 14: c3 28 c0 00 stx %fsr, \[ %g3 \]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A D20001013-1.c36 unsigned int fsr = 0; local
37 __asm __volatile ("ld %0, %%fsr" : : "m" (fsr));
39 __asm __volatile ("st %%fsr, %0" : "=m" (fsr));
40 if (x.l != y.l || (fsr & 0x3ff))
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Dsystem.s23 ld.c %fsr,%r28
24 ld.c %fsr,%r12
36 st.c %r29,%fsr
37 st.c %r13,%fsr
H A Dsystem.d25 3c: 00 00 9c 30 ld.c %fsr,%r28
26 40: 00 00 8c 30 ld.c %fsr,%r12
37 6c: 00 e8 80 38 st.c %r29,%fsr
38 70: 00 68 80 38 st.c %r13,%fsr
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Dsystem.s23 ld.c %fsr,%r28
24 ld.c %fsr,%r12
36 st.c %r29,%fsr
37 st.c %r13,%fsr
H A Dsystem.d25 3c: 00 00 9c 30 ld.c %fsr,%r28
26 40: 00 00 8c 30 ld.c %fsr,%r12
37 6c: 00 e8 80 38 st.c %r29,%fsr
38 70: 00 68 80 38 st.c %r13,%fsr
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dinvalid-ar.s123 mov.i r1 = ar.fsr
H A Dregs.d1970 [ ]*[a-f0-9]+: 10 00 70 44 08 00 mov.m r1=ar.fsr
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dinvalid-ar.s123 mov.i r1 = ar.fsr
/haiku-buildtools/gcc/gcc/ada/
H A Dinit.c2049 unsigned int fsr; local
2051 __asm__("st %%fsr, %0" : "=m" (fsr));
2052 fsr &= ~(FSR_TEM_OFM | FSR_TEM_UFM);
2053 __asm__("ld %0, %%fsr" : : "m" (fsr));

Completed in 94 milliseconds