Searched refs:VFP_CONV_FIX (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-arm/ |
D | helper.c | 2902 #define VFP_CONV_FIX(name, p, fsz, itype, sign) \ macro 2924 VFP_CONV_FIX(sh, d, 64, int16, ) 2925 VFP_CONV_FIX(sl, d, 64, int32, ) 2926 VFP_CONV_FIX(uh, d, 64, uint16, u) 2927 VFP_CONV_FIX(ul, d, 64, uint32, u) 2928 VFP_CONV_FIX(sh, s, 32, int16, ) 2929 VFP_CONV_FIX(sl, s, 32, int32, ) 2930 VFP_CONV_FIX(uh, s, 32, uint16, u) 2931 VFP_CONV_FIX(ul, s, 32, uint32, u) 2932 #undef VFP_CONV_FIX
|