Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/vfp/
Dvfp.h149 struct vfp_single { struct
150 s16 exponent;
151 u16 sign;
152 u32 significand;
Dvfpinstr.h58 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro