qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 5/6] target-mips: Support for Cavium specific


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 5/6] target-mips: Support for Cavium specific instructions
Date: Fri, 21 Oct 2011 07:25:35 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

On 10/21/2011 01:17 AM, address@hidden wrote:
> +    switch (opc) {
> +    case OPC_SEQ:
> +        tcg_gen_setcondi_tl(TCG_COND_LTU, cpu_gpr[rd], t0, 1);
> +        opn = "seq";
> +        break;
> +    case OPC_SNE:
> +        tcg_gen_setcondi_tl(TCG_COND_GTU, cpu_gpr[rd], t0, 0);
> +        opn = "sne";

If you keep posting the same un-fixed patch set, pretty soon
no one's going to pay any attention to you whatsoever.


r~



reply via email to

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