Searched refs:f0 (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-9.3-release/tools/test/testfloat/sparc64/
H A Dfpu_emul.S34 fitos %f0,%f0
38 fitod %f0,%f0
42 fitoq %f0,%f0
46 fxtos %f0,%f0
50 fxtod %f0,%f0
[all...]
H A Dsystfloat.S56 .macro i2f32 src=%i0,dst=%f0
61 .macro i2f64 src=%i0,dst=%f0
66 .macro f2i32 src=%f0,dst=%i0
71 .macro f2i64 src=%f0,dst=%i0
86 ld [%sp+2231],%f0
87 fitos %f0,%f0
88 st %f0,[%sp+2231]
104 ld [%sp+2231],%f0
105 fitod %f0,
[all...]
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dfabs.S34 fabsd %f0, %f0
H A Dfixunsdfsi.S68 fcmped %f0, %f2 ! d < 2^63, or NaN, or -Inf?
70 fdtox %f0, %f0 ! (this includes negatives!)
76 fsubd %f0, %f2, %f0 ! d -= 2^63
77 fdtox %f0, %f0 ! convert to long
78 std %f0, [%sp + CCFSZ + SPOFF] ! move into return reg
88 std %f0, [%sp + CCFSZ + SPOFF] ! return result
H A Dmodf.S76 * %f0:f1 double val;
101 fabsd %f0, %f4 ! %f4:f5 = v
102 fcmped %fcc1, %f0, %f4 ! %fcc1 = (val == abs(val))
161 fsubd %f0, %f4, %f0 ! %f0:f1 -= %f4:f5;
173 std %f0, [%i1] ! *ival = val;
174 ldd [%l0], %f0 ! return 0.0;
/freebsd-9.3-release/lib/msun/sparc64/
H A De_sqrt.S32 fsqrtd %f0, %f0
H A De_sqrtf.S32 fsqrts %f1, %f0
/freebsd-9.3-release/usr.bin/make/
H A Dhash_tables.c49 unsigned f0, f1; local
55 for (f0=f1=0; kp < key + len; ++kp) {
58 f0 += directive_T0[-97 + *kp];
62 f0 %= 40;
65 return (directive_g[f0] + directive_g[f1]) % 19;
113 unsigned f0, f1; local
119 for (f0=f1=0; *kp; ++kp) {
122 f0 += keyword_T0[-46 + *kp];
126 f0 %= 74;
129 return (keyword_g[f0]
[all...]
/freebsd-9.3-release/contrib/gdtoa/
H A DstrtoIdd.c36 strtoIdd(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1;
38 strtoIdd(CONST char *s, char **sp, double *f0, double *f1)
53 ULtodd((ULong*)f0, B[0]->x, exp[0], rv[0]);
60 ((ULong*)f1)[0] = ((ULong*)f0)[0];
61 ((ULong*)f1)[1] = ((ULong*)f0)[1];
62 ((ULong*)f1)[2] = ((ULong*)f0)[2];
63 ((ULong*)f1)[3] = ((ULong*)f0)[3];
H A DstrtoId.c36 strtoId(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1;
38 strtoId(CONST char *s, char **sp, double *f0, double *f1)
49 ULtod((ULong*)f0, B[0]->x, exp[0], rv[0]);
56 ((ULong*)f1)[0] = ((ULong*)f0)[0];
57 ((ULong*)f1)[1] = ((ULong*)f0)[1];
H A DstrtoIf.c36 strtoIf(s, sp, f0, f1) CONST char *s; char **sp; float *f0, *f1;
38 strtoIf(CONST char *s, char **sp, float *f0, float *f1)
49 ULtof((ULong*)f0, B[0]->x, exp[0], rv[0]);
56 *(ULong*)f1 = *(ULong*)f0;
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dia64cpuid.S63 mov f127=f0
71 mov f6=f0
74 mov f7=f0
77 mov f8=f0
80 mov f9=f0
83 mov f10=f0
86 mov f11=f0
89 mov f12=f0
92 mov f13=f0
95 mov f14=f0
[all...]
H A Dsparccpuid.S37 ldd [%o0],%f0
52 .word 0xbfa00040 !fmovd %f0,%f62
67 .word 0x83a00040 !fmovd %f0,%f32
70 fmovs %f0,%f30
74 fmovs %f0,%f28
78 fmovs %f0,%f26
82 fmovs %f0,%f24
86 fmovs %f0,%f22
90 fmovs %f0,%f20
94 fmovs %f0,
[all...]
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.S65 mov.d $f0, $f12 # f0 <- f12
68 bc1f 1f # leave f0 alone if Nan, infinity
73 sub.d $f0,$f4,$f2 # Remove fudge factor
76 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
79 s.d $f0, 0(a2) # save the integer part
80 sub.d $f0, $f12, $f0 # subtract val - integer part
H A Dfabs.S57 abs.d $f0, $f12 # compute absolute value of x
H A Dldexp.S79 mtc1 t3, $f0 # save LSW of result
151 mtc1 t3, $f0 # save LSW of result
175 mtc1 t3, $f0 # save denormalized result (LSW)
178 neg.d $f0, $f0 # negate result
195 mtc1 t3, $f0
197 neg.d $f0, $f0 # negate result
201 mtc1 zero, $f0 # result is zero
204 neg.d $f0,
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Ded.c40 int f0, l0, f1, l1;
51 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
58 print_number_range (',', &files[0], f0, l0);
71 i - f1 + translate_line_number (&files[0], f0) - 1);
86 i - f1 + translate_line_number (&files[0], f0));
117 int f0, l0, f1, l1;
121 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
128 print_number_range (' ', files, f0, l0);
164 int f0, l0, f1, l1;
169 analyze_hunk (hunk, &f0,
39 int f0, l0, f1, l1; local
115 int f0, l0, f1, l1; local
161 int f0, l0, f1, l1; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips16.S61 mtc1 $4,$f0; \
64 OPCODE $f0,$f0,$f2; \
65 mfc1 $2,$f0; \
87 mtc1 $4,$f0; \
89 OPCODE $f0,$f0; \
90 mfc1 $2,$f0; \
112 mtc1 $4,$f0; \
114 OPCODE $f0,
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Ded.c43 lin f0, l0, f1, l1;
51 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
58 print_number_range (',', &files[0], f0, l0);
97 lin i, f0, l0, f1, l1;
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
107 print_number_range (' ', files, f0, l0);
140 lin i, f0, l0, f1, l1;
144 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
150 translate_range (&files[0], f0, l0, &tf0, &tl0);
42 lin f0, l0, f1, l1; local
95 lin i, f0, l0, f1, l1; local
137 lin i, f0, l0, f1, l1; local
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_explode.c135 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
140 fp->fp_mant[0] = f0; \
150 fp->fp_mant[0] = f0; \
157 fp->fp_mant[0] = FP_1 | f0; \
172 u_int frac, f0, f1; local
177 f0 = frac >> SNG_SHIFT;
179 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0);
190 u_int frac, f0, f1, f2; local
195 f0 = frac >> DBL_SHIFT;
199 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_explode.c157 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
162 fp->fp_mant[0] = f0; \
172 fp->fp_mant[0] = f0; \
179 fp->fp_mant[0] = FP_1 | f0; \
196 u_int frac, f0, f1; local
201 f0 = frac >> SNG_SHIFT;
203 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0);
216 u_int frac, f0, f1, f2; local
221 f0 = frac >> DBL_SHIFT;
225 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f
237 u_int frac, f0, f1, f2, f3; local
[all...]
/freebsd-9.3-release/tools/tools/net80211/scripts/mesh/
H A Dconfig.mesh16 NODE4_MAC=00:0b:6b:87:1c:f0
/freebsd-9.3-release/lib/libc/ia64/gen/
H A D__divsf3.S62 (p6) fma.s1 f6=f6,f8,f0
80 (p6) fma.s1 f7=f7,f7,f0
92 (p6) fma.s1 f7=f7,f7,f0
104 (p6) fma.s.s0 f8=f6,f1,f0
H A D__udivdi3.S58 fma.s1 f6=f8,f1,f0
62 fma.s1 f7=f9,f1,f0
80 (p6) fma.s1 f10=f6,f8,f0
86 (p6) fma.s1 f11=f9,f9,f0
/freebsd-9.3-release/sys/libkern/ia64/
H A D__udivdi3.S57 fma.s1 f6=f8,f1,f0
61 fma.s1 f7=f9,f1,f0
79 (p6) fma.s1 f10=f6,f8,f0
85 (p6) fma.s1 f11=f9,f9,f0

Completed in 147 milliseconds

123