Deleted Added
sdiff udiff text old ( 7123:d73415da8c9d ) new ( 7124:50d26210c812 )
full compact
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

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

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();
93 default: Thumb16MemReg::thumb16MemReg();
94 }
95 0x3: decode TOPCODE_12_11 {
96 0x0: WarnUnimpl::str(); //immediate, thumb
97 0x1: WarnUnimpl::ldr(); //immediate, thumb
98 0x2: WarnUnimpl::strb(); //immediate, thumb
99 0x3: WarnUnimpl::ldrb(); //immediate, thumb
100 }
101 0x4: decode TOPCODE_12_11 {

--- 337 unchanged lines hidden ---