This adds the following logical instructions:
* Extend Sign Word (extsw[.])
Change-Id: I610e84c2361b99b00ceef2170ede5b6dee8ec21b
Signed-off-by: Sandipan Das <sandipan@linux.vnet.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({{