Home
last modified time | relevance | path

Searched refs:vfp_get_dd (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfpinstr.h52 #define vfp_get_dd(inst) ((inst & 0x0000f000) >> 12 | (inst & (1 << 22)) >> 18) macro
H A Dvfpsingle.c1193 dest = vfp_get_dd(inst); in vfp_single_cpdo()
H A Dvfpdouble.c1148 dest = vfp_get_dd(inst); in vfp_double_cpdo()
/kernel/linux/linux-6.6/arch/arm/vfp/
H A Dvfpinstr.h52 #define vfp_get_dd(inst) ((inst & 0x0000f000) >> 12 | (inst & (1 << 22)) >> 18) macro
H A Dvfpsingle.c1193 dest = vfp_get_dd(inst); in vfp_single_cpdo()
H A Dvfpdouble.c1148 dest = vfp_get_dd(inst); in vfp_double_cpdo()

Completed in 7 milliseconds