Searched refs:vop_ndx (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dvax-inst.h30 short int vop_ndx; /* -1, or index register. eg 7=[R7] */ member in struct:vop
H A Dtc-vax.c558 operandP->vop_ndx = -1;
683 if (operandP->vop_ndx >= 0)
687 FRAG_APPEND_1_CHAR (0x40 + operandP->vop_ndx);
688 } /* if(vop_ndx>=0) */
2050 myvop->vop_mode, myvop->vop_reg, myvop->vop_ndx,
3092 vopP->vop_ndx = ndx;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dvax-inst.h30 short int vop_ndx; /* -1, or index register. eg 7=[R7] */ member in struct:vop
H A Dtc-vax.c1829 vopP->vop_ndx = ndx;
2022 myvop->vop_mode, myvop->vop_reg, myvop->vop_ndx,
2626 operandP->vop_ndx = -1;
2751 if (operandP->vop_ndx >= 0)
2755 FRAG_APPEND_1_CHAR (0x40 + operandP->vop_ndx);
2756 } /* if(vop_ndx>=0) */

Completed in 142 milliseconds