Lines Matching refs:vshift
293 : ((OP).vshift == 1) \
1057 int vshift = -1; in msp430_srcoperand() local
1071 vshift = 0; in msp430_srcoperand()
1076 vshift = 1; in msp430_srcoperand()
1081 vshift = 2; in msp430_srcoperand()
1086 vshift = 3; in msp430_srcoperand()
1091 vshift = 0; in msp430_srcoperand()
1096 vshift = 1; in msp430_srcoperand()
1105 op->vshift = vshift; in msp430_srcoperand()
1112 if (vshift == 0) in msp430_srcoperand()
1117 else if (vshift == 1) in msp430_srcoperand()
1121 op->vshift = 0; in msp430_srcoperand()
1123 else if (vshift > 1) in msp430_srcoperand()
1130 op->vshift = 0; in msp430_srcoperand()
1220 if (vshift > 1) in msp430_srcoperand()
1228 if (vshift != -1) in msp430_srcoperand()
1231 op->exp.X_add_number = 0xffff & generic_bignum[vshift]; in msp430_srcoperand()
1233 op->vshift = 0; in msp430_srcoperand()
1307 op->vshift = 0; in msp430_srcoperand()
1415 op->vshift = 0; in msp430_srcoperand()
1477 op->vshift = 0; in msp430_srcoperand()
1512 op->vshift = 0; in msp430_dstoperand()