Searched refs:vfp_get_sn (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm/vfp/ | ||
| A D | vfpinstr.h | 55 #define vfp_get_sn(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) macro |
| A D | vfpsingle.c | 1177 unsigned int sn = vfp_get_sn(inst); in vfp_single_cpdo() |
Completed in 725 milliseconds