Home
last modified time | relevance | path

Searched refs:___PPC_RA (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h313 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro
321 #define __PPC_RA(a) ___PPC_RA(__REG_##a)
322 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a)
366 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b))
370 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
371 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
372 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC…
375 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
376 #define PPC_RAW_MADDHD(t, a, b, c) (0x10000030 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP…
377 #define PPC_RAW_MADDHDU(t, a, b, c) (0x10000031 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___P…
[all …]
/linux-6.1.9/tools/testing/selftests/powerpc/stringloops/asm/
Dppc-opcode.h22 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro
28 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
32 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
/linux-6.1.9/tools/testing/selftests/powerpc/nx-gzip/include/
Dcopy-paste.h11 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro
18 ___PPC_RA(a) | ___PPC_RB(b))
20 ___PPC_RA(a) | ___PPC_RB(b))
/linux-6.1.9/arch/powerpc/lib/
Dtest_emulate_step.c26 PPC_INST_PLD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
34 PPC_INST_PSTD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
38 PPC_INST_LFS | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
42 PPC_INST_STFS | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
46 PPC_INST_LFD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
50 PPC_INST_STFD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))