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