Lines Matching defs:exception_index
94 int target, exception_index = 1;
110 /* exception_index is used to index the exception register queue. It
113 * the T-bit resets the exception_index to zero.
135 for (exception_index=1; exception_index<=MAX_EXCP_REG; exception_index++) {
136 current_ir = Excp_instr(exception_index);
142 excptype = Excp_type(exception_index);
150 Clear_excp_register(exception_index);
169 * Excp_type(exception_index) so fix that up */
171 Fpu_register[exception_index]);
212 if (Ibit(Fpu_register[exception_index])) inexact = TRUE;
222 if (Rabit(Fpu_register[exception_index]))
234 if (Rabit(Fpu_register[exception_index]))
255 Set_exceptiontype(Fpu_register[exception_index],
257 Set_parmfield(Fpu_register[exception_index],0);
267 Clear_excp_register(exception_index);
273 switch(Excp_type(exception_index)) {
310 Set_exceptiontype(Fpu_register[exception_index],
321 Clear_excp_register(exception_index);
332 Clear_excp_register(exception_index);
340 __LINE__, Excp_type(exception_index));
347 Clear_excp_register(exception_index);