gem5/arch
Steve Reinhardt 8f2e096275 Minor cleanup of operand type and traits code in isa_parser.py.
arch/isa_parser.py:
    Minor cleanup of operand type and traits code:
    - build operand size map right away when types are defined
    instead of waiting to do it lazily
    - check that operand types have been defined before operands
    - don't use 'type' as a variable name
    - use isinstance() instead of checking for types directly

--HG--
extra : convert_revision : 099c1ee8d490f9c38316749bf87209388c55c971
2006-02-11 21:26:49 -05:00
..
alpha Add keyword parameters and list-valued arguments to 2006-02-11 15:11:00 -05:00
mips more code for instructions... Mainly for coprocessor0 and coprocessor1 move instructions 2006-02-09 04:26:04 -05:00
sparc Minor cleanup of include-handling code in isa_parser.py. 2006-02-09 22:27:41 -05:00
isa_parser.py Minor cleanup of operand type and traits code in isa_parser.py. 2006-02-11 21:26:49 -05:00