Searched defs:ppc_inst_prefix (Results 1 – 1 of 1) sorted by relevance
62 #define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) }) macro70 #define ppc_inst_prefix(x, y) ((void)y, ppc_inst(x)) macro