Home
last modified time | relevance | path

Searched defs:ppc_inst_prefix (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dinst.h62 #define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) }) macro
70 #define ppc_inst_prefix(x, y) ((void)y, ppc_inst(x)) macro