forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Unlike the memory case, where "the destination operand receives a write cycle without regard to the result of the comparison", rm must not be touched altogether if the write fails, including not zero-extending it on 64-bit processors. This is not how the movcond currently works, because it is always followed by a gen_op_mov_reg_v to rm. To fix it, introduce a new function that is similar to gen_op_mov_reg_v but writes to a TCG temporary. Considering that gen_extu(ot, oldv) is not needed in the memory case either, the two cases for register and memory destinations are different enough that one might as well fuse the two "if (mod == 3)" into one. So do that too. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/508 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> [rth: Add a test case ] Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
3 years ago | |
|---|---|---|
| .. | ||
| aarch64 | 3 years ago | |
| alpha | 6 years ago | |
| arm | 3 years ago | |
| cris | 3 years ago | |
| hexagon | 3 years ago | |
| hppa | 4 years ago | |
| i386 | 3 years ago | |
| loongarch64 | 3 years ago | |
| m68k | 3 years ago | |
| minilib | 4 years ago | |
| mips | 6 years ago | |
| multiarch | 3 years ago | |
| nios2 | 3 years ago | |
| openrisc | 9 years ago | |
| ppc | 6 years ago | |
| ppc64 | 3 years ago | |
| ppc64le | 3 years ago | |
| riscv64 | 3 years ago | |
| s390x | 3 years ago | |
| sh4 | 3 years ago | |
| sparc64 | 5 years ago | |
| tricore | 5 years ago | |
| x86_64 | 3 years ago | |
| xtensa | 4 years ago | |
| Makefile.target | 3 years ago | |
| README | 5 years ago | |
README
This directory contains various interesting guest programs for regression testing. Tests are either multi-arch, meaning they can be built for all guest architectures that support linux-user executable, or they are architecture specific. CRIS ==== The testsuite for CRIS is in tests/tcg/cris. You can run it with "make test-cris".