Searched refs:vfp_load_reg16 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 51 static inline void vfp_load_reg16(TCGv_i32 var, int reg) in vfp_load_reg16() function 911 vfp_load_reg16(tmp, a->vn); in trans_VMOV_half() 1461 vfp_load_reg16(f0, vn); in do_vfp_3op_hp() 1462 vfp_load_reg16(f1, vm); in do_vfp_3op_hp() 1465 vfp_load_reg16(fd, vd); in do_vfp_3op_hp() 1641 vfp_load_reg16(f0, vm); in do_vfp_2op_hp() 2114 vfp_load_reg16(vn, a->vn); in do_vfm_hp() 2115 vfp_load_reg16(vm, a->vm); in do_vfm_hp() 2120 vfp_load_reg16(vd, a->vd); in do_vfm_hp() 2464 vfp_load_reg16(vd, a->vd); in DO_VFP_2OP() [all …]
|