Lines Matching refs:F
248 #define F(N) gen_helper_mve_##N macro
254 { NULL, F(vldrb_sg_sh), F(vldrb_sg_sw), NULL }, in trans_VLDR_S_sg()
255 { NULL, NULL, F(vldrh_sg_sw), NULL }, in trans_VLDR_S_sg()
260 { NULL, NULL, F(vldrh_sg_os_sw), NULL }, in trans_VLDR_S_sg()
274 { F(vldrb_sg_ub), F(vldrb_sg_uh), F(vldrb_sg_uw), NULL }, in trans_VLDR_U_sg()
275 { NULL, F(vldrh_sg_uh), F(vldrh_sg_uw), NULL }, in trans_VLDR_U_sg()
276 { NULL, NULL, F(vldrw_sg_uw), NULL }, in trans_VLDR_U_sg()
277 { NULL, NULL, NULL, F(vldrd_sg_ud) } in trans_VLDR_U_sg()
280 { NULL, F(vldrh_sg_os_uh), F(vldrh_sg_os_uw), NULL }, in trans_VLDR_U_sg()
281 { NULL, NULL, F(vldrw_sg_os_uw), NULL }, in trans_VLDR_U_sg()
282 { NULL, NULL, NULL, F(vldrd_sg_os_ud) } in trans_VLDR_U_sg()
294 { F(vstrb_sg_ub), F(vstrb_sg_uh), F(vstrb_sg_uw), NULL }, in trans_VSTR_sg()
295 { NULL, F(vstrh_sg_uh), F(vstrh_sg_uw), NULL }, in trans_VSTR_sg()
296 { NULL, NULL, F(vstrw_sg_uw), NULL }, in trans_VSTR_sg()
297 { NULL, NULL, NULL, F(vstrd_sg_ud) } in trans_VSTR_sg()
300 { NULL, F(vstrh_sg_os_uh), F(vstrh_sg_os_uw), NULL }, in trans_VSTR_sg()
301 { NULL, NULL, F(vstrw_sg_os_uw), NULL }, in trans_VSTR_sg()
302 { NULL, NULL, NULL, F(vstrd_sg_os_ud) } in trans_VSTR_sg()
308 #undef F
411 #define F(N) gen_helper_mve_##N macro
416 { F(vld20b), F(vld20h), F(vld20w), NULL, }, in trans_VLD2()
417 { F(vld21b), F(vld21h), F(vld21w), NULL, }, in trans_VLD2()
430 { F(vld40b), F(vld40h), F(vld40w), NULL, }, in trans_VLD4()
431 { F(vld41b), F(vld41h), F(vld41w), NULL, }, in trans_VLD4()
432 { F(vld42b), F(vld42h), F(vld42w), NULL, }, in trans_VLD4()
433 { F(vld43b), F(vld43h), F(vld43w), NULL, }, in trans_VLD4()
444 { F(vst20b), F(vst20h), F(vst20w), NULL, }, in trans_VST2()
445 { F(vst21b), F(vst21h), F(vst21w), NULL, }, in trans_VST2()
458 { F(vst40b), F(vst40h), F(vst40w), NULL, }, in trans_VST4()
459 { F(vst41b), F(vst41h), F(vst41w), NULL, }, in trans_VST4()
460 { F(vst42b), F(vst42h), F(vst42w), NULL, }, in trans_VST4()
461 { F(vst43b), F(vst43h), F(vst43w), NULL, }, in trans_VST4()
469 #undef F