summaryrefslogtreecommitdiff
path: root/gas/config/bfin-defs.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-22 21:05:02 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-22 21:05:02 +0000
commit224700351162fd5ccf83e7c33fd8c364fdb000e8 (patch)
tree3b810490a6cf472a5b46a7dcfab939971353ede3 /gas/config/bfin-defs.h
parentde2b926e5b19ed66ed6c039e28470a7012783715 (diff)
downloadbinutils-redhat-224700351162fd5ccf83e7c33fd8c364fdb000e8.tar.gz
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 adcfda4f60..7dd9796b90 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,