arm.isa (7206:00494ff7ca71) arm.isa (7210:10d2d0e1e39d)
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

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

112 }});
113 }
114 }
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();
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

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

112 }});
113 }
114 }
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: decode MEDIA_OPCODE {
121 0x8: decode MISC_OPCODE {
122 0x1, 0x9: WarnUnimpl::pkhbt();
123 0x7: WarnUnimpl::sxtab16();
124 0xb: WarnUnimpl::sel();
125 0x5, 0xd: WarnUnimpl::pkhtb();
126 0x3: WarnUnimpl::sign_zero_extend_add();
127 }
128 0xa, 0xb: decode SHIFT {
129 0x0, 0x2: WarnUnimpl::ssat();
130 0x1: WarnUnimpl::ssat16();
131 }
132 0xe, 0xf: decode SHIFT {
133 0x0, 0x2: WarnUnimpl::usat();
134 0x1: WarnUnimpl::usat16();
135 }
136 }
120 0x1: ArmPackUnpackSatReverse::armPackUnpackSatReverse();
137 0x2: ArmSignedMultiplies::armSignedMultiplies();
138 0x3: decode MEDIA_OPCODE {
139 0x18: decode RN {
140 0xf: WarnUnimpl::usada8();
141 default: WarnUnimpl::usad8();
142 }
143 }
144 }

--- 114 unchanged lines hidden ---
121 0x2: ArmSignedMultiplies::armSignedMultiplies();
122 0x3: decode MEDIA_OPCODE {
123 0x18: decode RN {
124 0xf: WarnUnimpl::usada8();
125 default: WarnUnimpl::usad8();
126 }
127 }
128 }

--- 114 unchanged lines hidden ---