aboutsummaryrefslogtreecommitdiff
path: root/tests/asmtest.S
Commit message (Expand)AuthorAgeFilesLines
* x86-64-asm: Support high registers %r8 - %r15Michael Matz2016-12-151-3/+37
* x86-asm: Implement prefetchw opcodeMichael Matz2016-12-151-0/+1
* x86-asm: Fix lar opcode operandsMichael Matz2016-12-151-0/+7
* x86-asm: More opcodesMichael Matz2016-12-151-0/+11
* x86-asm: Add [sl][ig]dtq opcodesMichael Matz2016-12-151-4/+10
* x86-asm: Implement fxrstorq and fxsaveqMichael Matz2016-12-151-0/+2
* x86-asm: Implement clflush opcodeMichael Matz2016-12-151-0/+1
* x86-64-asm: More opcodesMichael Matz2016-12-151-0/+7
* tccasm: Implement compare expressionsMichael Matz2016-12-151-0/+6
* x86-64-asm: Accept expressions for .quadMichael Matz2016-12-151-0/+1
* tccasm: Accept .balignMichael Matz2016-12-151-0/+1
* Accept more asm expressionsMichael Matz2016-12-151-0/+13
* tccasm: Implement .pushsection and .popsectionMichael Matz2016-12-151-0/+10
* x86-64-asm: TidyMichael Matz2016-12-151-0/+1
* x86-asm: Correct mem64->xmm movqMichael Matz2016-12-151-0/+1
* x86-asm: Add more SSE2 instructionsMichael Matz2016-12-151-0/+102
* tccgen: fix long long -> char/short castgrischka2016-10-021-0/+2
* x86-asm: Reject some invalid arith imm8 instructionMichael Matz2016-05-161-0/+16
* x86-asm: Add .fill testMichael Matz2016-05-141-0/+1
* x86-asm: Fix signed constants and opcode orderMichael Matz2016-05-141-0/+7
* x86-64-asm: Add mov[sz]xq opcodesMichael Matz2016-05-121-0/+7
* x86-64-asm: Clean up 64bit immediate supportMichael Matz2016-05-111-0/+10
* x86-64 asm: Remove useless jmp opcodeMichael Matz2016-05-111-0/+1
* x86: Improve cmov handlingMichael Matz2016-05-111-0/+4
* [x86] Fix some asm problemsMichael Matz2016-05-091-8/+67
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-061-0/+2
* i386-asm: support "pause" opcodeJoe Soroka2011-02-241-0/+1
* tccasm: support alternate .type syntaxesJoe Soroka2011-02-241-0/+14
* tccpp: treat gas comments in .S files as raw text, not tokensJoe Soroka2011-02-231-0/+1
* tccasm: accept bracketed offset expressionsJoe Soroka2011-02-011-0/+1
* tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)Joe Soroka2011-02-011-0/+4
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-011-0/+18
* tccasm: define __ASSEMBLER__ for .S files, like gcc doesJoe Soroka2011-02-011-0/+4
* asmtest: avoid testing against complex nop alignment in gasJoe Soroka2011-01-231-1/+2
* i386-asm: accept retl as a synonym for retJoe Soroka2011-01-211-0/+2
* accept multiple comma separated symbols for .globl/.global directives, like g...Joe Soroka2011-01-201-0/+5
* fix asmtest (somehow), update Makefilesgrischka2009-07-181-2/+2
* new subdirs: include, lib, testsgrischka2009-04-181-0/+558