Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A 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))
464 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r))
542 #define PPC_RAW_ANDI(d, a, i) (0x70000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
547 #define PPC_RAW_ORI(d, a, i) (0x60000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
548 #define PPC_RAW_ORIS(d, a, i) (0x64000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
551 #define PPC_RAW_XORI(d, a, i) (0x68000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
553 #define PPC_RAW_EXTSW(d, a) (0x7c0007b4 | ___PPC_RA(d) | ___PPC_RS(a))
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc-opcode.h24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro
25 #define ___PPC_RT(t) ___PPC_RS(t)