commit | 58b48b637db61e28a5e6c1ec9fce42b9f79c7b36 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 25 07:31:29 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 01 07:41:38 2020 -0700 |
tree | 8aa24b59912bfbd154cbbe4dba194fd7804a42a9 | |
parent | a2b0b90e7960c6dcf52be237149c1b9ff289d9a5 [diff] |
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>