summaryrefslogtreecommitdiff
path: root/compiler/x86_64/x8664ats.inc
Commit message (Expand)AuthorAgeFilesLines
* + support for RDTSCP, resolves issue #28916florian2015-12-131-0/+1
* * x87 FBSTP and FBLD instructions cannot have size suffix in ATT syntax. Mant...sergei2015-11-271-2/+2
* + applied remaining patches of Torsten Grundke: adds gather instructions of avx2florian2015-02-171-0/+8
* * x86: Completely skip instructions that do not exist for target CPU bit widt...sergei2014-06-111-35/+0
* + prove of concept how FMA4 could be supported in inline assemblerflorian2014-03-201-0/+1
* + support for FMA instructions in inline assemblerflorian2014-03-201-0/+60
* * merged avx2 branch, developed by Torsten Grundkeflorian2014-03-201-0/+20
* + tzcnt assembler instructionflorian2014-01-181-0/+1
* + added the NEC V20/V30 instructionsnickysn2013-10-111-0/+14
* + added a few BMI instructions to see if they can be encodedflorian2013-06-161-0/+6
* --- Merging r20490 into '.':florian2012-05-031-2/+261
* + iretq for x86_64florian2011-08-191-0/+1
* + Added missing PMULLD instruction, part of Mantis #19910sergei2011-08-061-0/+1
* * Re-commit r17437 after more testing and fixing aasmcpu.pp in r17449.sergei2011-05-141-0/+2
* * Revert r17437, it breaks builds with -O2 and builds on i386 (although -O- o...sergei2011-05-121-2/+0
* A big update of x86 instruction table, part 1 (mostly SIMD instructions):sergei2011-05-121-0/+2
* * Flagged with NOX86_64 instructions/encodings that are invalid in 64-bit mode.sergei2011-05-111-0/+1
* x86_64 assembler reader improvements:sergei2011-04-201-2/+2
* * support for SSSE3, SSE4,1, SSE4.2, AES instructions set by Emelyanov Roman,...florian2011-04-051-1/+78
* * disallow pusha*/popa* for x86_64 (mantis #14862)jonas2010-07-101-0/+2
* * fisttp must get an "fpuint" suffix in the assembler outputjonas2009-12-111-1/+1
* * added missing size suffixes for several sse2 opcodesjonas2007-11-101-9/+9
* + some sse4 instructions supported, resolves #9046florian2007-06-091-1/+7
* * fix for jcxz, jecxz and jrcxz on 64 bit platformsflorian2007-02-101-0/+1
* * cmpxchg8b doesn't have a size suffixjonas2007-01-241-1/+1
* + cmpxchg16bflorian2007-01-211-1/+2
* * first part of x86-64 assemblerflorian2006-03-091-0/+27
* initial importfpc2005-05-161-0/+569