Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 3 of 3) sorted by relevance

/qemu/target/arm/
H A Dvfp_helper.c400 #define CONV_FTOI(name, ftype, fsz, sign, round) \ argument
401 sign##int32_t HELPER(name)(ftype x, void *fpstp) \
411 #define FLOAT_CONVS(name, p, ftype, fsz, sign) \ argument
412 CONV_ITOF(vfp_##name##to##p, ftype, fsz, sign) \
413 CONV_FTOI(vfp_to##name##p, ftype, fsz, sign, ) \
487 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument
488 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \
489 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \
490 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \
492 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \
[all …]
/qemu/hw/xen/
H A Dxen_devconfig.c9 static int xen_config_dev_dirs(const char *ftype, const char *btype, int vdev, in xen_config_dev_dirs() argument
15 snprintf(fe, len, "%s/device/%s/%d", dom, ftype, vdev); in xen_config_dev_dirs()
/qemu/target/arm/tcg/
H A Dm_helper.c1369 bool ftype; in do_v7m_exception_exit() local
1410 ftype = excret & R_V7M_EXCRET_FTYPE_MASK; in do_v7m_exception_exit()
1412 if (!ftype && !cpu_isar_feature(aa32_vfp_simd, cpu)) { in do_v7m_exception_exit()
1417 ftype = true; in do_v7m_exception_exit()
1740 if (!ftype) { in do_v7m_exception_exit()
1837 V7M_CONTROL, FPCA, !ftype); in do_v7m_exception_exit()
1841 if (!ftype) { in do_v7m_exception_exit()