summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/operands.isa
AgeCommit message (Expand)Author
2007-08-07X86: Make a microcode branch microop.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-30X86: Take into account the regular registers and the microcode registers when...Gabe Black
2007-07-30Make the register indices use the appropriate "fold" bit.Gabe Black
2007-07-19x86 fixesGabe Black
2007-07-17Add in operand which holds the condition code bits of the flag register.Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black
2007-03-29Add code to generate register and immediate based integer op microop classes.Gabe Black
2007-03-21Add a junk operand. With no operands, the parser breaks.Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black