ppc_inst_prefix
#define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) })
#define ppc_inst_prefix(x, y) ((void)y, ppc_inst(x))