Searched refs:vop (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dvax-inst.h28 struct vop /* vax instruction operand */ struct
77 struct vop vit_operand[VIT_MAX_OPERANDS]; /* operands */
H A Dtc-vax.c762 operand. Revised struct vop in "vax-inst.h": explicitly include
1346 using the vop in vopP. vopP's vop_access and vop_width. We fill _ndx, _reg,
1350 vip_op (char *optext, struct vop *vopP)
1970 struct vop *operandp;
2077 struct vop *myvop; /* Scan operands from myvit. */
2537 struct vop *operandP;
2544 struct vop *end_operandP;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dvax-inst.h28 struct vop /* vax instruction operand */ struct
75 struct vop vit_operand[VIT_MAX_OPERANDS]; /* operands */
H A Dtc-vax.c735 operand. Revised struct vop in "vax-inst.h": explicitly include
1244 using the vop in vopP. vopP's vop_access and vop_width. We fill _ndx, _reg,
1248 vip_op (char *optext, struct vop *vopP)
1868 struct vop *operandp;
1975 struct vop *myvop; /* Scan operands from myvit. */
2434 struct vop *operandP;
2441 struct vop *end_operandP;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dvax-inst.h28 struct vop /* vax instruction operand */ struct
77 struct vop vit_operand[VIT_MAX_OPERANDS]; /* operands */
H A Dtc-vax.c762 operand. Revised struct vop in "vax-inst.h": explicitly include
1346 using the vop in vopP. vopP's vop_access and vop_width. We fill _ndx, _reg,
1350 vip_op (char *optext, struct vop *vopP)
1970 struct vop *operandp;
2077 struct vop *myvop; /* Scan operands from myvit. */
2537 struct vop *operandP;
2544 struct vop *end_operandP;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa.h77 tree vop; variable
133 return fun->gimple_df->vop;
H A Dtree-ssa-scopedtables.h77 tree vop (void) { return m_vop; } function in class:expr_hash_elt
H A Dtree-ssa-operands.c148 gcc_assert (fn->gimple_df->vop == NULL_TREE);
164 fn->gimple_df->vop = global_var;
229 fn->gimple_df->vop = NULL_TREE;
H A Dtree-vect-loop.c5336 Create: va = vop <va, va'>
5938 build_vect_cond_expr (enum tree_code code, tree vop[3], tree mask, argument
5945 tree vectype = TREE_TYPE (vop[1]);
5949 mask, vop[1], zero);
5951 vop[1] = masked_op1;
5957 tree vectype = TREE_TYPE (vop[1]);
5960 mask, vop[1], vop[0]);
5962 vop[1] = masked_op1;
7030 tree vop[ local
[all...]
H A Dtree-vect-loop-manip.c1275 tree vop = PHI_ARG_DEF_FROM_EDGE (phi, EDGE_SUCC (loop->latch, 0)); local
1281 = SSA_NAME_OCCURS_IN_ABNORMAL_PHI (vop);
1282 add_phi_arg (new_phi, vop, exit_e, UNKNOWN_LOCATION);
1284 FOR_EACH_IMM_USE_STMT (stmt, imm_iter, vop)
H A Dtree-ssa-scopedtables.c286 if (gimple_vuse (stmt) != (*slot)->vop ())
288 tree vuse1 = (*slot)->vop ();
H A Dtree-vect-slp.c3615 tree vop; local
3792 vop = voprnds[j - 1];
3793 vec_oprnds->quick_push (vop);
3813 for (i = 0; vec_oprnds->iterate (i, &vop) && i < vec_num; i++)
3814 vec_oprnds->quick_push (vop);
H A Dtree-vect-stmts.c3164 tree vop; local
3165 FOR_EACH_VEC_ELT (vec_oprnds, i, vop)
3170 char_vectype, vop));
5353 tree vop; local
5469 FOR_EACH_VEC_ELT (vec_oprnds, i, vop)
5473 vop = build1 (VIEW_CONVERT_EXPR, vectype, vop);
5474 gassign *new_stmt = gimple_build_assign (vec_dest, vop);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa.h77 tree vop; variable
133 return fun->gimple_df->vop;
H A Dtree-ssa-scopedtables.h77 tree vop (void) { return m_vop; } function in class:expr_hash_elt
H A Dtree-vect-loop.cc5912 Create: va = vop <va, va'>
6485 build_vect_cond_expr (code_helper code, tree vop[3], tree mask, argument
6492 tree vectype = TREE_TYPE (vop[1]);
6496 mask, vop[1], zero);
6498 vop[1] = masked_op1;
6504 tree vectype = TREE_TYPE (vop[1]);
6507 mask, vop[1], vop[0]);
6509 vop[1] = masked_op1;
7560 tree vop[ local
[all...]
H A Dtree-ssa-operands.cc236 gcc_assert (fn->gimple_df->vop == NULL_TREE);
252 fn->gimple_df->vop = global_var;
299 fn->gimple_df->vop = NULL_TREE;
H A Dtree-ssa-scopedtables.cc286 if (gimple_vuse (stmt) != (*slot)->vop ())
288 tree vuse1 = (*slot)->vop ();
H A Dtree-vect-loop-manip.cc1349 tree vop = PHI_ARG_DEF_FROM_EDGE (phi, EDGE_SUCC (loop->latch, 0)); local
1355 = SSA_NAME_OCCURS_IN_ABNORMAL_PHI (vop);
1356 add_phi_arg (new_phi, vop, exit_e, UNKNOWN_LOCATION);
1358 FOR_EACH_IMM_USE_STMT (stmt, imm_iter, vop)
H A Dtree-vect-stmts.cc1502 tree vop = vect_init_vector (vinfo, stmt_vinfo, op, vector_type, NULL); local
1504 vec_oprnds->quick_push (vop);
3204 tree vop; local
3205 FOR_EACH_VEC_ELT (vec_oprnds, i, vop)
3210 char_vectype, vop));
5407 tree vop; local
5529 FOR_EACH_VEC_ELT (vec_oprnds, i, vop)
5533 vop = build1 (VIEW_CONVERT_EXPR, vectype, vop);
5534 gassign *new_stmt = gimple_build_assign (vec_dest, vop);
[all...]
/netbsd-current/usr.sbin/certctl/
H A Dcertctl.sh141 local lineno status formatok vconfig line contline op path vpath vop
233 vop=$(printf '%s' "$op" | vis -M)
234 error "$vconfig:$lineno: unknown command: $vop"
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Drx.c709 #define MATH_OP(vop,c) \
713 ll = (unsigned long long) uma vop (unsigned long long) umb vop c; \
714 tprintf ("0x%x " #vop " 0x%x " #vop " 0x%x = 0x%llx\n", uma, umb, c, ll); \
717 sll = (long long) ma vop (long long) mb vop c; \
718 tprintf ("%d " #vop " %d " #vop " %d = %lld\n", ma, mb, c, sll); \
719 set_oszc (sll, DSZ(), (long long) ll > ((1 vop
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Drx.c711 #define MATH_OP(vop,c) \
715 ll = (unsigned long long) uma vop (unsigned long long) umb vop c; \
716 tprintf ("0x%x " #vop " 0x%x " #vop " 0x%x = 0x%llx\n", uma, umb, c, ll); \
719 sll = (long long) ma vop (long long) mb vop c; \
720 tprintf ("%d " #vop " %d " #vop " %d = %lld\n", ma, mb, c, sll); \
721 set_oszc (sll, DSZ(), (long long) ll > ((1 vop
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c93 static am_node *fh_to_mp3(am_nfs_fh *fhp, int *rp, int vop);
683 if (vop == VLOOK_CREATE) {
684 ap = orig_ap->am_parent->am_al->al_mnt->mf_ops->lookup_child(orig_ap->am_parent, orig_ap->am_name, &error, vop);
749 fh_to_mp3(am_nfs_fh *fhp, int *rp, int vop) argument
800 fh3_to_mp3(am_nfs_fh3 *fhp, int *rp, int vop) argument

Completed in 421 milliseconds

12