aarch64.isa (11576:9ff589e30935) aarch64.isa (11634:96dee874a9ba)
1// Copyright (c) 2011-2016 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

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

2008 case 0x03: return new QuiesceCycles64(machInst);
2009 case 0x04: return new QuiesceTime64(machInst);
2010 case 0x07: return new Rpns64(machInst);
2011 case 0x09: return new WakeCPU64(machInst);
2012 case 0x10: return new Deprecated_ivlb(machInst);
2013 case 0x11: return new Deprecated_ivle(machInst);
2014 case 0x20: return new Deprecated_exit (machInst);
2015 case 0x21: return new M5exit64(machInst);
1// Copyright (c) 2011-2016 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

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

2008 case 0x03: return new QuiesceCycles64(machInst);
2009 case 0x04: return new QuiesceTime64(machInst);
2010 case 0x07: return new Rpns64(machInst);
2011 case 0x09: return new WakeCPU64(machInst);
2012 case 0x10: return new Deprecated_ivlb(machInst);
2013 case 0x11: return new Deprecated_ivle(machInst);
2014 case 0x20: return new Deprecated_exit (machInst);
2015 case 0x21: return new M5exit64(machInst);
2016 case 0x22: return new M5fail64(machInst);
2016 case 0x31: return new Loadsymbol(machInst);
2017 case 0x30: return new Initparam64(machInst);
2018 case 0x40: return new Resetstats64(machInst);
2019 case 0x41: return new Dumpstats64(machInst);
2020 case 0x42: return new Dumpresetstats64(machInst);
2021 case 0x43: return new M5checkpoint64(machInst);
2022 case 0x4F: return new M5writefile64(machInst);
2023 case 0x50: return new M5readfile64(machInst);

--- 44 unchanged lines hidden ---
2017 case 0x31: return new Loadsymbol(machInst);
2018 case 0x30: return new Initparam64(machInst);
2019 case 0x40: return new Resetstats64(machInst);
2020 case 0x41: return new Dumpstats64(machInst);
2021 case 0x42: return new Dumpresetstats64(machInst);
2022 case 0x43: return new M5checkpoint64(machInst);
2023 case 0x4F: return new M5writefile64(machInst);
2024 case 0x50: return new M5readfile64(machInst);

--- 44 unchanged lines hidden ---