]> Git Repo - qemu.git/blobdiff - target/s390x/helper.h
target/s390x: implement STORE PAIR TO QUADWORD
[qemu.git] / target / s390x / helper.h
index 054ccd686d5f1304cf7848599b454609329d04bc..69249a524956f957eabd16adbfa091e08510734e 100644 (file)
@@ -104,6 +104,7 @@ DEF_HELPER_FLAGS_1(popcnt, TCG_CALL_NO_RWG_SE, i64, i64)
 DEF_HELPER_FLAGS_1(stfl, TCG_CALL_NO_RWG, void, env)
 DEF_HELPER_2(stfle, i32, env, i64)
 DEF_HELPER_FLAGS_2(lpq, TCG_CALL_NO_WG, i64, env, i64)
+DEF_HELPER_FLAGS_4(stpq, TCG_CALL_NO_WG, void, env, i64, i64, i64)
 
 #ifndef CONFIG_USER_ONLY
 DEF_HELPER_3(servc, i32, env, i64, i64)
This page took 0.021401 seconds and 4 git commands to generate.