operands.isa (8205:7ecbffb674aa) operands.isa (8209:9e3f7f00fa90)
1// -*- mode:c++ -*-
2// Copyright (c) 2010 ARM Limited
3// All rights reserved
4//
5// The license below extends only to copyright in the software and shall
6// not be construed as granting a license to any other intellectual
7// property including but not limited to intellectual property relating
8// to a hardware implementation of the functionality of the software

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

222 'Fpsid': cntrlRegNC('MISCREG_FPSID'),
223 'Fpscr': cntrlRegNC('MISCREG_FPSCR'),
224 'FpscrQc': cntrlRegNC('MISCREG_FPSCR_QC'),
225 'FpscrExc': cntrlRegNC('MISCREG_FPSCR_EXC'),
226 'Cpacr': cntrlReg('MISCREG_CPACR'),
227 'Fpexc': cntrlRegNC('MISCREG_FPEXC'),
228 'Sctlr': cntrlRegNC('MISCREG_SCTLR'),
229 'SevMailbox': cntrlRegNC('MISCREG_SEV_MAILBOX'),
1// -*- mode:c++ -*-
2// Copyright (c) 2010 ARM Limited
3// All rights reserved
4//
5// The license below extends only to copyright in the software and shall
6// not be construed as granting a license to any other intellectual
7// property including but not limited to intellectual property relating
8// to a hardware implementation of the functionality of the software

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

222 'Fpsid': cntrlRegNC('MISCREG_FPSID'),
223 'Fpscr': cntrlRegNC('MISCREG_FPSCR'),
224 'FpscrQc': cntrlRegNC('MISCREG_FPSCR_QC'),
225 'FpscrExc': cntrlRegNC('MISCREG_FPSCR_EXC'),
226 'Cpacr': cntrlReg('MISCREG_CPACR'),
227 'Fpexc': cntrlRegNC('MISCREG_FPEXC'),
228 'Sctlr': cntrlRegNC('MISCREG_SCTLR'),
229 'SevMailbox': cntrlRegNC('MISCREG_SEV_MAILBOX'),
230 'LLSCLock': cntrlRegNC('MISCREG_LOCKFLAG'),
230
231 #Register fields for microops
232 'URa' : intReg('ura'),
233 'IWRa' : intRegIWPC('ura'),
234 'Fa' : floatReg('ura'),
235 'URb' : intReg('urb'),
236 'URc' : intReg('urc'),
237

--- 23 unchanged lines hidden ---
231
232 #Register fields for microops
233 'URa' : intReg('ura'),
234 'IWRa' : intRegIWPC('ura'),
235 'Fa' : floatReg('ura'),
236 'URb' : intReg('urb'),
237 'URc' : intReg('urc'),
238

--- 23 unchanged lines hidden ---