Home
last modified time | relevance | path

Searched refs:isz (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/arm/
H A Dsmmu-common.h35 #define VMSA_BIT_LVL(isz, strd, lvl) ((isz) - (strd) * \ argument
37 #define VMSA_IDXMSK(isz, strd, lvl) ((1ULL << \ argument
38 VMSA_BIT_LVL(isz, strd, lvl)) - 1)
/qemu/target/arm/
H A Dvfp_helper.c405 #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ argument
406 ftype HELPER(vfp_##name##to##p)(uint##isz##_t x, uint32_t shift, \
410 #define VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ argument
435 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument
436 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \
437 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \
438 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \
440 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \
443 #define VFP_CONV_FIX_A64(name, p, fsz, ftype, isz, itype) \ argument
444 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \
[all …]