Home
last modified time | relevance | path

Searched refs:FDV_CODE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c47 [FDV_CODE >> 20] = float32_div,
H A Dextended_cpdo.c47 [FDV_CODE >> 20] = floatx80_div,
H A Ddouble_cpdo.c52 [FDV_CODE >> 20] = float64_div,
H A Dfpopcode.h244 #define FDV_CODE 0x00a00000 macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h253 #define FDV_CODE 0x00a00000 macro
H A Dsingle_cpdo.c96 case FDV_CODE: in SingleCPDO()
H A Ddouble_cpdo.c116 case FDV_CODE: in DoubleCPDO()
H A Dextended_cpdo.c114 case FDV_CODE: in ExtendedCPDO()