]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hexagon/gen_analyze_funcs.py
Hexagon (target/hexagon) Improve code gen for predicated HVX instructions
[mirror_qemu.git] / target / hexagon / gen_analyze_funcs.py
index 0bb4fcb47671f2ffd370a705d0fd977467598af8..ebd3e7afb91476553a39dfb3875dfdd9d6300323 100755 (executable)
@@ -110,8 +110,7 @@ def analyze_opn_old(f, tag, regtype, regid, regno):
         if (regid in {"d", "e", "x"}):
             f.write("    const int %s = insn->regno[%d];\n" % \
                 (regN, regno))
-            f.write("    ctx_log_qreg_write(ctx, %s, %s);\n" % \
-                (regN, predicated))
+            f.write("    ctx_log_qreg_write(ctx, %s);\n" % (regN))
         elif (regid in {"s", "t", "u", "v"}):
             f.write("//    const int %s = insn->regno[%d];\n" % \
                 (regN, regno))