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

123

/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dqp.c113 * f0 and op0 cannot be used unless nreq > 0, which means this
115 * code inside the if (!size0) will be executed, and f0 and
119 uint32_t f0; local
307 f0 = wr->send_flags & IBV_SEND_FENCE ?
321 qp->send_wqe_offset) | f0 | op0);
455 * f0 and op0 cannot be used unless nreq > 0, which means this
457 * code inside the if (!size0) will be executed, and f0 and
461 uint32_t f0; local
475 ((qp->sq.head & 0xffff) << 8) | f0 | op0);
670 f0
[all...]
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c203 == void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
206 try(f0, f1, f2, f3, f4, opts)
207 char *f0;
229 strcpy(f0copy, f0);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dswtch.S339 stda %f0, [%o0 + (0 * 64)] %asi
H A Dexception.S1215 ldda [PCB_REG + PCB_UFP + (0 * 64)] %asi, %f0
1266 ldda [PCB_REG + PCB_KFP + (0 * 64)] %asi, %f0
/freebsd-9.3-release/contrib/amd/amd/
H A Dopts.c983 char *f, *f0; local
988 f0 = f = strchr(p, '/');
993 if (f == f0 && f[0] == '/' && f[1] == '/') {
/freebsd-9.3-release/sys/mips/mips/
H A Dswtch.S395 SAVE_U_PCB_FPREG($f0, F0_NUM, a0)
433 RESTORE_U_PCB_FPREG($f0, F0_NUM, a1)
515 SAVE_U_PCB_FPREG($f0, F0_NUM, a0)
H A Dfp.S2294 mfc1 t2, $f0
2392 mfc1 ta0, $f0
2490 mfc1 t0, $f0
2594 mfc1 ta3, $f0
2709 mfc1 t3, $f0
2827 mfc1 t0, $f0
2905 mfc1 ta0, $f0
3005 mfc1 t3, $f0
3099 mfc1 ta3, $f0
3224 mtc1 t2, $f0
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1629 * f0 and size0 are only used if nreq != 0, and they will
1632 * without initializing f0 and size0, and they are in fact
1636 u32 uninitialized_var(f0);
1787 f0 = wr->send_flags & IB_SEND_FENCE ?
1801 qp->send_wqe_offset) | f0 | op0,
1944 * f0 and size0 are only used if nreq != 0, and they will
1947 * without initializing f0 and size0, and they are in fact
1951 u32 uninitialized_var(f0);
1966 ((qp->sq.head & 0xffff) << 8) | f0 | op0;
2128 f0
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-df.S454 mvfeqd f0, #0.0
460 @ we can return the result in f0 as well as in r0/r1 for backwards
476 mvfeqd f0, #0.0
482 @ we can return the result in f0 as well as in r0/r1 for backwards
526 @ Legacy code expects the result to be returned in f0. Copy it
530 ldfd f0, [sp], #8
H A Dieee754-sf.S305 mvfeqs f0, #0.0
317 mvfeqs f0, #0.0
328 @ we can return the result in f0 as well as in r0 for backwards
391 ldfs f0, [sp], #4
/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c2793 REAL_VALUE_TYPE f0, f1, value, result;
2796 REAL_VALUE_FROM_CONST_DOUBLE (f0, op0);
2798 real_convert (&f0, mode, &f0);
2802 && (REAL_VALUE_ISNAN (f0) || REAL_VALUE_ISNAN (f1)))
2812 && REAL_VALUE_ISINF (f0) && REAL_VALUE_ISINF (f1))
2814 int s0 = REAL_VALUE_NEGATIVE (f0);
2839 && ((REAL_VALUE_ISINF (f0) && REAL_VALUES_EQUAL (f1, dconst0))
2841 && REAL_VALUES_EQUAL (f0, dconst0))))
2846 &f0,
2786 REAL_VALUE_TYPE f0, f1, value, result; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dlib1funcs.asm51 (p6) fma.s1 f12 = farg0, f10, f0
53 (p6) fma.s1 f13 = f11, f11, f0
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l81 HexDigitChar [A-Fa-f0-9]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c4306 0 [SP+128] %o0 %f1 %f0,%f1 %d0 %q0
5182 is passed in %f0 and %i0, and it confuses other parts
6163 rtx neglab, donelab, i0, i1, f0, in, out;
6171 f0 = gen_reg_rtx (mode);
6184 emit_insn (gen_rtx_SET (VOIDmode, f0, gen_rtx_FLOAT (mode, i0)));
6185 emit_insn (gen_rtx_SET (VOIDmode, out, gen_rtx_PLUS (mode, f0, f0)));
6196 rtx neglab, donelab, i0, i1, f0, in, out, limit;
6205 f0 = gen_reg_rtx (mode);
6220 emit_insn (gen_rtx_SET (VOIDmode, f0, gen_rtx_MINU
6149 rtx neglab, donelab, i0, i1, f0, in, out; local
6182 rtx neglab, donelab, i0, i1, f0, in, out, limit; local
[all...]
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.aix4414 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
512 font_0 font0 str f0 - - ----K select font 0
H A DCaps.uwin382 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
897 #font_0 font0 str f0 - - ----- select font 0
H A DCaps414 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
1071 #font_0 font0 str f0 - - ----- select font 0
H A DCaps.hpux11416 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
1085 #font_0 font0 str f0 - - ----- select font 0
H A DCaps.keys416 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
1161 #font_0 font0 str f0 - - ----- select font 0
H A DCaps.osf1r5398 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
479 font_0 font0 str f0 - - ----- select font 0
1081 #font_0 font0 str f0 - - ----- select font 0
/freebsd-9.3-release/contrib/gdb/gdb/
H A Drs6000-tdep.c1154 return in r3 or f0. If no float, must study how gcc emulates floats;
2182 /* 32 */ F(f0), F(f1), F(f2), F(f3), F(f4), F(f5), F(f6), F(f7), \
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c18772 rtx neglab, donelab, i0, i1, f0, in, out;
18784 f0 = gen_reg_rtx (mode);
18797 expand_float (f0, i0, 0);
18798 emit_insn (gen_rtx_SET (VOIDmode, out, gen_rtx_PLUS (mode, f0, f0)));
18741 rtx neglab, donelab, i0, i1, f0, in, out; local
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c15009 tC3(ldrsh, 01000f0, ldrsh, 2, (RR, ADDRGLDRS), ldstv4, t_ldst),
15011 tCM(ld,sh, 01000f0, ldrsh, 2, (RR, ADDRGLDRS), ldstv4, t_ldst),
15073 TC3(strd, 00000f0, e8400000, 3, (RRnpc, oRRnpc, ADDRGLDRS), ldrd, t_ldstd),
15177 TCE(smmlsr, 75000f0, fb600010, 4, (RRnpc, RRnpc, RRnpc, RRnpc),smla, t_mla),
15233 TC3(ldrsht, 03000f0, f9300e00, 2, (RR, ADDR), ldsttv4, t_ldstt),

Completed in 211 milliseconds

123