452 Commits (master)

Author SHA1 Message Date
Andrei Karas dfc1c9e841
Fix access field adress on null pointer in x86bc.c (#238) 1 year ago
Kaz Wesley 8a87860db7
Enable AES on westmere (#97) 1 year ago
Peter Meerwald-Stadler f2f9f157df
Allow sha256rnds2 to have memory as 2nd operand (#108) 1 year ago
squidcc 3bbfd9d8f9
Fix 128-bit variant of VPBLENDVB incorrectly marked as AVX2 instead of AVX (#112) 1 year ago
Peter Johnson f01afb6b51
Fix test failures (#177) 3 years ago
Matt Oliver 6eac25ff8c allow movbe to be suffixed with wlq in gas syntax. 7 years ago
Paul Blinzer 91d628ac60 New AMD Excavator MONITORX, MWAITX instruction support (for 32bit/64bit) (#78) 7 years ago
Peter Johnson 51af4082cc Added -Wno-segreg-in-64bit. 9 years ago
Peter Johnson 00c85278d1 Warnings cleanup. 10 years ago
Peter Johnson 047c49b542 Add cpu ivybridge, haswell, broadwell, skylake. 11 years ago
Peter Johnson 0ca0ffc65f Add Intel ADX, RDSEED, and SMAP instructions. 11 years ago
Peter Johnson 1a0c61d29e Add Intel SHA instructions. 11 years ago
Peter Johnson 31c99f1fb2 Fix vpbroadcastq. 11 years ago
H.J. Lu 510c8dd7e6 Add support for x32 12 years ago
Peter Johnson 96edd8aa0e Fix vphaddudq opcode; should be DB rather than D8. 12 years ago
Vivek Thampi 0e7f34a025 Fix minor typo in the definition of pmulhrw 12 years ago
Scott Graham 51b1f7ef98 fix a couple warnings when building on win32 13 years ago
sergey semenko 916ff048f7 Added support for HSW TSX instructions: 13 years ago
Jason Garrett-Glaser a8495ad151 Add AMD TBM instructions. 13 years ago
Peter Johnson 94ab1135a3 Remove $Id$ and RCSID() usage. 13 years ago
Peter Johnson 3b65acb39d Fix VGATHER/VPGATHER memory sizes. 13 years ago
Peter Johnson ab721f347d Add AVX2 VGATHER* and VPGATHER* instructions. 13 years ago
Peter Johnson d779fcb04e Add most Intel AVX2 instructions. 13 years ago
Peter Johnson fc7724a3df pmovmskb/vpmovmskb: default operand size is 64 bits. 13 years ago
Peter Johnson 47f693fd89 Add Intel BMI1, BMI2, INVPCID, LZCNT instructions. 13 years ago
Peter Johnson 0614dede9b x86/gas: Fix no-suffix push and pop. 13 years ago
Peter Johnson f12d030f90 Add test for 64-bit shr/shl. 13 years ago
Peter Johnson 5d5ad1d91c Allow 64-bit LFS/LGS/LSS. 13 years ago
Peter Johnson de38127f1c Fix "times" relocation handling. 13 years ago
Peter Johnson 3bf0ed3927 Fix lar and lsl second operand size. 14 years ago
Peter Johnson 2678cb3c3a gas: Fix movsw/movzw memory operand encodings. 14 years ago
Peter Johnson f288243be4 Rename RDRND feature bit to RDRAND. 14 years ago
Peter Johnson ea41f1e4e5 gen_x86_insn.py: Add SMX to list of ordered_cpu_features. 14 years ago
Peter Johnson b716897f33 Fix #211: Add INVEPT, INVVPID, and GETSEC instructions. 14 years ago
Peter Johnson 548f983552 Add support for XSAVEOPT instruction. 14 years ago
Peter Johnson 81c903cd70 Add Intel post-32nm processor instructions (section 7 of AVX spec). 14 years ago
Peter Johnson 1227dda3c3 Remove AMD CVT16 instructions. 14 years ago
Peter Johnson ff8d0e0909 Fix #207: Don't emit unnecessary REX.W for pinsrw. 14 years ago
Peter Johnson cb7f1a254c Add .intel_syntax and .gas_syntax support to GAS parser. 15 years ago
Peter Johnson c30e4abfd3 Update autoconf/automake scripts. 15 years ago
Peter Johnson 40f06c1275 Fix additional cases of duplicate 66h prefix generation for AVX instructions. 15 years ago
Peter Johnson 3888758ce3 Avoid generating duplicate 66h prefix on PINSRB in 16-bit mode. 15 years ago
Peter Johnson ba15a13ef0 Fix incorrect vaesimc encoding (need to set VEX.vvvv=1111). 15 years ago
Peter Johnson 9f91d82b07 Unbreak gen_x86_insn.py on Python 2.4. 15 years ago
Brian Gladman abef3a711d Update gen_x86_insn.py to work in both Python 2 and 3 15 years ago
Peter Johnson c89b661925 Fix #198: Previous commit accidentally broke a great many instructions. 15 years ago
Peter Johnson ad1280030c Fix a bunch of GAS x86 instruction issues. 15 years ago
Peter Johnson 32b5671cf0 Fix #191: Incorrect argument order generated for AMD FMA4 opcodes. 15 years ago
Peter Johnson 10b0c9214b Fix #190: Incorrect opcode generated for vphaddudq. 15 years ago
Peter Johnson 93c4d75fb2 Add support for AMD XOP, FMA4, and CVT16 instructions (replacing SSE5). 16 years ago