arm.isa (7161:a1e9b36bd4bf) arm.isa (7179:f9151566ca6e)
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

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

184 }
185 }
186 0x4: ArmMacroMem::armMacroMem();
187 0x5: decode OPCODE_24 {
188 0: ArmBBlxImm::armBBlxImm();
189 1: ArmBlBlxImm::armBlBlxImm();
190 }
191 0x6: decode CPNUM {
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

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

184 }
185 }
186 0x4: ArmMacroMem::armMacroMem();
187 0x5: decode OPCODE_24 {
188 0: ArmBBlxImm::armBBlxImm();
189 1: ArmBlBlxImm::armBlBlxImm();
190 }
191 0x6: decode CPNUM {
192 0xb: decode LOADOP {
193 0x0: WarnUnimpl::fstmx();
194 0x1: WarnUnimpl::fldmx();
195 }
192 0xb: ExtensionRegLoadStore::extensionRegLoadStore();
196 }
197 0x7: decode OPCODE_24 {
198 0: decode OPCODE_4 {
199 0: decode CPNUM {
200 0xa, 0xb: decode OPCODE_23_20 {
201##include "vfp.isa"
202 }
203 } // CPNUM

--- 108 unchanged lines hidden ---
193 }
194 0x7: decode OPCODE_24 {
195 0: decode OPCODE_4 {
196 0: decode CPNUM {
197 0xa, 0xb: decode OPCODE_23_20 {
198##include "vfp.isa"
199 }
200 } // CPNUM

--- 108 unchanged lines hidden ---