thumb.isa (7125:212ad902f257) thumb.isa (7126:0f3f378d2b7f)
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

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

84 0x1, 0x2, 0x3: WarnUnimpl::add(); //register (high registers)
85 0x4: WarnUnimpl::unpredictable(); //?
86 0x5, 0x6, 0x7: WarnUnimpl::cmp(); //register
87 0x8: WarnUnimpl::mov(); //register (low registers)
88 0x9, 0xa, 0xb: WarnUnimpl::mov(); //register (high registers)
89 0xc, 0xd: WarnUnimpl::bx();
90 0xe, 0xf: WarnUnimpl::blx(); //register
91 }
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

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

84 0x1, 0x2, 0x3: WarnUnimpl::add(); //register (high registers)
85 0x4: WarnUnimpl::unpredictable(); //?
86 0x5, 0x6, 0x7: WarnUnimpl::cmp(); //register
87 0x8: WarnUnimpl::mov(); //register (low registers)
88 0x9, 0xa, 0xb: WarnUnimpl::mov(); //register (high registers)
89 0xc, 0xd: WarnUnimpl::bx();
90 0xe, 0xf: WarnUnimpl::blx(); //register
91 }
92 0x2, 0x3: WarnUnimpl::ldr();
92 0x2, 0x3: Thumb16MemLit::thumb16MemLit();
93 default: Thumb16MemReg::thumb16MemReg();
94 }
95 0x3, 0x4: Thumb16MemImm::thumb16MemImm();
96 0x5: decode TOPCODE_12_11 {
97 0x0: WarnUnimpl::adr();
98 0x1: WarnUnimpl::add(); //sp, immediate
99 0x2: decode TOPCODE_10_8 {
100 0x0: decode TOPCODE_7 {

--- 327 unchanged lines hidden ---
93 default: Thumb16MemReg::thumb16MemReg();
94 }
95 0x3, 0x4: Thumb16MemImm::thumb16MemImm();
96 0x5: decode TOPCODE_12_11 {
97 0x0: WarnUnimpl::adr();
98 0x1: WarnUnimpl::add(); //sp, immediate
99 0x2: decode TOPCODE_10_8 {
100 0x0: decode TOPCODE_7 {

--- 327 unchanged lines hidden ---