Searched refs:ops (Results 1 - 25 of 237) sorted by path

12345678910

/freebsd-9.3-release/bin/test/
H A Dtest.c124 } const ops [] = { variable
424 struct t_op const *op = ops;
449 struct t_op const *op = ops;
471 struct t_op const *op = ops;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_stat.d55 execs = procs = cmds = objnew = objfree = ops = 0;
112 ops++;
123 objnew / interval, objfree / interval, ops / interval);
124 execs = procs = cmds = objnew = objfree = ops = 0;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_stat.d55 execs = procs = cmds = objnew = objfree = ops = 0;
112 ops++;
123 objnew / interval, objfree / interval, ops / interval);
124 execs = procs = cmds = objnew = objfree = ops = 0;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c147 static const uint_t ops[] = { local
184 return (ops[size]);
H A Ddt_ident.c762 const dt_idops_t *ops, void *iarg, ulong_t gen)
771 attr, vers, ops, iarg, gen);
904 const dt_idops_t *ops, void *iarg, ulong_t gen)
921 idp->di_ops = ops;
947 const dt_idops_t *ops, void *iarg)
951 idp->di_ops = ops;
760 dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind, ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, const dt_idops_t *ops, void *iarg, ulong_t gen) argument
902 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, const dt_idops_t *ops, void *iarg, ulong_t gen) argument
946 dt_ident_morph(dt_ident_t *idp, ushort_t kind, const dt_idops_t *ops, void *iarg) argument
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c509 struct nvlist_printops *ops)
521 pctl->nvprt_custops = ops;
528 struct nvlist_printops *ops; local
533 if ((ops = calloc(1, sizeof (*ops))) == NULL) {
538 prtctl_defaults(stdout, pctl, ops);
508 prtctl_defaults(FILE *fp, struct nvlist_prtctl *pctl, struct nvlist_printops *ops) argument
/freebsd-9.3-release/contrib/amd/amd/
H A Dmntfs.c70 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
72 mf->mf_ops = ops;
73 mf->mf_fsflags = ops->nfs_fs_flags;
88 if (ops->ffserver)
89 mf->mf_server = (*ops->ffserver) (mf);
96 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
100 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts);
110 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
126 || (STREQ(mf->mf_info, info) && mf->mf_ops == ops))) {
128 * Handle cases where error ops ar
192 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
338 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am38 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
39 IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
41 IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o
204 CFILES = $(GAS_CFILES) itbl-ops.c
223 itbl-ops.h \
656 itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h
659 itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
670 itbl-tops.o: $(srcdir)/itbl-ops
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c3865 /* This table describes all the machine specific pseudo-ops the assembler
14668 #define TxCE(mnem, op, top, nops, ops, ae, te) \
14669 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
14674 #define TCE(mnem, aop, top, nops, ops, ae, te) \
14675 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
14676 #define tCE(mnem, aop, top, nops, ops, ae, te) \
14677 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
14681 #define TxC3(mnem, op, top, nops, ops, ae, te) \
14682 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
14684 #define TxC3w(mnem, op, top, nops, ops, a
[all...]
H A Dtc-sparc.c2302 static const struct ops {
2313 } ops[] = {
2342 const struct ops *o;
2344 for (o = ops; o->name; o++)
4150 /* This handles the unaligned space allocation pseudo-ops, such as
2293 static const struct ops { struct
2304 } ops[] = { local
/freebsd-9.3-release/contrib/binutils/opcodes/
H A DMakefile.am32 cgen-ops.h cgen-types.h \
495 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
900 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
907 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
915 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
923 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
929 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h $(INCDIR)/libiberty.h \
/freebsd-9.3-release/contrib/gcc/
H A Dbuiltins.c5820 rtx ops[3];
5823 ops[i] = expand_normal (TREE_VALUE (t));
5825 return expand_builtin_apply (ops[0], ops[1], ops[2]);
7729 /* Strip sign ops from even integer powers. */
5817 rtx ops[3]; local
H A Dddg.c789 find_successors (sbitmap succ, ddg_ptr g, sbitmap ops)
794 EXECUTE_IF_SET_IN_SBITMAP (ops, 0, i, sbi)
800 /* We want those that are not in ops. */
801 sbitmap_difference (succ, succ, ops);
808 find_predecessors (sbitmap preds, ddg_ptr g, sbitmap ops)
813 EXECUTE_IF_SET_IN_SBITMAP (ops, 0, i, sbi)
819 /* We want those that are not in ops. */
820 sbitmap_difference (preds, preds, ops);
786 find_successors(sbitmap succ, ddg_ptr g, sbitmap ops) argument
805 find_predecessors(sbitmap preds, ddg_ptr g, sbitmap ops) argument
H A Dexpmed.c776 /* Insv is not available; store using shifts and boolean ops. */
2380 `ops' is the number of operations recorded.
2401 short ops;
2495 alg_out->ops = 1;
2510 alg_out->ops = 1;
2613 best_alg->log[best_alg->ops] = m;
2614 best_alg->op[best_alg->ops] = alg_shift;
2654 best_alg->log[best_alg->ops] = 0;
2655 best_alg->op[best_alg->ops] = alg_sub_t_m2;
2674 best_alg->log[best_alg->ops]
2391 short ops; member in struct:algorithm
[all...]
H A Dfinal.c1375 assembler pseudo-ops have already been output in `assemble_start_function'.
2102 rtx *ops = alloca (noperands * sizeof (rtx));
2109 string = decode_asm_operands (body, ops, NULL, NULL, NULL);
2115 FINAL_PRESCAN_INSN (insn, ops, insn_noperands);
2126 output_asm_insn (string, ops);
2957 int ops = 0;
2977 output_asm_operand_names (operands, oporder, ops);
2981 ops = 0;
3107 oporder[ops++] = opnum;
3126 oporder[ops
2093 rtx *ops = alloca (noperands * sizeof (rtx)); local
2943 int ops = 0; local
[all...]
H A Dregclass.c1406 record_reg_classes (int n_alts, int n_ops, rtx *ops,
1430 rtx op = ops[i];
1472 if (rtx_equal_p (ops[j], op))
1485 else if (!REG_P (ops[j])
1486 || REGNO (ops[j]) < FIRST_PSEUDO_REGISTER)
1501 alt_cost += copy_cost (ops[j], mode, classes[j], 1, NULL);
1544 if (REGNO (ops[i]) != REGNO (ops[j])
1809 if (REG_P (ops[i])
1810 && REGNO (ops[
1400 record_reg_classes(int n_alts, int n_ops, rtx *ops, enum machine_mode *modes, const char **constraints, rtx insn, struct costs *op_costs, struct reg_pref *reg_pref) argument
[all...]
H A Dsimplify-rtx.c3223 struct simplify_plus_minus_op_data ops[8];
3229 memset (ops, 0, sizeof ops);
3235 ops[0].op = op0;
3236 ops[0].neg = 0;
3237 ops[1].op = op1;
3238 ops[1].neg = (code == MINUS);
3246 rtx this_op = ops[i].op;
3247 int this_neg = ops[i].neg;
3257 ops[n_op
3215 struct simplify_plus_minus_op_data ops[8]; local
[all...]
H A Dtree-ssa-operands.c224 /* Number of call-clobbered ops we attempt to add to calls in
1797 ops, but the original *will* be in this list because
2188 free_ssa_operands (stmt_operands_p ops) argument
2190 ops->def_ops = NULL;
2191 ops->use_ops = NULL;
2192 ops->maydef_ops = NULL;
2193 ops->mustdef_ops = NULL;
2194 ops->vuse_ops = NULL;
H A Dtree-ssa-reassoc.c86 We start with our merge worklist empty, and the ops list with all of
111 Continue building binary ops of these operations until you have only
137 reassociating have 3 or less ops. If they have 2 ops, they already
138 will be written into a nice single binary op. If you have 3 ops, a
153 Thus, this is what we do. When we have three ops left, we check to see
155 reduction, we check if any of ops are a really a phi node that is a
365 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op)
371 VEC_safe_push (operand_entry_t, heap, *ops, oe);
407 /* If CURR and LAST are a pair of ops tha
412 eliminate_duplicate_pair(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, bool *all_done, unsigned int i, operand_entry_t curr, operand_entry_t last) argument
490 eliminate_plus_minus_pair(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, unsigned int currindex, operand_entry_t curr) argument
547 eliminate_not_pairs(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, unsigned int currindex, operand_entry_t curr) argument
616 eliminate_using_constants(enum tree_code opcode, VEC(operand_entry_t, heap) **ops) argument
735 optimize_ops_list(enum tree_code opcode, VEC (operand_entry_t, heap) **ops) argument
839 rewrite_expr_tree(tree stmt, unsigned int opindex, VEC(operand_entry_t, heap) * ops) argument
1345 optimize_ops_list (TREE_CODE (rhs), &ops); local
1385 dump_ops_vector(FILE *file, VEC (operand_entry_t, heap) *ops) argument
[all...]
H A Dtree.h762 &__t->omp_clause.ops[__i]; }))
855 #define OMP_CLAUSE_ELT_CHECK(T, i) __PAST_END((T)->omp_clause.ops, i)
1846 tree GTY ((length ("omp_clause_num_ops[OMP_CLAUSE_CODE ((tree)&%h)]"))) ops[1];
2559 instead of virtual ops in SSA form. */
H A Dvarasm.c2206 struct asm_int_op *ops;
2209 ops = &targetm.asm_out.aligned_op;
2211 ops = &targetm.asm_out.unaligned_op;
2218 return ops->hi;
2220 return ops->si;
2222 return ops->di;
2224 return ops->ti;
2196 struct asm_int_op *ops; local
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c443 #define FL_WBUF (1 << 14) /* Schedule for write buffer ops.
4515 we allow integration with ops that have a constant as their second
8648 rtx ops[3];
8652 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8653 ops[1] = gen_rtx_REG (SImode, 1 + arm_reg0);
8654 ops[2] = gen_rtx_REG (SImode, 2 + arm_reg0); local
8656 output_asm_insn ("stm%?fd\t%|sp!, {%0, %1, %2}", ops);
8669 rtx ops[3];
8673 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8674 ops[
8633 rtx ops[3]; local
8676 rtx ops[2]; local
8709 rtx ops[2]; local
8727 rtx ops[2]; local
9547 rtx ops[2]; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c5928 /* Generate the pseudo ops that System V.4 wants. */
10686 rtx ops[MAX_RECOG_OPERANDS];
10691 /* We save target to ops[0]. */
10692 ops[0] = mips_prepare_builtin_target (icode, 0, target);
10699 ops[i] = mips_prepare_builtin_arg (icode, i, &arglist);
10704 emit_insn (GEN_FCN (icode) (ops[0], ops[1]));
10708 emit_insn (GEN_FCN (icode) (ops[0], ops[1], ops[
10627 rtx ops[MAX_RECOG_OPERANDS]; local
10734 rtx offset, condition, cmp_result, ops[MAX_RECOG_OPERANDS]; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dauxv.c45 procfs_xfer_auxv (struct target_ops *ops, argument
84 target_auxv_read (struct target_ops *ops, char **data) argument
92 n = target_read_partial (ops, TARGET_OBJECT_AUXV,
121 target_auxv_parse (struct target_ops *ops, char **readptr, char *endptr, argument
147 target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp) argument
151 int n = target_auxv_read (ops, &data);
159 switch (target_auxv_parse (ops, &ptr, data + n, &type, &val))
183 fprint_target_auxv (struct ui_file *file, struct target_ops *ops) argument
187 int len = target_auxv_read (ops, &data);
194 while (target_auxv_parse (ops,
[all...]
H A Dauxv.h38 extern LONGEST target_auxv_read (struct target_ops *ops, char **data);
44 extern int target_auxv_parse (struct target_ops *ops,
52 extern int target_auxv_search (struct target_ops *ops,
56 extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
66 extern LONGEST procfs_xfer_auxv (struct target_ops *ops,

Completed in 781 milliseconds

12345678910