Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
182 /* some of the following code uses excptype, so in decode_fpu()
184 excptype = excp; in decode_fpu()
199 if (excptype & UNDERFLOWEXCEPTION) { in decode_fpu()
/kernel/linux/linux-6.6/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()
182 /* some of the following code uses excptype, so in decode_fpu()
184 excptype = excp; in decode_fpu()
199 if (excptype & UNDERFLOWEXCEPTION) { in decode_fpu()

Completed in 2 milliseconds