Lines Matching defs:a
254 #define ___PPC_RA(a) (((a) & 0x1f) << 16) argument
258 #define __PPC_RA(a) ___PPC_RA(__REG_##a) argument
259 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a) argument
263 #define __PPC_XA(a) ((((a) & 0x1f) << 16) | (((a) & 0x20) >> 3)) argument
301 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument
303 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument
305 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
310 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
319 #define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_INST_POPCNTB | \ argument
321 #define PPC_POPCNTD(a, s) stringify_in_c(.long PPC_INST_POPCNTD | \ argument
323 #define PPC_POPCNTW(a, s) stringify_in_c(.long PPC_INST_POPCNTW | \ argument
328 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_INST_TLBILX | \ argument
330 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) argument
331 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) argument
332 #define PPC_TLBILX_VA(a, b) PPC_TLBILX(3, a, b) argument
335 #define PPC_TLBIE(lp,a) stringify_in_c(.long PPC_INST_TLBIE | \ argument
337 #define PPC_TLBSRX_DOT(a,b) stringify_in_c(.long PPC_INST_TLBSRX_DOT | \ argument
339 #define PPC_TLBIVAX(a,b) stringify_in_c(.long PPC_INST_TLBIVAX | \ argument
342 #define PPC_ERATWE(s, a, w) stringify_in_c(.long PPC_INST_ERATWE | \ argument
344 #define PPC_ERATRE(s, a, w) stringify_in_c(.long PPC_INST_ERATRE | \ argument
346 #define PPC_ERATILX(t, a, b) stringify_in_c(.long PPC_INST_ERATILX | \ argument
349 #define PPC_ERATIVAX(s, a, b) stringify_in_c(.long PPC_INST_ERATIVAX | \ argument
351 #define PPC_ERATSX(t, a, w) stringify_in_c(.long PPC_INST_ERATSX | \ argument
353 #define PPC_ERATSX_DOT(t, a, w) stringify_in_c(.long PPC_INST_ERATSX_DOT | \ argument
357 #define PPC_ICBT(c,a,b) stringify_in_c(.long PPC_INST_ICBT | \ argument
360 #define LBZCIX(t,a,b) stringify_in_c(.long PPC_INST_LBZCIX | \ argument
362 #define STBCIX(s,a,b) stringify_in_c(.long PPC_INST_STBCIX | \ argument
369 #define VSX_XX1(s, a, b) (__PPC_XS(s) | __PPC_RA(a) | __PPC_RB(b)) argument
370 #define VSX_XX3(t, a, b) (__PPC_XT(t) | __PPC_XA(a) | __PPC_XB(b)) argument
371 #define STXVD2X(s, a, b) stringify_in_c(.long PPC_INST_STXVD2X | \ argument
373 #define LXVD2X(s, a, b) stringify_in_c(.long PPC_INST_LXVD2X | \ argument
375 #define XXLOR(t, a, b) stringify_in_c(.long PPC_INST_XXLOR | \ argument
377 #define XXSWAPD(t, a) stringify_in_c(.long PPC_INST_XXSWAPD | \ argument
379 #define XVCPSGNDP(t, a, b) stringify_in_c(.long (PPC_INST_XVCPSGNDP | \ argument