From 6d76d23e82d0ce8a7874b13f5951aa763e059908 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Tue, 12 Apr 2011 00:48:33 +0200 Subject: microblaze: Add partial decoding of stream insns Based on a patch from: Alejandro Cabrera Signed-off-by: Edgar E. Iglesias --- target-microblaze/helper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-microblaze/helper.h') 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" -- cgit v1.2.1