On 06/25/2019 06:41 PM, Jiong Wang wrote:
> Yauheni reported the following code do not work correctly on BE arches:
>
>ALU_ARSH_X:
>DST = (u64) (u32) ((*(s32 *) &DST) >> SRC);
>CONT;
>ALU_ARSH_K:
>DST = (u64) (u32) ((*(s32 *) &DST) >>
On Tue, Jun 25, 2019 at 12:31 PM Jiong Wang wrote:
>
> Yauheni reported the following code do not work correctly on BE arches:
>
>ALU_ARSH_X:
>DST = (u64) (u32) ((*(s32 *) &DST) >> SRC);
>CONT;
>ALU_ARSH_K:
>DST = (u64) (u32) ((*(s32
Yauheni reported the following code do not work correctly on BE arches:
ALU_ARSH_X:
DST = (u64) (u32) ((*(s32 *) &DST) >> SRC);
CONT;
ALU_ARSH_K:
DST = (u64) (u32) ((*(s32 *) &DST) >> IMM);
CONT;
and are causing failure of