summaryrefslogtreecommitdiff
path: root/orc/orcopcodes.c
Commit message (Expand)AuthorAgeFilesLines
* merge fixespixmanDavid Schleef2010-06-231-7/+7
* Implement lower level composite opcodesDavid Schleef2010-06-231-2/+78
* Add pixel compositing opcodesDavid Schleef2010-06-231-0/+140
* convert from stdint types to orc typesDavid Schleef2010-06-091-48/+48
* Allow some functions to be called with target=NULLDavid Schleef2010-06-071-0/+2
* Add static opcode flag for scalar sourcesDavid Schleef2010-03-291-9/+9
* Make convfl work like C castingDavid Schleef2010-01-081-1/+1
* Add splitlw and splitwb opcodesDavid Schleef2009-12-111-0/+16
* Build fixes due to MSVCDavid Schleef2009-12-021-1/+1
* orcc: Add --target flagDavid Schleef2009-11-191-2/+10
* Add c64x-c targetDavid Schleef2009-11-171-0/+11
* Move 32-bit float ops to core libraryDavid Schleef2009-09-291-0/+97
* ruleset: fix registration of opcode setsWim Taymans2009-09-191-2/+8
* Fix up documentationDavid Schleef2009-05-281-0/+6
* Add compiler target flagsDavid Schleef2009-05-241-0/+12
* Fix merge opcodesDavid Schleef2009-05-151-6/+6
* Add select and merge opcodesDavid Schleef2009-05-071-0/+89
* Check rule sets for required target flagsDavid Schleef2009-04-281-1/+3
* Detect CPU flags for SSEDavid Schleef2009-04-281-1/+3
* Fixes for x86-64David Schleef2009-04-271-2/+2
* Add orc-pixel libraryDavid Schleef2009-04-271-6/+11
* Add accumulators, accum opcodes, and sse implementationsDavid Schleef2009-04-261-107/+130
* Move toward static array indexesDavid Schleef2009-04-071-2/+2
* Fix some opcodesDavid Schleef2009-04-061-2/+2
* Fix C code for shrulDavid Schleef2009-04-011-1/+1
* Attempt to fix UL saturationDavid Schleef2009-03-311-4/+4
* lots of hackingDavid Schleef2009-03-281-62/+53
* fix orc_target_rule_getDavid Schleef2009-03-281-1/+1
* Major refactorDavid Schleef2009-03-161-35/+134
* Fix up emulationDavid Schleef2009-03-141-42/+42
* Make the C backend a lot more functionalDavid Schleef2009-03-141-11/+28
* Add more opcodesDavid Schleef2009-03-121-16/+128
* Add some unary opcodes. Add non-temporal writesDavid Schleef2009-03-051-2/+9
* Add a bunch of opcodes, add a bunch of SSE rulesDavid Schleef2009-03-021-42/+216
* Add support for byte-sized dataDavid Schleef2009-03-021-14/+68
* Replace "s16" notation with "w"David Schleef2009-03-021-15/+15
* Remove types, use a size insteadDavid Schleef2009-03-021-2/+0
* Hacking.David Schleef2009-03-021-1/+2
* Split x86 into mmx and sse targetsDavid Schleef2009-03-011-0/+7
* Initial commit. Previous history is in liboilDavid Schleef2008-06-071-0/+101