Searched refs:gen_vfp_negs (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 1789 gen_vfp_negs(tmp, tmp); in gen_VMLS_sp() 1847 gen_vfp_negs(vd, vd); in gen_VNMLS_sp() 1898 gen_vfp_negs(tmp, tmp); in gen_VNMLA_sp() 1899 gen_vfp_negs(vd, vd); in gen_VNMLA_sp() 1955 gen_vfp_negs(vd, vd); in gen_VNMUL_sp() 2177 gen_vfp_negs(vn, vn); in do_vfm_sp() 2182 gen_vfp_negs(vd, vd); in do_vfm_sp() 2422 DO_VFP_2OP(VNEG, sp, gen_vfp_negs, aa32_fpsp_v2) in DO_VFP_VMOV()
|
H A D | translate.h | 428 static inline void gen_vfp_negs(TCGv_i32 d, TCGv_i32 s) in gen_vfp_negs() function
|
H A D | translate-a64.c | 5016 gen_vfp_negs(d, d); in gen_fnmul_s() 6099 gen_vfp_negs(t1, t1); in do_fmla_scalar_idx() 6590 gen_vfp_negs(ta, ta); in do_fmadd() 6593 gen_vfp_negs(tn, tn); in do_fmadd() 8086 gen_vfp_negs(tcg_res, tcg_op); in handle_fp_1src_single() 11464 gen_vfp_negs(tcg_res, tcg_op); in disas_simd_two_reg_misc()
|