arch-power: Add doubleword modulo instructions
[gem5.git] / src / arch / isa_parser /
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-19 Gabe Blackarch: Fix the code that computes MaxMiscDestReg.
2021-01-19 Gabe Blackarch: Wrap InstObjParams with a class and not a function.
2021-01-05 Gabe Blackarch: Add a mechanism to pad the src or dest reg index...
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-19 Gabe Blackarch: Add some format strings to the parser for reg...
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-06 Gabe Blackarch,cpu: Enforce using accessors to get at src/destRegIdx.
2020-11-03 Gabe Blackarch: Clean up the __init__s in (Sub)OperandList.
2020-10-13 Gabe Blackarch: Use finditer in the (Sub)OperandList classes.
2020-10-13 Gabe Blackarch: Pull the (Sub)OperandList classes into their...
2020-10-12 Gabe Blackarch: Minor cleanup of imports in isa_parser.py.
2020-10-12 Gabe Blackarch: Split utility methods/variables out of the ISA...
2020-10-12 Gabe Blackarch: Split the operand types out of the ISA parser.
2020-10-12 Gabe Blackarch: Move the ISA parser into a package.