FBT_FMT3_OP_MASK
#define FBT_FMT3_OP(val) ((val) & FBT_FMT3_OP_MASK)
uint32_t add = (restore & ~FBT_FMT3_OP_MASK) | FBT_OP_ADD;