OSDN Git Service

opcodes: blackfin: mark push/pop insns with a P6/P7 range as illegal
authorvapier <vapier>
Thu, 23 Sep 2010 06:53:14 +0000 (06:53 +0000)
committervapier <vapier>
Thu, 23 Sep 2010 06:53:14 +0000 (06:53 +0000)
commit9a99a119a6cf03900384861954194ec2c9c351d1
tree40b52aece052d2fc732cfce1288b9c72da31cc62
parent927714ab95314b1adf28606e3dc259b3f02ae4c6
opcodes: blackfin: mark push/pop insns with a P6/P7 range as illegal

The push/pop multiple insn has a 3 bit field for the P register range,
but only values of 0...5 are valid (P0 - P5).  There is no such P6 or
P7 register, so mark these insns as illegal.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
opcodes/ChangeLog
opcodes/bfin-dis.c