FBT_BR_MASK
#define FBT_IS_JUMP(instr) ((instr & ~FBT_BR_MASK) == FBT_BRANCH)
tmp = fbt->fbtp_savedval & FBT_BR_MASK;