]> Git Repo - qemu.git/blobdiff - target/loongarch/helper.h
target/loongarch: Add fixed point bit instruction translation
[qemu.git] / target / loongarch / helper.h
index eb771c062834342f0d369a902ebfe41c9680c398..04e0245d5e092253d53596669424de6db1e999f7 100644 (file)
@@ -4,3 +4,7 @@
  */
 
 DEF_HELPER_2(raise_exception, noreturn, env, i32)
+
+DEF_HELPER_FLAGS_1(bitrev_w, TCG_CALL_NO_RWG_SE, tl, tl)
+DEF_HELPER_FLAGS_1(bitrev_d, TCG_CALL_NO_RWG_SE, tl, tl)
+DEF_HELPER_FLAGS_1(bitswap, TCG_CALL_NO_RWG_SE, tl, tl)
This page took 0.021427 seconds and 4 git commands to generate.