Searched refs:___PPC_RA (Results 1 – 6 of 6) sorted by relevance
322 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro330 #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 …]
22 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro28 ___PPC_RT(vrt) | ___PPC_RA(vra) | \32 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
11 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro18 ___PPC_RA(a) | ___PPC_RB(b))20 ___PPC_RA(a) | ___PPC_RB(b))
26 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))
476 PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12),
224 EMIT(PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12) | IMM_L(reladdr)); in bpf_jit_emit_func_call_hlp()
Completed in 22 milliseconds