Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dppc-opcode.h310 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro
311 #define ___PPC_RT(t) ___PPC_RS(t)
318 #define __PPC_RS(s) ___PPC_RS(__REG_##s)
391 #define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp))
450 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r))
527 #define PPC_RAW_ANDI(d, a, i) (0x70000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
532 #define PPC_RAW_ORI(d, a, i) (0x60000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
533 #define PPC_RAW_ORIS(d, a, i) (0x64000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
536 #define PPC_RAW_XORI(d, a, i) (0x68000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
538 #define PPC_RAW_EXTSW(d, a) (0x7c0007b4 | ___PPC_RA(d) | ___PPC_RS(a))
[all …]
/linux/tools/testing/selftests/powerpc/stringloops/asm/
A Dppc-opcode.h24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro
25 #define ___PPC_RT(t) ___PPC_RS(t)

Completed in 9 milliseconds