NetBSD/sys/arch/arm
bjh21 e9bb2a7916 Correct immediate constant handling: bits [11:8] are a rotation, not a shift.
Also add support for the "P" modifier to TEQ, TST, CMP and CMN, and don't
bother displaying the "S" bit for these instructions.

Together, these correct the disassembly of 0xe33ff3c2 (an instruction in
arm26 irq_handler() from "teqs r15, #0x08000000" to "teqp r15, 0x08000003".
2001-01-12 21:56:18 +00:00
..
arm Correct immediate constant handling: bits [11:8] are a rotation, not a shift. 2001-01-12 21:56:18 +00:00
conf Move db_disasm.c into sys/arch/arm/arm. Use arm26 version, since it should 2001-01-12 21:31:51 +00:00
include Share <machine/elf_machdep.h> between arm26 and arm32. 2001-01-11 22:28:06 +00:00
Makefile