commit | 07ce0b05300de5bc8f1932a4cfbe38f3323e5ab1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Dec 09 13:58:39 2020 -0600 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 07 05:09:06 2021 -1000 |
tree | a22f2b213b2cb96c8e0e30c69bca9edb00b678bc | |
parent | d2ef1b83a7a2047e0e36d7b62b3a5d151ab958f5 [diff] |
tcg: Introduce INDEX_op_qemu_st8_i32 Enable this on i386 to restrict the set of input registers for an 8-bit store, as required by the architecture. This removes the last use of scratch registers for user-only mode. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>