This adds the following instructions.
* Extend Sign Word (extsw[.])
Change-Id: Ia15fc69de665399f1c8d52ca00d2f7670d553b48
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
printSecondSrc = false;
} else if (!myMnemonic.compare("extsb") ||
!myMnemonic.compare("extsh") ||
+ !myMnemonic.compare("extsw") ||
!myMnemonic.compare("cntlzw")) {
printSecondSrc = false;
}
412: orc({{ Ra = Rs | ~Rb; }}, true);
954: extsb({{ Ra = Rs_sb; }}, true);
922: extsh({{ Ra = Rs_sh; }}, true);
+ 986: extsw({{ Ra = Rs_sw; }}, true);
26: cntlzw({{ Ra = findLeadingZeros(Rs_uw); }}, true);
508: cmpb({{