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~
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~