Home | History | Annotate | Download | only in qemu

Lines Matching defs:vsel

238 /* Values in the 'VSEL' field.  */
3896 unsigned int vsel = (l >> OP_SH_VSEL) & OP_MASK_VSEL;
3898 if ((vsel & 0x10) == 0)
3902 vsel &= 0x0f;
3903 for (fmt = 0; fmt < 3; fmt++, vsel >>= 1)
3904 if ((vsel & 1) == 0)
3908 vsel >> 1);
3910 else if ((vsel & 0x08) == 0)