Change how isa_parser.py generates C++ names for isa_desc operands.
authorSteve Reinhardt <stever@eecs.umich.edu>
Thu, 9 Feb 2006 19:51:37 +0000 (14:51 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Thu, 9 Feb 2006 19:51:37 +0000 (14:51 -0500)
commit879aaa55691285403d47e5891b79399974f6f221
tree86ca627674ae4b5748ea4adfed7d12c64e302383
parent524da7cd20dae5416cd0962a9b9bd49dcf92ee51
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
arch/isa_parser.py