Searched defs:vop (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | vax-inst.h | 28 struct vop /* vax instruction operand */ struct 30 short int vop_ndx; /* -1, or index register. eg 7=[R7] */ argument 31 short int vop_reg; /* -1, or register number. eg @I^#=0xF */ argument 33 short int vop_mode; /* addressing mode 4 bits. eg I^#=0x9 */ argument 34 char vop_short; /* operand displacement length as written */ argument 36 char vop_access; /* 'b'branch ' 'no-instruction 'amrvw'norm */ argument 37 char vop_width; /* Operand width, one of "bdfghloqw" */ argument 38 const char *vop_warn; /* warning message of this operand, if any */ argument 39 const char *vop_error; /* say if operand is inappropriate */ argument 40 char *vop_expr_begin; /* Unparsed expression, 1st char ... */ argument [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | vax-inst.h | 28 struct vop /* vax instruction operand */ struct 30 short int vop_ndx; /* -1, or index register. eg 7=[R7] */ argument 31 short int vop_reg; /* -1, or register number. eg @I^#=0xF */ argument 33 short int vop_mode; /* addressing mode 4 bits. eg I^#=0x9 */ argument 34 char vop_short; /* operand displacement length as written */ argument 36 char vop_access; /* 'b'branch ' 'no-instruction 'amrvw'norm */ argument 37 char vop_width; /* Operand width, one of "bdfghloqw" */ argument 38 const char *vop_warn; /* warning message of this operand, if any */ argument 39 const char *vop_error; /* say if operand is inappropriate */ argument 40 char *vop_expr_begin; /* Unparsed expression, 1st char ... */ argument [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | op.c | 8308 OP *lop = cLISTOPx(left)->op_first, *vop, *eop; Perl_newASSIGNOP() local
|