Home
last modified time | relevance | path

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

/linux/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()