commit | 02c0f62a60b67d6c9bfe9429cbe3aa034b6c6676 | [log] [tgz] |
---|---|---|
author | Matt Brown <matthew.brown.dev@gmail.com> | Mon Jul 31 10:58:22 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 10 22:30:26 2017 +1000 |
tree | 7272ef26038662808e496080338d5813ddb3c7dd | |
parent | 93fc5ca9a0048c17b47582051940bfdcb516f9f2 [diff] |
powerpc/lib/sstep: Add cmpb instruction emulation This patch adds emulation of the cmpb instruction, enabling xmon to emulate this instruction. Tested for correctness against the cmpb asm instruction on ppc64le. Signed-off-by: Matt Brown <matthew.brown.dev@gmail.com> Reviewed-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>