Lines Matching refs:op
188 #define FOP_PROTO(op) \
189 DEF_HELPER_1(float_ ## op ## l_s, i64, i32) \
190 DEF_HELPER_1(float_ ## op ## l_d, i64, i64) \
191 DEF_HELPER_1(float_ ## op ## w_s, i32, i32) \
192 DEF_HELPER_1(float_ ## op ## w_d, i32, i64)
199 #define FOP_PROTO(op) \
200 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
201 DEF_HELPER_1(float_ ## op ## _d, i64, i64)
207 #define FOP_PROTO(op) \
208 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
209 DEF_HELPER_1(float_ ## op ## _d, i64, i64) \
210 DEF_HELPER_1(float_ ## op ## _ps, i64, i64)
217 #define FOP_PROTO(op) \
218 DEF_HELPER_2(float_ ## op ## _s, i32, i32, i32) \
219 DEF_HELPER_2(float_ ## op ## _d, i64, i64, i64) \
220 DEF_HELPER_2(float_ ## op ## _ps, i64, i64, i64)
229 #define FOP_PROTO(op) \
230 DEF_HELPER_3(float_ ## op ## _s, i32, i32, i32, i32) \
231 DEF_HELPER_3(float_ ## op ## _d, i64, i64, i64, i64) \
232 DEF_HELPER_3(float_ ## op ## _ps, i64, i64, i64, i64)
239 #define FOP_PROTO(op) \
240 DEF_HELPER_3(cmp_d_ ## op, void, i64, i64, int) \
241 DEF_HELPER_3(cmpabs_d_ ## op, void, i64, i64, int) \
242 DEF_HELPER_3(cmp_s_ ## op, void, i32, i32, int) \
243 DEF_HELPER_3(cmpabs_s_ ## op, void, i32, i32, int) \
244 DEF_HELPER_3(cmp_ps_ ## op, void, i64, i64, int) \
245 DEF_HELPER_3(cmpabs_ps_ ## op, void, i64, i64, int)