Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/vfp/
Dvfpinstr.h56 #define vfp_get_dn(inst) ((inst & 0x000f0000) >> 16 | (inst & (1 << 7)) >> 3) macro
/kernel/linux/linux-6.6/arch/arm/vfp/
Dvfpinstr.h56 #define vfp_get_dn(inst) ((inst & 0x000f0000) >> 16 | (inst & (1 << 7)) >> 3) macro