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

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dvax-inst.h34 char vop_short; /* operand displacement length as written */ member in struct:vop
H A Dtc-vax.c386 /* length (bytes) meant by vop_short. */
488 if (strchr ("s i", operandP->vop_short))
534 if (operandP->vop_short == 's'
535 || operandP->vop_short == 'i'
536 || (operandP->vop_short == ' '
541 if (operandP->vop_short == ' ')
547 operandP->vop_short = 'i';
556 operandP->vop_short = 's';
564 operandP->vop_short = 'i';
571 if (operandP->vop_short
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dvax-inst.h34 char vop_short; /* operand displacement length as written */ member in struct:vop
H A Dtc-vax.c1826 vopP->vop_short = len;
2023 myvop->vop_short, myvop->vop_access, myvop->vop_width,
2460 /* length (bytes) meant by vop_short. */
2556 if (strchr ("s i", operandP->vop_short))
2602 if (operandP->vop_short == 's'
2603 || operandP->vop_short == 'i'
2604 || (operandP->vop_short == ' '
2609 if (operandP->vop_short == ' ')
2615 operandP->vop_short = 'i';
2624 operandP->vop_short
[all...]

Completed in 88 milliseconds