aboutsummaryrefslogtreecommitdiff
path: root/gas/config/bfin-defs.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-22 21:05:03 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-22 21:05:03 +0000
commit22215ae09b35cffb17d23cb159e603227caa9957 (patch)
tree91ff1a0e0840586a9d233b104cb2ba78b06f9235 /gas/config/bfin-defs.h
parent73a63ccf2f0f856eebf7fee67309fe2a276c39d6 (diff)
downloadgdb-22215ae09b35cffb17d23cb159e603227caa9957.zip
gdb-22215ae09b35cffb17d23cb159e603227caa9957.tar.gz
gdb-22215ae09b35cffb17d23cb159e603227caa9957.tar.bz2
opcodes/gas: blackfin: handle more ASTAT flags
Support a few more ASTAT bits with the standard insns that operate on ASTAT bits directly. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gas/config/bfin-defs.h')
-rw-r--r--gas/config/bfin-defs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/config/bfin-defs.h b/gas/config/bfin-defs.h
index adcfda4..7dd9796 100644
--- a/gas/config/bfin-defs.h
+++ b/gas/config/bfin-defs.h
@@ -1,5 +1,5 @@
/* bfin-defs.h ADI Blackfin gas header file
- Copyright 2005, 2006, 2007, 2009
+ Copyright 2005, 2006, 2007, 2009, 2010
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -120,7 +120,10 @@ enum statusflags
{
S_AZ = 0,
S_AN,
+ S_AC0_COPY,
+ S_V_COPY,
S_AQ = 6,
+ S_RND_MOD = 8,
S_AC0 = 12,
S_AC1,
S_AV0 = 16,