Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/parisc/math-emu/
Ddecode_exc.c111 unsigned int excptype; in decode_fpu() local
155 excptype = Excp_type(exception_index); in decode_fpu()
156 if (excptype & UNIMPLEMENTEDEXCEPTION) { in decode_fpu()
168 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu()
190 excp = excptype; in decode_fpu()
197 excptype = excp; in decode_fpu()
212 if (excptype & UNDERFLOWEXCEPTION) { in decode_fpu()