gem5/arch
Steve Reinhardt 879aaa5569 Change how isa_parser.py generates C++ names for isa_desc operands.
arch/isa_parser.py:
    Get rid of "munged name" for operands in C++ code.
    That is, "Ra.uq" will now be known in the C++ as "Ra"
    rather than "Ra_uq".  It wasn't legal to use different
    type extensions for the same operand at the same time
    anyway, and now it will be easier to refer to explicit
    operands in template code if necessary.

--HG--
extra : convert_revision : 9ff41e0201aeefe761743084ecdb34f4b9c84fdb
2006-02-09 14:51:37 -05:00
..
alpha Change base/intmath.{cc,hh} to follow m5 style. 2005-12-23 13:32:31 -05:00
isa_parser.py Change how isa_parser.py generates C++ names for isa_desc operands. 2006-02-09 14:51:37 -05:00