ARM: Decode the thumb32 load byte/memory hint instructions.

This commit is contained in:
Gabe Black
2010-06-02 12:58:09 -05:00
parent 7a9dcdf99f
commit 28023f6f3d
2 changed files with 198 additions and 1 deletions

View File

@@ -139,7 +139,7 @@
0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store();
}
0x1: decode HTOPCODE_6_5 {
0x0: WarnUnimpl::Load_byte_memory_hints();
0x0: LoadByteMemoryHints::loadByteMemoryHints();
0x1: LoadHalfwordMemoryHints::loadHalfwordMemoryHints();
0x2: Thumb32LoadWord::thumb32LoadWord();
0x3: WarnUnimpl::undefined();