Searched refs:ops (Results 101 - 125 of 999) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa.h141 struct use_optype_d *ops; local
146 ops = mem_ops_stmt->use_ops;
147 if (ops
148 && USE_OP_PTR (ops)->use == &mem_ops_stmt->vuse)
149 return USE_OP_PTR (ops);
H A Doptabs.c254 expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
262 int nops = TREE_CODE_LENGTH (ops->code);
266 oprnd0 = ops->op0;
268 if (ops->code == VEC_UNPACK_FIX_TRUNC_HI_EXPR
269 || ops->code == VEC_UNPACK_FIX_TRUNC_LO_EXPR)
271 for these ops. */
273 = optab_for_tree_code (ops->code, ops->type, optab_default);
274 else if ((ops->code == VEC_UNPACK_HI_EXPR
275 || ops
250 expand_widen_pattern_expr(sepops ops, rtx op0, rtx op1, rtx wide_op, rtx target, int unsignedp) argument
347 class expand_operand ops[4]; local
416 class expand_operand ops[2]; local
1042 class expand_operand ops[3]; local
2021 class expand_operand ops[3]; local
2093 class expand_operand ops[4]; local
2734 class expand_operand ops[2]; local
3604 class expand_operand ops[2]; local
4338 class expand_operand ops[1]; local
4443 class expand_operand ops[4]; local
4509 class expand_operand ops[4]; local
4597 class expand_operand ops[4]; local
5463 class expand_operand ops[2]; local
5558 class expand_operand ops[4]; local
5645 class expand_operand ops[3]; local
5832 class expand_operand ops[4]; local
5864 class expand_operand ops[6]; local
5961 class expand_operand ops[3]; local
5981 class expand_operand ops[4]; local
6175 class expand_operand ops[4]; local
6213 class expand_operand ops[3]; local
6273 class expand_operand ops[3]; local
6443 class expand_operand ops[8]; local
6645 class expand_operand ops[3]; local
6698 class expand_operand ops[3]; local
6908 class expand_operand ops[4]; local
7414 maybe_legitimize_operands(enum insn_code icode, unsigned int opno, unsigned int nops, class expand_operand *ops) argument
7456 maybe_gen_insn(enum insn_code icode, unsigned int nops, class expand_operand *ops) argument
7500 maybe_expand_insn(enum insn_code icode, unsigned int nops, class expand_operand *ops) argument
7515 maybe_expand_jump_insn(enum insn_code icode, unsigned int nops, class expand_operand *ops) argument
7531 expand_insn(enum insn_code icode, unsigned int nops, class expand_operand *ops) argument
7541 expand_jump_insn(enum insn_code icode, unsigned int nops, class expand_operand *ops) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa.h141 struct use_optype_d *ops; local
146 ops = mem_ops_stmt->use_ops;
147 if (ops
148 && USE_OP_PTR (ops)->use == &mem_ops_stmt->vuse)
149 return USE_OP_PTR (ops);
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c133 if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask))
166 hw->mac.ops.release_swfw_sync(hw, swfw_mask);
173 hw->mac.ops.release_swfw_sync(hw, swfw_mask);
209 if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask))
232 hw->mac.ops.release_swfw_sync(hw, swfw_mask);
238 hw->mac.ops.release_swfw_sync(hw, swfw_mask);
262 phy->ops.identify = ixgbe_identify_phy_generic;
263 phy->ops.reset = ixgbe_reset_phy_generic;
264 phy->ops.read_reg = ixgbe_read_phy_reg_generic;
265 phy->ops
[all...]
H A Dif_bypass.c132 if ((error = hw->mac.ops.bypass_rw(hw, cmd, &featversion) != 0))
136 if ((error = hw->mac.ops.bypass_rw(hw, cmd, &featversion) != 0))
171 error = hw->mac.ops.bypass_rw(hw,
193 if ((error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
197 error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
235 error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &timeout);
259 error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
279 error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &main_on);
303 error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0,
323 error = hw->mac.ops
[all...]
H A Dixgbe_common.c84 eeprom->ops.init_params = ixgbe_init_eeprom_params_generic;
87 eeprom->ops.read = ixgbe_read_eerd_generic;
88 eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_generic;
90 eeprom->ops.read = ixgbe_read_eeprom_bit_bang_generic;
91 eeprom->ops.read_buffer =
94 eeprom->ops.write = ixgbe_write_eeprom_generic;
95 eeprom->ops.write_buffer = ixgbe_write_eeprom_buffer_bit_bang_generic;
96 eeprom->ops.validate_checksum =
98 eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_generic;
99 eeprom->ops
[all...]
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus.c107 bus_size_t len, int ops)
116 if ((ops & (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE)) != 0 &&
117 (ops & (BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE)) != 0)
137 if (ops & BUS_DMASYNC_PREWRITE) {
147 if ((ops & BUS_DMASYNC_PREREAD) == 0)
212 bus_size_t len, int ops)
221 if ((ops & (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE)) != 0 &&
222 (ops & (BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE)) != 0)
257 ops &= (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
258 if (ops
106 _bus_dmamap_sync_r3k(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t offset, bus_size_t len, int ops) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreak-catch-sig.c38 A breakpoint is really of this type iff its ops pointer points to
413 struct breakpoint_ops *ops;
417 ops = &signal_catchpoint_ops;
418 *ops = base_breakpoint_ops;
419 ops->insert_location = signal_catchpoint_insert_location;
420 ops->remove_location = signal_catchpoint_remove_location;
421 ops->breakpoint_hit = signal_catchpoint_breakpoint_hit;
422 ops->print_it = signal_catchpoint_print_it;
423 ops->print_one = signal_catchpoint_print_one;
424 ops
411 struct breakpoint_ops *ops; local
[all...]
H A Dsolib.c60 struct target_so_ops **ops; local
62 ops = OBSTACK_ZALLOC (obstack, struct target_so_ops *);
63 *ops = current_target_so_ops;
64 return ops;
70 const struct target_so_ops **ops local
73 return *ops;
81 const struct target_so_ops **ops local
84 *ops = new_ops;
155 const struct target_so_ops *ops = solib_ops (target_gdbarch ());
340 if (is_solib && found_file < 0 && ops
154 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
551 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
618 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
658 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
743 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
1177 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
1190 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
1215 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
1225 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
1261 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
1272 const struct target_so_ops *ops = solib_ops (target_gdbarch ()); local
1356 const struct target_so_ops *ops; local
[all...]
/netbsd-current/sys/dev/pci/
H A Dif_mskvar.h142 #define MSK_CDTXSYNC(sc, x, n, ops) \
154 (ops)); \
161 MSK_CDTXOFF((__x)), sizeof(struct msk_tx_desc) * __n, (ops)); \
164 #define MSK_CDRXSYNC(sc, x, ops) \
167 MSK_CDRXOFF((x)), sizeof(struct msk_rx_desc), (ops)); \
170 #define MSK_CDSTSYNC(sc, x, ops) \
173 MSK_CDSTOFF((x)), sizeof(struct msk_status_desc), (ops)); \
H A Dif_casvar.h228 #define CAS_CDTXSYNC(sc, x, n, ops) \
239 (CAS_NTXDESC - __x), (ops)); \
246 CAS_CDTXOFF(__x), sizeof(struct cas_desc) * __n, (ops)); \
249 #define CAS_CDRXSYNC(sc, x, ops) \
251 CAS_CDRXOFF((x)), sizeof(struct cas_desc), (ops))
253 #define CAS_CDRXCSYNC(sc, x, ops) \
255 CAS_CDRXCOFF((x)), sizeof(struct cas_desc), (ops))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darm-get-next-pcs.c31 struct arm_get_next_pcs_ops *ops,
37 self->ops = ops;
70 insn1 = self->ops->read_mem_uint (loc, 2, byte_order_for_code);
76 insn2 = self->ops->read_mem_uint (loc, 2, byte_order_for_code);
87 insn1 = self->ops->read_mem_uint (loc, 2,byte_order_for_code);
114 insn2 = self->ops->read_mem_uint (loc, 2, byte_order_for_code);
203 insn = self->ops->read_mem_uint (loc, 4, byte_order_for_code);
213 insn = self->ops->read_mem_uint (loc, 4, byte_order_for_code);
282 inst1 = self->ops
30 arm_get_next_pcs_ctor(struct arm_get_next_pcs *self, struct arm_get_next_pcs_ops *ops, int byte_order, int byte_order_for_code, int has_thumb2_breakpoint, struct regcache *regcache) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darm-get-next-pcs.c31 struct arm_get_next_pcs_ops *ops,
37 self->ops = ops;
70 insn1 = self->ops->read_mem_uint (loc, 2, byte_order_for_code);
76 insn2 = self->ops->read_mem_uint (loc, 2, byte_order_for_code);
87 insn1 = self->ops->read_mem_uint (loc, 2,byte_order_for_code);
114 insn2 = self->ops->read_mem_uint (loc, 2, byte_order_for_code);
203 insn = self->ops->read_mem_uint (loc, 4, byte_order_for_code);
213 insn = self->ops->read_mem_uint (loc, 4, byte_order_for_code);
282 inst1 = self->ops
30 arm_get_next_pcs_ctor(struct arm_get_next_pcs *self, struct arm_get_next_pcs_ops *ops, int byte_order, int byte_order_for_code, int has_thumb2_breakpoint, struct regcache *regcache) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcpls-ops.exp20 standard_testfile cpls-ops.cc
315 proc_with_prefix ops-valid-ambiguous {} {
377 proc_with_prefix ops-valid-unique {} {
476 proc_with_prefix ops-invalid {} {
574 ops-valid-ambiguous
575 ops-valid-unique
576 ops-invalid
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcpls-ops.exp20 standard_testfile cpls-ops.cc
308 proc_with_prefix ops-valid-ambiguous {} {
370 proc_with_prefix ops-valid-unique {} {
469 proc_with_prefix ops-invalid {} {
567 ops-valid-ambiguous
568 ops-valid-unique
569 ops-invalid
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_dma_buf.c82 dmabuf->ops = info->ops;
194 if (dmabuf->ops->attach)
195 ret = dmabuf->ops->attach(dmabuf, attach);
200 if (attach->dynamic_mapping != dmabuf->ops->dynamic_mapping)
221 if (dmabuf->ops->detach)
222 dmabuf->ops->detach(dmabuf, attach);
234 if (attach->dmabuf->ops->dynamic_mapping)
236 sg = attach->dmabuf->ops->map_dma_buf(attach, dir);
237 if (attach->dmabuf->ops
[all...]
/netbsd-current/common/lib/libprop/
H A Dprop_string.c238 prop_string_t ops; local
241 ops = rb_tree_insert_node(&_prop_string_tree, ps);
242 if (ops != ps) {
248 prop_object_retain(ops);
255 ps = ops;
376 prop_string_copy(prop_string_t ops) argument
380 if (! prop_object_is_string(ops))
383 if ((ops->ps_flags & PS_F_MUTABLE) == 0) {
384 prop_object_retain(ops);
385 return (ops);
401 prop_string_copy_mutable(prop_string_t ops) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dld.s9 .macro ld ops:vararg
10 sd \ops
16 .macro ld ops:vararg
17 l.d \ops
23 .macro ld ops:vararg
24 s.d \ops
30 .macro ld ops:vararg
31 ldc1 \ops
37 .macro ld ops:vararg
38 sdc1 \ops
[all...]
/netbsd-current/sys/dev/pci/igc/
H A Digc_mac.c28 mac->ops.init_params = igc_null_ops_generic;
29 mac->ops.config_collision_dist = igc_config_collision_dist_generic;
30 mac->ops.rar_set = igc_rar_set_generic;
82 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
87 hw->mac.ops.rar_set(hw, mac_addr, i);
112 ret_val = hw->nvm.ops.read(hw, NVM_COMPAT, 1, &nvm_data);
116 ret_val = hw->nvm.ops.read(hw, NVM_ALT_MAC_ADDR_PTR, 1,
132 ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
152 hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
403 if (hw->phy.ops
[all...]
/netbsd-current/sys/arch/arm/imx/
H A Dimx_genfb.c89 struct genfb_ops ops; local
113 memset(&ops, 0, sizeof(ops));
114 ops.genfb_ioctl = imx_genfb_ioctl;
115 ops.genfb_mmap = imx_genfb_mmap;
127 genfb_attach(&sc->sc_gen, &ops);
/netbsd-current/sys/dev/ic/
H A Dsmc83c170var.h146 #define EPIC_CDTXSYNC(sc, x, ops) \
148 EPIC_CDTXOFF((x)), sizeof(struct epic_txdesc), (ops))
150 #define EPIC_CDRXSYNC(sc, x, ops) \
152 EPIC_CDRXOFF((x)), sizeof(struct epic_rxdesc), (ops))
154 #define EPIC_CDFLSYNC(sc, x, ops) \
156 EPIC_CDFLOFF((x)), sizeof(struct epic_fraglist), (ops))
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_rename.c243 genfs_sane_rename(const struct genfs_rename_ops *ops, argument
253 KASSERT(ops != NULL);
281 error = genfs_rename_enter(ops, mp, cred,
317 error = genfs_rename_remove(ops, mp, cred,
339 (ops->gro_directory_empty_p(mp, cred, tvp, tdvp)?
355 error = ops->gro_rename_check_possible(mp, fdvp, fvp, tdvp, tvp);
358 error = ops->gro_rename_check_permitted(mp, cred, fdvp, fvp, tdvp, tvp);
369 error = ops->gro_rename(mp, cred,
380 genfs_rename_exit(ops, mp, fdvp, fvp, tdvp, tvp);
498 genfs_rename_enter(const struct genfs_rename_ops *ops, argument
547 genfs_rename_enter_common(const struct genfs_rename_ops *ops, struct mount *mp, kauth_cred_t cred, struct vnode *dvp, struct componentname *fcnp, void *fde_ret, struct vnode **fvp_ret, struct componentname *tcnp, void *tde_ret, struct vnode **tvp_ret) argument
653 genfs_rename_enter_separate(const struct genfs_rename_ops *ops, struct mount *mp, kauth_cred_t cred, struct vnode *fdvp, struct componentname *fcnp, void *fde_ret, struct vnode **fvp_ret, struct vnode *tdvp, struct componentname *tcnp, void *tde_ret, struct vnode **tvp_ret) argument
763 genfs_rename_lock(const struct genfs_rename_ops *ops, struct mount *mp, kauth_cred_t cred, int overlap_error, int a_dot_error, int b_dot_error, struct vnode *a_dvp, struct componentname *a_cnp, bool a_missing_ok, void *a_de_ret, struct vnode **a_vp_ret, struct vnode *b_dvp, struct componentname *b_cnp, bool b_missing_ok, void *b_de_ret, struct vnode **b_vp_ret) argument
970 genfs_rename_exit(const struct genfs_rename_ops *ops, struct mount *mp, struct vnode *fdvp, struct vnode *fvp, struct vnode *tdvp, struct vnode *tvp) argument
1009 genfs_rename_remove(const struct genfs_rename_ops *ops, struct mount *mp, kauth_cred_t cred, struct vnode *dvp, struct componentname *cnp, void *de, struct vnode *vp, nlink_t *tvp_nlinkp) argument
[all...]
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Ddev_disk.c118 struct boottab *ops; local
123 ops = si->si_boottab;
142 xcnt = (*ops->b_strategy)(si, si_flag);
/netbsd-current/tests/lib/libc/gen/
H A Dt_getcwd.c78 int ops; local
95 ops = FTS_PHYSICAL | FTS_NOSTAT;
96 fts = fts_open(argv, ops, NULL);
/netbsd-current/sys/sys/
H A Dlockdebug.h81 #define LOCKDEBUG_ALLOC(lock, ops, addr) \
82 lockdebug_alloc(__func__, __LINE__, lock, ops, addr)
98 #define LOCKDEBUG_ALLOC(lock, ops, addr) false

Completed in 231 milliseconds

1234567891011>>