Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/vfp/
Dvfpinstr.h55 #define vfp_get_sn(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) macro
Dvfpsingle.c1177 unsigned int sn = vfp_get_sn(inst); in vfp_single_cpdo()