summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/processor_information.py
AgeCommit message (Expand)Author
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black
2007-09-13X86: Fix how ECF is computed in genFlags, and get rid of some duplicate code.Gabe Black
2007-08-26X86: Return values for some cpuid functions that match what my development ma...Gabe Black
2007-08-26X86: Make the microassembler accept lines which are just labels.Gabe Black
2007-08-26X86: Make cpuid actually consider the eax parameter and return different values.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-30X86: Implement a stub CPUID function which is hardcode to return certain values.Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black