/qemu/include/tcg/ |
H A D | tcg-op-gvec.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg-opc.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg-op.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/accel/tcg/ |
H A D | tcg-runtime-gvec.c | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg-runtime.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg-op-vec.c | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg-op-gvec.c | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.c | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ppc/ |
H A D | tcg-target.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/i386/ |
H A D | tcg-target.h | b0f7e7444c03da17e41bf327c8aea590104a28ab Mon Apr 20 01:01:52 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Implement gvec support for rotate by immediate
No host backend support yet, but the interfaces for rotli are in place. Canonicalize immediate rotate to the left, based on a survey of architectures, but provide both left and right shift interfaces to the translators.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|