summaryrefslogtreecommitdiffstats
path: root/target-cris/crisv32-decode.h
diff options
context:
space:
mode:
authoredgar_igl2008-02-25 10:58:22 +0100
committeredgar_igl2008-02-25 10:58:22 +0100
commit5d4a534dec61df1dc2e521093040e965c180f63b (patch)
tree967fae1482f0b21221db31401b4e78e1c9db59c7 /target-cris/crisv32-decode.h
parent Modify Sparc32/64 to use TCG (diff)
downloadqemu-5d4a534dec61df1dc2e521093040e965c180f63b.tar.gz
qemu-5d4a534dec61df1dc2e521093040e965c180f63b.tar.xz
qemu-5d4a534dec61df1dc2e521093040e965c180f63b.zip
Silently ignore CRIS cache flushes, instead of aborting due to unknown insn.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3990 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/crisv32-decode.h')
-rw-r--r--target-cris/crisv32-decode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-cris/crisv32-decode.h b/target-cris/crisv32-decode.h
index 5d30dcc4be..3a515c4a05 100644
--- a/target-cris/crisv32-decode.h
+++ b/target-cris/crisv32-decode.h
@@ -124,3 +124,6 @@
#define DEC_BASC_IM {B8(11101111), B8(11111111)}
#define DEC_MOVEM_MR {B8(10111011), B8(10111111)}
#define DEC_MOVEM_RM {B8(10111111), B8(10111111)}
+
+#define DEC_FTAG_FIDX_D_M {B8(10101011), B8(11111111)}
+#define DEC_FTAG_FIDX_I_M {B8(11010011), B8(11111111)}