Home
last modified time | relevance | path

Searched refs:vop_short (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-vax.c1818 vopP->vop_short = len; in vip_op()
2014 myvop->vop_short, myvop->vop_access, myvop->vop_width, in main()
2542 if (strchr ("s i", operandP->vop_short)) in md_assemble()
2588 if (operandP->vop_short == 's' in md_assemble()
2589 || operandP->vop_short == 'i' in md_assemble()
2590 || (operandP->vop_short == ' ' in md_assemble()
2595 if (operandP->vop_short == ' ') in md_assemble()
2601 operandP->vop_short = 'i'; in md_assemble()
2610 operandP->vop_short = 's'; in md_assemble()
2618 operandP->vop_short = 'i'; in md_assemble()
[all …]
Dvax-inst.h34 char vop_short; /* operand displacement length as written */ member