Lines Matching +full:21 +full:v
34 #define __REG_R21 21
67 #define __REGA0_R21 21
101 #define _R21 21
186 #define OP_31_XOP_LDX 21
325 #define ___PPC_RS(s) (((s) & 0x1f) << 21)
337 #define __PPC_XS(s) ((((s) & 0x1f) << 21) | (((s) & 0x20) >> 5))
339 #define __PPC_XSP(s) ((((s) & 0x1e) | (((s) >> 5) & 0x1)) << 21)
341 #define __PPC_T_TLB(t) (((t) & 0x3) << 21)
343 #define __PPC_WC(w) (((w) & 0x3) << 21)
352 #define __PPC_CT(t) (((t) & 0x0f) << 21)
363 #define PPC_LO(v) ((v) & 0xffff) argument
364 #define PPC_HI(v) (((v) >> 16) & 0xffff) argument
365 #define PPC_HA(v) PPC_HI((v) + 0x8000) argument
366 #define PPC_HIGHER(v) (((v) >> 32) & 0xffff) argument
367 #define PPC_HIGHEST(v) (((v) >> 48) & 0xffff) argument
371 #define PPC_LI(v) ((v) & PPC_LI_MASK) argument
409 #define PPC_RAW_TLBIEL_v205(rb, l) (0x7c000224 | ___PPC_RB(rb) | (l << 21))
423 #define PPC_RAW_DCBFPS(a, b) (0x7c0000ac | ___PPC_RA(a) | ___PPC_RB(b) | (4 << 21))
424 #define PPC_RAW_DCBSTPS(a, b) (0x7c0000ac | ___PPC_RA(a) | ___PPC_RB(b) | (6 << 21))
469 #define PPC_RAW_SLBIA(IH) (0x7c0003e4 | (((IH) & 0x7) << 21))