summaryrefslogtreecommitdiff
path: root/insns.pl
Commit message (Expand)AuthorAgeFilesLines
* HLE: Move byte codes back to \271-\273H. Peter Anvin2012-02-251-3/+3
* HLE: Change NOHLE to be an instruction flagH. Peter Anvin2012-02-251-1/+0
* Remove all remaining explicit bytecodes from insns.datH. Peter Anvin2012-02-251-12/+31
* Move HLE byte codes to \264..\267H. Peter Anvin2012-02-251-4/+4
* Add a "nohle" byte code to skip an instruction patternH. Peter Anvin2012-02-251-3/+4
* insns.pl: Bundle all "plain bytecodes" into a hashH. Peter Anvin2012-02-241-40/+33
* HLE: Implement the basic mechanism for XACQUIRE/XRELEASEH. Peter Anvin2012-02-241-0/+6
* insns: create a symbolic "wait" token for the \341 byte codeH. Peter Anvin2012-02-101-0/+2
* insns: replace open-coded \322 opcode with odf (operand default)H. Peter Anvin2012-02-091-0/+2
* Implement insns.dat in human readable formAnonymous2011-07-201-74/+58
* Use a normal quad-case for valueless /is4H. Peter Anvin2011-07-071-3/+4
* Remove support for DREX encodingH. Peter Anvin2011-07-071-14/+0
* Add support for VSIB instructionsH. Peter Anvin2011-06-221-0/+5
* insns.pl: Fix up merge conflict for sureCyrill Gorcunov2010-11-231-1/+1
* insns.pl: Clear tabs/space messCyrill Gorcunov2010-11-231-520/+520
* insns.pl: make insnsd.c a bit easier to readH. Peter Anvin2010-08-191-11/+8
* ndisasm: handle VEX.LIGH. Peter Anvin2010-08-191-6/+6
* assemble: handle vex.ligH. Peter Anvin2010-08-161-2/+4
* vex: change .wx to .wig to match the latest AVX specH. Peter Anvin2010-08-161-1/+1
* insns.pl: remove redundant empty line in enum opcodeCyrill Gorcunov2009-08-081-1/+1
* insns.pl: smarter handling of operand flagsH. Peter Anvin2009-07-261-12/+31
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-061-12/+0
* Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin2009-06-281-5/+47
* insns.pl: remove stray whitespaceH. Peter Anvin2009-06-251-1/+1
* insns.pl: add "nohi" code for REX_NHH. Peter Anvin2009-06-251-0/+2
* insns.pl: fix indentationH. Peter Anvin2009-06-251-141/+141
* insns.pl: allow relaxed forms to be created without duplicationH. Peter Anvin2009-06-241-32/+77
* insns.pl - add handling of pp VEX/XOP fieldsCyrill Gorcunov2009-05-151-3/+5
* Use lower case for VEX and XOP in instructions tableH. Peter Anvin2009-05-031-3/+3
* Infrastructure support for AMD's new XOP prefixH. Peter Anvin2009-05-031-23/+38
* insns.pl: handle the new VEX.DDS flag per AVX spec version 5H. Peter Anvin2009-02-181-1/+1
* Add extension bytecodes to support operands 4+H. Peter Anvin2008-10-231-29/+55
* Reshuffle and move the bytecodes for segment register push/popH. Peter Anvin2008-10-081-8/+8
* Collect statistics on bytecode use in insnsb.cH. Peter Anvin2008-10-081-1/+43
* New opcode for 32->64 bit sign-extended immediate with warningH. Peter Anvin2008-10-071-1/+3
* New opcodes to deal with 8-bit immediate sign extended to opsizeH. Peter Anvin2008-10-061-0/+2
* Mark Perl scripts executableH. Peter Anvin2008-06-151-0/+0
* insnsd.c: don't generate an inaccessible tableH. Peter Anvin2008-06-051-0/+1
* insns.pl: better error messages, handle no-operand instructions betterH. Peter Anvin2008-05-231-25/+23
* Add tokens vex.ww and vex.wx; vex.wx is the defaultH. Peter Anvin2008-05-221-0/+4
* 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-211-24/+2
* insns.pl: match AMD documentation for DREX syntaxH. Peter Anvin2008-05-211-12/+9
* Use "o64nw" instead of "o64i" for o64 without REX.WH. Peter Anvin2008-05-211-1/+1
* insns.pl: readabilty improvements for isnsnd.cH. Peter Anvin2008-05-211-6/+6
* Disassembler: select table based on VEX prefixesH. Peter Anvin2008-05-211-4/+42
* Fix skipping 0270 code when searching for disasm prefixesH. Peter Anvin2008-05-211-4/+6
* Handle is4 bytes without meaningful information in the bottom bitsH. Peter Anvin2008-05-201-3/+7
* Officially specify - as the symbol for an implicit operandH. Peter Anvin2008-05-201-0/+1
* ndisasm: simple compare for conditional opcodes, no loopH. Peter Anvin2008-05-201-2/+2