nops
#define nops(n) asm volatile(__nops(n))
.macro nops number
#define nops(n) __asm__ __volatile__ (__nops(n))