aboutsummaryrefslogtreecommitdiff
path: root/i386-tok.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-061-3/+4
| | | | | | PS: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20101122/112576.html This is fix PR8686 for llvm: accepting a 'b' suffix at the end of all the setcc instructions.
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
|
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-52/+81
| | | | | Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it.
* fixed and added missing file for x86_64 assemblyFrederic Feret2009-11-131-0/+214