diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-22 21:05:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-22 21:05:03 +0000 |
commit | 22215ae09b35cffb17d23cb159e603227caa9957 (patch) | |
tree | 91ff1a0e0840586a9d233b104cb2ba78b06f9235 /gas/config/bfin-defs.h | |
parent | 73a63ccf2f0f856eebf7fee67309fe2a276c39d6 (diff) | |
download | gdb-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.h | 5 |
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, |