Searched defs:PPC_RAW_ADDIS (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dppc-opcode.h501 #define PPC_RAW_ADDIS(d, a, i) (0x3c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro

Completed in 158 milliseconds