Age | Commit message (Expand) | Author |
2011-04-23 | X86: When decoding a memory only inst, fault on reg encodings, don't assert. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-08-17 | X86: Ignore the size part of XMM/MMX operands. The instructions know what the... | Gabe Black |
2009-08-17 | X86: Use suffixes to differentiate XMM/MMX/GPR operands. | Gabe Black |
2009-01-06 | X86: Autogenerate macroop generateDisassemble function. | Gabe Black |
2007-12-01 | X86: Reorganize segmentation and implement segment selector movs. | Gabe Black |
2007-11-12 | X86: Implement the wrcr microop which writes a control register, and some con... | Gabe Black |
2007-10-12 | X86: Added some new versions of MOV and a new argument type tag. | Gabe Black |
2007-08-04 | X86: Implement microops and instructions that manipulate the flags register. | Gabe Black |
2007-08-04 | X86: Make fixed register operands ignore register index extensions from the R... | Gabe Black |
2007-07-30 | X86: Allow RIP relative decode on -all- memory forms of operands. | Gabe Black |
2007-07-23 | Make the operand size reflect the size specifier on the operand tags, and imp... | Gabe Black |
2007-07-20 | Add a parameter type to read a register index from the opcode itself. | Gabe Black |
2007-06-20 | Implement rip relative addressing and put in some missing loads and stores. | Gabe Black |
2007-06-20 | Make memory instructions work better, add more macroop implementations, add a... | Gabe Black |
2007-06-18 | Get rid of unnecessary output. | Gabe Black |
2007-06-14 | Implement a handful more instructions and differentiate macroops based on the... | Gabe Black |
2007-06-14 | Get rid of an unnecessary debug statement. | Gabe Black |
2007-06-13 | Fix the operand type tag parser to recognize multi character register names. | Gabe Black |
2007-06-12 | Minor comment fix up. | Gabe Black |
2007-06-12 | Make use of some of the REX prefix. | Gabe Black |
2007-06-12 | Use objects to pass around output code, and fix/implement a few things. | Gabe Black |
2007-06-08 | Clean things up a little. | Gabe Black |
2007-06-08 | Big changes to use the new microcode assembler. | Gabe Black |
2007-04-10 | Reworked x86 a bit | Gabe Black |
2007-04-06 | Move the instruction specialization stuff out of the microassembler file, and... | Gabe Black |