[Gabor Kerenyi]_

2021-06-15 Thread Gabor Kerenyi via Gcc
💡 https://bit.ly/3xaa1Pc Gabor Kerenyi

Re: porting gcc to new arch: unrecognizable insn

2010-08-02 Thread Gabor Kerenyi
> > If I understand correctly it complains about a move instruction where src > > memory location should be (reg22+reg23). My arch defines: > > #define MAX_REGS_PER_ADDRESS 1 > > the first pseudo reg is 13 > > > > I think the wording of the second sentence in the M_R_P_A documentation > (beginn

porting gcc to new arch: unrecognizable insn

2010-08-01 Thread Gabor Kerenyi
MEM (MEM can be symbol, REF+index, and IMM+index which doesn't really work now). If I write an asm code for count_leading_zero in longlong.h then it goes on but that piece of C code should compile anyway. Thanks Gabor Kerenyi