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

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_dense_alloc.h 133 u64 xchg; local
140 xchg = ptr->next | (cmp & kCounterMask);
141 } while (!atomic_compare_exchange_weak(&freelist_, &cmp, xchg,
161 u64 xchg; local
165 xchg = head_idx | ((cmp & kCounterMask) + kCounterInc);
166 } while (!atomic_compare_exchange_weak(&freelist_, &cmp, xchg,
  /src/sys/external/bsd/drm2/include/linux/
atomic.h 42 #define xchg(P, V) __sync_lock_test_and_set(P, V) macro
  /src/sys/netinet/
tcp_subr.c 745 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } macro
751 xchg(ip->ip_dst, ip->ip_src, struct in_addr);
759 xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr);
764 xchg(th->th_dport, th->th_sport, u_int16_t);
765 #undef xchg macro
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 1477 {0x66,0x90}; /* xchg %ax,%ax */
4324 unsigned int xchg;
4331 xchg = i.rm.regmem;
4333 i.rm.reg = xchg;
4357 unsigned int xchg = i.operands - i.reg_operands;
4365 swap_2_operands (xchg, xchg + 1);
4368 xchg = i.rm.regmem | 8;
4371 i.vex.register_specifier += xchg - i.rm.regmem;
4372 register_specifier = ~xchg & 0xf
4320 unsigned int xchg; local
4353 unsigned int xchg = i.operands - i.reg_operands; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 1456 {0x66,0x90}; /* xchg %ax,%ax */
4250 unsigned int xchg;
4257 xchg = i.rm.regmem;
4259 i.rm.reg = xchg;
4283 unsigned int xchg = i.operands - i.reg_operands;
4291 swap_2_operands (xchg, xchg + 1);
4294 xchg = i.rm.regmem | 8;
4297 i.vex.register_specifier += xchg - i.rm.regmem;
4298 register_specifier = ~xchg & 0xf
4246 unsigned int xchg; local
4279 unsigned int xchg = i.operands - i.reg_operands; local
    [all...]

Completed in 36 milliseconds