Lines Matching refs:Fpu_register
54 #define Fpustatus_register Fpu_register[0]
69 #define Excp_type(index) Exceptiontype(Fpu_register[index])
70 #define Excp_instr(index) Instructionfield(Fpu_register[index])
71 #define Clear_excp_register(index) Allexception(Fpu_register[index]) = 0
76 #define Fpu_sgl(index) Fpu_register[index*2]
78 #define Fpu_dblp1(index) Fpu_register[index*2]
79 #define Fpu_dblp2(index) Fpu_register[(index*2)+1]
81 #define Fpu_quadp1(index) Fpu_register[index*2]
82 #define Fpu_quadp2(index) Fpu_register[(index*2)+1]
83 #define Fpu_quadp3(index) Fpu_register[(index*2)+2]
84 #define Fpu_quadp4(index) Fpu_register[(index*2)+3]
98 #define update_trap_counts(Fpu_register, aflags, bflags, trap_counts) { \ argument
99 aflags=(Fpu_register[0])>>27; /* assumes zero fill. 32 bit */ \
100 Fpu_register[0] |= bflags; \
104 decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[]) in decode_fpu() argument
120 bflags=(Fpu_register[0] & 0xf8000000); in decode_fpu()
121 Fpu_register[0] &= 0x07ffffff; in decode_fpu()
139 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
168 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu()
184 Fpu_register[exception_index]); in decode_fpu()
191 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
215 update_trap_counts(Fpu_register, aflags, bflags, 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()
271 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
290 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
293 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
323 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
325 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
341 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
344 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
348 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
351 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
368 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()