aarch64: add flag OPD_F_UNSIGNED to distinguish signedness of immediate operands This patch introduces a new operand flag OPD_F_UNSIGNED to signal that the immediate value should be treated as an unsigned value. The default signedness of immediate operands is signed.