Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c73 [NRM_CODE >> 20] = float32_mvf,
H A Dextended_cpdo.c75 [NRM_CODE >> 20] = floatx80_mvf,
H A Ddouble_cpdo.c96 [NRM_CODE >> 20] = float64_mvf,
H A Dfpopcode.h267 #define NRM_CODE 0x00f08000 macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h276 #define NRM_CODE 0x00f08000 macro
H A Dsingle_cpdo.c185 case NRM_CODE: in SingleCPDO()
H A Ddouble_cpdo.c221 case NRM_CODE: in DoubleCPDO()
H A Dextended_cpdo.c205 case NRM_CODE: in ExtendedCPDO()