CNASM_USW
#define CNASM_USW(r, o, b) "usw %["#r"], "#o"(%["#b"]) \n\t"
#define CNASM_USW(r, o, b) __CNASM_ULS(sw, r, o, 0, 3, b)