summaryrefslogtreecommitdiff
path: root/src/arch/isa_parser.py
AgeCommit message (Expand)Author
2007-05-24Update to ply 2.3Nathan Binkert
2007-04-04Fix a regular expression problem when recognizing labels for string substitut...Gabe Black
2007-04-04Make "Name" really be the same as "name" with only the first letter capitaliz...Gabe Black
2007-03-29Allow "let" blocks to add code to the output files.Gabe Black
2007-03-22Add structure based bitfield syntax to the isa_parser. This is primarily usef...Gabe Black
2007-03-20Added syntax for structure oriented extMachInsts.Gabe Black
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-02make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a...Ali Saidi
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2006-12-17Minor cleanup of new snippet/subst code.Steve Reinhardt
2006-12-17Convert Alpha (and finish converting MIPS) to newSteve Reinhardt
2006-12-17Compilation fix after messy merge.Gabe Black
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-16Changes to the isa_parser and affected files to fix an indexing problem with ...Gabe Black
2006-12-15Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-12Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In...Steve Reinhardt
2006-12-06Many more fixes for SPARC_FS. Gets us to the point where SOFTINT startsAli Saidi
2006-10-26Change the default function from setMiscRegWithEffect to setMiscRegGabe Black
2006-10-15Fix how additional template parameters are handled. Non string parameters are...Gabe Black
2006-06-09Merging in a month of changesKorey Sewell
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt