summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/logical.py
AgeCommit message (Expand)Author
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-08-04X86: Add the arch_prctl system call and fix up some microcoding.Gabe Black
2007-07-29X86: Make logic instructions flag setting work.Gabe Black
2007-07-26Implement NOTGabe Black
2007-07-24Clean out part of an old comment.Gabe Black
2007-07-20Define and fill out a lot of different instructions and instruction versions....Gabe Black
2007-06-21Use the new symbols to clean up the assembler.Gabe Black
2007-06-20Implement rip relative addressing and put in some missing loads and stores.Gabe Black
2007-06-19Get rid of the commented out versions of macroops which have been reimplement...Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-14Implement a handful more instructions and differentiate macroops based on the...Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black