Searched refs:__PPC_SH64 (Results 1 – 2 of 2) sorted by relevance
302 #define __PPC_SH64(s) (__PPC_SH(s) | (((s) & 0x20) >> 4)) macro492 #define PPC_RAW_SRADI(d, a, i) (0x7c000674 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH64(i))497 #define PPC_RAW_RLDICL(d, a, i, mb) (0x78000000 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH64(i) |…498 #define PPC_RAW_RLDICR(d, a, i, me) (PPC_INST_RLDICR | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH64…
184 ___PPC_RS(reg) | __PPC_SH64(32) | __PPC_ME64(31))); in patch_imm64_load_insns()