Lines Matching refs:exception_index
107 int target, exception_index = 1; in decode_fpu() local
148 for (exception_index=1; exception_index<=MAX_EXCP_REG; exception_index++) { in decode_fpu()
149 current_ir = Excp_instr(exception_index); in decode_fpu()
155 excptype = Excp_type(exception_index); in decode_fpu()
163 Clear_excp_register(exception_index); in decode_fpu()
184 Fpu_register[exception_index]); in decode_fpu()
225 if (Ibit(Fpu_register[exception_index])) inexact = TRUE; in decode_fpu()
235 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
247 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
268 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
270 Set_parmfield(Fpu_register[exception_index],0); in decode_fpu()
280 Clear_excp_register(exception_index); in decode_fpu()
286 switch(Excp_type(exception_index)) { in decode_fpu()
323 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
334 Clear_excp_register(exception_index); in decode_fpu()
345 Clear_excp_register(exception_index); in decode_fpu()
353 __LINE__, Excp_type(exception_index)); in decode_fpu()
360 Clear_excp_register(exception_index); in decode_fpu()