arm.isa (7321:d0fdf3452086) arm.isa (7334:5e8dcb57096f)
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

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

118 }
119 }
120 0x4: ArmMacroMem::armMacroMem();
121 0x5: decode OPCODE_24 {
122 0: ArmBBlxImm::armBBlxImm();
123 1: ArmBlBlxImm::armBlBlxImm();
124 }
125 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

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

118 }
119 }
120 0x4: ArmMacroMem::armMacroMem();
121 0x5: decode OPCODE_24 {
122 0: ArmBBlxImm::armBBlxImm();
123 1: ArmBlBlxImm::armBlBlxImm();
124 }
125 0x6: decode CPNUM {
126 0xb: ExtensionRegLoadStore::extensionRegLoadStore();
126 0xa, 0xb: ExtensionRegLoadStore::extensionRegLoadStore();
127 }
128 0x7: decode OPCODE_24 {
129 0: decode OPCODE_4 {
130 0: decode CPNUM {
131 0xa, 0xb: decode OPCODE_23_20 {
132##include "vfp.isa"
133 }
134 } // CPNUM

--- 39 unchanged lines hidden ---
127 }
128 0x7: decode OPCODE_24 {
129 0: decode OPCODE_4 {
130 0: decode CPNUM {
131 0xa, 0xb: decode OPCODE_23_20 {
132##include "vfp.isa"
133 }
134 } // CPNUM

--- 39 unchanged lines hidden ---