Searched defs:ppc_inst (Results 1 – 1 of 1) sorted by relevance
11 struct ppc_inst { struct18 static inline u32 ppc_inst_val(struct ppc_inst x) in ppc_inst_val() argument29 #define ppc_inst(x) ((struct ppc_inst){ .val = (x), .suffix = 0xff }) macro69 #define ppc_inst(x) ((struct ppc_inst){ .val = x }) macro