Home
last modified time | relevance | path

Searched refs:BIT_DZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dfpsr.h45 #define BIT_DZE 0x00020000 /* divide by zero exception enable */ macro
H A Dfpmodule.c155 if ((!(fpsr & BIT_DZE)) && (flags & BIT_DZC)) in float_raise()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpsr.h56 #define BIT_DZE 0x00020000 /* divide by zero exception enable */ macro