Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-15 | target-tilegx: Handle v1shl, v1shru, v1shrs | Richard Henderson | 1 | -0/+4 | |
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net> | |||||
2015-09-15 | target-tilegx: Handle most bit manipulation instructions | Richard Henderson | 1 | -0/+2 | |
The crc instructions are omitted from this set. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net> | |||||
2015-09-15 | target-tilegx: Add several helpers for instructions translation | Chen Gang | 1 | -0/+4 | |
The related instructions are exception, cntlz, cnttz, shufflebytes. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Message-Id: <BLU436-SMTP83F96FD8422BE49AFDC9DFB9660@phx.gbl> [rth: Remove incorrect implementation of add_saturate.] Signed-off-by: Richard Henderson <rth@twiddle.net> |