Hello, I make a testsute for sse. I make it just support x86-64 target because I got insn unsupport trap in a x86-32 pc. Maybe the CPU of this pc is too old. :) And I found some bug in sse patch. I make a new one. Please help me review them. Thanks. Best regards, Hui 2010-03-29 Hui Zhu * i386-tdep.c (OT_DQUAD): New enum. (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2, SSE3, SSSE3 and SSE4. 2010-03-29 Hui Zhu * gdb.reverse/i386-sse-reverse.exp: New file. * gdb.reverse/i386-sse-reverse.c: New file. On Tue, Jan 12, 2010 at 09:38, Michael Snyder wrote: > Hui Zhu wrote: >> >> For the sse insn special test, when I write the code for it, I just >> read the spec and write the prec code.  I don't good at write sse asm. >>  Sorry for it.  I need a people help me with it. > > I'll help you get started, but you've got to do some of the work! > You want to be a gdb maintainer / contributor, well, > the job includes writing tests!   ;-) > > And I don't know any SSE assembly language either! > > Let's take it off line until we have something to submit. > >