]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-sh4/helper.h
SH: Improve movca.l/ocbi emulation.
[mirror_qemu.git] / target-sh4 / helper.h
index e6651855879956b15d35508f2a576ba87365b556..4b2fcdd53627b2674333efc23092bd49cc2d3090 100644 (file)
@@ -9,6 +9,10 @@ DEF_HELPER_0(debug, void)
 DEF_HELPER_1(sleep, void, i32)
 DEF_HELPER_1(trapa, void, i32)
 
+DEF_HELPER_2(movcal, void, i32, i32)
+DEF_HELPER_0(discard_movcal_backup, void)
+DEF_HELPER_1(ocbi, void, i32)
+
 DEF_HELPER_2(addv, i32, i32, i32)
 DEF_HELPER_2(addc, i32, i32, i32)
 DEF_HELPER_2(subv, i32, i32, i32)