Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/vfp/
Dvfpinstr.h55 #define vfp_get_dd(inst) ((inst & 0x0000f000) >> 12 | (inst & (1 << 22)) >> 18) macro
Dvfpdouble.c1148 dest = vfp_get_dd(inst); in vfp_double_cpdo()
Dvfpsingle.c1193 dest = vfp_get_dd(inst); in vfp_single_cpdo()