HomeSort by relevance Sort by last modified time
    Searched refs:xch (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h 40 u64 xch = (u64)(uptr)p | cnt; local
42 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
56 u64 xch = (u64)(uptr)nxt | cnt; local
57 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/avr/
rmw.s 21 xch Z, r12
rmw.d 15 8: c4 92 xch Z, r12
  /toolchain/binutils/binutils-2.25/opcodes/
rl78-decode.opc 1201 /** 0110 0001 1010 1010 xch %0, %e!1 */
1202 ID(xch); DR(A); SM(None, IMMU(2));
1204 /** 0110 0001 1010 1110 xch %0, %e1 */
1205 ID(xch); DR(A); SM(DE, 0);
1207 /** 0110 0001 1010 1111 xch %0, %e1 */
1208 ID(xch); DR(A); SM(DE, IMMU(1));
1210 /** 0110 0001 1010 1100 xch %0, %e1 */
1211 ID(xch); DR(A); SM(HL, 0);
1213 /** 0110 0001 1011 1001 xch %0, %e1 */
1214 ID(xch); DR(A); SM2(HL, B, 0)
    [all...]
rl78-decode.c 278 /** 0000 1000 xch a, x */
282 "/** 0000 1000 xch a, x */",
285 SYNTAX("xch a, x");
287 ID(xch); DR(A); SR(X);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 97 template<typename T> T func_cas(volatile T *v, T cmp, T xch) {
98 return __sync_val_compare_and_swap(v, cmp, xch);
156 a128 func_cas(volatile a128 *v, a128 cmp, a128 xch) {
160 *v = xch;
  /toolchain/binutils/binutils-2.25/include/opcode/
avr.h 37 #define AVR_ISA_RMW 0x8000 /* device has RMW instructions XCH,LAC,LAS,LAT */
276 AVR_INSN (xch, "z,r", "1001001rrrrr0100", 1, AVR_ISA_RMW, 0x9204)

Completed in 8966 milliseconds