ArmISA.py (13116:d3c3e2533928) ArmISA.py (13599:05e9234fef20)
1# Copyright (c) 2012-2013, 2015-2016, 2018 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 73 unchanged lines hidden (view full) ---

82
83 # [31:0] is implementation defined
84 id_aa64afr0_el1 = Param.UInt64(0x0000000000000000,
85 "AArch64 Auxiliary Feature Register 0")
86 # Reserved for future expansion
87 id_aa64afr1_el1 = Param.UInt64(0x0000000000000000,
88 "AArch64 Auxiliary Feature Register 1")
89
1# Copyright (c) 2012-2013, 2015-2016, 2018 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 73 unchanged lines hidden (view full) ---

82
83 # [31:0] is implementation defined
84 id_aa64afr0_el1 = Param.UInt64(0x0000000000000000,
85 "AArch64 Auxiliary Feature Register 0")
86 # Reserved for future expansion
87 id_aa64afr1_el1 = Param.UInt64(0x0000000000000000,
88 "AArch64 Auxiliary Feature Register 1")
89
90 # Initial vector register rename mode
91 vecRegRenameMode = Param.VecRegRenameMode('Full',
92 "Initial rename mode for vecregs")
93
94 # 1 CTX CMPs | 2 WRPs | 2 BRPs | !PMU | !Trace | Debug v8-A
95 id_aa64dfr0_el1 = Param.UInt64(0x0000000000101006,
96 "AArch64 Debug Feature Register 0")
97 # Reserved for future expansion
98 id_aa64dfr1_el1 = Param.UInt64(0x0000000000000000,
99 "AArch64 Debug Feature Register 1")
100
101 # !CRC32 | !SHA2 | !SHA1 | !AES

--- 20 unchanged lines hidden ---
90 # 1 CTX CMPs | 2 WRPs | 2 BRPs | !PMU | !Trace | Debug v8-A
91 id_aa64dfr0_el1 = Param.UInt64(0x0000000000101006,
92 "AArch64 Debug Feature Register 0")
93 # Reserved for future expansion
94 id_aa64dfr1_el1 = Param.UInt64(0x0000000000000000,
95 "AArch64 Debug Feature Register 1")
96
97 # !CRC32 | !SHA2 | !SHA1 | !AES

--- 20 unchanged lines hidden ---