Searched refs:___PPC_RS (Results 1 – 4 of 4) sorted by relevance
284 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro285 #define ___PPC_RT(t) ___PPC_RS(t)292 #define __PPC_RS(s) ___PPC_RS(__REG_##s)361 #define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp))363 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))365 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))408 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r))410 #define PPC_RAW_ICSWX(s, a, b) (0x7c00032d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))411 #define PPC_RAW_ICSWEPX(s, a, b) (0x7c00076d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))420 #define PPC_RAW_STD(r, base, i) (PPC_INST_STD | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i))[all …]
187 #define PPC_INST_STD_LR (PPC_INST_STD | ___PPC_RS(__REG_R0) | \
24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro25 #define ___PPC_RT(t) ___PPC_RS(t)
160 ___PPC_RS(4) | (val & 0xffff))); in patch_imm32_load_insns()178 ___PPC_RS(reg) | ((val >> 32) & 0xffff))); in patch_imm64_load_insns()184 ___PPC_RS(reg) | __PPC_SH64(32) | __PPC_ME64(31))); in patch_imm64_load_insns()190 ___PPC_RS(reg) | ((val >> 16) & 0xffff))); in patch_imm64_load_insns()196 ___PPC_RS(reg) | (val & 0xffff))); in patch_imm64_load_insns()