Searched refs:xch (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/rl78/
H A Dpr19158.s6 xch a, sfr
13 xch a, 0xffffa
14 xch a, 0xffff9
15 xch a, 0xffffc
16 xch a, 0xffffd
17 xch a, 0xffffe
18 xch a, 0xfffff
H A Dpr19158.d10 0+007 <.*> 61 ab f8[ ]+xch[ ]+a, spl
14 0+012 <.*> 61 ab fa[ ]+xch[ ]+a, psw
15 0+015 <.*> 61 ab f9[ ]+xch[ ]+a, sph
16 0+018 <.*> 61 ab fc[ ]+xch[ ]+a, cs
17 0+01b <.*> 61 ab fd[ ]+xch[ ]+a, es
18 0+01e <.*> 61 ab fe[ ]+xch[ ]+a, pmc
19 0+021 <.*> 61 ab ff[ ]+xch[ ]+a, mem
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_lfstack.h38 u64 xch = (u64)(uptr)p | cnt; local
40 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
54 u64 xch = (u64)(uptr)nxt | cnt; local
55 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
/haiku-buildtools/binutils/gas/testsuite/gas/avr/
H A Drmw.s21 xch Z, r12
H A Drmw.d15 8: c4 92 xch Z, r12
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dfpbit-sf.S408 xch a, x
430 xch a, r10
432 xch a, r10
436 xch a, r13
438 xch a, r13
440 xch a, r12
442 xch a, r12
H A Dbit-count.S195 xch a, b
197 xch a, b
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interface_atomic.cc118 template<typename T> T func_cas(volatile T *v, T cmp, T xch) { argument
119 return __sync_val_compare_and_swap(v, cmp, xch);
176 a128 func_cas(volatile a128 *v, a128 cmp, a128 xch) { argument
180 *v = xch;
/haiku-buildtools/binutils/opcodes/
H A Drl78-decode.c279 /** 0000 1000 xch a, x */
283 "/** 0000 1000 xch a, x */",
286 SYNTAX("xch a, x");
288 ID(xch); DR(A); SR(X);
1243 ID(xch); W(); DR(AX); SRW(ra);
2340 /** 0110 0001 1000 1reg xch %0, %1 */
2346 "/** 0110 0001 1000 1reg xch %0, %1 */",
2350 SYNTAX("xch %0, %1");
2353 ID(xch); DR(A); SRB(reg);
2435 /** 0110 0001 1010 1000 xch
[all...]
/haiku-buildtools/binutils/include/opcode/
H A Davr.h276 AVR_INSN (xch, "z,r", "1001001rrrrr0100", 1, AVR_ISA_RMW, 0x9204)

Completed in 82 milliseconds