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

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

115 0x2: AddrMode2::addrMode2(True);
116 0x3: decode OPCODE_4 {
117 0: AddrMode2::addrMode2(False);
118 1: decode OPCODE_24_23 {
119 0x0: ArmParallelAddSubtract::armParallelAddSubtract();
120 0x1: ArmPackUnpackSatReverse::armPackUnpackSatReverse();
121 0x2: ArmSignedMultiplies::armSignedMultiplies();
122 0x3: decode MEDIA_OPCODE {
123 0x18: decode RN {
124 0xf: WarnUnimpl::usada8();
125 default: WarnUnimpl::usad8();
126 }
123 0x18: ArmUsad::armUsad();
124 }
125 }
126 }
127 0x4: ArmMacroMem::armMacroMem();
128 0x5: decode OPCODE_24 {
129 0: ArmBBlxImm::armBBlxImm();
130 1: ArmBlBlxImm::armBlBlxImm();
131 }

--- 108 unchanged lines hidden ---