Lines Matching refs:ISAFUNC
35 #define ISAFUNC(x) CL_##x macro
38 #define ISAFUNC(x) x macro
43 #define ISAFUNC(x) x macro
46 #define ISAFUNC(x) MM_##x macro
182 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr,
185 int ISAFUNC(uasm_in_compat_space_p)(long addr);
187 int ISAFUNC(uasm_rel_hi)(long val);
188 int ISAFUNC(uasm_rel_lo)(long val);
189 void ISAFUNC(UASM_i_LA_mostly)(u32 **buf, unsigned int rs, long addr);
190 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr);
193 static inline void ISAFUNC(uasm_l##lb)(struct uasm_label **lab, u32 *addr) \
195 ISAFUNC(uasm_build_label)(lab, addr, label##lb); \