aboutsummaryrefslogtreecommitdiff
path: root/x86_64-asm.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-061-0/+1
| | | | | | 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.
* Detect correct instruction with incorrect operandsThomas Preud'homme2013-09-241-1/+1
| | | | | | Display a different warning when an instruction is recognized by tcc but the operands found do not correspond to the constraints of the instruction.
* x86-64: fix udiv, add cqto instructiongrischka2009-12-191-0/+1
|
* x86_64: fix asmgrischka2009-11-141-0/+1
|
* first support of x86_64 assemblyFrederic Feret2009-11-131-0/+446