opcodes: blackfin: mark push/pop insns with a P6/P7 range as illegal
commit42ea3f197a3b79326ce9afa879f457d099904a78
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:53:14 +0000 (22 21:53 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:53:14 +0000 (22 21:53 +0000)
treecdf7b91a7dffbb57120ea432db32b16a676c1684
parentdbf5b9a206adfef08b96c787267ab17582ceb1b6
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