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

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

414 0x5: WarnUnimpl::strh(); // immediate, thumb
415 0x6: WarnUnimpl::str(); // immediate, thumb
416 }
417 0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store();
418 }
419 0x1: decode HTOPCODE_6_5 {
420 0x0: WarnUnimpl::Load_byte_memory_hints();
421 0x1: WarnUnimpl::Load_halfword_memory_hints();
422 0x2: Thumb32LoadWord::thumb32LoadWord();
423 0x3: WarnUnimpl::undefined();
424 }
425 }
426 0x1: decode HTOPCODE_8_7 {
427 0x2: WarnUnimpl::Multiply_multiply_accumulate_and_absolute_difference();
428 0x3: WarnUnimpl::Long_multiply_long_multiply_accumulate_and_divide();
429 default: WarnUnimpl::Data_processing_register();
430 }

--- 42 unchanged lines hidden ---