CUSTOM_OFS
#define CMOVE(val, reg) (CUSTOM_OFS(reg) << 16 | (val))
#define CMOVE2(val, reg) ((CUSTOM_OFS(reg) + 2) << 16 | (val))