Lines Matching refs:vfp_store_reg32

46 static inline void vfp_store_reg32(TCGv_i32 var, int reg)  in vfp_store_reg32()  function
411 vfp_store_reg32(dest, rd); in trans_VSEL()
489 vfp_store_reg32(tcg_res, rd); in trans_VRINT()
551 vfp_store_reg32(tcg_tmp, rd); in trans_VCVT()
570 vfp_store_reg32(tcg_res, rd); in trans_VCVT()
917 vfp_store_reg32(tmp, a->vn); in trans_VMOV_half()
948 vfp_store_reg32(tmp, a->vn); in trans_VMOV_single()
981 vfp_store_reg32(tmp, a->vm); in trans_VMOV_64_sp()
983 vfp_store_reg32(tmp, a->vm + 1); in trans_VMOV_64_sp()
1022 vfp_store_reg32(tmp, a->vm * 2); in trans_VMOV_64_dp()
1024 vfp_store_reg32(tmp, a->vm * 2 + 1); in trans_VMOV_64_dp()
1054 vfp_store_reg32(tmp, a->vd); in trans_VLDR_VSTR_hp()
1085 vfp_store_reg32(tmp, a->vd); in trans_VLDR_VSTR_sp()
1186 vfp_store_reg32(tmp, a->vd + i); in trans_VLDM_VSTM_sp()
1411 vfp_store_reg32(fd, vd); in do_vfp_3op_sp()
1468 vfp_store_reg32(fd, vd); in do_vfp_3op_hp()
1591 vfp_store_reg32(fd, vd); in do_vfp_2op_sp()
1601 vfp_store_reg32(fd, vd); in do_vfp_2op_sp()
1643 vfp_store_reg32(f0, vd); in do_vfp_2op_hp()
2127 vfp_store_reg32(vd, a->vd); in do_vfm_hp()
2186 vfp_store_reg32(vd, a->vd); in do_vfm_sp()
2286 vfp_store_reg32(tcg_constant_i32(vfp_expand_imm(MO_16, a->imm)), a->vd); in MAKE_VFM_TRANS_FNS()
2325 vfp_store_reg32(fd, vd); in trans_VMOV_imm_sp()
2574 vfp_store_reg32(tmp, a->vd); in trans_VCVT_f32_f16()
2711 vfp_store_reg32(tmp, a->vd); in trans_VRINTR_hp()
2732 vfp_store_reg32(tmp, a->vd); in trans_VRINTR_sp()
2786 vfp_store_reg32(tmp, a->vd); in trans_VRINTZ_hp()
2810 vfp_store_reg32(tmp, a->vd); in trans_VRINTZ_sp()
2864 vfp_store_reg32(tmp, a->vd); in trans_VRINTX_hp()
2885 vfp_store_reg32(tmp, a->vd); in trans_VRINTX_sp()
2967 vfp_store_reg32(vd, a->vd); in trans_VCVT_dp()
2994 vfp_store_reg32(vm, a->vd); in trans_VCVT_int_hp()
3021 vfp_store_reg32(vm, a->vd); in trans_VCVT_int_sp()
3085 vfp_store_reg32(vd, a->vd); in trans_VJCVT()
3141 vfp_store_reg32(vd, a->vd); in trans_VCVT_fix_hp()
3197 vfp_store_reg32(vd, a->vd); in trans_VCVT_fix_sp()
3293 vfp_store_reg32(vm, a->vd); in trans_VCVT_hp_int()
3327 vfp_store_reg32(vm, a->vd); in trans_VCVT_sp_int()
3368 vfp_store_reg32(vd, a->vd); in trans_VCVT_dp_int()
3394 vfp_store_reg32(rd, a->vd); in trans_VINS()
3418 vfp_store_reg32(rm, a->vd); in trans_VMOVX()