Home | History | Annotate | Download | only in opcodes

Lines Matching defs:vsel

1434 	unsigned int vsel;
1436 vsel = uval >> 5;
1438 if ((vsel & 0x10) == 0)
1442 vsel &= 0x0f;
1443 for (fmt = 0; fmt < 3; fmt++, vsel >>= 1)
1444 if ((vsel & 1) == 0)
1447 infprintf (is, "[%d]", vsel >> 1);
1449 else if ((vsel & 0x08) == 0)