Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dppc-opcode.h307 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro
315 #define __PPC_RA(a) ___PPC_RA(__REG_##a)
316 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a)
382 #define PPC_RAW_PASTE(a, b) (0x7c20070d | ___PPC_RA(a) | ___PPC_RB(b))
503 #define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i))
504 #define PPC_RAW_CMPDI(a, i) (0x2c200000 | ___PPC_RA(a) | IMM_L(i))
505 #define PPC_RAW_CMPW(a, b) (0x7c000000 | ___PPC_RA(a) | ___PPC_RB(b))
506 #define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b))
507 #define PPC_RAW_CMPLWI(a, i) (0x28000000 | ___PPC_RA(a) | IMM_L(i))
508 #define PPC_RAW_CMPLDI(a, i) (0x28200000 | ___PPC_RA(a) | IMM_L(i))
[all …]
/linux/tools/testing/selftests/powerpc/stringloops/asm/
A 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/tools/testing/selftests/powerpc/nx-gzip/include/
A 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/arch/powerpc/lib/
A 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))
56 #define TEST_SETB(t, bfa) ppc_inst(PPC_INST_SETB | ___PPC_RT(t) | ___PPC_RA((bfa & 0x7) << 2))

Completed in 19 milliseconds