Home
last modified time | relevance | path

Searched refs:vfp_get_sn (Results 1 - 4 of 4) sorted by relevance

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

Completed in 7 milliseconds