Age | Commit message (Expand) | Author | Files | Lines |
2007-10-28 | 64-bit addressing and prefix handling changes | H. Peter Anvin | 1 | -3/+3 |
2007-10-15 | Fix FISTTP opcodes (BR 689695) | H. Peter Anvin | 1 | -3/+3 |
2007-10-02 | insns.dat: add systematic names for the hinting NOPs (0F18-0F1F) | H. Peter Anvin | 1 | -0/+194 |
2007-09-25 | Correct the handling of "MOV" with immediate in 64-bit mode | H. Peter Anvin | 1 | -3/+3 |
2007-09-25 | Fix BR 1490407: size of the second operand of LAR/LSL | H. Peter Anvin | 1 | -10/+10 |
2007-09-24 | insns.dat: SMINT - mark ND, DMINT - fix opcode | H. Peter Anvin | 1 | -2/+2 |
2007-09-24 | Additional compaction missed by script | H. Peter Anvin | 1 | -6/+3 |
2007-09-24 | insns.dat: machine-generated compaction mmx/xmmreg,mem -> mmx/xmmrm | H. Peter Anvin | 1 | -506/+253 |
2007-09-22 | Implement INVLPGA according to the documentation | H. Peter Anvin | 1 | -0/+3 |
2007-09-22 | Reformat insns.dat to uniform column width | H. Peter Anvin | 1 | -1864/+1864 |
2007-09-22 | Auto-generate 0x67 prefixes without the need for \30x codes | H. Peter Anvin | 1 | -896/+896 |
2007-09-22 | LDDQU needs \301 (BR 1103549) | H. Peter Anvin | 1 | -1/+1 |
2007-09-22 | RDTSCP and INVLPGA aren't 64-bit specific | H. Peter Anvin | 1 | -2/+2 |
2007-09-22 | Cyrix GX1 instructions: BBx_RESET, CPU_READ, CPU_WRITE | H. Peter Anvin | 1 | -0/+4 |
2007-09-22 | Centaur XSHA1, XSHA256, MONTMUL | H. Peter Anvin | 1 | -0/+3 |
2007-09-22 | Implement Centaur's XCRYPT instructions | H. Peter Anvin | 1 | -7/+13 |
2007-09-22 | Add Geode LX (AMD's Cyrix-derived core) instructions | H. Peter Anvin | 1 | -0/+6 |
2007-09-22 | Add the GETSEC instruction for Intel SMX | H. Peter Anvin | 1 | -0/+3 |
2007-09-22 | Add the AMD SSE4a and LZCNT instructions | H. Peter Anvin | 1 | -0/+13 |
2007-09-22 | Tag UMOV as ND (no disassembly) to avoid collision | H. Peter Anvin | 1 | -12/+12 |
2007-09-18 | Merge commit 'origin/master' into sse5 | H. Peter Anvin | 1 | -0/+3 |
2007-09-18 | Add NOP with argument to the instruction list | H. Peter Anvin | 1 | -0/+3 |
2007-09-18 | Implement "oword" (128 bits) as a first-class size | H. Peter Anvin | 1 | -10/+16 |
2007-09-18 | SSE5 instruction table | H. Peter Anvin | 1 | -0/+148 |
2007-09-17 | insns.dat: All SSE5 instructions are AMD | H. Peter Anvin | 1 | -16/+16 |
2007-09-17 | Actually generate SSE5 instructions | H. Peter Anvin | 1 | -0/+18 |
2007-09-17 | Merge commit 'origin/master' into sse5 | H. Peter Anvin | 1 | -1/+1 |
2007-09-17 | Initial support for four arguments per instruction | H. Peter Anvin | 1 | -81/+81 |
2007-09-17 | CLFLUSH: Neither an x64 instruction nor AMD | H. Peter Anvin | 1 | -1/+1 |
2007-09-12 | Fix literal F2 and F3 prefixes | H. Peter Anvin | 1 | -64/+64 |
2007-09-12 | Add (untested!) SSSE3, SSE4.1, SSE4.2 instructions | H. Peter Anvin | 1 | -8/+80 |
2007-09-12 | Add support for Tejas New Instructions (SSSE3) | H. Peter Anvin | 1 | -0/+33 |
2007-09-12 | Remove $Id$ tags (useless with git) | H. Peter Anvin | 1 | -1/+0 |
2007-09-12 | Use rm32 operands for VMREAD/VMWRITE | H. Peter Anvin | 1 | -4/+2 |
2007-09-11 | Handle instructions which can have both REX.W and OSP | H. Peter Anvin | 1 | -2/+2 |
2007-09-02 | Fix some MMX/SSE irregularities which interact with the 64-bit support | H. Peter Anvin | 1 | -12/+12 |
2007-08-17 | Fixed issues with REX prefix effective address generation. Fixed XMM instruct... | Keith Kanios | 1 | -227/+227 |
2007-05-30 | Machine-generated \321->\324 corrections | H. Peter Anvin | 1 | -148/+148 |
2007-05-30 | More \321 -> \324 | H. Peter Anvin | 1 | -2/+2 |
2007-05-30 | MOV reg64,reg64 takes \324 (64 bit with REX) not \321 (32 bit) | H. Peter Anvin | 1 | -1/+1 |
2007-04-17 | Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regs | H. Peter Anvin | 1 | -2/+2 |
2007-04-16 | MEM_OFFSET Instructions Fixed. | Keith Kanios | 1 | -4/+4 |
2007-04-16 | Fixed long mode MEM_OFFS issue. | Keith Kanios | 1 | -4/+4 |
2007-04-16 | More \321 -> \324 for 64-bit instructions | H. Peter Anvin | 1 | -3/+3 |
2007-04-16 | More 64-bit ndisasm fixes. | H. Peter Anvin | 1 | -2/+2 |
2007-04-16 | Fixes for 64-bit ndisasm. | H. Peter Anvin | 1 | -1/+1 |
2007-04-15 | CR8 is not special in any way as far as the assembler is concerned. | H. Peter Anvin | 1 | -14/+6 |
2007-04-12 | General push for x86-64 support, dubbed 0.99.00. | Keith Kanios | 1 | -73/+312 |
2006-03-02 | Add VMX instructions. | Eric Christopher | 1 | -0/+14 |
2003-09-02 | STR also has SMSW/SLDT-like semantics for operand size | H. Peter Anvin | 1 | -1/+2 |