Searched refs:PPC_LBZ (Results 1 – 1 of 1) sorted by relevance
113 #define PPC_LBZ(r, base, i) EMIT(PPC_INST_LBZ | ___PPC_RT(r) | \ macro135 #define PPC_LBZ_OFFS(r, base, i) do { if ((i) < 32768) PPC_LBZ(r, base, i); \137 PPC_LBZ(r, r, IMM_L(i)); } } while(0)