Lines Matching refs:IMM_L
87 #define IMM_L(i) ((uintptr_t)(i) & 0xffff) macro
98 ___PPC_RA(a) | IMM_L(i))
102 ___PPC_RS(d) | ___PPC_RA(a) | IMM_L(i))
114 ___PPC_RA(base) | IMM_L(i))
116 ___PPC_RA(base) | IMM_L(i))
118 ___PPC_RA(base) | IMM_L(i))
120 ___PPC_RA(base) | IMM_L(i))
137 PPC_LBZ(r, r, IMM_L(i)); } } while(0)
141 PPC_LD(r, r, IMM_L(i)); } } while(0)
145 PPC_LWZ(r, r, IMM_L(i)); } } while(0)
149 PPC_LHZ(r, r, IMM_L(i)); } } while(0)
174 #define PPC_CMPWI(a, i) EMIT(PPC_INST_CMPWI | ___PPC_RA(a) | IMM_L(i))
175 #define PPC_CMPDI(a, i) EMIT(PPC_INST_CMPDI | ___PPC_RA(a) | IMM_L(i))
176 #define PPC_CMPLWI(a, i) EMIT(PPC_INST_CMPLWI | ___PPC_RA(a) | IMM_L(i))
188 ___PPC_RA(a) | IMM_L(i))
194 ___PPC_RS(a) | IMM_L(i))
200 ___PPC_RS(a) | IMM_L(i))
202 ___PPC_RS(a) | IMM_L(i))
206 ___PPC_RS(a) | IMM_L(i))
208 ___PPC_RS(a) | IMM_L(i))
235 #define PPC_LI32(d, i) do { PPC_LI(d, IMM_L(i)); \