aboutsummaryrefslogtreecommitdiff
path: root/x86_64-asm.h
Commit message (Expand)AuthorAgeFilesLines
* x86-asm: Reorganize instr_typeMichael Matz2016-12-151-1/+1
* x86-asm: Add more SSE2 instructionsMichael Matz2016-12-151-59/+73
* 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-84/+84
* x86-64-asm: Add mov[sz]xq opcodesMichael Matz2016-05-121-1/+4
* x86-64-asm: Clean up 64bit immediate supportMichael Matz2016-05-111-4/+10
* x86-64 asm: Remove useless jmp opcodeMichael Matz2016-05-111-1/+0
* x86: Improve cmov handlingMichael Matz2016-05-111-8/+1
* [x86] Fix some asm problemsMichael Matz2016-05-091-15/+26
* x86-asm: Fix lcall/ljmp, xchg and inc/decMichael Matz2016-05-031-6/+4
* 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/+449
* Reorganize the source tree.gus knight2015-07-271-449/+0
* 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
* 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