Home
last modified time | relevance | path

Searched refs:___PPC_RB (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h323 #define ___PPC_RB(b) (((b) & 0x1f) << 11) macro
332 #define __PPC_RB(b) ___PPC_RB(__REG_##b)
388 #define PPC_RAW_MSGSND(b) (0x7c00019c | ___PPC_RB(b))
390 #define PPC_RAW_MSGCLR(b) (0x7c0001dc | ___PPC_RB(b))
391 #define PPC_RAW_MSGSNDP(b) (0x7c00011c | ___PPC_RB(b))
392 #define PPC_RAW_MSGCLRP(b) (0x7c00015c | ___PPC_RB(b))
393 #define PPC_RAW_PASTE(a, b) (0x7c20070d | ___PPC_RA(a) | ___PPC_RB(b))
520 #define PPC_RAW_CMPW(a, b) (0x7c000000 | ___PPC_RA(a) | ___PPC_RB(b))
521 #define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b))
524 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b))
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc-opcode.h23 #define ___PPC_RB(b) (((b) & 0x1f) << 11) macro
29 ___PPC_RB(vrb) | __PPC_RC21)
33 ___PPC_RB(vrb) | __PPC_RC21)
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcopy-paste.h12 #define ___PPC_RB(b) (((b) & 0x1f) << 11) macro
18 ___PPC_RA(a) | ___PPC_RB(b))
20 ___PPC_RA(a) | ___PPC_RB(b))