Home
last modified time | relevance | path

Searched defs:vfp_single (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm/vfp/
Dvfp.h152 struct vfp_single { struct
153 s16 exponent;
154 u16 sign;
155 u32 significand;
Dvfpinstr.h61 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro