This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] opcodes/arc: Fix extract for some add_s instructions


> -  int value = 0;
> +  int value = ((insn & 0x7) << 3) | ((insn >> 5) & 0x7);
> 
>    return value;
>  }

Totally missed this one. Thanks!
Claudiu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]