Lines Matching refs:vop_short
1818 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()
2625 if (operandP->vop_short == 's') in md_assemble()
2631 operandP->vop_short = 'i'; in md_assemble()
2640 operandP->vop_short = 'i'; in md_assemble()
2752 length = (operandP->vop_short == 'b' in md_assemble()
2753 ? 1 : (operandP->vop_short == 'w' in md_assemble()
2754 ? 2 : (operandP->vop_short == 'l' in md_assemble()
2992 if (operandP->vop_short == 's') in md_assemble()
3000 operandP->vop_short = 'i'; in md_assemble()
3009 operandP->vop_short = 'i'; in md_assemble()
3025 if (operandP->vop_reg == -1 && operandP->vop_short != 's') in md_assemble()
3032 know (operandP->vop_short == ' '); in md_assemble()
3053 know (operandP->vop_short != ' '); in md_assemble()
3077 know ((length == 0 && operandP->vop_short == ' ') in md_assemble()
3078 || (length > 0 && operandP->vop_short != ' ')); in md_assemble()
3106 know (operandP->vop_short == ' '); in md_assemble()
3141 operandP->vop_short = 's'; in md_assemble()
3143 if (operandP->vop_short == 's') in md_assemble()
3211 know ((length == 0 && operandP->vop_short == ' ') in md_assemble()
3212 || (length > 0 && operandP->vop_short != ' ')); in md_assemble()