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

/openbsd-current/gnu/usr.bin/binutils/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.c273 static void vip_op PARAMS ((char *, struct vop *));
361 struct vop *operandP;
368 struct vop *end_operandP;
1658 * operand. Revised struct vop in "vax-inst.h": explicitly include
1884 struct vop *operandp;
1998 struct vop *myvop; /* scan operands from myvit */
2435 struct vop *vopP;
/openbsd-current/gnu/usr.bin/binutils-2.17/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.c734 operand. Revised struct vop in "vax-inst.h": explicitly include
1242 using the vop in vopP. vopP's vop_access and vop_width. We fill _ndx, _reg,
1246 vip_op (char *optext, struct vop *vopP)
1866 struct vop *operandp;
1973 struct vop *myvop; /* Scan operands from myvit. */
2435 struct vop *operandP;
2442 struct vop *end_operandP;
/openbsd-current/gnu/usr.bin/perl/
H A Dop.c8308 OP *lop = cLISTOPx(left)->op_first, *vop, *eop; local
8311 (vop = OpSIBLING(lop)) &&
8312 (vop->op_type == OP_PADAV || vop->op_type == OP_PADHV) &&
8313 !(vop->op_flags & OPf_PARENS) &&
8314 (vop->op_private & (OPpLVAL_INTRO|OPpPAD_STATE)) ==
8316 (eop = OpSIBLING(vop)) &&
8319 state_var_op = vop;

Completed in 625 milliseconds