mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* gencode.c (build_instruction): Handle "ppac5" according to
version 1.95 of the r5900 ISA. fixes pr12407 (c/h from toshiba).
This commit is contained in:
@ -3994,7 +3994,7 @@ build_instruction (doisa, features, mips16, insn)
|
||||
printf("for(i=0;i<WORDS_IN_MMI_REGS;i++)\n");
|
||||
printf(" {\n");
|
||||
printf(" int x = RT_UW(i);\n");
|
||||
printf(" GPR_UW(destreg,i) = ((x & (1 << 24)) >> (24 - 15)) \n");
|
||||
printf(" GPR_UW(destreg,i) = ((x & (1 << 31)) >> (31 - 15)) \n");
|
||||
printf(" | ((x & (31 << 19)) >> (19 - 10)) \n");
|
||||
printf(" | ((x & (31 << 11)) >> (11 - 5)) \n");
|
||||
printf(" | ((x & (31 << 3)) >> (3 - 0)); \n");
|
||||
|
Reference in New Issue
Block a user