Home
last modified time | relevance | path

Searched refs:vfp_get_sd (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/arm/vfp/ !
Dvfpinstr.h51 #define vfp_get_sd(inst) ((inst & 0x0000f000) >> 11 | (inst & (1 << 22)) >> 22) macro
Dvfpdouble.c1146 dest = vfp_get_sd(inst); in vfp_double_cpdo()
Dvfpsingle.c1195 dest = vfp_get_sd(inst); in vfp_single_cpdo()