Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c40 [SUF_CODE >> 20] = float32_sub,
H A Dextended_cpdo.c39 [SUF_CODE >> 20] = floatx80_sub,
H A Ddouble_cpdo.c44 [SUF_CODE >> 20] = float64_sub,
H A Dfpopcode.h236 #define SUF_CODE 0x00200000 macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h245 #define SUF_CODE 0x00200000 macro
H A Dsingle_cpdo.c87 case SUF_CODE: in SingleCPDO()
H A Ddouble_cpdo.c107 case SUF_CODE: in DoubleCPDO()
H A Dextended_cpdo.c105 case SUF_CODE: in ExtendedCPDO()