Searched refs:PPC_RAW_ORIS (Results 1 – 2 of 2) sorted by relevance
104 EMIT(PPC_RAW_ORIS(d, d, \
553 #define PPC_RAW_ORIS(d, a, i) (0x64000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro