Home
last modified time | relevance | path

Searched refs:___PPC_RS (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h325 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro
326 #define ___PPC_RT(t) ___PPC_RS(t)
333 #define __PPC_RS(s) ___PPC_RS(__REG_##s)
404 #define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp))
406 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
408 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
464 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r))
466 #define PPC_RAW_ICSWX(s, a, b) (0x7c00032d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
467 #define PPC_RAW_ICSWEPX(s, a, b) (0x7c00076d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
476 #define PPC_RAW_STD(r, base, i) (0xf8000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i))
[all …]
/linux-6.6.21/tools/testing/selftests/powerpc/stringloops/asm/
Dppc-opcode.h24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro
25 #define ___PPC_RT(t) ___PPC_RS(t)