arch: Pull the (Sub)OperandList classes into their own file.
authorGabe Black <gabeblack@google.com>
Wed, 30 Sep 2020 04:04:30 +0000 (21:04 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 13 Oct 2020 04:57:23 +0000 (04:57 +0000)
commita44460bf3d0226e95158e19b9e72b6f048d85bdb
treedb4b40c471cda010fa74bcc7ea95d42d0546dc5c
parent523d42d1ceb331bdfcf5def04f56652959f0bf97
arch: Pull the (Sub)OperandList classes into their own file.

Another step in breaking down the isa parser into more manageable parts.

Change-Id: I0c5e70fe481bd17c0069b768129731e99a93ed0d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/35816
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/isa_parser/isa_parser.py
src/arch/isa_parser/operand_list.py [new file with mode: 0755]
src/arch/isa_parser/util.py