Searched refs:___PPC_RS (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 316 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 317 #define ___PPC_RT(t) ___PPC_RS(t) 324 #define __PPC_RS(s) ___PPC_RS(__REG_##s) 394 #define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp)) 454 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r)) 532 #define PPC_RAW_ANDI(d, a, i) (0x70000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) 537 #define PPC_RAW_ORI(d, a, i) (0x60000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) 538 #define PPC_RAW_ORIS(d, a, i) (0x64000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) 541 #define PPC_RAW_XORI(d, a, i) (0x68000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) 543 #define PPC_RAW_EXTSW(d, a) (0x7c0007b4 | ___PPC_RA(d) | ___PPC_RS(a)) [all …]
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/stringloops/asm/ |
A D | ppc-opcode.h | 24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 25 #define ___PPC_RT(t) ___PPC_RS(t)
|
Completed in 9 milliseconds