On 09/28/2014 06:22 AM, Richard Henderson wrote:
+    case OPC2_32_BIT_XNOR_T:
+        gen_bit_1op(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2],
+                    pos1, pos2, &tcg_gen_xor_tl);
tcg_gen_eqv_tl

I often don't use the optimal tcg-frontend operation, since the documentation I mostly use is http://wiki.qemu.org/Documentation/TCG/frontend-ops, which is outdated. That said, I'm willing to update the documentation to include all the latest tcg-ops. Richard, would you be willing to review those changes?

Thanks,

Bastian

Reply via email to