Home
last modified time | relevance | path

Searched refs:BIT_OFE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm/nwfpe/
Dfpsr.h44 #define BIT_OFE 0x00040000 /* overflow exception enable */ macro
Dfpmodule.c153 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC)) in float_raise()