Searched refs:vfp_load_reg64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 31 static inline void vfp_load_reg64(TCGv_i64 var, int reg) in vfp_load_reg64() function 355 vfp_load_reg64(frn, rn); in trans_VSEL() 356 vfp_load_reg64(frm, rm); in trans_VSEL() 475 vfp_load_reg64(tcg_op, rm); in trans_VRINT() 544 vfp_load_reg64(tcg_double, rm); in trans_VCVT() 1125 vfp_load_reg64(tmp, a->vd); in trans_VLDR_VSTR_dp() 1272 vfp_load_reg64(tmp, a->vd + i); in trans_VLDM_VSTM_dp() 1522 vfp_load_reg64(f0, vn); in do_vfp_3op_dp() 1523 vfp_load_reg64(f1, vm); in do_vfp_3op_dp() 1527 vfp_load_reg64(fd, vd); in do_vfp_3op_dp() [all …]
|