qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/5] target-tricore: Add instructions of BIT opc


From: Bastian Koppelmann
Subject: Re: [Qemu-devel] [PATCH 4/5] target-tricore: Add instructions of BIT opcode format
Date: Sun, 28 Sep 2014 13:05:28 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.1.2


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

[Prev in Thread] Current Thread [Next in Thread]