Searched refs:___PPC_RA (Results 1 – 4 of 4) sorted by relevance
313 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro321 #define __PPC_RA(a) ___PPC_RA(__REG_##a)322 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a)384 #define PPC_RAW_PASTE(a, b) (0x7c20070d | ___PPC_RA(a) | ___PPC_RB(b))508 #define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i))509 #define PPC_RAW_CMPDI(a, i) (0x2c200000 | ___PPC_RA(a) | IMM_L(i))510 #define PPC_RAW_CMPW(a, b) (0x7c000000 | ___PPC_RA(a) | ___PPC_RB(b))511 #define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b))512 #define PPC_RAW_CMPLWI(a, i) (0x28000000 | ___PPC_RA(a) | IMM_L(i))513 #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))
Completed in 13 milliseconds