/qemu/include/tcg/ |
H A D | tcg-ldst.h | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/docs/devel/ |
H A D | loads-stores.rst | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tci.c | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.c | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/accel/tcg/ |
H A D | cputlb.c | 0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f Tue Nov 01 01:51:04 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Unify helper_{be,le}_{ld,st}*
With the current structure of cputlb.c, there is no difference between the little-endian and big-endian entry points, aside from the assert. Unify the pairs of functions.
Hoist the qemu_{ld,st}_helpers arrays to tcg.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|