Lines Matching refs:Fpu_register
41 #define Fpustatus_register Fpu_register[0]
56 #define Excp_type(index) Exceptiontype(Fpu_register[index])
57 #define Excp_instr(index) Instructionfield(Fpu_register[index])
58 #define Clear_excp_register(index) Allexception(Fpu_register[index]) = 0
63 #define Fpu_sgl(index) Fpu_register[index*2]
65 #define Fpu_dblp1(index) Fpu_register[index*2]
66 #define Fpu_dblp2(index) Fpu_register[(index*2)+1]
68 #define Fpu_quadp1(index) Fpu_register[index*2]
69 #define Fpu_quadp2(index) Fpu_register[(index*2)+1]
70 #define Fpu_quadp3(index) Fpu_register[(index*2)+2]
71 #define Fpu_quadp4(index) Fpu_register[(index*2)+3]
85 #define update_trap_counts(Fpu_register, aflags, bflags, trap_counts) { \ argument
86 aflags=(Fpu_register[0])>>27; /* assumes zero fill. 32 bit */ \
87 Fpu_register[0] |= bflags; \
91 decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[]) in decode_fpu() argument
107 bflags=(Fpu_register[0] & 0xf8000000); in decode_fpu()
108 Fpu_register[0] &= 0x07ffffff; in decode_fpu()
126 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
155 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu()
171 Fpu_register[exception_index]); in decode_fpu()
178 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
202 update_trap_counts(Fpu_register, aflags, bflags, 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()
258 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
277 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
280 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
310 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
312 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
328 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
331 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
335 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
338 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
355 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()