diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-02-09 14:51:37 -0500 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-02-09 14:51:37 -0500 |
commit | 879aaa55691285403d47e5891b79399974f6f221 (patch) | |
tree | 86ca627674ae4b5748ea4adfed7d12c64e302383 /arch/sparc | |
parent | 524da7cd20dae5416cd0962a9b9bd49dcf92ee51 (diff) | |
download | gem5-879aaa55691285403d47e5891b79399974f6f221.tar.xz |
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
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions