summaryrefslogtreecommitdiff
path: root/codex86.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-22Various fixesSøren Sandmann1-0/+5
2008-03-22Beginning of register allocatorSøren Sandmann1-1/+17
2008-03-21Various small tweaksSøren Sandmann1-28/+31
2007-12-20Add movdqu plus UNALIGN macroSøren Sandmann1-0/+1
2007-12-12Add some more instructionsSøren Sandmann1-2/+4
2007-12-09Add jump instructions; add subroutine to do unaligned pixelsSøren Sandmann1-0/+6
2007-12-08TODO; add call to label; jle_sSøren Sandmann1-33/+35
2007-12-08Process four pixels at a time; some new instructionsSøren Sandmann1-0/+2
2007-12-07Move forward instead of backwardSøren Sandmann1-1/+2
2007-12-07Fix memmory access; add call instructionSøren Sandmann1-0/+1
2007-12-07Make it work with enforcing SELinuxSøren Sandmann1-0/+1
2007-12-06Several new instructions; generate a complete render opSøren Sandmann1-20/+34
2007-12-05Some more instructions; beginning of an actual compositing routineSøren Sandmann1-8/+11
2007-12-05Make regs have different numbers than regnos. Add asserts about this. Add mor...Søren Sandmann1-9/+26
2007-12-05Add register constructorsSøren Sandmann1-7/+16
2007-12-04Put new registers into use in opSøren Sandmann1-26/+21
2007-12-04Add additional registersSøren Sandmann1-7/+11
2007-12-04MEMINDEX -> MEMSøren Sandmann1-5/+5
2007-12-04Get rid of various memory op typesSøren Sandmann1-26/+1
2007-12-04Support for labels ; better cpu_detectSøren Sandmann1-21/+22
2007-12-03Lots of stuff - generation of CPU detection among other thingsSøren Sandmann1-8/+16
2007-12-03Make use of new emit_ functionsSøren Sandmann1-1/+1
2007-12-03Add copyright statement from ORPSøren Sandmann1-0/+1
2007-12-02Various stuffSøren Sandmann1-1/+4
2007-12-02Add sub instructionSøren Sandmann1-1/+4
2007-12-02New Assembler objectSøren Sandmann1-24/+14
2007-12-02Split ops when they are generated; add push, pop and returnSøren Sandmann1-5/+25
2007-12-02Initial check-inSøren Sandmann1-0/+111