]> git.sur5r.net Git - openocd/commit
target/arm: Add PLD command to ARM disassembler.
authorJames Marshall <jcmarsh@gwmail.gwu.edu>
Wed, 17 Jan 2018 02:08:16 +0000 (21:08 -0500)
committerMatthias Welwarsky <matthias@welwarsky.de>
Fri, 22 Jun 2018 06:42:27 +0000 (07:42 +0100)
commita0356398e54984d292f4e6812cd67a9874b62f0d
treef6e093419230fb6facf1efefb24513c721cc2b7c
parent548bcee30dcfec3174e563e53ffb1559104b8a97
target/arm: Add PLD command to ARM disassembler.

Updates the ARM disassembler to handle PLD (PreLoad Data) commands.
Previously handled by printing a TODO message. There are three forms of
the command: literal, register, and immediate. Simply decode based off
of the A1 encoding for the instructions in the ARM ARM. Also fixes mask
to handle PLDW commands.

Change-Id: I63bf97f16af254e838462c7cfac80f6c4681c556
Signed-off-by: James Marshall <jcmarsh@gwmail.gwu.edu>
Reviewed-on: http://openocd.zylin.com/4348
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/target/arm_disassembler.c