Deleted Added
sdiff udiff text old ( 7121:bcd0a07000ed ) new ( 7123:d73415da8c9d )
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

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

383 }
384 0x1: WarnUnimpl::Data_processing_plain_binary_immediate();
385 }
386 0x1: WarnUnimpl::Branches_and_miscellaneous_control();
387 }
388 0x3: decode HTOPCODE_10_9 {
389 0x0: decode HTOPCODE_4 {
390 0x0: decode HTOPCODE_8 {
391 0x0: Thumb32StoreSingle::thumb32StoreSingle();
392 0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store();
393 }
394 0x1: decode HTOPCODE_6_5 {
395 0x0: WarnUnimpl::Load_byte_memory_hints();
396 0x1: WarnUnimpl::Load_halfword_memory_hints();
397 0x2: Thumb32LoadWord::thumb32LoadWord();
398 0x3: WarnUnimpl::undefined();
399 }

--- 48 unchanged lines hidden ---