Age | Commit message (Expand) | Author | Files | Lines |
2011-06-29 | insns: Mark AVX2 instructions as FUTURE | Cyrill Gorcunov | 1 | -7/+7 |
2011-06-26 | insns: A few more AVX2 instructions | Cyrill Gorcunov | 1 | -2/+6 |
2011-06-26 | insns: Add VPERMD instruction | Cyrill Gorcunov | 1 | -0/+1 |
2011-06-26 | insns: Allow MOVD xmmreg,rm32 to be used in 32bit mode | Cyrill Gorcunov | 1 | -8/+4 |
2011-06-25 | insns: Mark VGATHERDPD as AVX2 instructions | Cyrill Gorcunov | 1 | -4/+4 |
2011-06-22 | Implement the VGATHERP instruction | H. Peter Anvin | 1 | -0/+5 |
2011-03-12 | Merge branch 'nasm-2.09.xx' | Cyrill Gorcunov | 1 | -2/+2 |
2011-03-07 | BR3189064: Fixes for VEXTRACTF128, VMASKMOVPS | Cyrill Gorcunov | 1 | -2/+2 |
2011-02-23 | Merge branch 'nasm-2.09.xx' | Cyrill Gorcunov | 1 | -0/+1 |
2011-02-23 | insns: VLDQQU is back | Cyrill Gorcunov | 1 | -0/+1 |
2011-02-21 | Merge branch 'nasm-2.09.xx' | Cyrill Gorcunov | 1 | -1/+1 |
2011-02-21 | BR 3187743: insns.dat -- Rename VLDQQU to VLDDQU | Cyrill Gorcunov | 1 | -1/+1 |
2011-02-20 | Delete invalid form of VPEXTRW | Cyrill Gorcunov | 1 | -1/+0 |
2011-02-14 | insns.dat: Remove vpextrw merge rudiment | Cyrill Gorcunov | 1 | -1/+0 |
2011-02-14 | Merge branch 'nasm-2.09.xx' | Cyrill Gorcunov | 1 | -2/+3 |
2011-02-14 | BR3174983: insns.dat -- Fix arguments encodong for VPEXTRW | Cyrill Gorcunov | 1 | -2/+2 |
2010-12-23 | BR 3143040: Remove invalid form of VPEXTRW | H. Peter Anvin | 1 | -1/+0 |
2010-11-23 | Merge branch 'insns' | Cyrill Gorcunov | 1 | -69/+63 |
2010-11-23 | insns: Fixup MOV[APS|UPS] for xmmrm cases | Cyrill Gorcunov | 1 | -2/+2 |
2010-11-23 | insns: Implement size bits on KATMAI | Cyrill Gorcunov | 1 | -69/+63 |
2010-08-24 | BR 3052618: handle segment register operations in 64-bit mode | H. Peter Anvin | 1 | -4/+10 |
2010-08-24 | Optimize mov r64,imm | H. Peter Anvin | 1 | -0/+2 |
2010-08-16 | insns.dat: permit contracted forms for VBLENDVP | H. Peter Anvin | 1 | -4/+4 |
2010-08-16 | insns.dat: fix encoding of VCVTSD2SS | H. Peter Anvin | 1 | -1/+1 |
2010-08-16 | insns.dat: SSE encoding of VBLEND with VEX prefix is forbidden | H. Peter Anvin | 1 | -4/+0 |
2010-08-16 | insns.dat: updates from AVX v7 | H. Peter Anvin | 1 | -184/+235 |
2010-08-02 | insns.dat: unbreak test/imm64.bin | H. Peter Anvin | 1 | -1/+1 |
2010-07-07 | insns: add FXSAVE64/FXRSTOR64, drop np prefix | H. Peter Anvin | 1 | -7/+9 |
2010-07-07 | Merge branch 'master' of ssh://repo.or.cz/srv/git/nasm | H. Peter Anvin | 1 | -14/+26 |
2010-07-07 | insns.dat: add XSAVE/XRSTOR64, XSAVEOPT, VCVTPH2PS/VCVTPS2PH | H. Peter Anvin | 1 | -14/+26 |
2010-07-06 | insns.dat: remove VCVTPH2PS/VCVTPS2PH as AMD instructions | H. Peter Anvin | 1 | -10/+2 |
2010-07-06 | insns.dat: fix CPU flags for new instructions | H. Peter Anvin | 1 | -9/+9 |
2010-07-06 | Add RD*SBASE, WR*SBASE, RDRAND from AVX v7 | H. Peter Anvin | 1 | -0/+11 |
2010-06-25 | BR 3020760: insns.dat -- confirm push imm32 on x86-64 explicitly | Cyrill Gorcunov | 1 | -0/+1 |
2010-06-18 | BR 3018233: handle LFS, LGS and LSS with a 64-bit register | H. Peter Anvin | 1 | -1/+4 |
2010-03-25 | BR2975768: Update AMD LWP instructions to match upcoming changes | Cyrill Gorcunov | 1 | -8/+9 |
2010-01-06 | insns.dat: in 64-bit mode, accept "monitor rax,ecx,edx". | H. Peter Anvin | 1 | -0/+1 |
2010-01-03 | BR2924380: Add AMD LWP instructions | Cyrill Gorcunov | 1 | -0/+20 |
2010-01-03 | BR2924383: fix XOP instructions | Cyrill Gorcunov | 1 | -4/+10 |
2010-01-03 | BR2924583: fix FMA4 instructions | Cyrill Gorcunov | 1 | -2/+2 |
2009-12-16 | insns.dat: Restore default size of memory operands | Cyrill Gorcunov | 1 | -22/+22 |
2009-12-03 | insns.dat: AVX -- no need for IF_ARx in template | Cyrill Gorcunov | 1 | -12/+12 |
2009-11-09 | insns.dat: remove non-DREX SSE5 instructions | H. Peter Anvin | 1 | -31/+0 |
2009-11-09 | SSE5: remove all DREX-based instructions | H. Peter Anvin | 1 | -275/+1 |
2009-11-06 | MOVD xmmreg: not valid with REX.W | H. Peter Anvin | 1 | -4/+4 |
2009-11-03 | IMUL: sbyteX fix -- last one | Cyrill Gorcunov | 1 | -3/+3 |
2009-11-03 | IMUL: fix an additional incorrect sbyte use | H. Peter Anvin | 1 | -1/+1 |
2009-11-03 | BR 2887108: fix incorrect sbyte usage in IMUL | H. Peter Anvin | 1 | -2/+2 |
2009-08-07 | insns.dat -- convert FMA instructions | Cyrill Gorcunov | 1 | -192/+192 |
2009-08-07 | insns.dat -- convert AVX instructions part2 | Cyrill Gorcunov | 1 | -347/+347 |