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

[openrisc] DSP instruccions fail



I substitute in the or32.c and or32-opc.c the code of the DSP instructions with a "_"  with the same code without "_". For example I substitute lv.cmp_le.b with lv.cmple.b
and now those instructions assemble well. This means the error is that the assembler dont understand the "_" character.
 
Regards