Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c43 [RDF_CODE >> 20] = float32_rdv,
H A Dextended_cpdo.c42 [RDF_CODE >> 20] = floatx80_rdv,
H A Ddouble_cpdo.c47 [RDF_CODE >> 20] = float64_rdv,
H A Dfpopcode.h239 #define RDF_CODE 0x00500000 macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h248 #define RDF_CODE 0x00500000 macro
H A Dsingle_cpdo.c100 case RDF_CODE: in SingleCPDO()
H A Ddouble_cpdo.c120 case RDF_CODE: in DoubleCPDO()
H A Dextended_cpdo.c118 case RDF_CODE: in ExtendedCPDO()