Lines Matching refs:exception_index
94 int target, exception_index = 1; in decode_fpu() local
135 for (exception_index=1; exception_index<=MAX_EXCP_REG; exception_index++) { in decode_fpu()
136 current_ir = Excp_instr(exception_index); in decode_fpu()
142 excptype = Excp_type(exception_index); in decode_fpu()
150 Clear_excp_register(exception_index); in decode_fpu()
171 Fpu_register[exception_index]); in decode_fpu()
212 if (Ibit(Fpu_register[exception_index])) inexact = TRUE; in decode_fpu()
222 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
234 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
255 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
257 Set_parmfield(Fpu_register[exception_index],0); in decode_fpu()
267 Clear_excp_register(exception_index); in decode_fpu()
273 switch(Excp_type(exception_index)) { in decode_fpu()
310 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
321 Clear_excp_register(exception_index); in decode_fpu()
332 Clear_excp_register(exception_index); in decode_fpu()
340 __LINE__, Excp_type(exception_index)); in decode_fpu()
347 Clear_excp_register(exception_index); in decode_fpu()