a few minutes after posting i found [Solved] Binary Operations in Rules - #2 by rossko57 which points to Redirecting to Google Groups
With that pointer can do
var Integer state = (tv_led_blink_status.state as DecimalType).intValue
var Integer mask = state.bitwiseOr(64)
tv_led_blink_status.sendCommand(mask)