qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V3 04/12] Add MIPS DSP Load instructions Support


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH V3 04/12] Add MIPS DSP Load instructions Support
Date: Tue, 27 Mar 2012 08:49:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0

On 03/27/12 02:24, Jia Liu wrote:
> +DEF_HELPER_2(lbux, tl, tl, int)
> +DEF_HELPER_2(lhx, i32, i32, int)
> +DEF_HELPER_2(lwx, i32, i32, int)

These should not be helpers.  They are exactly the qemu_ld{8,16,32}u opcodes.


r~



reply via email to

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