arch: Properly guess OpClass from optional StaticInst flags
authorMitch Hayenga <mitch.hayenga@arm.com>
Wed, 3 Sep 2014 11:42:32 +0000 (07:42 -0400)
committerMitch Hayenga <mitch.hayenga@arm.com>
Wed, 3 Sep 2014 11:42:32 +0000 (07:42 -0400)
commitfd722946dd723bda5bd4aea5eedbda108141a550
tree3620f96fd5cdb47e86294d43e7e24bc67d4aa14f
parentb404ffde608ce4f2c2175fdc7936f98da5d0998b
arch: Properly guess OpClass from optional StaticInst flags

isa_parser.py guesses the OpClass if none were given based upon the StaticInst
flags.  The existing code does not take into account optionally set flags.
This code hoists the setting of optional flags so OpClass is properly assigned.
src/arch/isa_parser.py