Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/vfp/
Dvfpinstr.h53 #define vfp_get_sm(inst) ((inst & 0x0000000f) << 1 | (inst & (1 << 5)) >> 5) macro
Dvfpdouble.c1154 dm = vfp_get_sm(inst); in vfp_double_cpdo()
Dvfpsingle.c1178 unsigned int sm = vfp_get_sm(inst); in vfp_single_cpdo()