Lines Matching refs:genfn

9665         NeonGenTwo64OpEnvFn *genfn = fns[src_unsigned][dst_unsigned];  in handle_simd_qshl()  local
9672 genfn(tcg_op, tcg_env, tcg_op, tcg_shift); in handle_simd_qshl()
9693 NeonGenTwoOpEnvFn *genfn = fns[src_unsigned][dst_unsigned][size]; in handle_simd_qshl() local
9701 genfn(tcg_op, tcg_env, tcg_op, tcg_shift); in handle_simd_qshl()
10156 NeonGenTwoDoubleOpFn *genfn; in handle_2misc_fcmp_zero() local
10165 genfn = gen_helper_neon_cgt_f64; in handle_2misc_fcmp_zero()
10168 genfn = gen_helper_neon_ceq_f64; in handle_2misc_fcmp_zero()
10174 genfn = gen_helper_neon_cge_f64; in handle_2misc_fcmp_zero()
10183 genfn(tcg_res, tcg_zero, tcg_op, fpst); in handle_2misc_fcmp_zero()
10185 genfn(tcg_res, tcg_op, tcg_zero, fpst); in handle_2misc_fcmp_zero()
10195 NeonGenTwoSingleOpFn *genfn; in handle_2misc_fcmp_zero() local
10205 genfn = gen_helper_advsimd_cgt_f16; in handle_2misc_fcmp_zero()
10208 genfn = gen_helper_advsimd_ceq_f16; in handle_2misc_fcmp_zero()
10214 genfn = gen_helper_advsimd_cge_f16; in handle_2misc_fcmp_zero()
10225 genfn = gen_helper_neon_cgt_f32; in handle_2misc_fcmp_zero()
10228 genfn = gen_helper_neon_ceq_f32; in handle_2misc_fcmp_zero()
10234 genfn = gen_helper_neon_cge_f32; in handle_2misc_fcmp_zero()
10251 genfn(tcg_res, tcg_zero, tcg_op, fpst); in handle_2misc_fcmp_zero()
10253 genfn(tcg_res, tcg_op, tcg_zero, fpst); in handle_2misc_fcmp_zero()
10359 NeonGenNarrowFn *genfn = NULL; in handle_2misc_narrow() local
10385 genfn = xtnfns[size]; in handle_2misc_narrow()
10435 if (genfn) { in handle_2misc_narrow()
10436 genfn(tcg_res[pass], tcg_op); in handle_2misc_narrow()
10598 NeonGenOneOpEnvFn *genfn; in disas_simd_scalar_two_reg_misc() local
10604 genfn = fns[size][u]; in disas_simd_scalar_two_reg_misc()
10605 genfn(tcg_rd, tcg_env, tcg_rn); in disas_simd_scalar_two_reg_misc()
11038 NeonGenOne64OpFn *genfn; in handle_2misc_pairwise() local
11044 genfn = fns[size][u]; in handle_2misc_pairwise()
11049 genfn(tcg_res[pass], tcg_op); in handle_2misc_pairwise()
11525 NeonGenOneOpEnvFn *genfn; in disas_simd_two_reg_misc() local
11530 genfn = fns[size][u]; in disas_simd_two_reg_misc()
11531 genfn(tcg_res, tcg_env, tcg_op); in disas_simd_two_reg_misc()