arm.isa (7194:f72dc8789553) arm.isa (7195:ccd270981263)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 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

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

111 }});
112 }
113 0x2: decode OPCODE {
114 0x9: WarnUnimpl::bxj();
115 }
116 0x3: decode OPCODE {
117 0x9: ArmBlxReg::armBlxReg();
118 }
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 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

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

111 }});
112 }
113 0x2: decode OPCODE {
114 0x9: WarnUnimpl::bxj();
115 }
116 0x3: decode OPCODE {
117 0x9: ArmBlxReg::armBlxReg();
118 }
119 0x5: decode OPCODE {
120 0x8: WarnUnimpl::qadd();
121 0x9: WarnUnimpl::qsub();
122 0xa: WarnUnimpl::qdadd();
123 0xb: WarnUnimpl::qdsub();
124 }
119 0x5: ArmSatAddSub::armSatAddSub();
125 }
126 0x1: ArmHalfWordMultAndMultAcc::armHalfWordMultAndMultAcc();
127 }
128 }
129 }
130 0x1: decode IS_MISC {
131 0: ArmDataProcImm::armDataProcImm();
132 1: decode OPCODE {

--- 179 unchanged lines hidden ---
120 }
121 0x1: ArmHalfWordMultAndMultAcc::armHalfWordMultAndMultAcc();
122 }
123 }
124 }
125 0x1: decode IS_MISC {
126 0: ArmDataProcImm::armDataProcImm();
127 1: decode OPCODE {

--- 179 unchanged lines hidden ---