Searched refs:pext (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 64.bmi2.s | 31 pext %eax, %ebx, %ecx 32 pext (%rax), %ebx, %ecx 48 pext %rax, %rbx, %rcx 49 pext (%rax), %rbx, %rcx
|
H A D | 64.bmi2.out | 7 libdis_test+0x1e: c4 e2 62 f5 c8 pext %eax,%ebx,%ecx 8 libdis_test+0x23: c4 e2 62 f5 08 pext (%rax),%ebx,%ecx 23 libdis_test+0x70: c4 e2 e2 f5 c8 pext %rax,%rbx,%rcx 24 libdis_test+0x75: c4 e2 e2 f5 08 pext (%rax),%rbx,%rcx
|
H A D | 32.bmi2.s | 31 pext %eax, %ebx, %ecx 32 pext (%eax), %ebx, %ecx
|
H A D | 32.bmi2.out | 7 libdis_test+0x1e: c4 e2 62 f5 c8 pext %eax,%ebx,%ecx 8 libdis_test+0x23: c4 e2 62 f5 08 pext (%eax),%ebx,%ecx
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 199 struct icb_ext *iext, *pext; in ud_bmap_write() local 511 pext = &ip->i_ext[i - 1]; in ud_bmap_write() 512 if (pext->ib_flags != IB_UN_RE_AL) { in ud_bmap_write() 513 prox = pext->ib_block + in ud_bmap_write() 514 (CEIL(pext->ib_count) >> l2b); in ud_bmap_write() 537 ((pext->ib_count + acount) < mext_sz)) { in ud_bmap_write() 547 pext = &ip->i_ext[i - 1]; in ud_bmap_write() 548 pext->ib_count += acount; in ud_bmap_write() 1093 struct icb_ext *iext, *pext; in ud_create_ext() local 1181 pext = &ip->i_ext[index]; in ud_create_ext() [all …]
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_oss.c | 1987 sndctl_mix_extinfo(audio_client_t *c, oss_mixext *pext) in sndctl_mix_extinfo() argument 1996 if (((dev = pext->dev) != -1) && (dev != (auclnt_get_dev_index(d) - 1))) in sndctl_mix_extinfo() 2000 (pext->ctrl >= odev->d_nctrl)) { in sndctl_mix_extinfo() 2004 bcopy(&odev->d_exts[pext->ctrl], pext, sizeof (*pext)); in sndctl_mix_extinfo() 2005 pext->enumbit = 0; in sndctl_mix_extinfo() 2006 pext->dev = dev; in sndctl_mix_extinfo()
|