Home
last modified time | relevance | path

Searched defs:BFCHG (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dite_cc.c102 #define BFCHG(p,o,w) __asm("bfchg %0@{%1:%2}" : /* no output */ : \ macro
111 #define BFCHG(p,o,w) do {((u_int8_t *)(p))[(o)>>3] ^= 0xff;} while (0) macro