summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/bitfields.isa
AgeCommit message (Expand)Author
2017-05-26x86: Rework how VEX prefixes are decoded.Gabe Black
2015-07-17x86: decode instructions with vex prefixNilay Vaish
2014-12-04x86: Rework opcode parsing to support 3 byte opcodes properly.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2007-07-30X86: Add a bitfield to indicate whether or not an REX prefix was present.Gabe Black
2007-07-20Add a bitfield to decode based on what prefixes are used.Gabe Black
2007-06-19Add a stack size bitfield and expose the mode component of the ExtMachInst.Gabe Black
2007-06-12Flesh out the bitfields for prefixes.Gabe Black
2007-06-12Add an address size bitfield to the isa description and the ExtMachInstGabe Black
2007-06-08Add a bitfield to refer to the opSize member of the extMachInst.Gabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black