target/microblaze: Implement cmp and cmpu inline
commit58b48b637db61e28a5e6c1ec9fce42b9f79c7b36
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Aug 2020 14:31:29 +0000 (25 07:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (1 07:41 -0700)
tree8aa24b59912bfbd154cbbe4dba194fd7804a42a9
parenta2b0b90e7960c6dcf52be237149c1b9ff289d9a5
target/microblaze: Implement cmp and cmpu inline

These are simple enough operations; we do not need to
call an out-of-line helper.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/helper.h
target/microblaze/op_helper.c
target/microblaze/translate.c