qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 6/8] target-arm: A64: Add integer ops from SIMD


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 6/8] target-arm: A64: Add integer ops from SIMD 3-same group
Date: Tue, 21 Jan 2014 11:40:02 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/17/2014 10:44 AM, Peter Maydell wrote:
> +            switch (opcode) {
> +            case 0x6: /* CMGT, CMHI */
> +            {
> +                NeonGenFn *ceqtstfns[3][2] = {
...
> +            case 0x7: /* CMGE, CMHS */
> +            {
> +                NeonGenFn *ceqtstfns[3][2] = {
...
> +            case 0x11: /* CMTST, CMEQ */
> +            {
> +                NeonGenFn *ceqtstfns[3][2] = {

Oh, and cut and paste on those names?  Perhaps it would be less confusing to
just name them all "fns" and let the specific code block imply the rest?


r~



reply via email to

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