summaryrefslogtreecommitdiff
path: root/target-microblaze/helper.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-04-12 00:48:33 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-04-12 00:48:33 +0200
commit6d76d23e82d0ce8a7874b13f5951aa763e059908 (patch)
treec8a92d77bfd1745c363cb406eb2c66b95cc1ba96 /target-microblaze/helper.h
parent8545364198da26f02f54343476947b8c11d17dfb (diff)
downloadqemu-6d76d23e82d0ce8a7874b13f5951aa763e059908.tar.gz
microblaze: Add partial decoding of stream insns
Based on a patch from: Alejandro Cabrera <aldaya@gmail.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze/helper.h')
-rw-r--r--target-microblaze/helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-microblaze/helper.h b/target-microblaze/helper.h
index 1696b885b6..b92aa34d05 100644
--- a/target-microblaze/helper.h
+++ b/target-microblaze/helper.h
@@ -33,4 +33,7 @@ DEF_HELPER_2(mmu_write, void, i32, i32)
DEF_HELPER_4(memalign, void, i32, i32, i32, i32)
+DEF_HELPER_2(get, i32, i32, i32)
+DEF_HELPER_3(put, void, i32, i32, i32)
+
#include "def-helper.h"