Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c71 [URD_CODE >> 20] = float32_round_to_int,
H A Dextended_cpdo.c73 [URD_CODE >> 20] = floatx80_round_to_int,
H A Ddouble_cpdo.c94 [URD_CODE >> 20] = float64_round_to_int,
H A Dfpopcode.h266 #define URD_CODE 0x00e08000 macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h275 #define URD_CODE 0x00e08000 macro
H A Dsingle_cpdo.c139 case URD_CODE: in SingleCPDO()
H A Ddouble_cpdo.c175 case URD_CODE: in DoubleCPDO()
H A Dextended_cpdo.c159 case URD_CODE: in ExtendedCPDO()