X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FOpLogic.cpp;fp=cpu%2FCyclone%2FOpLogic.cpp;h=762370490078cb9c5592fd61103ea6d6fe4de713;hb=03c5768cb5cb2cd8a7ea3e4383fd10065d27970e;hp=3389a8e5398f4af37bea6797122ff8a5faa648a6;hpb=85a36a57a816ac643ee5f982d774532a0ca4d58b;p=picodrive.git diff --git a/cpu/Cyclone/OpLogic.cpp b/cpu/Cyclone/OpLogic.cpp index 3389a8e..7623704 100644 --- a/cpu/Cyclone/OpLogic.cpp +++ b/cpu/Cyclone/OpLogic.cpp @@ -409,13 +409,6 @@ static int EmitAsr(int op,int type,int dir,int count,int size,int usereg) if (type==0) ot(" movs r0,r0,%s %s\n",dir?"asl":"asr",pct); if (type==1) ot(" movs r0,r0,%s %s\n",dir?"lsl":"lsr",pct); - if (dir==0 && size<2) - { - ot(";@ restore after right shift:\n"); - ot(" mov r0,r0,lsl #%d\n",32-(8<