Home
last modified time | relevance | path

Searched refs:xchg (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/drm/include/asm/
H A Dcmpxchg.h30 #define xchg(ptr, value) \ macro
/dragonfly/stand/boot/pc32/boot2/
H A Dboot1.S406 xchg %ax,%cx // number
428 xchg %bx,%ax // Block count
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S193 xchg %ax,%cx # as word
196 xchg %ax,%dx # P:DPL:type
198 xchg %ax,%bx # set
1040 xchg %bx,6(%bp) # Swap BX, int no
1046 xchg %ax,4(%bp) # Swap saved %ax,%bx with
1047 xchg %bx,6(%bp) # CS:IP of handler
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dsync.md402 ;; like op6. This breaks, as the xchg will move the PIC register
429 output_asm_insn ("xchg{<imodesuffix>}\t%%<regprefix>bx, %5", operands);
434 output_asm_insn ("xchg{<imodesuffix>}\t%%<regprefix>bx, %5", operands);
513 ;; Recall that xchg implicitly sets LOCK#, so adding it again wastes space.
524 "xchg{<imodesuffix>}\t{%1, %0|%0, %1}")
/dragonfly/sys/dev/drm/i915/
H A Di915_sw_fence.c378 fence = xchg(&cb->fence, NULL); in timer_i915_sw_fence_wake()
396 fence = xchg(&cb->fence, NULL); in dma_i915_sw_fence_wake()
H A Di915_guc_submission.c480 WARN_ON_ONCE(xchg(&db->cookie, cookie + 1) != cookie); in guc_ring_doorbell()
H A Dintel_uncore.c217 if (xchg(&domain->active, false)) in intel_uncore_fw_release_timer()
/dragonfly/sys/netinet/
H A Dtcp_subr.c630 #define xchg(a, b, type) { type t; t = a; a = b; b = t; } in tcp_respond() macro
632 xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr); in tcp_respond()
635 xchg(ip->ip_dst.s_addr, ip->ip_src.s_addr, n_long); in tcp_respond()
647 xchg(nth->th_dport, nth->th_sport, n_short); in tcp_respond()
648 #undef xchg in tcp_respond()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c3520 temp_type = i.types[xchg]; in build_vex_prefix()
3523 temp_op = i.op[xchg]; in build_vex_prefix()
3524 i.op[xchg] = i.op[0]; in build_vex_prefix()
3530 xchg = i.rm.regmem; in build_vex_prefix()
3532 i.rm.reg = xchg; in build_vex_prefix()
3563 temp_type = i.types[xchg]; in build_vex_prefix()
3564 i.types[xchg] = i.types[xchg + 1]; in build_vex_prefix()
3566 temp_op = i.op[xchg]; in build_vex_prefix()
3567 i.op[xchg] = i.op[xchg + 1]; in build_vex_prefix()
3568 i.op[xchg + 1] = temp_op; in build_vex_prefix()
[all …]
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c3136 unsigned int xchg = i.operands - 1; in build_vex_prefix() local
3140 temp_type = i.types[xchg]; in build_vex_prefix()
3141 i.types[xchg] = i.types[0]; in build_vex_prefix()
3143 temp_op = i.op[xchg]; in build_vex_prefix()
3144 i.op[xchg] = i.op[0]; in build_vex_prefix()
3150 xchg = i.rm.regmem; in build_vex_prefix()
3152 i.rm.reg = xchg; in build_vex_prefix()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dsync.md702 ;; Recall that xchg implicitly sets LOCK#, so adding it again wastes space.
/dragonfly/contrib/file/magic/Magdir/
H A Dfilesystems1233 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13