Add accumulators, accum opcodes, and sse implementations
authorDavid Schleef <ds@schleef.org>
Mon, 27 Apr 2009 01:53:42 +0000 (18:53 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 27 Apr 2009 01:56:37 +0000 (18:56 -0700)
commit6a0020dee070008bcbeb59b1c8e8e34e3056d769
tree0a71c9a8749ed067b75b277b13d2f03adaff33a1
parentffa0b018321ffd94fc95df6aa00b1487bf7af73b
Add accumulators, accum opcodes, and sse implementations
13 files changed:
orc/orccompiler.c
orc/orcexecutor.c
orc/orcopcodes.c
orc/orcprogram-sse.c
orc/orcprogram.c
orc/orcprogram.h
orc/orcrules-sse.c
orc/x86.c
orc/x86.h
testsuite/Makefile.am
testsuite/test3.c
testsuite/test_accsadubl.c [new file with mode: 0644]
testsuite/test_compile.c