Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/vfp/
Dvfpinstr.h56 #define vfp_get_dn(inst) ((inst & 0x000f0000) >> 16 | (inst & (1 << 7)) >> 3) macro
Dvfpdouble.c1132 unsigned int dn = vfp_get_dn(inst); in vfp_double_cpdo()