summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | AVX FMA: Instruction table for the AVX FMA instructionsH. Peter Anvin2008-05-232-1/+65
* | AVX: Remaining AVX instructions (still need FMA)H. Peter Anvin2008-05-231-0/+73
* | insns.pl: better error messages, handle no-operand instructions betterH. Peter Anvin2008-05-231-25/+23
* | AVX instruction table through "P"H. Peter Anvin2008-05-231-0/+172
* | fmtinsns.pl: handle compiler fields; do some case manglingH. Peter Anvin2008-05-231-6/+15
* | Use hash tables even for context-sensitive macrosH. Peter Anvin2008-05-224-79/+79
* | Add tokens vex.ww and vex.wx; vex.wx is the defaultH. Peter Anvin2008-05-223-6/+17
* | AVX: instruction table up to PEH. Peter Anvin2008-05-212-8/+125
* | AVX: instruction table through MH. Peter Anvin2008-05-211-8/+105
* | insns.pl: error if we have a 'v' operand and no vex.nds/nddH. Peter Anvin2008-05-211-0/+5
* | insnsn.c: cleaner to *not* separate out conditional instructionsH. Peter Anvin2008-05-213-31/+6
* | Add legacy blendvpd to avx.asm, as a disassembler test.H. Peter Anvin2008-05-211-0/+2
* | Implement aliases for specific SSE5 compare operationsH. Peter Anvin2008-05-211-4/+144
* | insns.dat: reimplement SSE5 compares using the bytecode compilerH. Peter Anvin2008-05-211-12/+12
* | insns.pl: match AMD documentation for DREX syntaxH. Peter Anvin2008-05-211-12/+9
* | Add the PCLMUL instructions (BR 1933742)H. Peter Anvin2008-05-211-0/+8
* | Add INVEPT and INVVPID (BR 1956955)H. Peter Anvin2008-05-211-0/+5
* | Use "o64nw" instead of "o64i" for o64 without REX.WH. Peter Anvin2008-05-211-1/+1
* | Add the MOVBE instructions (BR 1956954)H. Peter Anvin2008-05-211-0/+9
* | insns.pl: readabilty improvements for isnsnd.cH. Peter Anvin2008-05-211-6/+6
* | Disassembler: select table based on VEX prefixesH. Peter Anvin2008-05-213-5/+57
* | Fix skipping 0270 code when searching for disasm prefixesH. Peter Anvin2008-05-211-4/+6
* | Fix display for fixed xmm0/ymm0, SSE redundant prefixesH. Peter Anvin2008-05-211-0/+7
* | Fix buffer overflow in preproc.c (BR 1942146)Philipp Thomas2008-05-211-1/+1
* | insns typo fix: SSE5 FNM* instructions misspelledH. Peter Anvin2008-05-211-32/+32
* | Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasmH. Peter Anvin2008-05-212-0/+81
|\ \ | |/
| * 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