commit | df093c19efe7a6a9b2ed43b0b6a7fa5d1e16cfcd | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Feb 02 16:15:45 2021 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Jun 19 11:08:00 2021 -0700 |
tree | b1d62bd9df8ec867943855de330d96ed056153c7 | |
parent | 6eea04347eb667f1326cb9b68c5b8f3d737f565d [diff] |
tcg/tci: Implement movcond When this opcode is not available in the backend, tcg middle-end will expand this as a series of 5 opcodes. So implementing this saves bytecode space. Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>