From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Brolley To: gdb-patches@sources.redhat.com, cgen@sources.redhat.com Subject: Re: SIM: PATCH: RFA: Rotate semantics for cgen sims Date: Tue, 26 Sep 2000 12:49:00 -0000 Message-id: <39D0FDE7.14E0F7AF@redhat.com> References: <39D0CD3A.D9B32C72@redhat.com> X-SW-Source: 2000-q3/msg00118.html Approved by Doug Evans and Frank Eigler and committed. Dave Dave Brolley wrote: > > Hi, > > This patch adds RORQI, ROLQI, RORHI and ROLHI to > sim/common/cgen-utils.c. These functions enable rotate semantics > for QI and HI modes. > > OK to commit? > > Dave > > ----------------------------------------------------------------- > 2000-09-26 Dave Brolley > > * cgen-utils.c (RORQI): New function. > (ROLQI): New function. > (RORHI): New function. > (ROLHI): New function.