HomeSort by: relevance | last modified time | path
    Searched defs:vsel (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/i2c/
rkpmic.c 575 u_int vsel; local
583 vsel = (min_uvol - c->base) / c->step;
584 if (vsel > __SHIFTOUT_MASK(c->vsel_mask))
590 val |= __SHIFTIN(vsel, c->vsel_mask);
  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 1727 unsigned int vsel;
1729 vsel = uval >> 5;
1731 if ((vsel & 0x10) == 0)
1735 vsel &= 0x0f;
1736 for (fmt = 0; fmt < 3; fmt++, vsel >>= 1)
1737 if ((vsel & 1) == 0)
1741 infprintf (is, dis_style_immediate, "%d", vsel >> 1);
1744 else if ((vsel & 0x08) == 0)
1724 unsigned int vsel; local
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 1727 unsigned int vsel;
1729 vsel = uval >> 5;
1731 if ((vsel & 0x10) == 0)
1735 vsel &= 0x0f;
1736 for (fmt = 0; fmt < 3; fmt++, vsel >>= 1)
1737 if ((vsel & 1) == 0)
1741 infprintf (is, dis_style_immediate, "%d", vsel >> 1);
1744 else if ((vsel & 0x08) == 0)
1724 unsigned int vsel; local
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 1700 unsigned int vsel;
1702 vsel = uval >> 5;
1704 if ((vsel & 0x10) == 0)
1708 vsel &= 0x0f;
1709 for (fmt = 0; fmt < 3; fmt++, vsel >>= 1)
1710 if ((vsel & 1) == 0)
1714 infprintf (is, dis_style_immediate, "%d", vsel >> 1);
1717 else if ((vsel & 0x08) == 0)
1697 unsigned int vsel; local
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 1700 unsigned int vsel;
1702 vsel = uval >> 5;
1704 if ((vsel & 0x10) == 0)
1708 vsel &= 0x0f;
1709 for (fmt = 0; fmt < 3; fmt++, vsel >>= 1)
1710 if ((vsel & 1) == 0)
1714 infprintf (is, dis_style_immediate, "%d", vsel >> 1);
1717 else if ((vsel & 0x08) == 0)
1697 unsigned int vsel; local
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
s390x.pm 50 vsel vseg vsegb vsegh vsegf vst vsteb vsteh vstef vsteg vstm vstl
599 sub vsel { subroutine
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
s390x.pm 50 vsel vseg vsegb vsegh vsegf vst vsteb vsteh vstef vsteg vstm vstl
599 sub vsel { subroutine
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 4970 unsigned int uval, vsel;
5045 vsel = uval >> 5;
5046 if ((vsel & 0x18) == 0x18)
4961 unsigned int uval, vsel; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 4661 unsigned int uval, vsel;
4736 vsel = uval >> 5;
4737 if ((vsel & 0x18) == 0x18)
4652 unsigned int uval, vsel; local

Completed in 68 milliseconds