This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/i386] Prec x86 MMX 3DNow! SSE SSE2 SSE3 SSSE3 SSE4 support


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  <teawater@gmail.com>

	* 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  <teawater@gmail.com>

	* 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 <msnyder@vmware.com> 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.
>
>

Attachment: prec-x86-sse.txt
Description: Text document

Attachment: prec-x86-sse-test.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]