Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dppc-opcode.h322 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro
330 #define __PPC_RA(a) ___PPC_RA(__REG_##a)
331 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a)
393 #define PPC_RAW_PASTE(a, b) (0x7c20070d | ___PPC_RA(a) | ___PPC_RB(b))
520 #define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i))
521 #define PPC_RAW_CMPDI(a, i) (0x2c200000 | ___PPC_RA(a) | IMM_L(i))
522 #define PPC_RAW_CMPW(a, b) (0x7c000000 | ___PPC_RA(a) | ___PPC_RB(b))
523 #define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b))
524 #define PPC_RAW_CMPLWI(a, i) (0x28000000 | ___PPC_RA(a) | IMM_L(i))
525 #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))
/linux/arch/powerpc/kernel/
A Dmodule_64.c476 PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12),
/linux/arch/powerpc/net/
A Dbpf_jit_comp64.c224 EMIT(PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12) | IMM_L(reladdr)); in bpf_jit_emit_func_call_hlp()

Completed in 22 milliseconds