Searched defs:VFP_CONV_FIX (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dhelper.c2826 #define VFP_CONV_FIX(name, p, fsz, itype, sign) \ macro
2848 VFP_CONV_FIX(sh, d, 64, int16, )
2849 VFP_CONV_FIX(sl, d, 64, int32, )
2850 VFP_CONV_FIX(uh, d, 64, uint16, u)
2851 VFP_CONV_FIX(ul, d, 64, uint32, u)
2852 VFP_CONV_FIX(sh, s, 32, int16, )
2853 VFP_CONV_FIX(sl, s, 32, int32, )
2854 VFP_CONV_FIX(uh, s, 32, uint16, u)
2855 VFP_CONV_FIX(ul, s, 32, uint32, u)
2856 #undef VFP_CONV_FIX macro
[all...]

Completed in 55 milliseconds