summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * VEX prefixes apply to VEX instructions only...H. Peter Anvin2008-05-201-0/+6
| * AVX instructions up to VMINSSH. Peter Anvin2008-05-201-1/+33
| * A few more AVX instructions (up to VLDMXCSR)H. Peter Anvin2008-05-201-0/+43
* | UDx instructions are 186+, not 286+H. Peter Anvin2008-05-211-5/+5
|/
* Handle is4 bytes without meaningful information in the bottom bitsH. Peter Anvin2008-05-204-5/+40
* inslist.pl: deal with the new encoding formatH. Peter Anvin2008-05-201-14/+17
* Officially specify - as the symbol for an implicit operandH. Peter Anvin2008-05-202-4/+5
* AVX: implement all the convert instructions...H. Peter Anvin2008-05-201-0/+38
* Accept the gas mnemonics "ud2a" and "ud2b"; fix ud0H. Peter Anvin2008-05-201-1/+3
* ndisasm: simple compare for conditional opcodes, no loopH. Peter Anvin2008-05-202-14/+11
* Finish the VCMP series...H. Peter Anvin2008-05-201-0/+134
* More AVX instructionsH. Peter Anvin2008-05-201-22/+346
* Make the syntax for immediates match the docs betterH. Peter Anvin2008-05-201-13/+13
* Add support for ymm0 in instructionsH. Peter Anvin2008-05-202-1/+6
* phash: cut random vector set down a bitH. Peter Anvin2008-05-202-195/+3
* No 32-byte floating point format: fix error for DYH. Peter Anvin2008-05-202-1/+7
* openwcom.mak: wmake uses & for continuation, not \ (sigh)H. Peter Anvin2008-05-201-3/+3
* Readability improvements for regdis.cH. Peter Anvin2008-05-201-2/+2
* netware.mak: correct dependenciesH. Peter Anvin2008-05-201-26/+26
* rdx: Add cast avoid warning from gccH. Peter Anvin2008-05-201-1/+1
* Avoid #including .c files; instead compile as separate unitsH. Peter Anvin2008-05-2014-238/+248
* PTEST is SSE4.1; although AMD says it's SSE5.H. Peter Anvin2008-05-201-1/+0
* insns.pl: don't require whitespace before / or \H. Peter Anvin2008-05-201-1/+1
* nasm.h: remove obsolete IP_REG definitionsH. Peter Anvin2008-05-201-3/+0
* Add DY, YWORD, and the SY instruction flagH. Peter Anvin2008-05-209-31/+88
* insns.pl: support operands that serve double dutyH. Peter Anvin2008-05-201-2/+13
* insns.dat: no subheader for "must be last"H. Peter Anvin2008-05-201-1/+2
* insns.dat: make even wider to make space for AVXH. Peter Anvin2008-05-202-2145/+2145
* insns.dat: use compiler-generated bytecodes for AVXH. Peter Anvin2008-05-201-4/+16
* insns.pl: fix regex subgroup of /is4= codesH. Peter Anvin2008-05-201-1/+1
* insns.pl: fix splitting of bracketted operationsH. Peter Anvin2008-05-201-4/+5
* Opcode listing notation is /is4, consistentlyH. Peter Anvin2008-05-201-3/+3
* Use the \360..\363 annotations for SSE prefixesH. Peter Anvin2008-05-201-519/+518
* Same some space by introducing shorthand byte codes for SSE prefixesH. Peter Anvin2008-05-203-4/+53
* Allow explicit immediate syntax for imz2 as well as is4H. Peter Anvin2008-05-201-4/+5
* insns.pl: escape literal special character in regexH. Peter Anvin2008-05-191-1/+1
* Bytecode compiler: add support for is4/imz2 operandsH. Peter Anvin2008-05-191-0/+13
* More work on bytecode compiler (not finished yet...)H. Peter Anvin2008-05-191-14/+138
* insns.pl: first steps toward a "smart" bytecode compilerH. Peter Anvin2008-05-191-11/+115
* Make insnsb.c an actual compilation unitH. Peter Anvin2008-05-137-35/+46
* insnsb.c: use 5 digits for index, not 4H. Peter Anvin2008-05-121-1/+1
* Make MAX_OPERANDS a parameter in insns.pl as wellH. Peter Anvin2008-05-122-1/+5
* Remove special hacks to avoid zero bytecodesH. Peter Anvin2008-05-124-54/+33
* Generate a byte array instead of using strings for the byte codesH. Peter Anvin2008-05-128-44/+145
* Factor out string decoder in insns.plH. Peter Anvin2008-05-121-16/+29
* Add support for register-number immediates with fixed 4-bit valuesH. Peter Anvin2008-05-062-0/+25
* Fix encoding of VPERMIL2PS instructionsH. Peter Anvin2008-05-062-11/+4
* Actually spell "Sandy Bridge" correctlyH. Peter Anvin2008-05-061-1/+1
* Sandy Bridge, not Sandy Banks; add WestmereH. Peter Anvin2008-05-062-5/+6
* Initial NDISASM support for AVX instructions/VEX prefixesH. Peter Anvin2008-05-053-11/+133