commit | 32628b5cf3bcdf31d7e00b0e8229051ee2afe96e | [log] [tgz] |
---|---|---|
author | Sandipan Das <sandipan@linux.ibm.com> | Fri Feb 22 12:23:29 2019 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Feb 26 00:05:17 2019 +1100 |
tree | eff0fafa6b77197669758dd1698a0efab2784b3d | |
parent | a23987ef267a3549667fed5d69c0174e7fc15910 [diff] |
powerpc sstep: Add support for cnttzw, cnttzd instructions This adds emulation support for the following integer instructions: * Count Trailing Zeros Word (cnttzw[.]) * Count Trailing Zeros Doubleword (cnttzd[.]) Signed-off-by: Sandipan Das <sandipan@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>