Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dvfp_helper.c345 #define CONV_ITOF(name, ftype, fsz, sign) \ in DO_VFP_cmp() argument
346 ftype HELPER(name)(uint32_t x, float_status *fpst) \ in DO_VFP_cmp()
351 #define CONV_FTOI(name, ftype, fsz, sign, round) \ argument
352 sign##int32_t HELPER(name)(ftype x, float_status *fpst) \
361 #define FLOAT_CONVS(name, p, ftype, fsz, sign) \ argument
362 CONV_ITOF(vfp_##name##to##p, ftype, fsz, sign) \
363 CONV_FTOI(vfp_to##name##p, ftype, fsz, sign, ) \
364 CONV_FTOI(vfp_to##name##z##p, ftype, fsz, sign, _round_to_zero)
407 #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ argument
408 ftype HELPER(vfp_##name##to##p)(uint##isz##_t x, uint32_t shift, \
[all …]
H A Dm_helper.c1368 bool ftype; in do_v7m_exception_exit() local
1409 ftype = excret & R_V7M_EXCRET_FTYPE_MASK; in do_v7m_exception_exit()
1411 if (!ftype && !cpu_isar_feature(aa32_vfp_simd, cpu)) { in do_v7m_exception_exit()
1416 ftype = true; in do_v7m_exception_exit()
1739 if (!ftype) { in do_v7m_exception_exit()
1836 V7M_CONTROL, FPCA, !ftype); in do_v7m_exception_exit()
1840 if (!ftype) { in do_v7m_exception_exit()
/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()