Add rev16 instruction to the disassembler.

Reviewed by:		andrew
Differential Revision:	https://reviews.freebsd.org/D12645
This commit is contained in:
Bjoern A. Zeeb 2017-10-12 15:53:54 +00:00
parent 05e47051a2
commit 8d94da2899
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324562

View File

@ -131,6 +131,7 @@ static const struct arm32_insn arm32_i[] = {
{ 0x0c500000, 0x04400000, "strb", "daW" },
{ 0x0c500000, 0x04500000, "ldrb", "daW" },
#if __ARM_ARCH >= 6
{ 0x0fff0ff0, 0x06bf0fb0, "rev16", "dm" },
{ 0xffffffff, 0xf57ff01f, "clrex", "c" },
{ 0x0ff00ff0, 0x01800f90, "strex", "dmo" },
{ 0x0ff00fff, 0x01900f9f, "ldrex", "do" },