arm.isa (12258:08990d24fe41) arm.isa (12542:03cb745f9982)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2013,2017 ARM Limited
3// Copyright (c) 2010-2013,2017-2018 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

71 0x1,0x2: ArmBxClz::armBxClz();
72 0x3: decode OPCODE {
73 0x9: ArmBlxReg::armBlxReg();
74 }
75 0x4: Crc32::crc32();
76 0x5: ArmSatAddSub::armSatAddSub();
77 0x6: ArmERet::armERet();
78 0x7: decode OPCODE_22 {
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

71 0x1,0x2: ArmBxClz::armBxClz();
72 0x3: decode OPCODE {
73 0x9: ArmBlxReg::armBlxReg();
74 }
75 0x4: Crc32::crc32();
76 0x5: ArmSatAddSub::armSatAddSub();
77 0x6: ArmERet::armERet();
78 0x7: decode OPCODE_22 {
79 0: Breakpoint::bkpt();
79 0: ArmBkptHlt::armBkptHlt();
80 1: ArmSmcHyp::armSmcHyp();
81 }
82 }
83 0x1: ArmHalfWordMultAndMultAcc::armHalfWordMultAndMultAcc();
84 }
85 }
86 }
87 0x1: decode IS_MISC {

--- 50 unchanged lines hidden ---
80 1: ArmSmcHyp::armSmcHyp();
81 }
82 }
83 0x1: ArmHalfWordMultAndMultAcc::armHalfWordMultAndMultAcc();
84 }
85 }
86 }
87 0x1: decode IS_MISC {

--- 50 unchanged lines hidden ---