Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dfpsr.h42 #define BIT_IXE 0x00100000 /* inexact exception enable */ macro
H A Dfpmodule.c149 if ((!(fpsr & BIT_IXE)) && (flags & BIT_IXC)) in float_raise()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpsr.h53 #define BIT_IXE 0x00100000 /* inexact exception enable */ macro