Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dppc-opcode.h323 #define ___PPC_RB(b) (((b) & 0x1f) << 11) macro
332 #define __PPC_RB(b) ___PPC_RB(__REG_##b)
375 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b))
379 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
380 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
384 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
385 #define PPC_RAW_MADDHD(t, a, b, c) (0x10000030 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP…
386 #define PPC_RAW_MADDHDU(t, a, b, c) (0x10000031 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___P…
387 #define PPC_RAW_MADDLD(t, a, b, c) (0x10000033 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP…
[all …]
/linux-6.12.1/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-6.12.1/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))