Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
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