aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.h
Commit message (Expand)AuthorAgeFilesLines
* x86-asm: Add more SSE2 instructionsMichael Matz2016-12-151-59/+64
* x86-asm: Reject some invalid arith imm8 instructionMichael Matz2016-05-161-1/+1
* x86-asm: Fix signed constants and opcode orderMichael Matz2016-05-141-1/+1
* x86-asm: Consolidate insn descriptionsMichael Matz2016-05-141-87/+87
* x86-asm: Remove old ASM_16 codeMichael Matz2016-05-111-22/+0
* x86: Improve cmov handlingMichael Matz2016-05-111-1/+1
* [x86] Fix some asm problemsMichael Matz2016-05-091-1/+1
* x86-asm: Fix lcall/ljmp, xchg and inc/decMichael Matz2016-05-031-2/+2
* i386-asm: correct lcall/ljmp encodingMichael Matz2016-05-021-2/+2
* lcall hex code correctionseyko2016-05-011-1/+1
* SSE opcodes to TCC assembler (i386, x86_64)seyko2015-09-231-1/+27
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+474
* Reorganize the source tree.gus knight2015-07-271-474/+0
* Trim trailing spaces everywhere.gus knight2015-07-271-5/+5
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-061-0/+1
* Detect correct instruction with incorrect operandsThomas Preud'homme2013-09-241-1/+1
* i386-asm: support "pause" opcodeJoe Soroka2011-02-241-0/+1
* tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)Joe Soroka2011-02-011-0/+2
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-011-2/+2
* i386-asm: accept retl as a synonym for retJoe Soroka2011-01-211-0/+2
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-10/+19
* fix 32bit asmgrischka2009-11-141-0/+4
* Fixed compilation error in i386-asm.cFrederic Feret2009-11-131-2/+2
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-6/+15
* push/pop fixes - added fxsave and fxrstorbellard2004-10-181-4/+6
* asm supportbellard2003-01-061-0/+444