Home
last modified time | relevance | path

Searched refs:OP_DD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfp.h364 * OP_DD - the instruction exceptionally writes to a double precision result.
369 #define OP_DD (1 << 1) macro
H A Dvfpsingle.c715 [FEXT_TO_IDX(FEXT_FCVT)] = { vfp_single_fcvtd, OP_SCALAR|OP_DD },
1192 if (fop->flags & OP_DD) in vfp_single_cpdo()
1217 type = fop->flags & OP_DD ? 'd' : 's'; in vfp_single_cpdo()
/kernel/linux/linux-6.6/arch/arm/vfp/
H A Dvfp.h364 * OP_DD - the instruction exceptionally writes to a double precision result.
369 #define OP_DD (1 << 1) macro
H A Dvfpsingle.c715 [FEXT_TO_IDX(FEXT_FCVT)] = { vfp_single_fcvtd, OP_SCALAR|OP_DD },
1192 if (fop->flags & OP_DD) in vfp_single_cpdo()
1217 type = fop->flags & OP_DD ? 'd' : 's'; in vfp_single_cpdo()

Completed in 6 milliseconds