BFINS
#define BFINS(v,p,o,w) do {((u_int8_t *)(p))[(o)>>3] = (v);} while (0)
#define BFINS(v,p,o,w) __asm("bfins %0,%1@{%2:%3}" : /* no output */ : \