Home
last modified time | relevance | path

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

/linux/arch/parisc/math-emu/
H A Ddecode_exc.c98 unsigned int excptype; in decode_fpu() local
142 excptype = Excp_type(exception_index); in decode_fpu()
143 if (excptype & UNIMPLEMENTEDEXCEPTION) { in decode_fpu()
155 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu()
177 excp = excptype; in decode_fpu()
184 excptype = excp; in decode_fpu()
199 if (excptype & UNDERFLOWEXCEPTION) { in decode_fpu()