Searched refs:xchg (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A D_mul64.s52 xchg %ecx,%eax / ecx = bottom half of ad.
57 xchg %eax,%esi / esi is bd, eax = A.lo (d)
61 xchg %eax,%edx
/opensolaris-onvv-gate/usr/src/uts/intel/brand/common/
H A Dbrand_solaris.s149 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */
170 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */
/opensolaris-onvv-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl263 xchg $E,$A # mov $E,$A
264 xchg $T,$B # mov $T,$B
265 xchg $E,$C # mov $A,$C
266 xchg $T,$D # mov $B,$D
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c726 fcoet_exchange_t *xchg, *xchg_next; local
740 for (xchg = list_head(&ss->ss_abort_xchg_list); xchg; ) {
741 xchg_next = list_next(&ss->ss_abort_xchg_list, xchg);
742 if (xchg->xch_ref == 0) {
743 list_remove(&ss->ss_abort_xchg_list, xchg);
745 /* xchg abort done */
746 if (xchg->xch_dbuf_num) {
747 kmem_free((void*)xchg->xch_dbufs,
748 xchg
[all...]
/opensolaris-onvv-gate/usr/src/common/util/i386/
H A Dmuldiv.s77 xchg %ecx,%eax / ecx = bottom half of ad.
82 xchg %eax,%esi / esi is bd, eax = A.lo (d)
86 xchg %eax,%edx
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1347 xchgstr(int xchg) argument
1351 switch (xchg) {
1368 gettext("<unknown %d>"), xchg);
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcmp.s107 xchg %ecx, %eax
108 xchg %rsi, %rdi
1823 xchg %rsi, %rdi /* recover original order according to flag(%r8d) */
H A Dmemset.s915 xchg %rax,%rdx
919 xchg %rax,%rdx
H A Dmemcpy.s2482 xchg %rcx,%r9
2494 xchg %rcx,%r9

Completed in 126 milliseconds