Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h282 #define ___PPC_RB(b) (((b) & 0x1f) << 11) macro
291 #define __PPC_RB(b) ___PPC_RB(__REG_##b)
334 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b))
338 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
339 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
340 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
343 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
344 #define PPC_RAW_MADDHD(t, a, b, c) (0x10000030 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP…
345 #define PPC_RAW_MADDHDU(t, a, b, c) (0x10000031 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___P…
346 #define PPC_RAW_MADDLD(t, a, b, c) (0x10000033 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP…
[all …]
/Linux-v5.10/tools/testing/selftests/powerpc/stringloops/asm/
Dppc-opcode.h23 #define ___PPC_RB(b) (((b) & 0x1f) << 11) macro
29 ___PPC_RB(vrb) | __PPC_RC21)
33 ___PPC_RB(vrb) | __PPC_RC21)
/Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/include/
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))