1 | Just my fp16 work, plus some small stuff for the sbsa-ref board; | 1 | The following changes since commit 8f6330a807f2642dc2a3cdf33347aa28a4c00a87: |
---|---|---|---|
2 | but my rule of thumb is to send a pullreq once I get over about | ||
3 | 30 patches... | ||
4 | 2 | ||
5 | -- PMM | 3 | Merge tag 'pull-maintainer-updates-060324-1' of https://gitlab.com/stsquad/qemu into staging (2024-03-06 16:56:20 +0000) |
6 | |||
7 | The following changes since commit 2f4c51c0f384d7888a04b4815861e6d5fd244d75: | ||
8 | |||
9 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' into staging (2020-08-31 19:39:13 +0100) | ||
10 | 4 | ||
11 | are available in the Git repository at: | 5 | are available in the Git repository at: |
12 | 6 | ||
13 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200901 | 7 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20240308 |
14 | 8 | ||
15 | for you to fetch changes up to 3f462bf0f6ea6382dd1502d4eb1fcd33c8e774f5: | 9 | for you to fetch changes up to bbf6c6dbead82292a20951eb1204442a6b838de9: |
16 | 10 | ||
17 | hw/arm/sbsa-ref : Add embedded controller in secure memory (2020-09-01 14:01:34 +0100) | 11 | target/arm: Move v7m-related code from cpu32.c into a separate file (2024-03-08 14:45:03 +0000) |
18 | 12 | ||
19 | ---------------------------------------------------------------- | 13 | ---------------------------------------------------------------- |
20 | target-arm queue: | 14 | target-arm queue: |
21 | * Implement fp16 support for AArch32 VFP and Neon | 15 | * Implement FEAT_ECV |
22 | * hw/arm/sbsa-ref: add "reg" property to DT cpu nodes | 16 | * STM32L4x5: Implement GPIO device |
23 | * hw/arm/sbsa-ref : Add embedded controller in secure memory | 17 | * Fix 32-bit SMOPA |
18 | * Refactor v7m related code from cpu32.c into its own file | ||
19 | * hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later | ||
24 | 20 | ||
25 | ---------------------------------------------------------------- | 21 | ---------------------------------------------------------------- |
26 | Graeme Gregory (2): | 22 | Inès Varhol (3): |
27 | hw/misc/sbsa_ec : Add an embedded controller for sbsa-ref | 23 | hw/gpio: Implement STM32L4x5 GPIO |
28 | hw/arm/sbsa-ref : Add embedded controller in secure memory | 24 | hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC |
25 | tests/qtest: Add STM32L4x5 GPIO QTest testcase | ||
29 | 26 | ||
30 | Leif Lindholm (1): | 27 | Peter Maydell (9): |
31 | hw/arm/sbsa-ref: add "reg" property to DT cpu nodes | 28 | target/arm: Move some register related defines to internals.h |
29 | target/arm: Timer _EL02 registers UNDEF for E2H == 0 | ||
30 | target/arm: use FIELD macro for CNTHCTL bit definitions | ||
31 | target/arm: Don't allow RES0 CNTHCTL_EL2 bits to be written | ||
32 | target/arm: Implement new FEAT_ECV trap bits | ||
33 | target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0 | ||
34 | target/arm: Implement FEAT_ECV CNTPOFF_EL2 handling | ||
35 | target/arm: Enable FEAT_ECV for 'max' CPU | ||
36 | hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later | ||
32 | 37 | ||
33 | Peter Maydell (44): | 38 | Richard Henderson (1): |
34 | target/arm: Remove local definitions of float constants | 39 | target/arm: Fix 32-bit SMOPA |
35 | target/arm: Use correct ID register check for aa32_fp16_arith | ||
36 | target/arm: Implement VFP fp16 for VFP_BINOP operations | ||
37 | target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL | ||
38 | target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS | ||
39 | target/arm: Implement VFP fp16 for fused-multiply-add | ||
40 | target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp() | ||
41 | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT | ||
42 | target/arm: Implement VFP fp16 for VMOV immediate | ||
43 | target/arm: Implement VFP fp16 VCMP | ||
44 | target/arm: Implement VFP fp16 VLDR and VSTR | ||
45 | target/arm: Implement VFP fp16 VCVT between float and integer | ||
46 | target/arm: Make VFP_CONV_FIX macros take separate float type and float size | ||
47 | target/arm: Use macros instead of open-coding fp16 conversion helpers | ||
48 | target/arm: Implement VFP fp16 VCVT between float and fixed-point | ||
49 | target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode | ||
50 | target/arm: Implement VFP fp16 VSEL | ||
51 | target/arm: Implement VFP fp16 VRINT* | ||
52 | target/arm: Implement new VFP fp16 insn VINS | ||
53 | target/arm: Implement new VFP fp16 insn VMOVX | ||
54 | target/arm: Implement VFP fp16 VMOV between gp and halfprec registers | ||
55 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | ||
56 | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | ||
57 | target/arm: Implement fp16 for Neon VABS, VNEG of floats | ||
58 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | ||
59 | target/arm: Implement fp16 for VACGE, VACGT | ||
60 | target/arm: Implement fp16 for Neon VMAX, VMIN | ||
61 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | ||
62 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | ||
63 | target/arm: Implement fp16 for Neon VFMA, VMFS | ||
64 | target/arm: Implement fp16 for Neon fp compare-vs-0 | ||
65 | target/arm: Implement fp16 for Neon VRECPS | ||
66 | target/arm: Implement fp16 for Neon VRSQRTS | ||
67 | target/arm: Implement fp16 for Neon pairwise fp ops | ||
68 | target/arm: Implement fp16 for Neon float-integer VCVT | ||
69 | target/arm: Convert Neon VCVT fixed-point to gvec | ||
70 | target/arm: Implement fp16 for Neon VCVT fixed-point | ||
71 | target/arm: Implement fp16 for Neon VCVT with rounding modes | ||
72 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | ||
73 | target/arm: Implement fp16 for Neon VRINTX | ||
74 | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | ||
75 | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | ||
76 | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | ||
77 | target/arm: Enable FP16 in '-cpu max' | ||
78 | 40 | ||
79 | target/arm/cpu.h | 7 +- | 41 | Thomas Huth (1): |
80 | target/arm/helper.h | 133 ++++++- | 42 | target/arm: Move v7m-related code from cpu32.c into a separate file |
81 | target/arm/neon-dp.decode | 8 +- | ||
82 | target/arm/vfp-uncond.decode | 27 +- | ||
83 | target/arm/vfp.decode | 34 +- | ||
84 | hw/arm/sbsa-ref.c | 43 ++- | ||
85 | hw/misc/sbsa_ec.c | 98 +++++ | ||
86 | target/arm/cpu.c | 3 +- | ||
87 | target/arm/cpu64.c | 10 +- | ||
88 | target/arm/helper-a64.c | 11 - | ||
89 | target/arm/translate-sve.c | 4 - | ||
90 | target/arm/vec_helper.c | 431 ++++++++++++++++++++- | ||
91 | target/arm/vfp_helper.c | 244 +++++------- | ||
92 | hw/misc/meson.build | 2 + | ||
93 | target/arm/translate-neon.c.inc | 755 +++++++++++++------------------------ | ||
94 | target/arm/translate-vfp.c.inc | 810 ++++++++++++++++++++++++++++++++++++---- | ||
95 | 16 files changed, 1819 insertions(+), 801 deletions(-) | ||
96 | create mode 100644 hw/misc/sbsa_ec.c | ||
97 | 43 | ||
44 | MAINTAINERS | 1 + | ||
45 | docs/system/arm/b-l475e-iot01a.rst | 2 +- | ||
46 | docs/system/arm/emulation.rst | 1 + | ||
47 | include/hw/arm/stm32l4x5_soc.h | 2 + | ||
48 | include/hw/gpio/stm32l4x5_gpio.h | 71 +++++ | ||
49 | include/hw/misc/stm32l4x5_syscfg.h | 3 +- | ||
50 | include/hw/rtc/sun4v-rtc.h | 2 +- | ||
51 | target/arm/cpu-features.h | 10 + | ||
52 | target/arm/cpu.h | 129 +-------- | ||
53 | target/arm/internals.h | 151 ++++++++++ | ||
54 | hw/arm/stm32l4x5_soc.c | 71 ++++- | ||
55 | hw/gpio/stm32l4x5_gpio.c | 477 ++++++++++++++++++++++++++++++++ | ||
56 | hw/misc/stm32l4x5_syscfg.c | 1 + | ||
57 | hw/rtc/sun4v-rtc.c | 2 +- | ||
58 | target/arm/helper.c | 189 ++++++++++++- | ||
59 | target/arm/tcg/cpu-v7m.c | 290 +++++++++++++++++++ | ||
60 | target/arm/tcg/cpu32.c | 261 ------------------ | ||
61 | target/arm/tcg/cpu64.c | 1 + | ||
62 | target/arm/tcg/sme_helper.c | 77 +++--- | ||
63 | tests/qtest/stm32l4x5_gpio-test.c | 551 +++++++++++++++++++++++++++++++++++++ | ||
64 | tests/tcg/aarch64/sme-smopa-1.c | 47 ++++ | ||
65 | tests/tcg/aarch64/sme-smopa-2.c | 54 ++++ | ||
66 | hw/arm/Kconfig | 3 +- | ||
67 | hw/gpio/Kconfig | 3 + | ||
68 | hw/gpio/meson.build | 1 + | ||
69 | hw/gpio/trace-events | 6 + | ||
70 | target/arm/meson.build | 3 + | ||
71 | target/arm/tcg/meson.build | 3 + | ||
72 | target/arm/trace-events | 1 + | ||
73 | tests/qtest/meson.build | 3 +- | ||
74 | tests/tcg/aarch64/Makefile.target | 2 +- | ||
75 | 31 files changed, 1962 insertions(+), 456 deletions(-) | ||
76 | create mode 100644 include/hw/gpio/stm32l4x5_gpio.h | ||
77 | create mode 100644 hw/gpio/stm32l4x5_gpio.c | ||
78 | create mode 100644 target/arm/tcg/cpu-v7m.c | ||
79 | create mode 100644 tests/qtest/stm32l4x5_gpio-test.c | ||
80 | create mode 100644 tests/tcg/aarch64/sme-smopa-1.c | ||
81 | create mode 100644 tests/tcg/aarch64/sme-smopa-2.c | ||
82 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | In several places the target/arm code defines local float constants | ||
2 | for 2, 3 and 1.5, which are also provided by include/fpu/softfloat.h. | ||
3 | Remove the unnecessary local duplicate versions. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200828183354.27913-2-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/helper-a64.c | 11 ----------- | ||
10 | target/arm/translate-sve.c | 4 ---- | ||
11 | target/arm/vfp_helper.c | 4 ---- | ||
12 | 3 files changed, 19 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/helper-a64.c b/target/arm/helper-a64.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/helper-a64.c | ||
17 | +++ b/target/arm/helper-a64.c | ||
18 | @@ -XXX,XX +XXX,XX @@ uint64_t HELPER(neon_cgt_f64)(float64 a, float64 b, void *fpstp) | ||
19 | * versions, these do a fully fused multiply-add or | ||
20 | * multiply-add-and-halve. | ||
21 | */ | ||
22 | -#define float16_two make_float16(0x4000) | ||
23 | -#define float16_three make_float16(0x4200) | ||
24 | -#define float16_one_point_five make_float16(0x3e00) | ||
25 | - | ||
26 | -#define float32_two make_float32(0x40000000) | ||
27 | -#define float32_three make_float32(0x40400000) | ||
28 | -#define float32_one_point_five make_float32(0x3fc00000) | ||
29 | - | ||
30 | -#define float64_two make_float64(0x4000000000000000ULL) | ||
31 | -#define float64_three make_float64(0x4008000000000000ULL) | ||
32 | -#define float64_one_point_five make_float64(0x3FF8000000000000ULL) | ||
33 | |||
34 | uint32_t HELPER(recpsf_f16)(uint32_t a, uint32_t b, void *fpstp) | ||
35 | { | ||
36 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/target/arm/translate-sve.c | ||
39 | +++ b/target/arm/translate-sve.c | ||
40 | @@ -XXX,XX +XXX,XX @@ static bool trans_##NAME##_zpzi(DisasContext *s, arg_rpri_esz *a) \ | ||
41 | return true; \ | ||
42 | } | ||
43 | |||
44 | -#define float16_two make_float16(0x4000) | ||
45 | -#define float32_two make_float32(0x40000000) | ||
46 | -#define float64_two make_float64(0x4000000000000000ULL) | ||
47 | - | ||
48 | DO_FP_IMM(FADD, fadds, half, one) | ||
49 | DO_FP_IMM(FSUB, fsubs, half, one) | ||
50 | DO_FP_IMM(FMUL, fmuls, half, two) | ||
51 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/target/arm/vfp_helper.c | ||
54 | +++ b/target/arm/vfp_helper.c | ||
55 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(vfp_fcvt_f64_to_f16)(float64 a, void *fpstp, uint32_t ahp_mode) | ||
56 | return r; | ||
57 | } | ||
58 | |||
59 | -#define float32_two make_float32(0x40000000) | ||
60 | -#define float32_three make_float32(0x40400000) | ||
61 | -#define float32_one_point_five make_float32(0x3fc00000) | ||
62 | - | ||
63 | float32 HELPER(recps_f32)(CPUARMState *env, float32 a, float32 b) | ||
64 | { | ||
65 | float_status *s = &env->vfp.standard_fp_status; | ||
66 | -- | ||
67 | 2.20.1 | ||
68 | |||
69 | diff view generated by jsdifflib |
1 | The aa32_fp16_arith feature check function currently looks at the | 1 | cpu.h has a lot of #defines relating to CPU register fields. |
---|---|---|---|
2 | AArch64 ID_AA64PFR0 register. This is (as the comment notes) not | 2 | Most of these aren't actually used outside target/arm code, |
3 | correct. The bogus check was put in mostly to allow testing of the | 3 | so there's no point in cluttering up the cpu.h file with them. |
4 | fp16 variants of the VCMLA instructions and it was something of | 4 | Move some easy ones to internals.h. |
5 | a mistake that we allowed them to exist in master. | ||
6 | |||
7 | Switch the feature check function to testing VMFR1.FPHP, which is | ||
8 | what it ought to be. | ||
9 | |||
10 | This will remove emulation of the VCMLA and VCADD insns from | ||
11 | AArch32 code running on an AArch64 '-cpu max' using system emulation. | ||
12 | (They were never enabled for aarch32 linux-user and system-emulation.) | ||
13 | Since we weren't advertising their existence via the AArch32 ID | ||
14 | register, well-behaved guests wouldn't have been using them anyway. | ||
15 | |||
16 | Once we have implemented all the AArch32 support for the FP16 extension | ||
17 | we will advertise it in the MVFR1 ID register field, which will reenable | ||
18 | these insns along with all the others. | ||
19 | 5 | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
21 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
22 | Message-id: 20200828183354.27913-3-peter.maydell@linaro.org | 9 | Message-id: 20240301183219.2424889-2-peter.maydell@linaro.org |
23 | --- | 10 | --- |
24 | target/arm/cpu.h | 7 +------ | 11 | target/arm/cpu.h | 128 ----------------------------------------- |
25 | 1 file changed, 1 insertion(+), 6 deletions(-) | 12 | target/arm/internals.h | 128 +++++++++++++++++++++++++++++++++++++++++ |
13 | 2 files changed, 128 insertions(+), 128 deletions(-) | ||
26 | 14 | ||
27 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 15 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
28 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
29 | --- a/target/arm/cpu.h | 17 | --- a/target/arm/cpu.h |
30 | +++ b/target/arm/cpu.h | 18 | +++ b/target/arm/cpu.h |
31 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_predinv(const ARMISARegisters *id) | 19 | @@ -XXX,XX +XXX,XX @@ typedef struct ARMGenericTimer { |
32 | 20 | uint64_t ctl; /* Timer Control register */ | |
33 | static inline bool isar_feature_aa32_fp16_arith(const ARMISARegisters *id) | 21 | } ARMGenericTimer; |
34 | { | 22 | |
35 | - /* | 23 | -#define VTCR_NSW (1u << 29) |
36 | - * This is a placeholder for use by VCMA until the rest of | 24 | -#define VTCR_NSA (1u << 30) |
37 | - * the ARMv8.2-FP16 extension is implemented for aa32 mode. | 25 | -#define VSTCR_SW VTCR_NSW |
38 | - * At which point we can properly set and check MVFR1.FPHP. | 26 | -#define VSTCR_SA VTCR_NSA |
39 | - */ | 27 | - |
40 | - return FIELD_EX64(id->id_aa64pfr0, ID_AA64PFR0, FP) == 1; | 28 | /* Define a maximum sized vector register. |
41 | + return FIELD_EX32(id->mvfr1, MVFR1, FPHP) >= 3; | 29 | * For 32-bit, this is a 128-bit NEON/AdvSIMD register. |
42 | } | 30 | * For 64-bit, this is a 2048-bit SVE register. |
43 | 31 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); | |
44 | static inline bool isar_feature_aa32_vfp_simd(const ARMISARegisters *id) | 32 | #define SCTLR_SPINTMASK (1ULL << 62) /* FEAT_NMI */ |
33 | #define SCTLR_TIDCP (1ULL << 63) /* FEAT_TIDCP1 */ | ||
34 | |||
35 | -/* Bit definitions for CPACR (AArch32 only) */ | ||
36 | -FIELD(CPACR, CP10, 20, 2) | ||
37 | -FIELD(CPACR, CP11, 22, 2) | ||
38 | -FIELD(CPACR, TRCDIS, 28, 1) /* matches CPACR_EL1.TTA */ | ||
39 | -FIELD(CPACR, D32DIS, 30, 1) /* up to v7; RAZ in v8 */ | ||
40 | -FIELD(CPACR, ASEDIS, 31, 1) | ||
41 | - | ||
42 | -/* Bit definitions for CPACR_EL1 (AArch64 only) */ | ||
43 | -FIELD(CPACR_EL1, ZEN, 16, 2) | ||
44 | -FIELD(CPACR_EL1, FPEN, 20, 2) | ||
45 | -FIELD(CPACR_EL1, SMEN, 24, 2) | ||
46 | -FIELD(CPACR_EL1, TTA, 28, 1) /* matches CPACR.TRCDIS */ | ||
47 | - | ||
48 | -/* Bit definitions for HCPTR (AArch32 only) */ | ||
49 | -FIELD(HCPTR, TCP10, 10, 1) | ||
50 | -FIELD(HCPTR, TCP11, 11, 1) | ||
51 | -FIELD(HCPTR, TASE, 15, 1) | ||
52 | -FIELD(HCPTR, TTA, 20, 1) | ||
53 | -FIELD(HCPTR, TAM, 30, 1) /* matches CPTR_EL2.TAM */ | ||
54 | -FIELD(HCPTR, TCPAC, 31, 1) /* matches CPTR_EL2.TCPAC */ | ||
55 | - | ||
56 | -/* Bit definitions for CPTR_EL2 (AArch64 only) */ | ||
57 | -FIELD(CPTR_EL2, TZ, 8, 1) /* !E2H */ | ||
58 | -FIELD(CPTR_EL2, TFP, 10, 1) /* !E2H, matches HCPTR.TCP10 */ | ||
59 | -FIELD(CPTR_EL2, TSM, 12, 1) /* !E2H */ | ||
60 | -FIELD(CPTR_EL2, ZEN, 16, 2) /* E2H */ | ||
61 | -FIELD(CPTR_EL2, FPEN, 20, 2) /* E2H */ | ||
62 | -FIELD(CPTR_EL2, SMEN, 24, 2) /* E2H */ | ||
63 | -FIELD(CPTR_EL2, TTA, 28, 1) | ||
64 | -FIELD(CPTR_EL2, TAM, 30, 1) /* matches HCPTR.TAM */ | ||
65 | -FIELD(CPTR_EL2, TCPAC, 31, 1) /* matches HCPTR.TCPAC */ | ||
66 | - | ||
67 | -/* Bit definitions for CPTR_EL3 (AArch64 only) */ | ||
68 | -FIELD(CPTR_EL3, EZ, 8, 1) | ||
69 | -FIELD(CPTR_EL3, TFP, 10, 1) | ||
70 | -FIELD(CPTR_EL3, ESM, 12, 1) | ||
71 | -FIELD(CPTR_EL3, TTA, 20, 1) | ||
72 | -FIELD(CPTR_EL3, TAM, 30, 1) | ||
73 | -FIELD(CPTR_EL3, TCPAC, 31, 1) | ||
74 | - | ||
75 | -#define MDCR_MTPME (1U << 28) | ||
76 | -#define MDCR_TDCC (1U << 27) | ||
77 | -#define MDCR_HLP (1U << 26) /* MDCR_EL2 */ | ||
78 | -#define MDCR_SCCD (1U << 23) /* MDCR_EL3 */ | ||
79 | -#define MDCR_HCCD (1U << 23) /* MDCR_EL2 */ | ||
80 | -#define MDCR_EPMAD (1U << 21) | ||
81 | -#define MDCR_EDAD (1U << 20) | ||
82 | -#define MDCR_TTRF (1U << 19) | ||
83 | -#define MDCR_STE (1U << 18) /* MDCR_EL3 */ | ||
84 | -#define MDCR_SPME (1U << 17) /* MDCR_EL3 */ | ||
85 | -#define MDCR_HPMD (1U << 17) /* MDCR_EL2 */ | ||
86 | -#define MDCR_SDD (1U << 16) | ||
87 | -#define MDCR_SPD (3U << 14) | ||
88 | -#define MDCR_TDRA (1U << 11) | ||
89 | -#define MDCR_TDOSA (1U << 10) | ||
90 | -#define MDCR_TDA (1U << 9) | ||
91 | -#define MDCR_TDE (1U << 8) | ||
92 | -#define MDCR_HPME (1U << 7) | ||
93 | -#define MDCR_TPM (1U << 6) | ||
94 | -#define MDCR_TPMCR (1U << 5) | ||
95 | -#define MDCR_HPMN (0x1fU) | ||
96 | - | ||
97 | -/* Not all of the MDCR_EL3 bits are present in the 32-bit SDCR */ | ||
98 | -#define SDCR_VALID_MASK (MDCR_MTPME | MDCR_TDCC | MDCR_SCCD | \ | ||
99 | - MDCR_EPMAD | MDCR_EDAD | MDCR_TTRF | \ | ||
100 | - MDCR_STE | MDCR_SPME | MDCR_SPD) | ||
101 | - | ||
102 | #define CPSR_M (0x1fU) | ||
103 | #define CPSR_T (1U << 5) | ||
104 | #define CPSR_F (1U << 6) | ||
105 | @@ -XXX,XX +XXX,XX @@ FIELD(CPTR_EL3, TCPAC, 31, 1) | ||
106 | #define XPSR_NZCV CPSR_NZCV | ||
107 | #define XPSR_IT CPSR_IT | ||
108 | |||
109 | -#define TTBCR_N (7U << 0) /* TTBCR.EAE==0 */ | ||
110 | -#define TTBCR_T0SZ (7U << 0) /* TTBCR.EAE==1 */ | ||
111 | -#define TTBCR_PD0 (1U << 4) | ||
112 | -#define TTBCR_PD1 (1U << 5) | ||
113 | -#define TTBCR_EPD0 (1U << 7) | ||
114 | -#define TTBCR_IRGN0 (3U << 8) | ||
115 | -#define TTBCR_ORGN0 (3U << 10) | ||
116 | -#define TTBCR_SH0 (3U << 12) | ||
117 | -#define TTBCR_T1SZ (3U << 16) | ||
118 | -#define TTBCR_A1 (1U << 22) | ||
119 | -#define TTBCR_EPD1 (1U << 23) | ||
120 | -#define TTBCR_IRGN1 (3U << 24) | ||
121 | -#define TTBCR_ORGN1 (3U << 26) | ||
122 | -#define TTBCR_SH1 (1U << 28) | ||
123 | -#define TTBCR_EAE (1U << 31) | ||
124 | - | ||
125 | -FIELD(VTCR, T0SZ, 0, 6) | ||
126 | -FIELD(VTCR, SL0, 6, 2) | ||
127 | -FIELD(VTCR, IRGN0, 8, 2) | ||
128 | -FIELD(VTCR, ORGN0, 10, 2) | ||
129 | -FIELD(VTCR, SH0, 12, 2) | ||
130 | -FIELD(VTCR, TG0, 14, 2) | ||
131 | -FIELD(VTCR, PS, 16, 3) | ||
132 | -FIELD(VTCR, VS, 19, 1) | ||
133 | -FIELD(VTCR, HA, 21, 1) | ||
134 | -FIELD(VTCR, HD, 22, 1) | ||
135 | -FIELD(VTCR, HWU59, 25, 1) | ||
136 | -FIELD(VTCR, HWU60, 26, 1) | ||
137 | -FIELD(VTCR, HWU61, 27, 1) | ||
138 | -FIELD(VTCR, HWU62, 28, 1) | ||
139 | -FIELD(VTCR, NSW, 29, 1) | ||
140 | -FIELD(VTCR, NSA, 30, 1) | ||
141 | -FIELD(VTCR, DS, 32, 1) | ||
142 | -FIELD(VTCR, SL2, 33, 1) | ||
143 | - | ||
144 | /* Bit definitions for ARMv8 SPSR (PSTATE) format. | ||
145 | * Only these are valid when in AArch64 mode; in | ||
146 | * AArch32 mode SPSRs are basically CPSR-format. | ||
147 | @@ -XXX,XX +XXX,XX @@ static inline void xpsr_write(CPUARMState *env, uint32_t val, uint32_t mask) | ||
148 | #define HCR_TWEDEN (1ULL << 59) | ||
149 | #define HCR_TWEDEL MAKE_64BIT_MASK(60, 4) | ||
150 | |||
151 | -#define HCRX_ENAS0 (1ULL << 0) | ||
152 | -#define HCRX_ENALS (1ULL << 1) | ||
153 | -#define HCRX_ENASR (1ULL << 2) | ||
154 | -#define HCRX_FNXS (1ULL << 3) | ||
155 | -#define HCRX_FGTNXS (1ULL << 4) | ||
156 | -#define HCRX_SMPME (1ULL << 5) | ||
157 | -#define HCRX_TALLINT (1ULL << 6) | ||
158 | -#define HCRX_VINMI (1ULL << 7) | ||
159 | -#define HCRX_VFNMI (1ULL << 8) | ||
160 | -#define HCRX_CMOW (1ULL << 9) | ||
161 | -#define HCRX_MCE2 (1ULL << 10) | ||
162 | -#define HCRX_MSCEN (1ULL << 11) | ||
163 | - | ||
164 | -#define HPFAR_NS (1ULL << 63) | ||
165 | - | ||
166 | #define SCR_NS (1ULL << 0) | ||
167 | #define SCR_IRQ (1ULL << 1) | ||
168 | #define SCR_FIQ (1ULL << 2) | ||
169 | @@ -XXX,XX +XXX,XX @@ static inline void xpsr_write(CPUARMState *env, uint32_t val, uint32_t mask) | ||
170 | #define SCR_GPF (1ULL << 48) | ||
171 | #define SCR_NSE (1ULL << 62) | ||
172 | |||
173 | -#define HSTR_TTEE (1 << 16) | ||
174 | -#define HSTR_TJDBX (1 << 17) | ||
175 | - | ||
176 | -#define CNTHCTL_CNTVMASK (1 << 18) | ||
177 | -#define CNTHCTL_CNTPMASK (1 << 19) | ||
178 | - | ||
179 | /* Return the current FPSCR value. */ | ||
180 | uint32_t vfp_get_fpscr(CPUARMState *env); | ||
181 | void vfp_set_fpscr(CPUARMState *env, uint32_t val); | ||
182 | diff --git a/target/arm/internals.h b/target/arm/internals.h | ||
183 | index XXXXXXX..XXXXXXX 100644 | ||
184 | --- a/target/arm/internals.h | ||
185 | +++ b/target/arm/internals.h | ||
186 | @@ -XXX,XX +XXX,XX @@ FIELD(DBGWCR, WT, 20, 1) | ||
187 | FIELD(DBGWCR, MASK, 24, 5) | ||
188 | FIELD(DBGWCR, SSCE, 29, 1) | ||
189 | |||
190 | +#define VTCR_NSW (1u << 29) | ||
191 | +#define VTCR_NSA (1u << 30) | ||
192 | +#define VSTCR_SW VTCR_NSW | ||
193 | +#define VSTCR_SA VTCR_NSA | ||
194 | + | ||
195 | +/* Bit definitions for CPACR (AArch32 only) */ | ||
196 | +FIELD(CPACR, CP10, 20, 2) | ||
197 | +FIELD(CPACR, CP11, 22, 2) | ||
198 | +FIELD(CPACR, TRCDIS, 28, 1) /* matches CPACR_EL1.TTA */ | ||
199 | +FIELD(CPACR, D32DIS, 30, 1) /* up to v7; RAZ in v8 */ | ||
200 | +FIELD(CPACR, ASEDIS, 31, 1) | ||
201 | + | ||
202 | +/* Bit definitions for CPACR_EL1 (AArch64 only) */ | ||
203 | +FIELD(CPACR_EL1, ZEN, 16, 2) | ||
204 | +FIELD(CPACR_EL1, FPEN, 20, 2) | ||
205 | +FIELD(CPACR_EL1, SMEN, 24, 2) | ||
206 | +FIELD(CPACR_EL1, TTA, 28, 1) /* matches CPACR.TRCDIS */ | ||
207 | + | ||
208 | +/* Bit definitions for HCPTR (AArch32 only) */ | ||
209 | +FIELD(HCPTR, TCP10, 10, 1) | ||
210 | +FIELD(HCPTR, TCP11, 11, 1) | ||
211 | +FIELD(HCPTR, TASE, 15, 1) | ||
212 | +FIELD(HCPTR, TTA, 20, 1) | ||
213 | +FIELD(HCPTR, TAM, 30, 1) /* matches CPTR_EL2.TAM */ | ||
214 | +FIELD(HCPTR, TCPAC, 31, 1) /* matches CPTR_EL2.TCPAC */ | ||
215 | + | ||
216 | +/* Bit definitions for CPTR_EL2 (AArch64 only) */ | ||
217 | +FIELD(CPTR_EL2, TZ, 8, 1) /* !E2H */ | ||
218 | +FIELD(CPTR_EL2, TFP, 10, 1) /* !E2H, matches HCPTR.TCP10 */ | ||
219 | +FIELD(CPTR_EL2, TSM, 12, 1) /* !E2H */ | ||
220 | +FIELD(CPTR_EL2, ZEN, 16, 2) /* E2H */ | ||
221 | +FIELD(CPTR_EL2, FPEN, 20, 2) /* E2H */ | ||
222 | +FIELD(CPTR_EL2, SMEN, 24, 2) /* E2H */ | ||
223 | +FIELD(CPTR_EL2, TTA, 28, 1) | ||
224 | +FIELD(CPTR_EL2, TAM, 30, 1) /* matches HCPTR.TAM */ | ||
225 | +FIELD(CPTR_EL2, TCPAC, 31, 1) /* matches HCPTR.TCPAC */ | ||
226 | + | ||
227 | +/* Bit definitions for CPTR_EL3 (AArch64 only) */ | ||
228 | +FIELD(CPTR_EL3, EZ, 8, 1) | ||
229 | +FIELD(CPTR_EL3, TFP, 10, 1) | ||
230 | +FIELD(CPTR_EL3, ESM, 12, 1) | ||
231 | +FIELD(CPTR_EL3, TTA, 20, 1) | ||
232 | +FIELD(CPTR_EL3, TAM, 30, 1) | ||
233 | +FIELD(CPTR_EL3, TCPAC, 31, 1) | ||
234 | + | ||
235 | +#define MDCR_MTPME (1U << 28) | ||
236 | +#define MDCR_TDCC (1U << 27) | ||
237 | +#define MDCR_HLP (1U << 26) /* MDCR_EL2 */ | ||
238 | +#define MDCR_SCCD (1U << 23) /* MDCR_EL3 */ | ||
239 | +#define MDCR_HCCD (1U << 23) /* MDCR_EL2 */ | ||
240 | +#define MDCR_EPMAD (1U << 21) | ||
241 | +#define MDCR_EDAD (1U << 20) | ||
242 | +#define MDCR_TTRF (1U << 19) | ||
243 | +#define MDCR_STE (1U << 18) /* MDCR_EL3 */ | ||
244 | +#define MDCR_SPME (1U << 17) /* MDCR_EL3 */ | ||
245 | +#define MDCR_HPMD (1U << 17) /* MDCR_EL2 */ | ||
246 | +#define MDCR_SDD (1U << 16) | ||
247 | +#define MDCR_SPD (3U << 14) | ||
248 | +#define MDCR_TDRA (1U << 11) | ||
249 | +#define MDCR_TDOSA (1U << 10) | ||
250 | +#define MDCR_TDA (1U << 9) | ||
251 | +#define MDCR_TDE (1U << 8) | ||
252 | +#define MDCR_HPME (1U << 7) | ||
253 | +#define MDCR_TPM (1U << 6) | ||
254 | +#define MDCR_TPMCR (1U << 5) | ||
255 | +#define MDCR_HPMN (0x1fU) | ||
256 | + | ||
257 | +/* Not all of the MDCR_EL3 bits are present in the 32-bit SDCR */ | ||
258 | +#define SDCR_VALID_MASK (MDCR_MTPME | MDCR_TDCC | MDCR_SCCD | \ | ||
259 | + MDCR_EPMAD | MDCR_EDAD | MDCR_TTRF | \ | ||
260 | + MDCR_STE | MDCR_SPME | MDCR_SPD) | ||
261 | + | ||
262 | +#define TTBCR_N (7U << 0) /* TTBCR.EAE==0 */ | ||
263 | +#define TTBCR_T0SZ (7U << 0) /* TTBCR.EAE==1 */ | ||
264 | +#define TTBCR_PD0 (1U << 4) | ||
265 | +#define TTBCR_PD1 (1U << 5) | ||
266 | +#define TTBCR_EPD0 (1U << 7) | ||
267 | +#define TTBCR_IRGN0 (3U << 8) | ||
268 | +#define TTBCR_ORGN0 (3U << 10) | ||
269 | +#define TTBCR_SH0 (3U << 12) | ||
270 | +#define TTBCR_T1SZ (3U << 16) | ||
271 | +#define TTBCR_A1 (1U << 22) | ||
272 | +#define TTBCR_EPD1 (1U << 23) | ||
273 | +#define TTBCR_IRGN1 (3U << 24) | ||
274 | +#define TTBCR_ORGN1 (3U << 26) | ||
275 | +#define TTBCR_SH1 (1U << 28) | ||
276 | +#define TTBCR_EAE (1U << 31) | ||
277 | + | ||
278 | +FIELD(VTCR, T0SZ, 0, 6) | ||
279 | +FIELD(VTCR, SL0, 6, 2) | ||
280 | +FIELD(VTCR, IRGN0, 8, 2) | ||
281 | +FIELD(VTCR, ORGN0, 10, 2) | ||
282 | +FIELD(VTCR, SH0, 12, 2) | ||
283 | +FIELD(VTCR, TG0, 14, 2) | ||
284 | +FIELD(VTCR, PS, 16, 3) | ||
285 | +FIELD(VTCR, VS, 19, 1) | ||
286 | +FIELD(VTCR, HA, 21, 1) | ||
287 | +FIELD(VTCR, HD, 22, 1) | ||
288 | +FIELD(VTCR, HWU59, 25, 1) | ||
289 | +FIELD(VTCR, HWU60, 26, 1) | ||
290 | +FIELD(VTCR, HWU61, 27, 1) | ||
291 | +FIELD(VTCR, HWU62, 28, 1) | ||
292 | +FIELD(VTCR, NSW, 29, 1) | ||
293 | +FIELD(VTCR, NSA, 30, 1) | ||
294 | +FIELD(VTCR, DS, 32, 1) | ||
295 | +FIELD(VTCR, SL2, 33, 1) | ||
296 | + | ||
297 | +#define HCRX_ENAS0 (1ULL << 0) | ||
298 | +#define HCRX_ENALS (1ULL << 1) | ||
299 | +#define HCRX_ENASR (1ULL << 2) | ||
300 | +#define HCRX_FNXS (1ULL << 3) | ||
301 | +#define HCRX_FGTNXS (1ULL << 4) | ||
302 | +#define HCRX_SMPME (1ULL << 5) | ||
303 | +#define HCRX_TALLINT (1ULL << 6) | ||
304 | +#define HCRX_VINMI (1ULL << 7) | ||
305 | +#define HCRX_VFNMI (1ULL << 8) | ||
306 | +#define HCRX_CMOW (1ULL << 9) | ||
307 | +#define HCRX_MCE2 (1ULL << 10) | ||
308 | +#define HCRX_MSCEN (1ULL << 11) | ||
309 | + | ||
310 | +#define HPFAR_NS (1ULL << 63) | ||
311 | + | ||
312 | +#define HSTR_TTEE (1 << 16) | ||
313 | +#define HSTR_TJDBX (1 << 17) | ||
314 | + | ||
315 | +#define CNTHCTL_CNTVMASK (1 << 18) | ||
316 | +#define CNTHCTL_CNTPMASK (1 << 19) | ||
317 | + | ||
318 | /* We use a few fake FSR values for internal purposes in M profile. | ||
319 | * M profile cores don't have A/R format FSRs, but currently our | ||
320 | * get_phys_addr() code assumes A/R profile and reports failures via | ||
45 | -- | 321 | -- |
46 | 2.20.1 | 322 | 2.34.1 |
47 | 323 | ||
48 | 324 | diff view generated by jsdifflib |
1 | Set the MVFR1 ID register FPHP and SIMDHP fields to indicate | 1 | The timer _EL02 registers should UNDEF for invalid accesses from EL2 |
---|---|---|---|
2 | that our "-cpu max" has v8.2-FP16. | 2 | or EL3 when HCR_EL2.E2H == 0, not take a cp access trap. We were |
3 | delivering the exception to EL2 with the wrong syndrome. | ||
3 | 4 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20200828183354.27913-46-peter.maydell@linaro.org | 7 | Message-id: 20240301183219.2424889-3-peter.maydell@linaro.org |
7 | --- | 8 | --- |
8 | target/arm/cpu.c | 3 ++- | 9 | target/arm/helper.c | 2 +- |
9 | target/arm/cpu64.c | 10 ++++------ | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 2 files changed, 6 insertions(+), 7 deletions(-) | ||
11 | 11 | ||
12 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 12 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
13 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/cpu.c | 14 | --- a/target/arm/helper.c |
15 | +++ b/target/arm/cpu.c | 15 | +++ b/target/arm/helper.c |
16 | @@ -XXX,XX +XXX,XX @@ static void arm_max_initfn(Object *obj) | 16 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult e2h_access(CPUARMState *env, const ARMCPRegInfo *ri, |
17 | cpu->isar.id_isar6 = t; | 17 | return CP_ACCESS_OK; |
18 | 18 | } | |
19 | t = cpu->isar.mvfr1; | 19 | if (!(arm_hcr_el2_eff(env) & HCR_E2H)) { |
20 | - t = FIELD_DP32(t, MVFR1, FPHP, 2); /* v8.0 FP support */ | 20 | - return CP_ACCESS_TRAP; |
21 | + t = FIELD_DP32(t, MVFR1, FPHP, 3); /* v8.2-FP16 */ | 21 | + return CP_ACCESS_TRAP_UNCATEGORIZED; |
22 | + t = FIELD_DP32(t, MVFR1, SIMDHP, 2); /* v8.2-FP16 */ | 22 | } |
23 | cpu->isar.mvfr1 = t; | 23 | return CP_ACCESS_OK; |
24 | 24 | } | |
25 | t = cpu->isar.mvfr2; | ||
26 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
27 | index XXXXXXX..XXXXXXX 100644 | ||
28 | --- a/target/arm/cpu64.c | ||
29 | +++ b/target/arm/cpu64.c | ||
30 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
31 | u = FIELD_DP32(u, ID_DFR0, PERFMON, 5); /* v8.4-PMU */ | ||
32 | cpu->isar.id_dfr0 = u; | ||
33 | |||
34 | - /* | ||
35 | - * FIXME: We do not yet support ARMv8.2-fp16 for AArch32 yet, | ||
36 | - * so do not set MVFR1.FPHP. Strictly speaking this is not legal, | ||
37 | - * but it is also not legal to enable SVE without support for FP16, | ||
38 | - * and enabling SVE in system mode is more useful in the short term. | ||
39 | - */ | ||
40 | + u = cpu->isar.mvfr1; | ||
41 | + u = FIELD_DP32(u, MVFR1, FPHP, 3); /* v8.2-FP16 */ | ||
42 | + u = FIELD_DP32(u, MVFR1, SIMDHP, 2); /* v8.2-FP16 */ | ||
43 | + cpu->isar.mvfr1 = u; | ||
44 | |||
45 | #ifdef CONFIG_USER_ONLY | ||
46 | /* For usermode -cpu max we can use a larger and more efficient DCZ | ||
47 | -- | 25 | -- |
48 | 2.20.1 | 26 | 2.34.1 |
49 | |||
50 | diff view generated by jsdifflib |
1 | We already have gvec helpers for floating point VRECPE and | 1 | We prefer the FIELD macro over ad-hoc #defines for register bits; |
---|---|---|---|
2 | VRQSRTE, so convert the Neon decoder to use them and | 2 | switch CNTHCTL to that style before we add any more bits. |
3 | add the fp16 support. | ||
4 | 3 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20200828183354.27913-25-peter.maydell@linaro.org | 7 | Message-id: 20240301183219.2424889-4-peter.maydell@linaro.org |
8 | --- | 8 | --- |
9 | target/arm/translate-neon.c.inc | 31 +++++++++++++++++++++++++++++-- | 9 | target/arm/internals.h | 27 +++++++++++++++++++++++++-- |
10 | 1 file changed, 29 insertions(+), 2 deletions(-) | 10 | target/arm/helper.c | 9 ++++----- |
11 | 2 files changed, 29 insertions(+), 7 deletions(-) | ||
11 | 12 | ||
12 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | 13 | diff --git a/target/arm/internals.h b/target/arm/internals.h |
13 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/translate-neon.c.inc | 15 | --- a/target/arm/internals.h |
15 | +++ b/target/arm/translate-neon.c.inc | 16 | +++ b/target/arm/internals.h |
16 | @@ -XXX,XX +XXX,XX @@ static bool do_2misc_fp(DisasContext *s, arg_2misc *a, | 17 | @@ -XXX,XX +XXX,XX @@ FIELD(VTCR, SL2, 33, 1) |
17 | return do_2misc_fp(s, a, FUNC); \ | 18 | #define HSTR_TTEE (1 << 16) |
19 | #define HSTR_TJDBX (1 << 17) | ||
20 | |||
21 | -#define CNTHCTL_CNTVMASK (1 << 18) | ||
22 | -#define CNTHCTL_CNTPMASK (1 << 19) | ||
23 | +/* | ||
24 | + * Depending on the value of HCR_EL2.E2H, bits 0 and 1 | ||
25 | + * have different bit definitions, and EL1PCTEN might be | ||
26 | + * bit 0 or bit 10. We use _E2H1 and _E2H0 suffixes to | ||
27 | + * disambiguate if necessary. | ||
28 | + */ | ||
29 | +FIELD(CNTHCTL, EL0PCTEN_E2H1, 0, 1) | ||
30 | +FIELD(CNTHCTL, EL0VCTEN_E2H1, 1, 1) | ||
31 | +FIELD(CNTHCTL, EL1PCTEN_E2H0, 0, 1) | ||
32 | +FIELD(CNTHCTL, EL1PCEN_E2H0, 1, 1) | ||
33 | +FIELD(CNTHCTL, EVNTEN, 2, 1) | ||
34 | +FIELD(CNTHCTL, EVNTDIR, 3, 1) | ||
35 | +FIELD(CNTHCTL, EVNTI, 4, 4) | ||
36 | +FIELD(CNTHCTL, EL0VTEN, 8, 1) | ||
37 | +FIELD(CNTHCTL, EL0PTEN, 9, 1) | ||
38 | +FIELD(CNTHCTL, EL1PCTEN_E2H1, 10, 1) | ||
39 | +FIELD(CNTHCTL, EL1PTEN, 11, 1) | ||
40 | +FIELD(CNTHCTL, ECV, 12, 1) | ||
41 | +FIELD(CNTHCTL, EL1TVT, 13, 1) | ||
42 | +FIELD(CNTHCTL, EL1TVCT, 14, 1) | ||
43 | +FIELD(CNTHCTL, EL1NVPCT, 15, 1) | ||
44 | +FIELD(CNTHCTL, EL1NVVCT, 16, 1) | ||
45 | +FIELD(CNTHCTL, EVNTIS, 17, 1) | ||
46 | +FIELD(CNTHCTL, CNTVMASK, 18, 1) | ||
47 | +FIELD(CNTHCTL, CNTPMASK, 19, 1) | ||
48 | |||
49 | /* We use a few fake FSR values for internal purposes in M profile. | ||
50 | * M profile cores don't have A/R format FSRs, but currently our | ||
51 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/target/arm/helper.c | ||
54 | +++ b/target/arm/helper.c | ||
55 | @@ -XXX,XX +XXX,XX @@ static void gt_update_irq(ARMCPU *cpu, int timeridx) | ||
56 | * It is RES0 in Secure and NonSecure state. | ||
57 | */ | ||
58 | if ((ss == ARMSS_Root || ss == ARMSS_Realm) && | ||
59 | - ((timeridx == GTIMER_VIRT && (cnthctl & CNTHCTL_CNTVMASK)) || | ||
60 | - (timeridx == GTIMER_PHYS && (cnthctl & CNTHCTL_CNTPMASK)))) { | ||
61 | + ((timeridx == GTIMER_VIRT && (cnthctl & R_CNTHCTL_CNTVMASK_MASK)) || | ||
62 | + (timeridx == GTIMER_PHYS && (cnthctl & R_CNTHCTL_CNTPMASK_MASK)))) { | ||
63 | irqstate = 0; | ||
18 | } | 64 | } |
19 | 65 | ||
20 | -DO_2MISC_FP(VRECPE_F, gen_helper_recpe_f32) | 66 | @@ -XXX,XX +XXX,XX @@ static void gt_cnthctl_write(CPUARMState *env, const ARMCPRegInfo *ri, |
21 | -DO_2MISC_FP(VRSQRTE_F, gen_helper_rsqrte_f32) | ||
22 | DO_2MISC_FP(VCVT_FS, gen_helper_vfp_sitos) | ||
23 | DO_2MISC_FP(VCVT_FU, gen_helper_vfp_uitos) | ||
24 | DO_2MISC_FP(VCVT_SF, gen_helper_vfp_tosizs) | ||
25 | DO_2MISC_FP(VCVT_UF, gen_helper_vfp_touizs) | ||
26 | |||
27 | +#define DO_2MISC_FP_VEC(INSN, HFUNC, SFUNC) \ | ||
28 | + static void gen_##INSN(unsigned vece, uint32_t rd_ofs, \ | ||
29 | + uint32_t rm_ofs, \ | ||
30 | + uint32_t oprsz, uint32_t maxsz) \ | ||
31 | + { \ | ||
32 | + static gen_helper_gvec_2_ptr * const fns[4] = { \ | ||
33 | + NULL, HFUNC, SFUNC, NULL, \ | ||
34 | + }; \ | ||
35 | + TCGv_ptr fpst; \ | ||
36 | + fpst = fpstatus_ptr(vece == MO_16 ? FPST_STD_F16 : FPST_STD); \ | ||
37 | + tcg_gen_gvec_2_ptr(rd_ofs, rm_ofs, fpst, oprsz, maxsz, 0, \ | ||
38 | + fns[vece]); \ | ||
39 | + tcg_temp_free_ptr(fpst); \ | ||
40 | + } \ | ||
41 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
42 | + { \ | ||
43 | + if (a->size == MO_16) { \ | ||
44 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { \ | ||
45 | + return false; \ | ||
46 | + } \ | ||
47 | + } else if (a->size != MO_32) { \ | ||
48 | + return false; \ | ||
49 | + } \ | ||
50 | + return do_2misc_vec(s, a, gen_##INSN); \ | ||
51 | + } | ||
52 | + | ||
53 | +DO_2MISC_FP_VEC(VRECPE_F, gen_helper_gvec_frecpe_h, gen_helper_gvec_frecpe_s) | ||
54 | +DO_2MISC_FP_VEC(VRSQRTE_F, gen_helper_gvec_frsqrte_h, gen_helper_gvec_frsqrte_s) | ||
55 | + | ||
56 | static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | ||
57 | { | 67 | { |
58 | if (!arm_dc_feature(s, ARM_FEATURE_V8)) { | 68 | ARMCPU *cpu = env_archcpu(env); |
69 | uint32_t oldval = env->cp15.cnthctl_el2; | ||
70 | - | ||
71 | raw_write(env, ri, value); | ||
72 | |||
73 | - if ((oldval ^ value) & CNTHCTL_CNTVMASK) { | ||
74 | + if ((oldval ^ value) & R_CNTHCTL_CNTVMASK_MASK) { | ||
75 | gt_update_irq(cpu, GTIMER_VIRT); | ||
76 | - } else if ((oldval ^ value) & CNTHCTL_CNTPMASK) { | ||
77 | + } else if ((oldval ^ value) & R_CNTHCTL_CNTPMASK_MASK) { | ||
78 | gt_update_irq(cpu, GTIMER_PHYS); | ||
79 | } | ||
80 | } | ||
59 | -- | 81 | -- |
60 | 2.20.1 | 82 | 2.34.1 |
61 | 83 | ||
62 | 84 | diff view generated by jsdifflib |
1 | Convert the Neon floating-point VMUL, VMLA and VMLS to use gvec, | 1 | Don't allow the guest to write CNTHCTL_EL2 bits which don't exist. |
---|---|---|---|
2 | and use this to implement fp16 support. | 2 | This is not strictly architecturally required, but it is how we've |
3 | tended to implement registers more recently. | ||
4 | |||
5 | In particular, bits [19:18] are only present with FEAT_RME, | ||
6 | and bits [17:12] will only be present with FEAT_ECV. | ||
3 | 7 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20200828183354.27913-45-peter.maydell@linaro.org | 10 | Message-id: 20240301183219.2424889-5-peter.maydell@linaro.org |
7 | --- | 11 | --- |
8 | target/arm/translate-neon.c.inc | 114 ++++++++++++++++---------------- | 12 | target/arm/helper.c | 18 ++++++++++++++++++ |
9 | 1 file changed, 57 insertions(+), 57 deletions(-) | 13 | 1 file changed, 18 insertions(+) |
10 | 14 | ||
11 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | 15 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
12 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/target/arm/translate-neon.c.inc | 17 | --- a/target/arm/helper.c |
14 | +++ b/target/arm/translate-neon.c.inc | 18 | +++ b/target/arm/helper.c |
15 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMLS_2sc(DisasContext *s, arg_2scalar *a) | 19 | @@ -XXX,XX +XXX,XX @@ static void gt_cnthctl_write(CPUARMState *env, const ARMCPRegInfo *ri, |
16 | return do_2scalar(s, a, opfn[a->size], accfn[a->size]); | 20 | { |
17 | } | 21 | ARMCPU *cpu = env_archcpu(env); |
18 | 22 | uint32_t oldval = env->cp15.cnthctl_el2; | |
19 | -/* | 23 | + uint32_t valid_mask = |
20 | - * Rather than have a float-specific version of do_2scalar just for | 24 | + R_CNTHCTL_EL0PCTEN_E2H1_MASK | |
21 | - * three insns, we wrap a NeonGenTwoSingleOpFn to turn it into | 25 | + R_CNTHCTL_EL0VCTEN_E2H1_MASK | |
22 | - * a NeonGenTwoOpFn. | 26 | + R_CNTHCTL_EVNTEN_MASK | |
23 | - */ | 27 | + R_CNTHCTL_EVNTDIR_MASK | |
24 | -#define WRAP_FP_FN(WRAPNAME, FUNC) \ | 28 | + R_CNTHCTL_EVNTI_MASK | |
25 | - static void WRAPNAME(TCGv_i32 rd, TCGv_i32 rn, TCGv_i32 rm) \ | 29 | + R_CNTHCTL_EL0VTEN_MASK | |
26 | - { \ | 30 | + R_CNTHCTL_EL0PTEN_MASK | |
27 | - TCGv_ptr fpstatus = fpstatus_ptr(FPST_STD); \ | 31 | + R_CNTHCTL_EL1PCTEN_E2H1_MASK | |
28 | - FUNC(rd, rn, rm, fpstatus); \ | 32 | + R_CNTHCTL_EL1PTEN_MASK; |
29 | - tcg_temp_free_ptr(fpstatus); \ | ||
30 | +static bool do_2scalar_fp_vec(DisasContext *s, arg_2scalar *a, | ||
31 | + gen_helper_gvec_3_ptr *fn) | ||
32 | +{ | ||
33 | + /* Two registers and a scalar, using gvec */ | ||
34 | + int vec_size = a->q ? 16 : 8; | ||
35 | + int rd_ofs = neon_reg_offset(a->vd, 0); | ||
36 | + int rn_ofs = neon_reg_offset(a->vn, 0); | ||
37 | + int rm_ofs; | ||
38 | + int idx; | ||
39 | + TCGv_ptr fpstatus; | ||
40 | + | 33 | + |
41 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | 34 | + if (cpu_isar_feature(aa64_rme, cpu)) { |
42 | + return false; | 35 | + valid_mask |= R_CNTHCTL_CNTVMASK_MASK | R_CNTHCTL_CNTPMASK_MASK; |
43 | } | ||
44 | |||
45 | -WRAP_FP_FN(gen_VMUL_F_mul, gen_helper_vfp_muls) | ||
46 | -WRAP_FP_FN(gen_VMUL_F_add, gen_helper_vfp_adds) | ||
47 | -WRAP_FP_FN(gen_VMUL_F_sub, gen_helper_vfp_subs) | ||
48 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
49 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
50 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
51 | + return false; | ||
52 | + } | ||
53 | |||
54 | -static bool trans_VMUL_F_2sc(DisasContext *s, arg_2scalar *a) | ||
55 | -{ | ||
56 | - static NeonGenTwoOpFn * const opfn[] = { | ||
57 | - NULL, | ||
58 | - NULL, /* TODO: fp16 support */ | ||
59 | - gen_VMUL_F_mul, | ||
60 | - NULL, | ||
61 | - }; | ||
62 | + if (!fn) { | ||
63 | + /* Bad size (including size == 3, which is a different insn group) */ | ||
64 | + return false; | ||
65 | + } | ||
66 | |||
67 | - return do_2scalar(s, a, opfn[a->size], NULL); | ||
68 | + if (a->q && ((a->vd | a->vn) & 1)) { | ||
69 | + return false; | ||
70 | + } | 36 | + } |
71 | + | 37 | + |
72 | + if (!vfp_access_check(s)) { | 38 | + /* Clear RES0 bits */ |
73 | + return true; | 39 | + value &= valid_mask; |
74 | + } | ||
75 | + | 40 | + |
76 | + /* a->vm is M:Vm, which encodes both register and index */ | 41 | raw_write(env, ri, value); |
77 | + idx = extract32(a->vm, a->size + 2, 2); | 42 | |
78 | + a->vm = extract32(a->vm, 0, a->size + 2); | 43 | if ((oldval ^ value) & R_CNTHCTL_CNTVMASK_MASK) { |
79 | + rm_ofs = neon_reg_offset(a->vm, 0); | ||
80 | + | ||
81 | + fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD); | ||
82 | + tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, fpstatus, | ||
83 | + vec_size, vec_size, idx, fn); | ||
84 | + tcg_temp_free_ptr(fpstatus); | ||
85 | + return true; | ||
86 | } | ||
87 | |||
88 | -static bool trans_VMLA_F_2sc(DisasContext *s, arg_2scalar *a) | ||
89 | -{ | ||
90 | - static NeonGenTwoOpFn * const opfn[] = { | ||
91 | - NULL, | ||
92 | - NULL, /* TODO: fp16 support */ | ||
93 | - gen_VMUL_F_mul, | ||
94 | - NULL, | ||
95 | - }; | ||
96 | - static NeonGenTwoOpFn * const accfn[] = { | ||
97 | - NULL, | ||
98 | - NULL, /* TODO: fp16 support */ | ||
99 | - gen_VMUL_F_add, | ||
100 | - NULL, | ||
101 | - }; | ||
102 | +#define DO_VMUL_F_2sc(NAME, FUNC) \ | ||
103 | + static bool trans_##NAME##_F_2sc(DisasContext *s, arg_2scalar *a) \ | ||
104 | + { \ | ||
105 | + static gen_helper_gvec_3_ptr * const opfn[] = { \ | ||
106 | + NULL, \ | ||
107 | + gen_helper_##FUNC##_h, \ | ||
108 | + gen_helper_##FUNC##_s, \ | ||
109 | + NULL, \ | ||
110 | + }; \ | ||
111 | + if (a->size == MO_16 && !dc_isar_feature(aa32_fp16_arith, s)) { \ | ||
112 | + return false; \ | ||
113 | + } \ | ||
114 | + return do_2scalar_fp_vec(s, a, opfn[a->size]); \ | ||
115 | + } | ||
116 | |||
117 | - return do_2scalar(s, a, opfn[a->size], accfn[a->size]); | ||
118 | -} | ||
119 | - | ||
120 | -static bool trans_VMLS_F_2sc(DisasContext *s, arg_2scalar *a) | ||
121 | -{ | ||
122 | - static NeonGenTwoOpFn * const opfn[] = { | ||
123 | - NULL, | ||
124 | - NULL, /* TODO: fp16 support */ | ||
125 | - gen_VMUL_F_mul, | ||
126 | - NULL, | ||
127 | - }; | ||
128 | - static NeonGenTwoOpFn * const accfn[] = { | ||
129 | - NULL, | ||
130 | - NULL, /* TODO: fp16 support */ | ||
131 | - gen_VMUL_F_sub, | ||
132 | - NULL, | ||
133 | - }; | ||
134 | - | ||
135 | - return do_2scalar(s, a, opfn[a->size], accfn[a->size]); | ||
136 | -} | ||
137 | +DO_VMUL_F_2sc(VMUL, gvec_fmul_idx) | ||
138 | +DO_VMUL_F_2sc(VMLA, gvec_fmla_nf_idx) | ||
139 | +DO_VMUL_F_2sc(VMLS, gvec_fmls_nf_idx) | ||
140 | |||
141 | WRAP_ENV_FN(gen_VQDMULH_16, gen_helper_neon_qdmulh_s16) | ||
142 | WRAP_ENV_FN(gen_VQDMULH_32, gen_helper_neon_qdmulh_s32) | ||
143 | -- | 44 | -- |
144 | 2.20.1 | 45 | 2.34.1 |
145 | |||
146 | diff view generated by jsdifflib |
1 | Implement VFP fp16 for VABS, VNEG and VSQRT. This is all | 1 | The functionality defined by ID_AA64MMFR0_EL1.ECV == 1 is: |
---|---|---|---|
2 | the fp16 insns that use the DO_VFP_2OP macro, because there | 2 | * four new trap bits for various counter and timer registers |
3 | is no fp16 version of VMOV_reg. | 3 | * the CNTHCTL_EL2.EVNTIS and CNTKCTL_EL1.EVNTIS bits which control |
4 | scaling of the event stream. This is a no-op for us, because we don't | ||
5 | implement the event stream (our WFE is a NOP): all we need to do is | ||
6 | allow CNTHCTL_EL2.ENVTIS to be read and written. | ||
7 | * extensions to PMSCR_EL1.PCT, PMSCR_EL2.PCT, TRFCR_EL1.TS and | ||
8 | TRFCR_EL2.TS: these are all no-ops for us, because we don't implement | ||
9 | FEAT_SPE or FEAT_TRF. | ||
10 | * new registers CNTPCTSS_EL0 and NCTVCTSS_EL0 which are | ||
11 | "self-sychronizing" views of the CNTPCT_EL0 and CNTVCT_EL0, meaning | ||
12 | that no barriers are needed around their accesses. For us these | ||
13 | are just the same as the normal views, because all our sysregs are | ||
14 | inherently self-sychronizing. | ||
4 | 15 | ||
5 | Notes: | 16 | In this commit we implement the trap handling and permit the new |
6 | * the gen_helper_vfp_negh already exists as we needed to create | 17 | CNTHCTL_EL2 bits to be written. |
7 | it for the fp16 multiply-add insns | ||
8 | * as usual we need to use the f16 version of the fp_status; | ||
9 | this is only relevant for VSQRT | ||
10 | 18 | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
13 | Message-id: 20200828183354.27913-9-peter.maydell@linaro.org | 21 | Message-id: 20240301183219.2424889-6-peter.maydell@linaro.org |
14 | --- | 22 | --- |
15 | target/arm/helper.h | 2 ++ | 23 | target/arm/cpu-features.h | 5 ++++ |
16 | target/arm/vfp.decode | 3 +++ | 24 | target/arm/helper.c | 51 +++++++++++++++++++++++++++++++++++---- |
17 | target/arm/vfp_helper.c | 10 +++++++++ | 25 | 2 files changed, 51 insertions(+), 5 deletions(-) |
18 | target/arm/translate-vfp.c.inc | 40 ++++++++++++++++++++++++++++++++++ | ||
19 | 4 files changed, 55 insertions(+) | ||
20 | 26 | ||
21 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 27 | diff --git a/target/arm/cpu-features.h b/target/arm/cpu-features.h |
22 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/helper.h | 29 | --- a/target/arm/cpu-features.h |
24 | +++ b/target/arm/helper.h | 30 | +++ b/target/arm/cpu-features.h |
25 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(vfp_minnumd, f64, f64, f64, ptr) | 31 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_fgt(const ARMISARegisters *id) |
26 | DEF_HELPER_1(vfp_negh, f16, f16) | 32 | return FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, FGT) != 0; |
27 | DEF_HELPER_1(vfp_negs, f32, f32) | ||
28 | DEF_HELPER_1(vfp_negd, f64, f64) | ||
29 | +DEF_HELPER_1(vfp_absh, f16, f16) | ||
30 | DEF_HELPER_1(vfp_abss, f32, f32) | ||
31 | DEF_HELPER_1(vfp_absd, f64, f64) | ||
32 | +DEF_HELPER_2(vfp_sqrth, f16, f16, env) | ||
33 | DEF_HELPER_2(vfp_sqrts, f32, f32, env) | ||
34 | DEF_HELPER_2(vfp_sqrtd, f64, f64, env) | ||
35 | DEF_HELPER_3(vfp_cmps, void, f32, f32, env) | ||
36 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/target/arm/vfp.decode | ||
39 | +++ b/target/arm/vfp.decode | ||
40 | @@ -XXX,XX +XXX,XX @@ VMOV_imm_dp ---- 1110 1.11 .... .... 1011 0000 .... \ | ||
41 | VMOV_reg_sp ---- 1110 1.11 0000 .... 1010 01.0 .... @vfp_dm_ss | ||
42 | VMOV_reg_dp ---- 1110 1.11 0000 .... 1011 01.0 .... @vfp_dm_dd | ||
43 | |||
44 | +VABS_hp ---- 1110 1.11 0000 .... 1001 11.0 .... @vfp_dm_ss | ||
45 | VABS_sp ---- 1110 1.11 0000 .... 1010 11.0 .... @vfp_dm_ss | ||
46 | VABS_dp ---- 1110 1.11 0000 .... 1011 11.0 .... @vfp_dm_dd | ||
47 | |||
48 | +VNEG_hp ---- 1110 1.11 0001 .... 1001 01.0 .... @vfp_dm_ss | ||
49 | VNEG_sp ---- 1110 1.11 0001 .... 1010 01.0 .... @vfp_dm_ss | ||
50 | VNEG_dp ---- 1110 1.11 0001 .... 1011 01.0 .... @vfp_dm_dd | ||
51 | |||
52 | +VSQRT_hp ---- 1110 1.11 0001 .... 1001 11.0 .... @vfp_dm_ss | ||
53 | VSQRT_sp ---- 1110 1.11 0001 .... 1010 11.0 .... @vfp_dm_ss | ||
54 | VSQRT_dp ---- 1110 1.11 0001 .... 1011 11.0 .... @vfp_dm_dd | ||
55 | |||
56 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | --- a/target/arm/vfp_helper.c | ||
59 | +++ b/target/arm/vfp_helper.c | ||
60 | @@ -XXX,XX +XXX,XX @@ float64 VFP_HELPER(neg, d)(float64 a) | ||
61 | return float64_chs(a); | ||
62 | } | 33 | } |
63 | 34 | ||
64 | +dh_ctype_f16 VFP_HELPER(abs, h)(dh_ctype_f16 a) | 35 | +static inline bool isar_feature_aa64_ecv_traps(const ARMISARegisters *id) |
65 | +{ | 36 | +{ |
66 | + return float16_abs(a); | 37 | + return FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, ECV) > 0; |
67 | +} | 38 | +} |
68 | + | 39 | + |
69 | float32 VFP_HELPER(abs, s)(float32 a) | 40 | static inline bool isar_feature_aa64_vh(const ARMISARegisters *id) |
70 | { | 41 | { |
71 | return float32_abs(a); | 42 | return FIELD_EX64(id->id_aa64mmfr1, ID_AA64MMFR1, VH) != 0; |
72 | @@ -XXX,XX +XXX,XX @@ float64 VFP_HELPER(abs, d)(float64 a) | 43 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
73 | return float64_abs(a); | 44 | index XXXXXXX..XXXXXXX 100644 |
45 | --- a/target/arm/helper.c | ||
46 | +++ b/target/arm/helper.c | ||
47 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult gt_counter_access(CPUARMState *env, int timeridx, | ||
48 | : !extract32(env->cp15.cnthctl_el2, 0, 1))) { | ||
49 | return CP_ACCESS_TRAP_EL2; | ||
50 | } | ||
51 | + if (has_el2 && timeridx == GTIMER_VIRT) { | ||
52 | + if (FIELD_EX64(env->cp15.cnthctl_el2, CNTHCTL, EL1TVCT)) { | ||
53 | + return CP_ACCESS_TRAP_EL2; | ||
54 | + } | ||
55 | + } | ||
56 | break; | ||
57 | } | ||
58 | return CP_ACCESS_OK; | ||
59 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult gt_timer_access(CPUARMState *env, int timeridx, | ||
60 | } | ||
61 | } | ||
62 | } | ||
63 | + if (has_el2 && timeridx == GTIMER_VIRT) { | ||
64 | + if (FIELD_EX64(env->cp15.cnthctl_el2, CNTHCTL, EL1TVT)) { | ||
65 | + return CP_ACCESS_TRAP_EL2; | ||
66 | + } | ||
67 | + } | ||
68 | break; | ||
69 | } | ||
70 | return CP_ACCESS_OK; | ||
71 | @@ -XXX,XX +XXX,XX @@ static void gt_cnthctl_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
72 | if (cpu_isar_feature(aa64_rme, cpu)) { | ||
73 | valid_mask |= R_CNTHCTL_CNTVMASK_MASK | R_CNTHCTL_CNTPMASK_MASK; | ||
74 | } | ||
75 | + if (cpu_isar_feature(aa64_ecv_traps, cpu)) { | ||
76 | + valid_mask |= | ||
77 | + R_CNTHCTL_EL1TVT_MASK | | ||
78 | + R_CNTHCTL_EL1TVCT_MASK | | ||
79 | + R_CNTHCTL_EL1NVPCT_MASK | | ||
80 | + R_CNTHCTL_EL1NVVCT_MASK | | ||
81 | + R_CNTHCTL_EVNTIS_MASK; | ||
82 | + } | ||
83 | |||
84 | /* Clear RES0 bits */ | ||
85 | value &= valid_mask; | ||
86 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult e2h_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
87 | { | ||
88 | if (arm_current_el(env) == 1) { | ||
89 | /* This must be a FEAT_NV access */ | ||
90 | - /* TODO: FEAT_ECV will need to check CNTHCTL_EL2 here */ | ||
91 | return CP_ACCESS_OK; | ||
92 | } | ||
93 | if (!(arm_hcr_el2_eff(env) & HCR_E2H)) { | ||
94 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult e2h_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
95 | return CP_ACCESS_OK; | ||
74 | } | 96 | } |
75 | 97 | ||
76 | +dh_ctype_f16 VFP_HELPER(sqrt, h)(dh_ctype_f16 a, CPUARMState *env) | 98 | +static CPAccessResult access_el1nvpct(CPUARMState *env, const ARMCPRegInfo *ri, |
99 | + bool isread) | ||
77 | +{ | 100 | +{ |
78 | + return float16_sqrt(a, &env->vfp.fp_status_f16); | 101 | + if (arm_current_el(env) == 1) { |
102 | + /* This must be a FEAT_NV access with NVx == 101 */ | ||
103 | + if (FIELD_EX64(env->cp15.cnthctl_el2, CNTHCTL, EL1NVPCT)) { | ||
104 | + return CP_ACCESS_TRAP_EL2; | ||
105 | + } | ||
106 | + } | ||
107 | + return e2h_access(env, ri, isread); | ||
79 | +} | 108 | +} |
80 | + | 109 | + |
81 | float32 VFP_HELPER(sqrt, s)(float32 a, CPUARMState *env) | 110 | +static CPAccessResult access_el1nvvct(CPUARMState *env, const ARMCPRegInfo *ri, |
82 | { | 111 | + bool isread) |
83 | return float32_sqrt(a, &env->vfp.fp_status); | ||
84 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/target/arm/translate-vfp.c.inc | ||
87 | +++ b/target/arm/translate-vfp.c.inc | ||
88 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_sp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) | ||
89 | return true; | ||
90 | } | ||
91 | |||
92 | +static bool do_vfp_2op_hp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) | ||
93 | +{ | 112 | +{ |
94 | + /* | 113 | + if (arm_current_el(env) == 1) { |
95 | + * Do a half-precision operation. Functionally this is | 114 | + /* This must be a FEAT_NV access with NVx == 101 */ |
96 | + * the same as do_vfp_2op_sp(), except: | 115 | + if (FIELD_EX64(env->cp15.cnthctl_el2, CNTHCTL, EL1NVVCT)) { |
97 | + * - it doesn't need the VFP vector handling (fp16 is a | 116 | + return CP_ACCESS_TRAP_EL2; |
98 | + * v8 feature, and in v8 VFP vectors don't exist) | 117 | + } |
99 | + * - it does the aa32_fp16_arith feature test | ||
100 | + */ | ||
101 | + TCGv_i32 f0; | ||
102 | + | ||
103 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
104 | + return false; | ||
105 | + } | 118 | + } |
106 | + | 119 | + return e2h_access(env, ri, isread); |
107 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
108 | + return false; | ||
109 | + } | ||
110 | + | ||
111 | + if (!vfp_access_check(s)) { | ||
112 | + return true; | ||
113 | + } | ||
114 | + | ||
115 | + f0 = tcg_temp_new_i32(); | ||
116 | + neon_load_reg32(f0, vm); | ||
117 | + fn(f0, f0); | ||
118 | + neon_store_reg32(f0, vd); | ||
119 | + tcg_temp_free_i32(f0); | ||
120 | + | ||
121 | + return true; | ||
122 | +} | 120 | +} |
123 | + | 121 | + |
124 | static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) | 122 | /* Test if system register redirection is to occur in the current state. */ |
123 | static bool redirect_for_e2h(CPUARMState *env) | ||
125 | { | 124 | { |
126 | uint32_t delta_m = 0; | 125 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo vhe_reginfo[] = { |
127 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_dp(DisasContext *s, arg_VMOV_imm_dp *a) | 126 | { .name = "CNTP_CTL_EL02", .state = ARM_CP_STATE_AA64, |
128 | DO_VFP_2OP(VMOV_reg, sp, tcg_gen_mov_i32) | 127 | .opc0 = 3, .opc1 = 5, .crn = 14, .crm = 2, .opc2 = 1, |
129 | DO_VFP_2OP(VMOV_reg, dp, tcg_gen_mov_i64) | 128 | .type = ARM_CP_IO | ARM_CP_ALIAS, |
130 | 129 | - .access = PL2_RW, .accessfn = e2h_access, | |
131 | +DO_VFP_2OP(VABS, hp, gen_helper_vfp_absh) | 130 | + .access = PL2_RW, .accessfn = access_el1nvpct, |
132 | DO_VFP_2OP(VABS, sp, gen_helper_vfp_abss) | 131 | .nv2_redirect_offset = 0x180 | NV2_REDIR_NO_NV1, |
133 | DO_VFP_2OP(VABS, dp, gen_helper_vfp_absd) | 132 | .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_PHYS].ctl), |
134 | 133 | .writefn = gt_phys_ctl_write, .raw_writefn = raw_write }, | |
135 | +DO_VFP_2OP(VNEG, hp, gen_helper_vfp_negh) | 134 | { .name = "CNTV_CTL_EL02", .state = ARM_CP_STATE_AA64, |
136 | DO_VFP_2OP(VNEG, sp, gen_helper_vfp_negs) | 135 | .opc0 = 3, .opc1 = 5, .crn = 14, .crm = 3, .opc2 = 1, |
137 | DO_VFP_2OP(VNEG, dp, gen_helper_vfp_negd) | 136 | .type = ARM_CP_IO | ARM_CP_ALIAS, |
138 | 137 | - .access = PL2_RW, .accessfn = e2h_access, | |
139 | +static void gen_VSQRT_hp(TCGv_i32 vd, TCGv_i32 vm) | 138 | + .access = PL2_RW, .accessfn = access_el1nvvct, |
140 | +{ | 139 | .nv2_redirect_offset = 0x170 | NV2_REDIR_NO_NV1, |
141 | + gen_helper_vfp_sqrth(vd, vm, cpu_env); | 140 | .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_VIRT].ctl), |
142 | +} | 141 | .writefn = gt_virt_ctl_write, .raw_writefn = raw_write }, |
143 | + | 142 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo vhe_reginfo[] = { |
144 | static void gen_VSQRT_sp(TCGv_i32 vd, TCGv_i32 vm) | 143 | .type = ARM_CP_IO | ARM_CP_ALIAS, |
145 | { | 144 | .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_PHYS].cval), |
146 | gen_helper_vfp_sqrts(vd, vm, cpu_env); | 145 | .nv2_redirect_offset = 0x178 | NV2_REDIR_NO_NV1, |
147 | @@ -XXX,XX +XXX,XX @@ static void gen_VSQRT_dp(TCGv_i64 vd, TCGv_i64 vm) | 146 | - .access = PL2_RW, .accessfn = e2h_access, |
148 | gen_helper_vfp_sqrtd(vd, vm, cpu_env); | 147 | + .access = PL2_RW, .accessfn = access_el1nvpct, |
149 | } | 148 | .writefn = gt_phys_cval_write, .raw_writefn = raw_write }, |
150 | 149 | { .name = "CNTV_CVAL_EL02", .state = ARM_CP_STATE_AA64, | |
151 | +DO_VFP_2OP(VSQRT, hp, gen_VSQRT_hp) | 150 | .opc0 = 3, .opc1 = 5, .crn = 14, .crm = 3, .opc2 = 2, |
152 | DO_VFP_2OP(VSQRT, sp, gen_VSQRT_sp) | 151 | .type = ARM_CP_IO | ARM_CP_ALIAS, |
153 | DO_VFP_2OP(VSQRT, dp, gen_VSQRT_dp) | 152 | .nv2_redirect_offset = 0x168 | NV2_REDIR_NO_NV1, |
154 | 153 | .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_VIRT].cval), | |
154 | - .access = PL2_RW, .accessfn = e2h_access, | ||
155 | + .access = PL2_RW, .accessfn = access_el1nvvct, | ||
156 | .writefn = gt_virt_cval_write, .raw_writefn = raw_write }, | ||
157 | #endif | ||
158 | }; | ||
155 | -- | 159 | -- |
156 | 2.20.1 | 160 | 2.34.1 |
157 | |||
158 | diff view generated by jsdifflib |
1 | Convert the Neon VRECPS insn to using a gvec helper, and | 1 | For FEAT_ECV, new registers CNTPCTSS_EL0 and CNTVCTSS_EL0 are |
---|---|---|---|
2 | use this to implement the fp16 case. | 2 | defined, which are "self-synchronized" views of the physical and |
3 | virtual counts as seen in the CNTPCT_EL0 and CNTVCT_EL0 registers | ||
4 | (meaning that no barriers are needed around accesses to them to | ||
5 | ensure that reads of them do not occur speculatively and out-of-order | ||
6 | with other instructions). | ||
3 | 7 | ||
4 | The phrasing of the new float32_recps_nf() is slightly different from | 8 | For QEMU, all our system registers are self-synchronized, so we can |
5 | the old recps_f32() so that it parallels the f16 version; for f16 we | 9 | simply copy the existing implementation of CNTPCT_EL0 and CNTVCT_EL0 |
6 | can't assume that flush-to-zero is always enabled. | 10 | to the new register encodings. |
11 | |||
12 | This means we now implement all the functionality required for | ||
13 | ID_AA64MMFR0_EL1.ECV == 0b0001. | ||
7 | 14 | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
10 | Message-id: 20200828183354.27913-34-peter.maydell@linaro.org | 17 | Message-id: 20240301183219.2424889-7-peter.maydell@linaro.org |
11 | --- | 18 | --- |
12 | target/arm/helper.h | 4 +++- | 19 | target/arm/helper.c | 43 +++++++++++++++++++++++++++++++++++++++++++ |
13 | target/arm/vec_helper.c | 31 +++++++++++++++++++++++++++++++ | 20 | 1 file changed, 43 insertions(+) |
14 | target/arm/vfp_helper.c | 13 ------------- | ||
15 | target/arm/translate-neon.c.inc | 21 +-------------------- | ||
16 | 4 files changed, 35 insertions(+), 34 deletions(-) | ||
17 | 21 | ||
18 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 22 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
19 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/helper.h | 24 | --- a/target/arm/helper.c |
21 | +++ b/target/arm/helper.h | 25 | +++ b/target/arm/helper.c |
22 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_4(vfp_muladdd, f64, f64, f64, f64, ptr) | 26 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo generic_timer_cp_reginfo[] = { |
23 | DEF_HELPER_4(vfp_muladds, f32, f32, f32, f32, ptr) | 27 | }, |
24 | DEF_HELPER_4(vfp_muladdh, f16, f16, f16, f16, ptr) | 28 | }; |
25 | 29 | ||
26 | -DEF_HELPER_3(recps_f32, f32, env, f32, f32) | 30 | +/* |
27 | DEF_HELPER_3(rsqrts_f32, f32, env, f32, f32) | 31 | + * FEAT_ECV adds extra views of CNTVCT_EL0 and CNTPCT_EL0 which |
28 | DEF_HELPER_FLAGS_2(recpe_f16, TCG_CALL_NO_RWG, f16, f16, ptr) | 32 | + * are "self-synchronizing". For QEMU all sysregs are self-synchronizing, |
29 | DEF_HELPER_FLAGS_2(recpe_f32, TCG_CALL_NO_RWG, f32, f32, ptr) | 33 | + * so our implementations here are identical to the normal registers. |
30 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmaxnum_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i3 | 34 | + */ |
31 | DEF_HELPER_FLAGS_5(gvec_fminnum_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | 35 | +static const ARMCPRegInfo gen_timer_ecv_cp_reginfo[] = { |
32 | DEF_HELPER_FLAGS_5(gvec_fminnum_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | 36 | + { .name = "CNTVCTSS", .cp = 15, .crm = 14, .opc1 = 9, |
33 | 37 | + .access = PL0_R, .type = ARM_CP_64BIT | ARM_CP_NO_RAW | ARM_CP_IO, | |
34 | +DEF_HELPER_FLAGS_5(gvec_recps_nf_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | 38 | + .accessfn = gt_vct_access, |
35 | +DEF_HELPER_FLAGS_5(gvec_recps_nf_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | 39 | + .readfn = gt_virt_cnt_read, .resetfn = arm_cp_reset_ignore, |
40 | + }, | ||
41 | + { .name = "CNTVCTSS_EL0", .state = ARM_CP_STATE_AA64, | ||
42 | + .opc0 = 3, .opc1 = 3, .crn = 14, .crm = 0, .opc2 = 6, | ||
43 | + .access = PL0_R, .type = ARM_CP_NO_RAW | ARM_CP_IO, | ||
44 | + .accessfn = gt_vct_access, .readfn = gt_virt_cnt_read, | ||
45 | + }, | ||
46 | + { .name = "CNTPCTSS", .cp = 15, .crm = 14, .opc1 = 8, | ||
47 | + .access = PL0_R, .type = ARM_CP_64BIT | ARM_CP_NO_RAW | ARM_CP_IO, | ||
48 | + .accessfn = gt_pct_access, | ||
49 | + .readfn = gt_cnt_read, .resetfn = arm_cp_reset_ignore, | ||
50 | + }, | ||
51 | + { .name = "CNTPCTSS_EL0", .state = ARM_CP_STATE_AA64, | ||
52 | + .opc0 = 3, .opc1 = 3, .crn = 14, .crm = 0, .opc2 = 5, | ||
53 | + .access = PL0_R, .type = ARM_CP_NO_RAW | ARM_CP_IO, | ||
54 | + .accessfn = gt_pct_access, .readfn = gt_cnt_read, | ||
55 | + }, | ||
56 | +}; | ||
36 | + | 57 | + |
37 | DEF_HELPER_FLAGS_5(gvec_fmla_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | 58 | #else |
38 | DEF_HELPER_FLAGS_5(gvec_fmla_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | 59 | |
39 | 60 | /* | |
40 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | 61 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo generic_timer_cp_reginfo[] = { |
41 | index XXXXXXX..XXXXXXX 100644 | 62 | }, |
42 | --- a/target/arm/vec_helper.c | 63 | }; |
43 | +++ b/target/arm/vec_helper.c | ||
44 | @@ -XXX,XX +XXX,XX @@ static float32 float32_abd(float32 op1, float32 op2, float_status *stat) | ||
45 | return float32_abs(float32_sub(op1, op2, stat)); | ||
46 | } | ||
47 | 64 | ||
48 | +/* | 65 | +/* |
49 | + * Reciprocal step. These are the AArch32 version which uses a | 66 | + * CNTVCTSS_EL0 has the same trap conditions as CNTVCT_EL0, so it also |
50 | + * non-fused multiply-and-subtract. | 67 | + * is exposed to userspace by Linux. |
51 | + */ | 68 | + */ |
52 | +static float16 float16_recps_nf(float16 op1, float16 op2, float_status *stat) | 69 | +static const ARMCPRegInfo gen_timer_ecv_cp_reginfo[] = { |
53 | +{ | 70 | + { .name = "CNTVCTSS_EL0", .state = ARM_CP_STATE_AA64, |
54 | + op1 = float16_squash_input_denormal(op1, stat); | 71 | + .opc0 = 3, .opc1 = 3, .crn = 14, .crm = 0, .opc2 = 6, |
55 | + op2 = float16_squash_input_denormal(op2, stat); | 72 | + .access = PL0_R, .type = ARM_CP_NO_RAW | ARM_CP_IO, |
73 | + .readfn = gt_virt_cnt_read, | ||
74 | + }, | ||
75 | +}; | ||
56 | + | 76 | + |
57 | + if ((float16_is_infinity(op1) && float16_is_zero(op2)) || | 77 | #endif |
58 | + (float16_is_infinity(op2) && float16_is_zero(op1))) { | 78 | |
59 | + return float16_two; | 79 | static void par_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) |
80 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
81 | if (arm_feature(env, ARM_FEATURE_GENERIC_TIMER)) { | ||
82 | define_arm_cp_regs(cpu, generic_timer_cp_reginfo); | ||
83 | } | ||
84 | + if (cpu_isar_feature(aa64_ecv_traps, cpu)) { | ||
85 | + define_arm_cp_regs(cpu, gen_timer_ecv_cp_reginfo); | ||
60 | + } | 86 | + } |
61 | + return float16_sub(float16_two, float16_mul(op1, op2, stat), stat); | 87 | if (arm_feature(env, ARM_FEATURE_VAPA)) { |
62 | +} | 88 | ARMCPRegInfo vapa_cp_reginfo[] = { |
63 | + | 89 | { .name = "PAR", .cp = 15, .crn = 7, .crm = 4, .opc1 = 0, .opc2 = 0, |
64 | +static float32 float32_recps_nf(float32 op1, float32 op2, float_status *stat) | ||
65 | +{ | ||
66 | + op1 = float32_squash_input_denormal(op1, stat); | ||
67 | + op2 = float32_squash_input_denormal(op2, stat); | ||
68 | + | ||
69 | + if ((float32_is_infinity(op1) && float32_is_zero(op2)) || | ||
70 | + (float32_is_infinity(op2) && float32_is_zero(op1))) { | ||
71 | + return float32_two; | ||
72 | + } | ||
73 | + return float32_sub(float32_two, float32_mul(op1, op2, stat), stat); | ||
74 | +} | ||
75 | + | ||
76 | #define DO_3OP(NAME, FUNC, TYPE) \ | ||
77 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | ||
78 | { \ | ||
79 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_fmaxnum_s, float32_maxnum, float32) | ||
80 | DO_3OP(gvec_fminnum_h, float16_minnum, float16) | ||
81 | DO_3OP(gvec_fminnum_s, float32_minnum, float32) | ||
82 | |||
83 | +DO_3OP(gvec_recps_nf_h, float16_recps_nf, float16) | ||
84 | +DO_3OP(gvec_recps_nf_s, float32_recps_nf, float32) | ||
85 | + | ||
86 | #ifdef TARGET_AARCH64 | ||
87 | |||
88 | DO_3OP(gvec_recps_h, helper_recpsf_f16, float16) | ||
89 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
90 | index XXXXXXX..XXXXXXX 100644 | ||
91 | --- a/target/arm/vfp_helper.c | ||
92 | +++ b/target/arm/vfp_helper.c | ||
93 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(vfp_fcvt_f64_to_f16)(float64 a, void *fpstp, uint32_t ahp_mode) | ||
94 | return r; | ||
95 | } | ||
96 | |||
97 | -float32 HELPER(recps_f32)(CPUARMState *env, float32 a, float32 b) | ||
98 | -{ | ||
99 | - float_status *s = &env->vfp.standard_fp_status; | ||
100 | - if ((float32_is_infinity(a) && float32_is_zero_or_denormal(b)) || | ||
101 | - (float32_is_infinity(b) && float32_is_zero_or_denormal(a))) { | ||
102 | - if (!(float32_is_zero(a) || float32_is_zero(b))) { | ||
103 | - float_raise(float_flag_input_denormal, s); | ||
104 | - } | ||
105 | - return float32_two; | ||
106 | - } | ||
107 | - return float32_sub(float32_two, float32_mul(a, b, s), s); | ||
108 | -} | ||
109 | - | ||
110 | float32 HELPER(rsqrts_f32)(CPUARMState *env, float32 a, float32 b) | ||
111 | { | ||
112 | float_status *s = &env->vfp.standard_fp_status; | ||
113 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
114 | index XXXXXXX..XXXXXXX 100644 | ||
115 | --- a/target/arm/translate-neon.c.inc | ||
116 | +++ b/target/arm/translate-neon.c.inc | ||
117 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VMLA, gen_helper_gvec_fmla_s, gen_helper_gvec_fmla_h) | ||
118 | DO_3S_FP_GVEC(VMLS, gen_helper_gvec_fmls_s, gen_helper_gvec_fmls_h) | ||
119 | DO_3S_FP_GVEC(VFMA, gen_helper_gvec_vfma_s, gen_helper_gvec_vfma_h) | ||
120 | DO_3S_FP_GVEC(VFMS, gen_helper_gvec_vfms_s, gen_helper_gvec_vfms_h) | ||
121 | +DO_3S_FP_GVEC(VRECPS, gen_helper_gvec_recps_nf_s, gen_helper_gvec_recps_nf_h) | ||
122 | |||
123 | WRAP_FP_GVEC(gen_VMAXNM_fp32_3s, FPST_STD, gen_helper_gvec_fmaxnum_s) | ||
124 | WRAP_FP_GVEC(gen_VMAXNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fmaxnum_h) | ||
125 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMINNM_fp_3s(DisasContext *s, arg_3same *a) | ||
126 | return do_3same(s, a, gen_VMINNM_fp32_3s); | ||
127 | } | ||
128 | |||
129 | -WRAP_ENV_FN(gen_VRECPS_tramp, gen_helper_recps_f32) | ||
130 | - | ||
131 | -static void gen_VRECPS_fp_3s(unsigned vece, uint32_t rd_ofs, | ||
132 | - uint32_t rn_ofs, uint32_t rm_ofs, | ||
133 | - uint32_t oprsz, uint32_t maxsz) | ||
134 | -{ | ||
135 | - static const GVecGen3 ops = { .fni4 = gen_VRECPS_tramp }; | ||
136 | - tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &ops); | ||
137 | -} | ||
138 | - | ||
139 | -static bool trans_VRECPS_fp_3s(DisasContext *s, arg_3same *a) | ||
140 | -{ | ||
141 | - if (a->size != 0) { | ||
142 | - /* TODO fp16 support */ | ||
143 | - return false; | ||
144 | - } | ||
145 | - | ||
146 | - return do_3same(s, a, gen_VRECPS_fp_3s); | ||
147 | -} | ||
148 | - | ||
149 | WRAP_ENV_FN(gen_VRSQRTS_tramp, gen_helper_rsqrts_f32) | ||
150 | |||
151 | static void gen_VRSQRTS_fp_3s(unsigned vece, uint32_t rd_ofs, | ||
152 | -- | 90 | -- |
153 | 2.20.1 | 91 | 2.34.1 |
154 | |||
155 | diff view generated by jsdifflib |
1 | Implmeent VFP fp16 support for simple binary-operator VFP insns VADD, | 1 | When ID_AA64MMFR0_EL1.ECV is 0b0010, a new register CNTPOFF_EL2 is |
---|---|---|---|
2 | VSUB, VMUL, VDIV, VMINNM and VMAXNM: | 2 | implemented. This is similar to the existing CNTVOFF_EL2, except |
3 | that it controls a hypervisor-adjustable offset made to the physical | ||
4 | counter and timer. | ||
3 | 5 | ||
4 | * make the VFP_BINOP() macro generate float16 helpers as well as | 6 | Implement the handling for this register, which includes control/trap |
5 | float32 and float64 | 7 | bits in SCR_EL3 and CNTHCTL_EL2. |
6 | * implement a do_vfp_3op_hp() function similar to the existing | ||
7 | do_vfp_3op_sp() | ||
8 | * add decode for the half-precision insn patterns | ||
9 | |||
10 | Note that the VFP_BINOP macro use creates a couple of unused helper | ||
11 | functions vfp_maxh and vfp_minh, but they're small so it's not worth | ||
12 | splitting the BINOP operations into "needs halfprec" and "no | ||
13 | halfprec" groups. | ||
14 | 8 | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
17 | Message-id: 20200828183354.27913-4-peter.maydell@linaro.org | 11 | Message-id: 20240301183219.2424889-8-peter.maydell@linaro.org |
18 | --- | 12 | --- |
19 | target/arm/helper.h | 8 ++++ | 13 | target/arm/cpu-features.h | 5 +++ |
20 | target/arm/vfp-uncond.decode | 3 ++ | 14 | target/arm/cpu.h | 1 + |
21 | target/arm/vfp.decode | 4 ++ | 15 | target/arm/helper.c | 68 +++++++++++++++++++++++++++++++++++++-- |
22 | target/arm/vfp_helper.c | 5 ++ | 16 | target/arm/trace-events | 1 + |
23 | target/arm/translate-vfp.c.inc | 86 ++++++++++++++++++++++++++++++++++ | 17 | 4 files changed, 73 insertions(+), 2 deletions(-) |
24 | 5 files changed, 106 insertions(+) | ||
25 | 18 | ||
26 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 19 | diff --git a/target/arm/cpu-features.h b/target/arm/cpu-features.h |
27 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/target/arm/helper.h | 21 | --- a/target/arm/cpu-features.h |
29 | +++ b/target/arm/helper.h | 22 | +++ b/target/arm/cpu-features.h |
30 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(probe_access, TCG_CALL_NO_WG, void, env, tl, i32, i32, i32) | 23 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_ecv_traps(const ARMISARegisters *id) |
31 | DEF_HELPER_1(vfp_get_fpscr, i32, env) | 24 | return FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, ECV) > 0; |
32 | DEF_HELPER_2(vfp_set_fpscr, void, env, i32) | ||
33 | |||
34 | +DEF_HELPER_3(vfp_addh, f16, f16, f16, ptr) | ||
35 | DEF_HELPER_3(vfp_adds, f32, f32, f32, ptr) | ||
36 | DEF_HELPER_3(vfp_addd, f64, f64, f64, ptr) | ||
37 | +DEF_HELPER_3(vfp_subh, f16, f16, f16, ptr) | ||
38 | DEF_HELPER_3(vfp_subs, f32, f32, f32, ptr) | ||
39 | DEF_HELPER_3(vfp_subd, f64, f64, f64, ptr) | ||
40 | +DEF_HELPER_3(vfp_mulh, f16, f16, f16, ptr) | ||
41 | DEF_HELPER_3(vfp_muls, f32, f32, f32, ptr) | ||
42 | DEF_HELPER_3(vfp_muld, f64, f64, f64, ptr) | ||
43 | +DEF_HELPER_3(vfp_divh, f16, f16, f16, ptr) | ||
44 | DEF_HELPER_3(vfp_divs, f32, f32, f32, ptr) | ||
45 | DEF_HELPER_3(vfp_divd, f64, f64, f64, ptr) | ||
46 | +DEF_HELPER_3(vfp_maxh, f16, f16, f16, ptr) | ||
47 | DEF_HELPER_3(vfp_maxs, f32, f32, f32, ptr) | ||
48 | DEF_HELPER_3(vfp_maxd, f64, f64, f64, ptr) | ||
49 | +DEF_HELPER_3(vfp_minh, f16, f16, f16, ptr) | ||
50 | DEF_HELPER_3(vfp_mins, f32, f32, f32, ptr) | ||
51 | DEF_HELPER_3(vfp_mind, f64, f64, f64, ptr) | ||
52 | +DEF_HELPER_3(vfp_maxnumh, f16, f16, f16, ptr) | ||
53 | DEF_HELPER_3(vfp_maxnums, f32, f32, f32, ptr) | ||
54 | DEF_HELPER_3(vfp_maxnumd, f64, f64, f64, ptr) | ||
55 | +DEF_HELPER_3(vfp_minnumh, f16, f16, f16, ptr) | ||
56 | DEF_HELPER_3(vfp_minnums, f32, f32, f32, ptr) | ||
57 | DEF_HELPER_3(vfp_minnumd, f64, f64, f64, ptr) | ||
58 | DEF_HELPER_1(vfp_negs, f32, f32) | ||
59 | diff --git a/target/arm/vfp-uncond.decode b/target/arm/vfp-uncond.decode | ||
60 | index XXXXXXX..XXXXXXX 100644 | ||
61 | --- a/target/arm/vfp-uncond.decode | ||
62 | +++ b/target/arm/vfp-uncond.decode | ||
63 | @@ -XXX,XX +XXX,XX @@ VSEL 1111 1110 0. cc:2 .... .... 1010 .0.0 .... \ | ||
64 | VSEL 1111 1110 0. cc:2 .... .... 1011 .0.0 .... \ | ||
65 | vm=%vm_dp vn=%vn_dp vd=%vd_dp dp=1 | ||
66 | |||
67 | +VMAXNM_hp 1111 1110 1.00 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
68 | +VMINNM_hp 1111 1110 1.00 .... .... 1001 .1.0 .... @vfp_dnm_s | ||
69 | + | ||
70 | VMAXNM_sp 1111 1110 1.00 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
71 | VMINNM_sp 1111 1110 1.00 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
72 | |||
73 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
74 | index XXXXXXX..XXXXXXX 100644 | ||
75 | --- a/target/arm/vfp.decode | ||
76 | +++ b/target/arm/vfp.decode | ||
77 | @@ -XXX,XX +XXX,XX @@ VNMLS_dp ---- 1110 0.01 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
78 | VNMLA_sp ---- 1110 0.01 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
79 | VNMLA_dp ---- 1110 0.01 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
80 | |||
81 | +VMUL_hp ---- 1110 0.10 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
82 | VMUL_sp ---- 1110 0.10 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
83 | VMUL_dp ---- 1110 0.10 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
84 | |||
85 | VNMUL_sp ---- 1110 0.10 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
86 | VNMUL_dp ---- 1110 0.10 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
87 | |||
88 | +VADD_hp ---- 1110 0.11 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
89 | VADD_sp ---- 1110 0.11 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
90 | VADD_dp ---- 1110 0.11 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
91 | |||
92 | +VSUB_hp ---- 1110 0.11 .... .... 1001 .1.0 .... @vfp_dnm_s | ||
93 | VSUB_sp ---- 1110 0.11 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
94 | VSUB_dp ---- 1110 0.11 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
95 | |||
96 | +VDIV_hp ---- 1110 1.00 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
97 | VDIV_sp ---- 1110 1.00 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
98 | VDIV_dp ---- 1110 1.00 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
99 | |||
100 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
101 | index XXXXXXX..XXXXXXX 100644 | ||
102 | --- a/target/arm/vfp_helper.c | ||
103 | +++ b/target/arm/vfp_helper.c | ||
104 | @@ -XXX,XX +XXX,XX @@ void vfp_set_fpscr(CPUARMState *env, uint32_t val) | ||
105 | #define VFP_HELPER(name, p) HELPER(glue(glue(vfp_,name),p)) | ||
106 | |||
107 | #define VFP_BINOP(name) \ | ||
108 | +dh_ctype_f16 VFP_HELPER(name, h)(dh_ctype_f16 a, dh_ctype_f16 b, void *fpstp) \ | ||
109 | +{ \ | ||
110 | + float_status *fpst = fpstp; \ | ||
111 | + return float16_ ## name(a, b, fpst); \ | ||
112 | +} \ | ||
113 | float32 VFP_HELPER(name, s)(float32 a, float32 b, void *fpstp) \ | ||
114 | { \ | ||
115 | float_status *fpst = fpstp; \ | ||
116 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
117 | index XXXXXXX..XXXXXXX 100644 | ||
118 | --- a/target/arm/translate-vfp.c.inc | ||
119 | +++ b/target/arm/translate-vfp.c.inc | ||
120 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_sp(DisasContext *s, VFPGen3OpSPFn *fn, | ||
121 | return true; | ||
122 | } | 25 | } |
123 | 26 | ||
124 | +static bool do_vfp_3op_hp(DisasContext *s, VFPGen3OpSPFn *fn, | 27 | +static inline bool isar_feature_aa64_ecv(const ARMISARegisters *id) |
125 | + int vd, int vn, int vm, bool reads_vd) | ||
126 | +{ | 28 | +{ |
127 | + /* | 29 | + return FIELD_EX64(id->id_aa64mmfr0, ID_AA64MMFR0, ECV) > 1; |
128 | + * Do a half-precision operation. Functionally this is | ||
129 | + * the same as do_vfp_3op_sp(), except: | ||
130 | + * - it uses the FPST_FPCR_F16 | ||
131 | + * - it doesn't need the VFP vector handling (fp16 is a | ||
132 | + * v8 feature, and in v8 VFP vectors don't exist) | ||
133 | + * - it does the aa32_fp16_arith feature test | ||
134 | + */ | ||
135 | + TCGv_i32 f0, f1, fd; | ||
136 | + TCGv_ptr fpst; | ||
137 | + | ||
138 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
139 | + return false; | ||
140 | + } | ||
141 | + | ||
142 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
143 | + return false; | ||
144 | + } | ||
145 | + | ||
146 | + if (!vfp_access_check(s)) { | ||
147 | + return true; | ||
148 | + } | ||
149 | + | ||
150 | + f0 = tcg_temp_new_i32(); | ||
151 | + f1 = tcg_temp_new_i32(); | ||
152 | + fd = tcg_temp_new_i32(); | ||
153 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
154 | + | ||
155 | + neon_load_reg32(f0, vn); | ||
156 | + neon_load_reg32(f1, vm); | ||
157 | + | ||
158 | + if (reads_vd) { | ||
159 | + neon_load_reg32(fd, vd); | ||
160 | + } | ||
161 | + fn(fd, f0, f1, fpst); | ||
162 | + neon_store_reg32(fd, vd); | ||
163 | + | ||
164 | + tcg_temp_free_i32(f0); | ||
165 | + tcg_temp_free_i32(f1); | ||
166 | + tcg_temp_free_i32(fd); | ||
167 | + tcg_temp_free_ptr(fpst); | ||
168 | + | ||
169 | + return true; | ||
170 | +} | 30 | +} |
171 | + | 31 | + |
172 | static bool do_vfp_3op_dp(DisasContext *s, VFPGen3OpDPFn *fn, | 32 | static inline bool isar_feature_aa64_vh(const ARMISARegisters *id) |
173 | int vd, int vn, int vm, bool reads_vd) | ||
174 | { | 33 | { |
175 | @@ -XXX,XX +XXX,XX @@ static bool trans_VNMLA_dp(DisasContext *s, arg_VNMLA_dp *a) | 34 | return FIELD_EX64(id->id_aa64mmfr1, ID_AA64MMFR1, VH) != 0; |
176 | return do_vfp_3op_dp(s, gen_VNMLA_dp, a->vd, a->vn, a->vm, true); | 35 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
36 | index XXXXXXX..XXXXXXX 100644 | ||
37 | --- a/target/arm/cpu.h | ||
38 | +++ b/target/arm/cpu.h | ||
39 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUArchState { | ||
40 | uint64_t c14_cntkctl; /* Timer Control register */ | ||
41 | uint64_t cnthctl_el2; /* Counter/Timer Hyp Control register */ | ||
42 | uint64_t cntvoff_el2; /* Counter Virtual Offset register */ | ||
43 | + uint64_t cntpoff_el2; /* Counter Physical Offset register */ | ||
44 | ARMGenericTimer c14_timer[NUM_GTIMERS]; | ||
45 | uint32_t c15_cpar; /* XScale Coprocessor Access Register */ | ||
46 | uint32_t c15_ticonfig; /* TI925T configuration byte. */ | ||
47 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/helper.c | ||
50 | +++ b/target/arm/helper.c | ||
51 | @@ -XXX,XX +XXX,XX @@ static void scr_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) | ||
52 | if (cpu_isar_feature(aa64_rme, cpu)) { | ||
53 | valid_mask |= SCR_NSE | SCR_GPF; | ||
54 | } | ||
55 | + if (cpu_isar_feature(aa64_ecv, cpu)) { | ||
56 | + valid_mask |= SCR_ECVEN; | ||
57 | + } | ||
58 | } else { | ||
59 | valid_mask &= ~(SCR_RW | SCR_ST); | ||
60 | if (cpu_isar_feature(aa32_ras, cpu)) { | ||
61 | @@ -XXX,XX +XXX,XX @@ void gt_rme_post_el_change(ARMCPU *cpu, void *ignored) | ||
62 | gt_update_irq(cpu, GTIMER_PHYS); | ||
177 | } | 63 | } |
178 | 64 | ||
179 | +static bool trans_VMUL_hp(DisasContext *s, arg_VMUL_sp *a) | 65 | +static uint64_t gt_phys_raw_cnt_offset(CPUARMState *env) |
180 | +{ | 66 | +{ |
181 | + return do_vfp_3op_hp(s, gen_helper_vfp_mulh, a->vd, a->vn, a->vm, false); | 67 | + if ((env->cp15.scr_el3 & SCR_ECVEN) && |
68 | + FIELD_EX64(env->cp15.cnthctl_el2, CNTHCTL, ECV) && | ||
69 | + arm_is_el2_enabled(env) && | ||
70 | + (arm_hcr_el2_eff(env) & (HCR_E2H | HCR_TGE)) != (HCR_E2H | HCR_TGE)) { | ||
71 | + return env->cp15.cntpoff_el2; | ||
72 | + } | ||
73 | + return 0; | ||
182 | +} | 74 | +} |
183 | + | 75 | + |
184 | static bool trans_VMUL_sp(DisasContext *s, arg_VMUL_sp *a) | 76 | +static uint64_t gt_phys_cnt_offset(CPUARMState *env) |
185 | { | ||
186 | return do_vfp_3op_sp(s, gen_helper_vfp_muls, a->vd, a->vn, a->vm, false); | ||
187 | @@ -XXX,XX +XXX,XX @@ static bool trans_VNMUL_dp(DisasContext *s, arg_VNMUL_dp *a) | ||
188 | return do_vfp_3op_dp(s, gen_VNMUL_dp, a->vd, a->vn, a->vm, false); | ||
189 | } | ||
190 | |||
191 | +static bool trans_VADD_hp(DisasContext *s, arg_VADD_sp *a) | ||
192 | +{ | 77 | +{ |
193 | + return do_vfp_3op_hp(s, gen_helper_vfp_addh, a->vd, a->vn, a->vm, false); | 78 | + if (arm_current_el(env) >= 2) { |
79 | + return 0; | ||
80 | + } | ||
81 | + return gt_phys_raw_cnt_offset(env); | ||
194 | +} | 82 | +} |
195 | + | 83 | + |
196 | static bool trans_VADD_sp(DisasContext *s, arg_VADD_sp *a) | 84 | static void gt_recalc_timer(ARMCPU *cpu, int timeridx) |
197 | { | 85 | { |
198 | return do_vfp_3op_sp(s, gen_helper_vfp_adds, a->vd, a->vn, a->vm, false); | 86 | ARMGenericTimer *gt = &cpu->env.cp15.c14_timer[timeridx]; |
199 | @@ -XXX,XX +XXX,XX @@ static bool trans_VADD_dp(DisasContext *s, arg_VADD_dp *a) | 87 | @@ -XXX,XX +XXX,XX @@ static void gt_recalc_timer(ARMCPU *cpu, int timeridx) |
200 | return do_vfp_3op_dp(s, gen_helper_vfp_addd, a->vd, a->vn, a->vm, false); | 88 | * reset timer to when ISTATUS next has to change |
89 | */ | ||
90 | uint64_t offset = timeridx == GTIMER_VIRT ? | ||
91 | - cpu->env.cp15.cntvoff_el2 : 0; | ||
92 | + cpu->env.cp15.cntvoff_el2 : gt_phys_raw_cnt_offset(&cpu->env); | ||
93 | uint64_t count = gt_get_countervalue(&cpu->env); | ||
94 | /* Note that this must be unsigned 64 bit arithmetic: */ | ||
95 | int istatus = count - offset >= gt->cval; | ||
96 | @@ -XXX,XX +XXX,XX @@ static void gt_timer_reset(CPUARMState *env, const ARMCPRegInfo *ri, | ||
97 | |||
98 | static uint64_t gt_cnt_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
99 | { | ||
100 | - return gt_get_countervalue(env); | ||
101 | + return gt_get_countervalue(env) - gt_phys_cnt_offset(env); | ||
201 | } | 102 | } |
202 | 103 | ||
203 | +static bool trans_VSUB_hp(DisasContext *s, arg_VSUB_sp *a) | 104 | static uint64_t gt_virt_cnt_offset(CPUARMState *env) |
105 | @@ -XXX,XX +XXX,XX @@ static uint64_t gt_tval_read(CPUARMState *env, const ARMCPRegInfo *ri, | ||
106 | case GTIMER_HYPVIRT: | ||
107 | offset = gt_virt_cnt_offset(env); | ||
108 | break; | ||
109 | + case GTIMER_PHYS: | ||
110 | + offset = gt_phys_cnt_offset(env); | ||
111 | + break; | ||
112 | } | ||
113 | |||
114 | return (uint32_t)(env->cp15.c14_timer[timeridx].cval - | ||
115 | @@ -XXX,XX +XXX,XX @@ static void gt_tval_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
116 | case GTIMER_HYPVIRT: | ||
117 | offset = gt_virt_cnt_offset(env); | ||
118 | break; | ||
119 | + case GTIMER_PHYS: | ||
120 | + offset = gt_phys_cnt_offset(env); | ||
121 | + break; | ||
122 | } | ||
123 | |||
124 | trace_arm_gt_tval_write(timeridx, value); | ||
125 | @@ -XXX,XX +XXX,XX @@ static void gt_cnthctl_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
126 | R_CNTHCTL_EL1NVVCT_MASK | | ||
127 | R_CNTHCTL_EVNTIS_MASK; | ||
128 | } | ||
129 | + if (cpu_isar_feature(aa64_ecv, cpu)) { | ||
130 | + valid_mask |= R_CNTHCTL_ECV_MASK; | ||
131 | + } | ||
132 | |||
133 | /* Clear RES0 bits */ | ||
134 | value &= valid_mask; | ||
135 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo gen_timer_ecv_cp_reginfo[] = { | ||
136 | }, | ||
137 | }; | ||
138 | |||
139 | +static CPAccessResult gt_cntpoff_access(CPUARMState *env, | ||
140 | + const ARMCPRegInfo *ri, | ||
141 | + bool isread) | ||
204 | +{ | 142 | +{ |
205 | + return do_vfp_3op_hp(s, gen_helper_vfp_subh, a->vd, a->vn, a->vm, false); | 143 | + if (arm_current_el(env) == 2 && !(env->cp15.scr_el3 & SCR_ECVEN)) { |
144 | + return CP_ACCESS_TRAP_EL3; | ||
145 | + } | ||
146 | + return CP_ACCESS_OK; | ||
206 | +} | 147 | +} |
207 | + | 148 | + |
208 | static bool trans_VSUB_sp(DisasContext *s, arg_VSUB_sp *a) | 149 | +static void gt_cntpoff_write(CPUARMState *env, const ARMCPRegInfo *ri, |
209 | { | 150 | + uint64_t value) |
210 | return do_vfp_3op_sp(s, gen_helper_vfp_subs, a->vd, a->vn, a->vm, false); | ||
211 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSUB_dp(DisasContext *s, arg_VSUB_dp *a) | ||
212 | return do_vfp_3op_dp(s, gen_helper_vfp_subd, a->vd, a->vn, a->vm, false); | ||
213 | } | ||
214 | |||
215 | +static bool trans_VDIV_hp(DisasContext *s, arg_VDIV_sp *a) | ||
216 | +{ | 151 | +{ |
217 | + return do_vfp_3op_hp(s, gen_helper_vfp_divh, a->vd, a->vn, a->vm, false); | 152 | + ARMCPU *cpu = env_archcpu(env); |
153 | + | ||
154 | + trace_arm_gt_cntpoff_write(value); | ||
155 | + raw_write(env, ri, value); | ||
156 | + gt_recalc_timer(cpu, GTIMER_PHYS); | ||
218 | +} | 157 | +} |
219 | + | 158 | + |
220 | static bool trans_VDIV_sp(DisasContext *s, arg_VDIV_sp *a) | 159 | +static const ARMCPRegInfo gen_timer_cntpoff_reginfo = { |
221 | { | 160 | + .name = "CNTPOFF_EL2", .state = ARM_CP_STATE_AA64, |
222 | return do_vfp_3op_sp(s, gen_helper_vfp_divs, a->vd, a->vn, a->vm, false); | 161 | + .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 0, .opc2 = 6, |
223 | @@ -XXX,XX +XXX,XX @@ static bool trans_VDIV_dp(DisasContext *s, arg_VDIV_dp *a) | 162 | + .access = PL2_RW, .type = ARM_CP_IO, .resetvalue = 0, |
224 | return do_vfp_3op_dp(s, gen_helper_vfp_divd, a->vd, a->vn, a->vm, false); | 163 | + .accessfn = gt_cntpoff_access, .writefn = gt_cntpoff_write, |
225 | } | 164 | + .nv2_redirect_offset = 0x1a8, |
226 | 165 | + .fieldoffset = offsetof(CPUARMState, cp15.cntpoff_el2), | |
227 | +static bool trans_VMINNM_hp(DisasContext *s, arg_VMINNM_sp *a) | 166 | +}; |
228 | +{ | 167 | #else |
229 | + if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 168 | |
230 | + return false; | 169 | /* |
170 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
171 | if (cpu_isar_feature(aa64_ecv_traps, cpu)) { | ||
172 | define_arm_cp_regs(cpu, gen_timer_ecv_cp_reginfo); | ||
173 | } | ||
174 | +#ifndef CONFIG_USER_ONLY | ||
175 | + if (cpu_isar_feature(aa64_ecv, cpu)) { | ||
176 | + define_one_arm_cp_reg(cpu, &gen_timer_cntpoff_reginfo); | ||
231 | + } | 177 | + } |
232 | + return do_vfp_3op_hp(s, gen_helper_vfp_minnumh, | 178 | +#endif |
233 | + a->vd, a->vn, a->vm, false); | 179 | if (arm_feature(env, ARM_FEATURE_VAPA)) { |
234 | +} | 180 | ARMCPRegInfo vapa_cp_reginfo[] = { |
235 | + | 181 | { .name = "PAR", .cp = 15, .crn = 7, .crm = 4, .opc1 = 0, .opc2 = 0, |
236 | +static bool trans_VMAXNM_hp(DisasContext *s, arg_VMAXNM_sp *a) | 182 | diff --git a/target/arm/trace-events b/target/arm/trace-events |
237 | +{ | 183 | index XXXXXXX..XXXXXXX 100644 |
238 | + if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 184 | --- a/target/arm/trace-events |
239 | + return false; | 185 | +++ b/target/arm/trace-events |
240 | + } | 186 | @@ -XXX,XX +XXX,XX @@ arm_gt_tval_write(int timer, uint64_t value) "gt_tval_write: timer %d value 0x%" |
241 | + return do_vfp_3op_hp(s, gen_helper_vfp_maxnumh, | 187 | arm_gt_ctl_write(int timer, uint64_t value) "gt_ctl_write: timer %d value 0x%" PRIx64 |
242 | + a->vd, a->vn, a->vm, false); | 188 | arm_gt_imask_toggle(int timer) "gt_ctl_write: timer %d IMASK toggle" |
243 | +} | 189 | arm_gt_cntvoff_write(uint64_t value) "gt_cntvoff_write: value 0x%" PRIx64 |
244 | + | 190 | +arm_gt_cntpoff_write(uint64_t value) "gt_cntpoff_write: value 0x%" PRIx64 |
245 | static bool trans_VMINNM_sp(DisasContext *s, arg_VMINNM_sp *a) | 191 | arm_gt_update_irq(int timer, int irqstate) "gt_update_irq: timer %d irqstate %d" |
246 | { | 192 | |
247 | if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 193 | # kvm.c |
248 | -- | 194 | -- |
249 | 2.20.1 | 195 | 2.34.1 |
250 | |||
251 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement fp16 versions of the VFP VMLA, VMLS, VNMLS, VNMLA, VNMUL | ||
2 | instructions. (These are all the remaining ones which we implement | ||
3 | via do_vfp_3op_[hsd]p().) | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200828183354.27913-5-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/helper.h | 1 + | ||
10 | target/arm/vfp.decode | 5 ++ | ||
11 | target/arm/vfp_helper.c | 5 ++ | ||
12 | target/arm/translate-vfp.c.inc | 84 ++++++++++++++++++++++++++++++++++ | ||
13 | 4 files changed, 95 insertions(+) | ||
14 | |||
15 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/helper.h | ||
18 | +++ b/target/arm/helper.h | ||
19 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(vfp_maxnumd, f64, f64, f64, ptr) | ||
20 | DEF_HELPER_3(vfp_minnumh, f16, f16, f16, ptr) | ||
21 | DEF_HELPER_3(vfp_minnums, f32, f32, f32, ptr) | ||
22 | DEF_HELPER_3(vfp_minnumd, f64, f64, f64, ptr) | ||
23 | +DEF_HELPER_1(vfp_negh, f16, f16) | ||
24 | DEF_HELPER_1(vfp_negs, f32, f32) | ||
25 | DEF_HELPER_1(vfp_negd, f64, f64) | ||
26 | DEF_HELPER_1(vfp_abss, f32, f32) | ||
27 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/target/arm/vfp.decode | ||
30 | +++ b/target/arm/vfp.decode | ||
31 | @@ -XXX,XX +XXX,XX @@ VLDM_VSTM_dp ---- 1101 0.1 l:1 rn:4 .... 1011 imm:8 \ | ||
32 | vd=%vd_dp p=1 u=0 w=1 | ||
33 | |||
34 | # 3-register VFP data-processing; bits [23,21:20,6] identify the operation. | ||
35 | +VMLA_hp ---- 1110 0.00 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
36 | VMLA_sp ---- 1110 0.00 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
37 | VMLA_dp ---- 1110 0.00 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
38 | |||
39 | +VMLS_hp ---- 1110 0.00 .... .... 1001 .1.0 .... @vfp_dnm_s | ||
40 | VMLS_sp ---- 1110 0.00 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
41 | VMLS_dp ---- 1110 0.00 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
42 | |||
43 | +VNMLS_hp ---- 1110 0.01 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
44 | VNMLS_sp ---- 1110 0.01 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
45 | VNMLS_dp ---- 1110 0.01 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
46 | |||
47 | +VNMLA_hp ---- 1110 0.01 .... .... 1001 .1.0 .... @vfp_dnm_s | ||
48 | VNMLA_sp ---- 1110 0.01 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
49 | VNMLA_dp ---- 1110 0.01 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
50 | |||
51 | @@ -XXX,XX +XXX,XX @@ VMUL_hp ---- 1110 0.10 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
52 | VMUL_sp ---- 1110 0.10 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
53 | VMUL_dp ---- 1110 0.10 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
54 | |||
55 | +VNMUL_hp ---- 1110 0.10 .... .... 1001 .1.0 .... @vfp_dnm_s | ||
56 | VNMUL_sp ---- 1110 0.10 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
57 | VNMUL_dp ---- 1110 0.10 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
58 | |||
59 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
60 | index XXXXXXX..XXXXXXX 100644 | ||
61 | --- a/target/arm/vfp_helper.c | ||
62 | +++ b/target/arm/vfp_helper.c | ||
63 | @@ -XXX,XX +XXX,XX @@ VFP_BINOP(minnum) | ||
64 | VFP_BINOP(maxnum) | ||
65 | #undef VFP_BINOP | ||
66 | |||
67 | +dh_ctype_f16 VFP_HELPER(neg, h)(dh_ctype_f16 a) | ||
68 | +{ | ||
69 | + return float16_chs(a); | ||
70 | +} | ||
71 | + | ||
72 | float32 VFP_HELPER(neg, s)(float32 a) | ||
73 | { | ||
74 | return float32_chs(a); | ||
75 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
76 | index XXXXXXX..XXXXXXX 100644 | ||
77 | --- a/target/arm/translate-vfp.c.inc | ||
78 | +++ b/target/arm/translate-vfp.c.inc | ||
79 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) | ||
80 | return true; | ||
81 | } | ||
82 | |||
83 | +static void gen_VMLA_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
84 | +{ | ||
85 | + /* Note that order of inputs to the add matters for NaNs */ | ||
86 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
87 | + | ||
88 | + gen_helper_vfp_mulh(tmp, vn, vm, fpst); | ||
89 | + gen_helper_vfp_addh(vd, vd, tmp, fpst); | ||
90 | + tcg_temp_free_i32(tmp); | ||
91 | +} | ||
92 | + | ||
93 | +static bool trans_VMLA_hp(DisasContext *s, arg_VMLA_sp *a) | ||
94 | +{ | ||
95 | + return do_vfp_3op_hp(s, gen_VMLA_hp, a->vd, a->vn, a->vm, true); | ||
96 | +} | ||
97 | + | ||
98 | static void gen_VMLA_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
99 | { | ||
100 | /* Note that order of inputs to the add matters for NaNs */ | ||
101 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMLA_dp(DisasContext *s, arg_VMLA_dp *a) | ||
102 | return do_vfp_3op_dp(s, gen_VMLA_dp, a->vd, a->vn, a->vm, true); | ||
103 | } | ||
104 | |||
105 | +static void gen_VMLS_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
106 | +{ | ||
107 | + /* | ||
108 | + * VMLS: vd = vd + -(vn * vm) | ||
109 | + * Note that order of inputs to the add matters for NaNs. | ||
110 | + */ | ||
111 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
112 | + | ||
113 | + gen_helper_vfp_mulh(tmp, vn, vm, fpst); | ||
114 | + gen_helper_vfp_negh(tmp, tmp); | ||
115 | + gen_helper_vfp_addh(vd, vd, tmp, fpst); | ||
116 | + tcg_temp_free_i32(tmp); | ||
117 | +} | ||
118 | + | ||
119 | +static bool trans_VMLS_hp(DisasContext *s, arg_VMLS_sp *a) | ||
120 | +{ | ||
121 | + return do_vfp_3op_hp(s, gen_VMLS_hp, a->vd, a->vn, a->vm, true); | ||
122 | +} | ||
123 | + | ||
124 | static void gen_VMLS_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
125 | { | ||
126 | /* | ||
127 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMLS_dp(DisasContext *s, arg_VMLS_dp *a) | ||
128 | return do_vfp_3op_dp(s, gen_VMLS_dp, a->vd, a->vn, a->vm, true); | ||
129 | } | ||
130 | |||
131 | +static void gen_VNMLS_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
132 | +{ | ||
133 | + /* | ||
134 | + * VNMLS: -fd + (fn * fm) | ||
135 | + * Note that it isn't valid to replace (-A + B) with (B - A) or similar | ||
136 | + * plausible looking simplifications because this will give wrong results | ||
137 | + * for NaNs. | ||
138 | + */ | ||
139 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
140 | + | ||
141 | + gen_helper_vfp_mulh(tmp, vn, vm, fpst); | ||
142 | + gen_helper_vfp_negh(vd, vd); | ||
143 | + gen_helper_vfp_addh(vd, vd, tmp, fpst); | ||
144 | + tcg_temp_free_i32(tmp); | ||
145 | +} | ||
146 | + | ||
147 | +static bool trans_VNMLS_hp(DisasContext *s, arg_VNMLS_sp *a) | ||
148 | +{ | ||
149 | + return do_vfp_3op_hp(s, gen_VNMLS_hp, a->vd, a->vn, a->vm, true); | ||
150 | +} | ||
151 | + | ||
152 | static void gen_VNMLS_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
153 | { | ||
154 | /* | ||
155 | @@ -XXX,XX +XXX,XX @@ static bool trans_VNMLS_dp(DisasContext *s, arg_VNMLS_dp *a) | ||
156 | return do_vfp_3op_dp(s, gen_VNMLS_dp, a->vd, a->vn, a->vm, true); | ||
157 | } | ||
158 | |||
159 | +static void gen_VNMLA_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
160 | +{ | ||
161 | + /* VNMLA: -fd + -(fn * fm) */ | ||
162 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
163 | + | ||
164 | + gen_helper_vfp_mulh(tmp, vn, vm, fpst); | ||
165 | + gen_helper_vfp_negh(tmp, tmp); | ||
166 | + gen_helper_vfp_negh(vd, vd); | ||
167 | + gen_helper_vfp_addh(vd, vd, tmp, fpst); | ||
168 | + tcg_temp_free_i32(tmp); | ||
169 | +} | ||
170 | + | ||
171 | +static bool trans_VNMLA_hp(DisasContext *s, arg_VNMLA_sp *a) | ||
172 | +{ | ||
173 | + return do_vfp_3op_hp(s, gen_VNMLA_hp, a->vd, a->vn, a->vm, true); | ||
174 | +} | ||
175 | + | ||
176 | static void gen_VNMLA_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
177 | { | ||
178 | /* VNMLA: -fd + -(fn * fm) */ | ||
179 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMUL_dp(DisasContext *s, arg_VMUL_dp *a) | ||
180 | return do_vfp_3op_dp(s, gen_helper_vfp_muld, a->vd, a->vn, a->vm, false); | ||
181 | } | ||
182 | |||
183 | +static void gen_VNMUL_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
184 | +{ | ||
185 | + /* VNMUL: -(fn * fm) */ | ||
186 | + gen_helper_vfp_mulh(vd, vn, vm, fpst); | ||
187 | + gen_helper_vfp_negh(vd, vd); | ||
188 | +} | ||
189 | + | ||
190 | +static bool trans_VNMUL_hp(DisasContext *s, arg_VNMUL_sp *a) | ||
191 | +{ | ||
192 | + return do_vfp_3op_hp(s, gen_VNMUL_hp, a->vd, a->vn, a->vm, false); | ||
193 | +} | ||
194 | + | ||
195 | static void gen_VNMUL_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) | ||
196 | { | ||
197 | /* VNMUL: -(fn * fm) */ | ||
198 | -- | ||
199 | 2.20.1 | ||
200 | |||
201 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Macroify creation of the trans functions for single and double | ||
2 | precision VFMA, VFMS, VFNMA, VFNMS. The repetition was OK for | ||
3 | two sizes, but we're about to add halfprec and it will get a bit | ||
4 | more than seems reasonable. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200828183354.27913-6-peter.maydell@linaro.org | ||
9 | --- | ||
10 | target/arm/translate-vfp.c.inc | 50 +++++++++------------------------- | ||
11 | 1 file changed, 13 insertions(+), 37 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/translate-vfp.c.inc | ||
16 | +++ b/target/arm/translate-vfp.c.inc | ||
17 | @@ -XXX,XX +XXX,XX @@ static bool do_vfm_sp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) | ||
18 | return true; | ||
19 | } | ||
20 | |||
21 | -static bool trans_VFMA_sp(DisasContext *s, arg_VFMA_sp *a) | ||
22 | -{ | ||
23 | - return do_vfm_sp(s, a, false, false); | ||
24 | -} | ||
25 | - | ||
26 | -static bool trans_VFMS_sp(DisasContext *s, arg_VFMS_sp *a) | ||
27 | -{ | ||
28 | - return do_vfm_sp(s, a, true, false); | ||
29 | -} | ||
30 | - | ||
31 | -static bool trans_VFNMA_sp(DisasContext *s, arg_VFNMA_sp *a) | ||
32 | -{ | ||
33 | - return do_vfm_sp(s, a, false, true); | ||
34 | -} | ||
35 | - | ||
36 | -static bool trans_VFNMS_sp(DisasContext *s, arg_VFNMS_sp *a) | ||
37 | -{ | ||
38 | - return do_vfm_sp(s, a, true, true); | ||
39 | -} | ||
40 | - | ||
41 | static bool do_vfm_dp(DisasContext *s, arg_VFMA_dp *a, bool neg_n, bool neg_d) | ||
42 | { | ||
43 | /* | ||
44 | @@ -XXX,XX +XXX,XX @@ static bool do_vfm_dp(DisasContext *s, arg_VFMA_dp *a, bool neg_n, bool neg_d) | ||
45 | return true; | ||
46 | } | ||
47 | |||
48 | -static bool trans_VFMA_dp(DisasContext *s, arg_VFMA_dp *a) | ||
49 | -{ | ||
50 | - return do_vfm_dp(s, a, false, false); | ||
51 | -} | ||
52 | +#define MAKE_ONE_VFM_TRANS_FN(INSN, PREC, NEGN, NEGD) \ | ||
53 | + static bool trans_##INSN##_##PREC(DisasContext *s, \ | ||
54 | + arg_##INSN##_##PREC *a) \ | ||
55 | + { \ | ||
56 | + return do_vfm_##PREC(s, a, NEGN, NEGD); \ | ||
57 | + } | ||
58 | |||
59 | -static bool trans_VFMS_dp(DisasContext *s, arg_VFMS_dp *a) | ||
60 | -{ | ||
61 | - return do_vfm_dp(s, a, true, false); | ||
62 | -} | ||
63 | +#define MAKE_VFM_TRANS_FNS(PREC) \ | ||
64 | + MAKE_ONE_VFM_TRANS_FN(VFMA, PREC, false, false) \ | ||
65 | + MAKE_ONE_VFM_TRANS_FN(VFMS, PREC, true, false) \ | ||
66 | + MAKE_ONE_VFM_TRANS_FN(VFNMA, PREC, false, true) \ | ||
67 | + MAKE_ONE_VFM_TRANS_FN(VFNMS, PREC, true, true) | ||
68 | |||
69 | -static bool trans_VFNMA_dp(DisasContext *s, arg_VFNMA_dp *a) | ||
70 | -{ | ||
71 | - return do_vfm_dp(s, a, false, true); | ||
72 | -} | ||
73 | - | ||
74 | -static bool trans_VFNMS_dp(DisasContext *s, arg_VFNMS_dp *a) | ||
75 | -{ | ||
76 | - return do_vfm_dp(s, a, true, true); | ||
77 | -} | ||
78 | +MAKE_VFM_TRANS_FNS(sp) | ||
79 | +MAKE_VFM_TRANS_FNS(dp) | ||
80 | |||
81 | static bool trans_VMOV_imm_sp(DisasContext *s, arg_VMOV_imm_sp *a) | ||
82 | { | ||
83 | -- | ||
84 | 2.20.1 | ||
85 | |||
86 | diff view generated by jsdifflib |
1 | Add gvec helpers for doing Neon-style indexed non-fused fp | 1 | Enable all FEAT_ECV features on the 'max' CPU. |
---|---|---|---|
2 | multiply-and-accumulate operations. | ||
3 | 2 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Message-id: 20200828183354.27913-44-peter.maydell@linaro.org | 4 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20240301183219.2424889-9-peter.maydell@linaro.org | ||
6 | --- | 7 | --- |
7 | target/arm/helper.h | 10 ++++++++++ | 8 | docs/system/arm/emulation.rst | 1 + |
8 | target/arm/vec_helper.c | 27 ++++++++++++++++++++++----- | 9 | target/arm/tcg/cpu64.c | 1 + |
9 | 2 files changed, 32 insertions(+), 5 deletions(-) | 10 | 2 files changed, 2 insertions(+) |
10 | 11 | ||
11 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 12 | diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst |
12 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/target/arm/helper.h | 14 | --- a/docs/system/arm/emulation.rst |
14 | +++ b/target/arm/helper.h | 15 | +++ b/docs/system/arm/emulation.rst |
15 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmul_idx_s, TCG_CALL_NO_RWG, | 16 | @@ -XXX,XX +XXX,XX @@ the following architecture extensions: |
16 | DEF_HELPER_FLAGS_5(gvec_fmul_idx_d, TCG_CALL_NO_RWG, | 17 | - FEAT_DotProd (Advanced SIMD dot product instructions) |
17 | void, ptr, ptr, ptr, ptr, i32) | 18 | - FEAT_DoubleFault (Double Fault Extension) |
18 | 19 | - FEAT_E0PD (Preventing EL0 access to halves of address maps) | |
19 | +DEF_HELPER_FLAGS_5(gvec_fmla_nf_idx_h, TCG_CALL_NO_RWG, | 20 | +- FEAT_ECV (Enhanced Counter Virtualization) |
20 | + void, ptr, ptr, ptr, ptr, i32) | 21 | - FEAT_EPAC (Enhanced pointer authentication) |
21 | +DEF_HELPER_FLAGS_5(gvec_fmla_nf_idx_s, TCG_CALL_NO_RWG, | 22 | - FEAT_ETS (Enhanced Translation Synchronization) |
22 | + void, ptr, ptr, ptr, ptr, i32) | 23 | - FEAT_EVT (Enhanced Virtualization Traps) |
23 | + | 24 | diff --git a/target/arm/tcg/cpu64.c b/target/arm/tcg/cpu64.c |
24 | +DEF_HELPER_FLAGS_5(gvec_fmls_nf_idx_h, TCG_CALL_NO_RWG, | ||
25 | + void, ptr, ptr, ptr, ptr, i32) | ||
26 | +DEF_HELPER_FLAGS_5(gvec_fmls_nf_idx_s, TCG_CALL_NO_RWG, | ||
27 | + void, ptr, ptr, ptr, ptr, i32) | ||
28 | + | ||
29 | DEF_HELPER_FLAGS_6(gvec_fmla_idx_h, TCG_CALL_NO_RWG, | ||
30 | void, ptr, ptr, ptr, ptr, ptr, i32) | ||
31 | DEF_HELPER_FLAGS_6(gvec_fmla_idx_s, TCG_CALL_NO_RWG, | ||
32 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/target/arm/vec_helper.c | 26 | --- a/target/arm/tcg/cpu64.c |
35 | +++ b/target/arm/vec_helper.c | 27 | +++ b/target/arm/tcg/cpu64.c |
36 | @@ -XXX,XX +XXX,XX @@ DO_MLA_IDX(gvec_mls_idx_d, uint64_t, -, ) | 28 | @@ -XXX,XX +XXX,XX @@ void aarch64_max_tcg_initfn(Object *obj) |
37 | 29 | t = FIELD_DP64(t, ID_AA64MMFR0, TGRAN64_2, 2); /* 64k stage2 supported */ | |
38 | #undef DO_MLA_IDX | 30 | t = FIELD_DP64(t, ID_AA64MMFR0, TGRAN4_2, 2); /* 4k stage2 supported */ |
39 | 31 | t = FIELD_DP64(t, ID_AA64MMFR0, FGT, 1); /* FEAT_FGT */ | |
40 | -#define DO_FMUL_IDX(NAME, TYPE, H) \ | 32 | + t = FIELD_DP64(t, ID_AA64MMFR0, ECV, 2); /* FEAT_ECV */ |
41 | +#define DO_FMUL_IDX(NAME, ADD, TYPE, H) \ | 33 | cpu->isar.id_aa64mmfr0 = t; |
42 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | 34 | |
43 | { \ | 35 | t = cpu->isar.id_aa64mmfr1; |
44 | intptr_t i, j, oprsz = simd_oprsz(desc); \ | ||
45 | @@ -XXX,XX +XXX,XX @@ void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | ||
46 | for (i = 0; i < oprsz / sizeof(TYPE); i += segment) { \ | ||
47 | TYPE mm = m[H(i + idx)]; \ | ||
48 | for (j = 0; j < segment; j++) { \ | ||
49 | - d[i + j] = TYPE##_mul(n[i + j], mm, stat); \ | ||
50 | + d[i + j] = TYPE##_##ADD(d[i + j], \ | ||
51 | + TYPE##_mul(n[i + j], mm, stat), stat); \ | ||
52 | } \ | ||
53 | } \ | ||
54 | clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
55 | } | ||
56 | |||
57 | -DO_FMUL_IDX(gvec_fmul_idx_h, float16, H2) | ||
58 | -DO_FMUL_IDX(gvec_fmul_idx_s, float32, H4) | ||
59 | -DO_FMUL_IDX(gvec_fmul_idx_d, float64, ) | ||
60 | +#define float16_nop(N, M, S) (M) | ||
61 | +#define float32_nop(N, M, S) (M) | ||
62 | +#define float64_nop(N, M, S) (M) | ||
63 | |||
64 | +DO_FMUL_IDX(gvec_fmul_idx_h, nop, float16, H2) | ||
65 | +DO_FMUL_IDX(gvec_fmul_idx_s, nop, float32, H4) | ||
66 | +DO_FMUL_IDX(gvec_fmul_idx_d, nop, float64, ) | ||
67 | + | ||
68 | +/* | ||
69 | + * Non-fused multiply-accumulate operations, for Neon. NB that unlike | ||
70 | + * the fused ops below they assume accumulate both from and into Vd. | ||
71 | + */ | ||
72 | +DO_FMUL_IDX(gvec_fmla_nf_idx_h, add, float16, H2) | ||
73 | +DO_FMUL_IDX(gvec_fmla_nf_idx_s, add, float32, H4) | ||
74 | +DO_FMUL_IDX(gvec_fmls_nf_idx_h, sub, float16, H2) | ||
75 | +DO_FMUL_IDX(gvec_fmls_nf_idx_s, sub, float32, H4) | ||
76 | + | ||
77 | +#undef float16_nop | ||
78 | +#undef float32_nop | ||
79 | +#undef float64_nop | ||
80 | #undef DO_FMUL_IDX | ||
81 | |||
82 | #define DO_FMLA_IDX(NAME, TYPE, H) \ | ||
83 | -- | 36 | -- |
84 | 2.20.1 | 37 | 2.34.1 |
85 | 38 | ||
86 | 39 | diff view generated by jsdifflib |
1 | From: Graeme Gregory <graeme@nuviainc.com> | 1 | From: Inès Varhol <ines.varhol@telecom-paris.fr> |
---|---|---|---|
2 | 2 | ||
3 | A difference between sbsa platform and the virt platform is PSCI is | 3 | Features supported : |
4 | handled by ARM-TF in the sbsa platform. This means that the PSCI code | 4 | - the 8 STM32L4x5 GPIOs are initialized with their reset values |
5 | there needs to communicate some of the platform power changes down | 5 | (except IDR, see below) |
6 | to the qemu code for things like shutdown/reset control. | 6 | - input mode : setting a pin in input mode "externally" (using input |
7 | irqs) results in an out irq (transmitted to SYSCFG) | ||
8 | - output mode : setting a bit in ODR sets the corresponding out irq | ||
9 | (if this line is configured in output mode) | ||
10 | - pull-up, pull-down | ||
11 | - push-pull, open-drain | ||
7 | 12 | ||
8 | Space has been left to extend the EC if we find other use cases in | 13 | Difference with the real GPIOs : |
9 | future where ARM-TF and qemu need to communicate. | 14 | - Alternate Function and Analog mode aren't implemented : |
15 | pins in AF/Analog behave like pins in input mode | ||
16 | - floating pins stay at their last value | ||
17 | - register IDR reset values differ from the real one : | ||
18 | values are coherent with the other registers reset values | ||
19 | and the fact that AF/Analog modes aren't implemented | ||
20 | - setting I/O output speed isn't supported | ||
21 | - locking port bits isn't supported | ||
22 | - ADC function isn't supported | ||
23 | - GPIOH has 16 pins instead of 2 pins | ||
24 | - writing to registers LCKR, AFRL, AFRH and ASCR is ineffective | ||
10 | 25 | ||
11 | Signed-off-by: Graeme Gregory <graeme@nuviainc.com> | 26 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> |
12 | Reviewed-by: Leif Lindholm <leif@nuviainc.com> | 27 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> |
13 | Tested-by: Leif Lindholm <leif@nuviainc.com> | 28 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
14 | Message-id: 20200826141952.136164-2-graeme@nuviainc.com | 29 | Acked-by: Alistair Francis <alistair.francis@wdc.com> |
15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 30 | Message-id: 20240305210444.310665-2-ines.varhol@telecom-paris.fr |
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 31 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 32 | --- |
18 | hw/misc/sbsa_ec.c | 98 +++++++++++++++++++++++++++++++++++++++++++++ | 33 | MAINTAINERS | 1 + |
19 | hw/misc/meson.build | 2 + | 34 | docs/system/arm/b-l475e-iot01a.rst | 2 +- |
20 | 2 files changed, 100 insertions(+) | 35 | include/hw/gpio/stm32l4x5_gpio.h | 70 +++++ |
21 | create mode 100644 hw/misc/sbsa_ec.c | 36 | hw/gpio/stm32l4x5_gpio.c | 477 +++++++++++++++++++++++++++++ |
37 | hw/gpio/Kconfig | 3 + | ||
38 | hw/gpio/meson.build | 1 + | ||
39 | hw/gpio/trace-events | 6 + | ||
40 | 7 files changed, 559 insertions(+), 1 deletion(-) | ||
41 | create mode 100644 include/hw/gpio/stm32l4x5_gpio.h | ||
42 | create mode 100644 hw/gpio/stm32l4x5_gpio.c | ||
22 | 43 | ||
23 | diff --git a/hw/misc/sbsa_ec.c b/hw/misc/sbsa_ec.c | 44 | diff --git a/MAINTAINERS b/MAINTAINERS |
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/MAINTAINERS | ||
47 | +++ b/MAINTAINERS | ||
48 | @@ -XXX,XX +XXX,XX @@ F: hw/arm/stm32l4x5_soc.c | ||
49 | F: hw/misc/stm32l4x5_exti.c | ||
50 | F: hw/misc/stm32l4x5_syscfg.c | ||
51 | F: hw/misc/stm32l4x5_rcc.c | ||
52 | +F: hw/gpio/stm32l4x5_gpio.c | ||
53 | F: include/hw/*/stm32l4x5_*.h | ||
54 | |||
55 | B-L475E-IOT01A IoT Node | ||
56 | diff --git a/docs/system/arm/b-l475e-iot01a.rst b/docs/system/arm/b-l475e-iot01a.rst | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | --- a/docs/system/arm/b-l475e-iot01a.rst | ||
59 | +++ b/docs/system/arm/b-l475e-iot01a.rst | ||
60 | @@ -XXX,XX +XXX,XX @@ Currently B-L475E-IOT01A machine's only supports the following devices: | ||
61 | - STM32L4x5 EXTI (Extended interrupts and events controller) | ||
62 | - STM32L4x5 SYSCFG (System configuration controller) | ||
63 | - STM32L4x5 RCC (Reset and clock control) | ||
64 | +- STM32L4x5 GPIOs (General-purpose I/Os) | ||
65 | |||
66 | Missing devices | ||
67 | """"""""""""""" | ||
68 | @@ -XXX,XX +XXX,XX @@ Missing devices | ||
69 | The B-L475E-IOT01A does *not* support the following devices: | ||
70 | |||
71 | - Serial ports (UART) | ||
72 | -- General-purpose I/Os (GPIO) | ||
73 | - Analog to Digital Converter (ADC) | ||
74 | - SPI controller | ||
75 | - Timer controller (TIMER) | ||
76 | diff --git a/include/hw/gpio/stm32l4x5_gpio.h b/include/hw/gpio/stm32l4x5_gpio.h | ||
24 | new file mode 100644 | 77 | new file mode 100644 |
25 | index XXXXXXX..XXXXXXX | 78 | index XXXXXXX..XXXXXXX |
26 | --- /dev/null | 79 | --- /dev/null |
27 | +++ b/hw/misc/sbsa_ec.c | 80 | +++ b/include/hw/gpio/stm32l4x5_gpio.h |
28 | @@ -XXX,XX +XXX,XX @@ | 81 | @@ -XXX,XX +XXX,XX @@ |
29 | +/* | 82 | +/* |
30 | + * ARM SBSA Reference Platform Embedded Controller | 83 | + * STM32L4x5 GPIO (General Purpose Input/Ouput) |
31 | + * | 84 | + * |
32 | + * A device to allow PSCI running in the secure side of sbsa-ref machine | 85 | + * Copyright (c) 2024 Arnaud Minier <arnaud.minier@telecom-paris.fr> |
33 | + * to communicate platform power states to qemu. | 86 | + * Copyright (c) 2024 Inès Varhol <ines.varhol@telecom-paris.fr> |
34 | + * | 87 | + * |
35 | + * Copyright (c) 2020 Nuvia Inc | 88 | + * SPDX-License-Identifier: GPL-2.0-or-later |
36 | + * Written by Graeme Gregory <graeme@nuviainc.com> | ||
37 | + * | 89 | + * |
38 | + * SPDX-License-Identifer: GPL-2.0-or-later | 90 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. |
91 | + * See the COPYING file in the top-level directory. | ||
39 | + */ | 92 | + */ |
40 | + | 93 | + |
94 | +/* | ||
95 | + * The reference used is the STMicroElectronics RM0351 Reference manual | ||
96 | + * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs. | ||
97 | + * https://www.st.com/en/microcontrollers-microprocessors/stm32l4x5/documentation.html | ||
98 | + */ | ||
99 | + | ||
100 | +#ifndef HW_STM32L4X5_GPIO_H | ||
101 | +#define HW_STM32L4X5_GPIO_H | ||
102 | + | ||
103 | +#include "hw/sysbus.h" | ||
104 | +#include "qom/object.h" | ||
105 | + | ||
106 | +#define TYPE_STM32L4X5_GPIO "stm32l4x5-gpio" | ||
107 | +OBJECT_DECLARE_SIMPLE_TYPE(Stm32l4x5GpioState, STM32L4X5_GPIO) | ||
108 | + | ||
109 | +#define GPIO_NUM_PINS 16 | ||
110 | + | ||
111 | +struct Stm32l4x5GpioState { | ||
112 | + SysBusDevice parent_obj; | ||
113 | + | ||
114 | + MemoryRegion mmio; | ||
115 | + | ||
116 | + /* GPIO registers */ | ||
117 | + uint32_t moder; | ||
118 | + uint32_t otyper; | ||
119 | + uint32_t ospeedr; | ||
120 | + uint32_t pupdr; | ||
121 | + uint32_t idr; | ||
122 | + uint32_t odr; | ||
123 | + uint32_t lckr; | ||
124 | + uint32_t afrl; | ||
125 | + uint32_t afrh; | ||
126 | + uint32_t ascr; | ||
127 | + | ||
128 | + /* GPIO registers reset values */ | ||
129 | + uint32_t moder_reset; | ||
130 | + uint32_t ospeedr_reset; | ||
131 | + uint32_t pupdr_reset; | ||
132 | + | ||
133 | + /* | ||
134 | + * External driving of pins. | ||
135 | + * The pins can be set externally through the device | ||
136 | + * anonymous input GPIOs lines under certain conditions. | ||
137 | + * The pin must not be in push-pull output mode, | ||
138 | + * and can't be set high in open-drain mode. | ||
139 | + * Pins driven externally and configured to | ||
140 | + * output mode will in general be "disconnected" | ||
141 | + * (see `get_gpio_pinmask_to_disconnect()`) | ||
142 | + */ | ||
143 | + uint16_t disconnected_pins; | ||
144 | + uint16_t pins_connected_high; | ||
145 | + | ||
146 | + char *name; | ||
147 | + Clock *clk; | ||
148 | + qemu_irq pin[GPIO_NUM_PINS]; | ||
149 | +}; | ||
150 | + | ||
151 | +#endif | ||
152 | diff --git a/hw/gpio/stm32l4x5_gpio.c b/hw/gpio/stm32l4x5_gpio.c | ||
153 | new file mode 100644 | ||
154 | index XXXXXXX..XXXXXXX | ||
155 | --- /dev/null | ||
156 | +++ b/hw/gpio/stm32l4x5_gpio.c | ||
157 | @@ -XXX,XX +XXX,XX @@ | ||
158 | +/* | ||
159 | + * STM32L4x5 GPIO (General Purpose Input/Ouput) | ||
160 | + * | ||
161 | + * Copyright (c) 2024 Arnaud Minier <arnaud.minier@telecom-paris.fr> | ||
162 | + * Copyright (c) 2024 Inès Varhol <ines.varhol@telecom-paris.fr> | ||
163 | + * | ||
164 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
165 | + * | ||
166 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. | ||
167 | + * See the COPYING file in the top-level directory. | ||
168 | + */ | ||
169 | + | ||
170 | +/* | ||
171 | + * The reference used is the STMicroElectronics RM0351 Reference manual | ||
172 | + * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs. | ||
173 | + * https://www.st.com/en/microcontrollers-microprocessors/stm32l4x5/documentation.html | ||
174 | + */ | ||
175 | + | ||
41 | +#include "qemu/osdep.h" | 176 | +#include "qemu/osdep.h" |
42 | +#include "qemu-common.h" | ||
43 | +#include "qemu/log.h" | 177 | +#include "qemu/log.h" |
44 | +#include "hw/sysbus.h" | 178 | +#include "hw/gpio/stm32l4x5_gpio.h" |
45 | +#include "sysemu/runstate.h" | 179 | +#include "hw/irq.h" |
46 | + | 180 | +#include "hw/qdev-clock.h" |
47 | +typedef struct { | 181 | +#include "hw/qdev-properties.h" |
48 | + SysBusDevice parent_obj; | 182 | +#include "qapi/visitor.h" |
49 | + MemoryRegion iomem; | 183 | +#include "qapi/error.h" |
50 | +} SECUREECState; | 184 | +#include "migration/vmstate.h" |
51 | + | 185 | +#include "trace.h" |
52 | +#define TYPE_SBSA_EC "sbsa-ec" | 186 | + |
53 | +#define SECURE_EC(obj) OBJECT_CHECK(SECUREECState, (obj), TYPE_SBSA_EC) | 187 | +#define GPIO_MODER 0x00 |
54 | + | 188 | +#define GPIO_OTYPER 0x04 |
55 | +enum sbsa_ec_powerstates { | 189 | +#define GPIO_OSPEEDR 0x08 |
56 | + SBSA_EC_CMD_POWEROFF = 0x01, | 190 | +#define GPIO_PUPDR 0x0C |
57 | + SBSA_EC_CMD_REBOOT = 0x02, | 191 | +#define GPIO_IDR 0x10 |
192 | +#define GPIO_ODR 0x14 | ||
193 | +#define GPIO_BSRR 0x18 | ||
194 | +#define GPIO_LCKR 0x1C | ||
195 | +#define GPIO_AFRL 0x20 | ||
196 | +#define GPIO_AFRH 0x24 | ||
197 | +#define GPIO_BRR 0x28 | ||
198 | +#define GPIO_ASCR 0x2C | ||
199 | + | ||
200 | +/* 0b11111111_11111111_00000000_00000000 */ | ||
201 | +#define RESERVED_BITS_MASK 0xFFFF0000 | ||
202 | + | ||
203 | +static void update_gpio_idr(Stm32l4x5GpioState *s); | ||
204 | + | ||
205 | +static bool is_pull_up(Stm32l4x5GpioState *s, unsigned pin) | ||
206 | +{ | ||
207 | + return extract32(s->pupdr, 2 * pin, 2) == 1; | ||
208 | +} | ||
209 | + | ||
210 | +static bool is_pull_down(Stm32l4x5GpioState *s, unsigned pin) | ||
211 | +{ | ||
212 | + return extract32(s->pupdr, 2 * pin, 2) == 2; | ||
213 | +} | ||
214 | + | ||
215 | +static bool is_output(Stm32l4x5GpioState *s, unsigned pin) | ||
216 | +{ | ||
217 | + return extract32(s->moder, 2 * pin, 2) == 1; | ||
218 | +} | ||
219 | + | ||
220 | +static bool is_open_drain(Stm32l4x5GpioState *s, unsigned pin) | ||
221 | +{ | ||
222 | + return extract32(s->otyper, pin, 1) == 1; | ||
223 | +} | ||
224 | + | ||
225 | +static bool is_push_pull(Stm32l4x5GpioState *s, unsigned pin) | ||
226 | +{ | ||
227 | + return extract32(s->otyper, pin, 1) == 0; | ||
228 | +} | ||
229 | + | ||
230 | +static void stm32l4x5_gpio_reset_hold(Object *obj) | ||
231 | +{ | ||
232 | + Stm32l4x5GpioState *s = STM32L4X5_GPIO(obj); | ||
233 | + | ||
234 | + s->moder = s->moder_reset; | ||
235 | + s->otyper = 0x00000000; | ||
236 | + s->ospeedr = s->ospeedr_reset; | ||
237 | + s->pupdr = s->pupdr_reset; | ||
238 | + s->idr = 0x00000000; | ||
239 | + s->odr = 0x00000000; | ||
240 | + s->lckr = 0x00000000; | ||
241 | + s->afrl = 0x00000000; | ||
242 | + s->afrh = 0x00000000; | ||
243 | + s->ascr = 0x00000000; | ||
244 | + | ||
245 | + s->disconnected_pins = 0xFFFF; | ||
246 | + s->pins_connected_high = 0x0000; | ||
247 | + update_gpio_idr(s); | ||
248 | +} | ||
249 | + | ||
250 | +static void stm32l4x5_gpio_set(void *opaque, int line, int level) | ||
251 | +{ | ||
252 | + Stm32l4x5GpioState *s = opaque; | ||
253 | + /* | ||
254 | + * The pin isn't set if line is configured in output mode | ||
255 | + * except if level is 0 and the output is open-drain. | ||
256 | + * This way there will be no short-circuit prone situations. | ||
257 | + */ | ||
258 | + if (is_output(s, line) && !(is_open_drain(s, line) && (level == 0))) { | ||
259 | + qemu_log_mask(LOG_GUEST_ERROR, "Line %d can't be driven externally\n", | ||
260 | + line); | ||
261 | + return; | ||
262 | + } | ||
263 | + | ||
264 | + s->disconnected_pins &= ~(1 << line); | ||
265 | + if (level) { | ||
266 | + s->pins_connected_high |= (1 << line); | ||
267 | + } else { | ||
268 | + s->pins_connected_high &= ~(1 << line); | ||
269 | + } | ||
270 | + trace_stm32l4x5_gpio_pins(s->name, s->disconnected_pins, | ||
271 | + s->pins_connected_high); | ||
272 | + update_gpio_idr(s); | ||
273 | +} | ||
274 | + | ||
275 | + | ||
276 | +static void update_gpio_idr(Stm32l4x5GpioState *s) | ||
277 | +{ | ||
278 | + uint32_t new_idr_mask = 0; | ||
279 | + uint32_t new_idr = s->odr; | ||
280 | + uint32_t old_idr = s->idr; | ||
281 | + int new_pin_state, old_pin_state; | ||
282 | + | ||
283 | + for (int i = 0; i < GPIO_NUM_PINS; i++) { | ||
284 | + if (is_output(s, i)) { | ||
285 | + if (is_push_pull(s, i)) { | ||
286 | + new_idr_mask |= (1 << i); | ||
287 | + } else if (!(s->odr & (1 << i))) { | ||
288 | + /* open-drain ODR 0 */ | ||
289 | + new_idr_mask |= (1 << i); | ||
290 | + /* open-drain ODR 1 */ | ||
291 | + } else if (!(s->disconnected_pins & (1 << i)) && | ||
292 | + !(s->pins_connected_high & (1 << i))) { | ||
293 | + /* open-drain ODR 1 with pin connected low */ | ||
294 | + new_idr_mask |= (1 << i); | ||
295 | + new_idr &= ~(1 << i); | ||
296 | + /* open-drain ODR 1 with unactive pin */ | ||
297 | + } else if (is_pull_up(s, i)) { | ||
298 | + new_idr_mask |= (1 << i); | ||
299 | + } else if (is_pull_down(s, i)) { | ||
300 | + new_idr_mask |= (1 << i); | ||
301 | + new_idr &= ~(1 << i); | ||
302 | + } | ||
303 | + /* | ||
304 | + * The only case left is for open-drain ODR 1 | ||
305 | + * with unactive pin without pull-up or pull-down : | ||
306 | + * the value is floating. | ||
307 | + */ | ||
308 | + /* input or analog mode with connected pin */ | ||
309 | + } else if (!(s->disconnected_pins & (1 << i))) { | ||
310 | + if (s->pins_connected_high & (1 << i)) { | ||
311 | + /* pin high */ | ||
312 | + new_idr_mask |= (1 << i); | ||
313 | + new_idr |= (1 << i); | ||
314 | + } else { | ||
315 | + /* pin low */ | ||
316 | + new_idr_mask |= (1 << i); | ||
317 | + new_idr &= ~(1 << i); | ||
318 | + } | ||
319 | + /* input or analog mode with disconnected pin */ | ||
320 | + } else { | ||
321 | + if (is_pull_up(s, i)) { | ||
322 | + /* pull-up */ | ||
323 | + new_idr_mask |= (1 << i); | ||
324 | + new_idr |= (1 << i); | ||
325 | + } else if (is_pull_down(s, i)) { | ||
326 | + /* pull-down */ | ||
327 | + new_idr_mask |= (1 << i); | ||
328 | + new_idr &= ~(1 << i); | ||
329 | + } | ||
330 | + /* | ||
331 | + * The only case left is for a disconnected pin | ||
332 | + * without pull-up or pull-down : | ||
333 | + * the value is floating. | ||
334 | + */ | ||
335 | + } | ||
336 | + } | ||
337 | + | ||
338 | + s->idr = (old_idr & ~new_idr_mask) | (new_idr & new_idr_mask); | ||
339 | + trace_stm32l4x5_gpio_update_idr(s->name, old_idr, s->idr); | ||
340 | + | ||
341 | + for (int i = 0; i < GPIO_NUM_PINS; i++) { | ||
342 | + if (new_idr_mask & (1 << i)) { | ||
343 | + new_pin_state = (new_idr & (1 << i)) > 0; | ||
344 | + old_pin_state = (old_idr & (1 << i)) > 0; | ||
345 | + if (new_pin_state > old_pin_state) { | ||
346 | + qemu_irq_raise(s->pin[i]); | ||
347 | + } else if (new_pin_state < old_pin_state) { | ||
348 | + qemu_irq_lower(s->pin[i]); | ||
349 | + } | ||
350 | + } | ||
351 | + } | ||
352 | +} | ||
353 | + | ||
354 | +/* | ||
355 | + * Return mask of pins that are both configured in output | ||
356 | + * mode and externally driven (except pins in open-drain | ||
357 | + * mode externally set to 0). | ||
358 | + */ | ||
359 | +static uint32_t get_gpio_pinmask_to_disconnect(Stm32l4x5GpioState *s) | ||
360 | +{ | ||
361 | + uint32_t pins_to_disconnect = 0; | ||
362 | + for (int i = 0; i < GPIO_NUM_PINS; i++) { | ||
363 | + /* for each connected pin in output mode */ | ||
364 | + if (!(s->disconnected_pins & (1 << i)) && is_output(s, i)) { | ||
365 | + /* if either push-pull or high level */ | ||
366 | + if (is_push_pull(s, i) || s->pins_connected_high & (1 << i)) { | ||
367 | + pins_to_disconnect |= (1 << i); | ||
368 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
369 | + "Line %d can't be driven externally\n", | ||
370 | + i); | ||
371 | + } | ||
372 | + } | ||
373 | + } | ||
374 | + return pins_to_disconnect; | ||
375 | +} | ||
376 | + | ||
377 | +/* | ||
378 | + * Set field `disconnected_pins` and call `update_gpio_idr()` | ||
379 | + */ | ||
380 | +static void disconnect_gpio_pins(Stm32l4x5GpioState *s, uint16_t lines) | ||
381 | +{ | ||
382 | + s->disconnected_pins |= lines; | ||
383 | + trace_stm32l4x5_gpio_pins(s->name, s->disconnected_pins, | ||
384 | + s->pins_connected_high); | ||
385 | + update_gpio_idr(s); | ||
386 | +} | ||
387 | + | ||
388 | +static void disconnected_pins_set(Object *obj, Visitor *v, | ||
389 | + const char *name, void *opaque, Error **errp) | ||
390 | +{ | ||
391 | + Stm32l4x5GpioState *s = STM32L4X5_GPIO(obj); | ||
392 | + uint16_t value; | ||
393 | + if (!visit_type_uint16(v, name, &value, errp)) { | ||
394 | + return; | ||
395 | + } | ||
396 | + disconnect_gpio_pins(s, value); | ||
397 | +} | ||
398 | + | ||
399 | +static void disconnected_pins_get(Object *obj, Visitor *v, | ||
400 | + const char *name, void *opaque, Error **errp) | ||
401 | +{ | ||
402 | + visit_type_uint16(v, name, (uint16_t *)opaque, errp); | ||
403 | +} | ||
404 | + | ||
405 | +static void clock_freq_get(Object *obj, Visitor *v, | ||
406 | + const char *name, void *opaque, Error **errp) | ||
407 | +{ | ||
408 | + Stm32l4x5GpioState *s = STM32L4X5_GPIO(obj); | ||
409 | + uint32_t clock_freq_hz = clock_get_hz(s->clk); | ||
410 | + visit_type_uint32(v, name, &clock_freq_hz, errp); | ||
411 | +} | ||
412 | + | ||
413 | +static void stm32l4x5_gpio_write(void *opaque, hwaddr addr, | ||
414 | + uint64_t val64, unsigned int size) | ||
415 | +{ | ||
416 | + Stm32l4x5GpioState *s = opaque; | ||
417 | + | ||
418 | + uint32_t value = val64; | ||
419 | + trace_stm32l4x5_gpio_write(s->name, addr, val64); | ||
420 | + | ||
421 | + switch (addr) { | ||
422 | + case GPIO_MODER: | ||
423 | + s->moder = value; | ||
424 | + disconnect_gpio_pins(s, get_gpio_pinmask_to_disconnect(s)); | ||
425 | + qemu_log_mask(LOG_UNIMP, | ||
426 | + "%s: Analog and AF modes aren't supported\n\ | ||
427 | + Analog and AF mode behave like input mode\n", | ||
428 | + __func__); | ||
429 | + return; | ||
430 | + case GPIO_OTYPER: | ||
431 | + s->otyper = value & ~RESERVED_BITS_MASK; | ||
432 | + disconnect_gpio_pins(s, get_gpio_pinmask_to_disconnect(s)); | ||
433 | + return; | ||
434 | + case GPIO_OSPEEDR: | ||
435 | + qemu_log_mask(LOG_UNIMP, | ||
436 | + "%s: Changing I/O output speed isn't supported\n\ | ||
437 | + I/O speed is already maximal\n", | ||
438 | + __func__); | ||
439 | + s->ospeedr = value; | ||
440 | + return; | ||
441 | + case GPIO_PUPDR: | ||
442 | + s->pupdr = value; | ||
443 | + update_gpio_idr(s); | ||
444 | + return; | ||
445 | + case GPIO_IDR: | ||
446 | + qemu_log_mask(LOG_UNIMP, | ||
447 | + "%s: GPIO->IDR is read-only\n", | ||
448 | + __func__); | ||
449 | + return; | ||
450 | + case GPIO_ODR: | ||
451 | + s->odr = value & ~RESERVED_BITS_MASK; | ||
452 | + update_gpio_idr(s); | ||
453 | + return; | ||
454 | + case GPIO_BSRR: { | ||
455 | + uint32_t bits_to_reset = (value & RESERVED_BITS_MASK) >> GPIO_NUM_PINS; | ||
456 | + uint32_t bits_to_set = value & ~RESERVED_BITS_MASK; | ||
457 | + /* If both BSx and BRx are set, BSx has priority.*/ | ||
458 | + s->odr &= ~bits_to_reset; | ||
459 | + s->odr |= bits_to_set; | ||
460 | + update_gpio_idr(s); | ||
461 | + return; | ||
462 | + } | ||
463 | + case GPIO_LCKR: | ||
464 | + qemu_log_mask(LOG_UNIMP, | ||
465 | + "%s: Locking port bits configuration isn't supported\n", | ||
466 | + __func__); | ||
467 | + s->lckr = value & ~RESERVED_BITS_MASK; | ||
468 | + return; | ||
469 | + case GPIO_AFRL: | ||
470 | + qemu_log_mask(LOG_UNIMP, | ||
471 | + "%s: Alternate functions aren't supported\n", | ||
472 | + __func__); | ||
473 | + s->afrl = value; | ||
474 | + return; | ||
475 | + case GPIO_AFRH: | ||
476 | + qemu_log_mask(LOG_UNIMP, | ||
477 | + "%s: Alternate functions aren't supported\n", | ||
478 | + __func__); | ||
479 | + s->afrh = value; | ||
480 | + return; | ||
481 | + case GPIO_BRR: { | ||
482 | + uint32_t bits_to_reset = value & ~RESERVED_BITS_MASK; | ||
483 | + s->odr &= ~bits_to_reset; | ||
484 | + update_gpio_idr(s); | ||
485 | + return; | ||
486 | + } | ||
487 | + case GPIO_ASCR: | ||
488 | + qemu_log_mask(LOG_UNIMP, | ||
489 | + "%s: ADC function isn't supported\n", | ||
490 | + __func__); | ||
491 | + s->ascr = value & ~RESERVED_BITS_MASK; | ||
492 | + return; | ||
493 | + default: | ||
494 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
495 | + "%s: Bad offset 0x%" HWADDR_PRIx "\n", __func__, addr); | ||
496 | + } | ||
497 | +} | ||
498 | + | ||
499 | +static uint64_t stm32l4x5_gpio_read(void *opaque, hwaddr addr, | ||
500 | + unsigned int size) | ||
501 | +{ | ||
502 | + Stm32l4x5GpioState *s = opaque; | ||
503 | + | ||
504 | + trace_stm32l4x5_gpio_read(s->name, addr); | ||
505 | + | ||
506 | + switch (addr) { | ||
507 | + case GPIO_MODER: | ||
508 | + return s->moder; | ||
509 | + case GPIO_OTYPER: | ||
510 | + return s->otyper; | ||
511 | + case GPIO_OSPEEDR: | ||
512 | + return s->ospeedr; | ||
513 | + case GPIO_PUPDR: | ||
514 | + return s->pupdr; | ||
515 | + case GPIO_IDR: | ||
516 | + return s->idr; | ||
517 | + case GPIO_ODR: | ||
518 | + return s->odr; | ||
519 | + case GPIO_BSRR: | ||
520 | + return 0; | ||
521 | + case GPIO_LCKR: | ||
522 | + return s->lckr; | ||
523 | + case GPIO_AFRL: | ||
524 | + return s->afrl; | ||
525 | + case GPIO_AFRH: | ||
526 | + return s->afrh; | ||
527 | + case GPIO_BRR: | ||
528 | + return 0; | ||
529 | + case GPIO_ASCR: | ||
530 | + return s->ascr; | ||
531 | + default: | ||
532 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
533 | + "%s: Bad offset 0x%" HWADDR_PRIx "\n", __func__, addr); | ||
534 | + return 0; | ||
535 | + } | ||
536 | +} | ||
537 | + | ||
538 | +static const MemoryRegionOps stm32l4x5_gpio_ops = { | ||
539 | + .read = stm32l4x5_gpio_read, | ||
540 | + .write = stm32l4x5_gpio_write, | ||
541 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
542 | + .impl = { | ||
543 | + .min_access_size = 4, | ||
544 | + .max_access_size = 4, | ||
545 | + .unaligned = false, | ||
546 | + }, | ||
547 | + .valid = { | ||
548 | + .min_access_size = 4, | ||
549 | + .max_access_size = 4, | ||
550 | + .unaligned = false, | ||
551 | + }, | ||
58 | +}; | 552 | +}; |
59 | + | 553 | + |
60 | +static uint64_t sbsa_ec_read(void *opaque, hwaddr offset, unsigned size) | 554 | +static void stm32l4x5_gpio_init(Object *obj) |
61 | +{ | 555 | +{ |
62 | + /* No use for this currently */ | 556 | + Stm32l4x5GpioState *s = STM32L4X5_GPIO(obj); |
63 | + qemu_log_mask(LOG_GUEST_ERROR, "sbsa-ec: no readable registers"); | 557 | + |
64 | + return 0; | 558 | + memory_region_init_io(&s->mmio, obj, &stm32l4x5_gpio_ops, s, |
65 | +} | 559 | + TYPE_STM32L4X5_GPIO, 0x400); |
66 | + | 560 | + |
67 | +static void sbsa_ec_write(void *opaque, hwaddr offset, | 561 | + sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->mmio); |
68 | + uint64_t value, unsigned size) | 562 | + |
69 | +{ | 563 | + qdev_init_gpio_out(DEVICE(obj), s->pin, GPIO_NUM_PINS); |
70 | + if (offset == 0) { /* PSCI machine power command register */ | 564 | + qdev_init_gpio_in(DEVICE(obj), stm32l4x5_gpio_set, GPIO_NUM_PINS); |
71 | + switch (value) { | 565 | + |
72 | + case SBSA_EC_CMD_POWEROFF: | 566 | + s->clk = qdev_init_clock_in(DEVICE(s), "clk", NULL, s, 0); |
73 | + qemu_system_shutdown_request(SHUTDOWN_CAUSE_GUEST_SHUTDOWN); | 567 | + |
74 | + break; | 568 | + object_property_add(obj, "disconnected-pins", "uint16", |
75 | + case SBSA_EC_CMD_REBOOT: | 569 | + disconnected_pins_get, disconnected_pins_set, |
76 | + qemu_system_reset_request(SHUTDOWN_CAUSE_GUEST_RESET); | 570 | + NULL, &s->disconnected_pins); |
77 | + break; | 571 | + object_property_add(obj, "clock-freq-hz", "uint32", |
78 | + default: | 572 | + clock_freq_get, NULL, NULL, NULL); |
79 | + qemu_log_mask(LOG_GUEST_ERROR, | 573 | +} |
80 | + "sbsa-ec: unknown power command"); | 574 | + |
81 | + } | 575 | +static void stm32l4x5_gpio_realize(DeviceState *dev, Error **errp) |
82 | + } else { | 576 | +{ |
83 | + qemu_log_mask(LOG_GUEST_ERROR, "sbsa-ec: unknown EC register"); | 577 | + Stm32l4x5GpioState *s = STM32L4X5_GPIO(dev); |
84 | + } | 578 | + if (!clock_has_source(s->clk)) { |
85 | +} | 579 | + error_setg(errp, "GPIO: clk input must be connected"); |
86 | + | 580 | + return; |
87 | +static const MemoryRegionOps sbsa_ec_ops = { | 581 | + } |
88 | + .read = sbsa_ec_read, | 582 | +} |
89 | + .write = sbsa_ec_write, | 583 | + |
90 | + .endianness = DEVICE_NATIVE_ENDIAN, | 584 | +static const VMStateDescription vmstate_stm32l4x5_gpio = { |
91 | + .valid.min_access_size = 4, | 585 | + .name = TYPE_STM32L4X5_GPIO, |
92 | + .valid.max_access_size = 4, | 586 | + .version_id = 1, |
587 | + .minimum_version_id = 1, | ||
588 | + .fields = (VMStateField[]){ | ||
589 | + VMSTATE_UINT32(moder, Stm32l4x5GpioState), | ||
590 | + VMSTATE_UINT32(otyper, Stm32l4x5GpioState), | ||
591 | + VMSTATE_UINT32(ospeedr, Stm32l4x5GpioState), | ||
592 | + VMSTATE_UINT32(pupdr, Stm32l4x5GpioState), | ||
593 | + VMSTATE_UINT32(idr, Stm32l4x5GpioState), | ||
594 | + VMSTATE_UINT32(odr, Stm32l4x5GpioState), | ||
595 | + VMSTATE_UINT32(lckr, Stm32l4x5GpioState), | ||
596 | + VMSTATE_UINT32(afrl, Stm32l4x5GpioState), | ||
597 | + VMSTATE_UINT32(afrh, Stm32l4x5GpioState), | ||
598 | + VMSTATE_UINT32(ascr, Stm32l4x5GpioState), | ||
599 | + VMSTATE_UINT16(disconnected_pins, Stm32l4x5GpioState), | ||
600 | + VMSTATE_UINT16(pins_connected_high, Stm32l4x5GpioState), | ||
601 | + VMSTATE_END_OF_LIST() | ||
602 | + } | ||
93 | +}; | 603 | +}; |
94 | + | 604 | + |
95 | +static void sbsa_ec_init(Object *obj) | 605 | +static Property stm32l4x5_gpio_properties[] = { |
96 | +{ | 606 | + DEFINE_PROP_STRING("name", Stm32l4x5GpioState, name), |
97 | + SECUREECState *s = SECURE_EC(obj); | 607 | + DEFINE_PROP_UINT32("mode-reset", Stm32l4x5GpioState, moder_reset, 0), |
98 | + SysBusDevice *dev = SYS_BUS_DEVICE(obj); | 608 | + DEFINE_PROP_UINT32("ospeed-reset", Stm32l4x5GpioState, ospeedr_reset, 0), |
99 | + | 609 | + DEFINE_PROP_UINT32("pupd-reset", Stm32l4x5GpioState, pupdr_reset, 0), |
100 | + memory_region_init_io(&s->iomem, obj, &sbsa_ec_ops, s, "sbsa-ec", | 610 | + DEFINE_PROP_END_OF_LIST(), |
101 | + 0x1000); | 611 | +}; |
102 | + sysbus_init_mmio(dev, &s->iomem); | 612 | + |
103 | +} | 613 | +static void stm32l4x5_gpio_class_init(ObjectClass *klass, void *data) |
104 | + | ||
105 | +static void sbsa_ec_class_init(ObjectClass *klass, void *data) | ||
106 | +{ | 614 | +{ |
107 | + DeviceClass *dc = DEVICE_CLASS(klass); | 615 | + DeviceClass *dc = DEVICE_CLASS(klass); |
108 | + | 616 | + ResettableClass *rc = RESETTABLE_CLASS(klass); |
109 | + /* No vmstate or reset required: device has no internal state */ | 617 | + |
110 | + dc->user_creatable = false; | 618 | + device_class_set_props(dc, stm32l4x5_gpio_properties); |
111 | +} | 619 | + dc->vmsd = &vmstate_stm32l4x5_gpio; |
112 | + | 620 | + dc->realize = stm32l4x5_gpio_realize; |
113 | +static const TypeInfo sbsa_ec_info = { | 621 | + rc->phases.hold = stm32l4x5_gpio_reset_hold; |
114 | + .name = TYPE_SBSA_EC, | 622 | +} |
115 | + .parent = TYPE_SYS_BUS_DEVICE, | 623 | + |
116 | + .instance_size = sizeof(SECUREECState), | 624 | +static const TypeInfo stm32l4x5_gpio_types[] = { |
117 | + .instance_init = sbsa_ec_init, | 625 | + { |
118 | + .class_init = sbsa_ec_class_init, | 626 | + .name = TYPE_STM32L4X5_GPIO, |
627 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
628 | + .instance_size = sizeof(Stm32l4x5GpioState), | ||
629 | + .instance_init = stm32l4x5_gpio_init, | ||
630 | + .class_init = stm32l4x5_gpio_class_init, | ||
631 | + }, | ||
119 | +}; | 632 | +}; |
120 | + | 633 | + |
121 | +static void sbsa_ec_register_type(void) | 634 | +DEFINE_TYPES(stm32l4x5_gpio_types) |
122 | +{ | 635 | diff --git a/hw/gpio/Kconfig b/hw/gpio/Kconfig |
123 | + type_register_static(&sbsa_ec_info); | ||
124 | +} | ||
125 | + | ||
126 | +type_init(sbsa_ec_register_type); | ||
127 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | ||
128 | index XXXXXXX..XXXXXXX 100644 | 636 | index XXXXXXX..XXXXXXX 100644 |
129 | --- a/hw/misc/meson.build | 637 | --- a/hw/gpio/Kconfig |
130 | +++ b/hw/misc/meson.build | 638 | +++ b/hw/gpio/Kconfig |
131 | @@ -XXX,XX +XXX,XX @@ specific_ss.add(when: 'CONFIG_MAC_VIA', if_true: files('mac_via.c')) | 639 | @@ -XXX,XX +XXX,XX @@ config GPIO_PWR |
132 | 640 | ||
133 | specific_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('mips_cmgcr.c', 'mips_cpc.c')) | 641 | config SIFIVE_GPIO |
134 | specific_ss.add(when: 'CONFIG_MIPS_ITU', if_true: files('mips_itu.c')) | 642 | bool |
135 | + | 643 | + |
136 | +specific_ss.add(when: 'CONFIG_SBSA_REF', if_true: files('sbsa_ec.c')) | 644 | +config STM32L4X5_GPIO |
645 | + bool | ||
646 | diff --git a/hw/gpio/meson.build b/hw/gpio/meson.build | ||
647 | index XXXXXXX..XXXXXXX 100644 | ||
648 | --- a/hw/gpio/meson.build | ||
649 | +++ b/hw/gpio/meson.build | ||
650 | @@ -XXX,XX +XXX,XX @@ system_ss.add(when: 'CONFIG_RASPI', if_true: files( | ||
651 | 'bcm2835_gpio.c', | ||
652 | 'bcm2838_gpio.c' | ||
653 | )) | ||
654 | +system_ss.add(when: 'CONFIG_STM32L4X5_SOC', if_true: files('stm32l4x5_gpio.c')) | ||
655 | system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_gpio.c')) | ||
656 | system_ss.add(when: 'CONFIG_SIFIVE_GPIO', if_true: files('sifive_gpio.c')) | ||
657 | diff --git a/hw/gpio/trace-events b/hw/gpio/trace-events | ||
658 | index XXXXXXX..XXXXXXX 100644 | ||
659 | --- a/hw/gpio/trace-events | ||
660 | +++ b/hw/gpio/trace-events | ||
661 | @@ -XXX,XX +XXX,XX @@ sifive_gpio_update_output_irq(int64_t line, int64_t value) "line %" PRIi64 " val | ||
662 | # aspeed_gpio.c | ||
663 | aspeed_gpio_read(uint64_t offset, uint64_t value) "offset: 0x%" PRIx64 " value 0x%" PRIx64 | ||
664 | aspeed_gpio_write(uint64_t offset, uint64_t value) "offset: 0x%" PRIx64 " value 0x%" PRIx64 | ||
665 | + | ||
666 | +# stm32l4x5_gpio.c | ||
667 | +stm32l4x5_gpio_read(char *gpio, uint64_t addr) "GPIO%s addr: 0x%" PRIx64 " " | ||
668 | +stm32l4x5_gpio_write(char *gpio, uint64_t addr, uint64_t data) "GPIO%s addr: 0x%" PRIx64 " val: 0x%" PRIx64 "" | ||
669 | +stm32l4x5_gpio_update_idr(char *gpio, uint32_t old_idr, uint32_t new_idr) "GPIO%s from: 0x%x to: 0x%x" | ||
670 | +stm32l4x5_gpio_pins(char *gpio, uint16_t disconnected, uint16_t high) "GPIO%s disconnected pins: 0x%x levels: 0x%x" | ||
137 | -- | 671 | -- |
138 | 2.20.1 | 672 | 2.34.1 |
139 | 673 | ||
140 | 674 | diff view generated by jsdifflib |
1 | Implement the fp16 versions of the VFP VCVT instruction forms which | 1 | From: Inès Varhol <ines.varhol@telecom-paris.fr> |
---|---|---|---|
2 | convert between floating point and integer. | 2 | |
3 | 3 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> | |
4 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> | ||
5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
6 | Acked-by: Alistair Francis <alistair.francis@wdc.com> | ||
7 | Message-id: 20240305210444.310665-3-ines.varhol@telecom-paris.fr | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-13-peter.maydell@linaro.org | ||
7 | --- | 9 | --- |
8 | target/arm/vfp.decode | 4 +++ | 10 | include/hw/arm/stm32l4x5_soc.h | 2 + |
9 | target/arm/translate-vfp.c.inc | 65 ++++++++++++++++++++++++++++++++++ | 11 | include/hw/gpio/stm32l4x5_gpio.h | 1 + |
10 | 2 files changed, 69 insertions(+) | 12 | include/hw/misc/stm32l4x5_syscfg.h | 3 +- |
11 | 13 | hw/arm/stm32l4x5_soc.c | 71 +++++++++++++++++++++++------- | |
12 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | 14 | hw/misc/stm32l4x5_syscfg.c | 1 + |
13 | index XXXXXXX..XXXXXXX 100644 | 15 | hw/arm/Kconfig | 3 +- |
14 | --- a/target/arm/vfp.decode | 16 | 6 files changed, 63 insertions(+), 18 deletions(-) |
15 | +++ b/target/arm/vfp.decode | 17 | |
16 | @@ -XXX,XX +XXX,XX @@ VCVT_sp ---- 1110 1.11 0111 .... 1010 11.0 .... @vfp_dm_ds | 18 | diff --git a/include/hw/arm/stm32l4x5_soc.h b/include/hw/arm/stm32l4x5_soc.h |
17 | VCVT_dp ---- 1110 1.11 0111 .... 1011 11.0 .... @vfp_dm_sd | 19 | index XXXXXXX..XXXXXXX 100644 |
18 | 20 | --- a/include/hw/arm/stm32l4x5_soc.h | |
19 | # VCVT from integer to floating point: Vm always single; Vd depends on size | 21 | +++ b/include/hw/arm/stm32l4x5_soc.h |
20 | +VCVT_int_hp ---- 1110 1.11 1000 .... 1001 s:1 1.0 .... \ | 22 | @@ -XXX,XX +XXX,XX @@ |
21 | + vd=%vd_sp vm=%vm_sp | 23 | #include "hw/misc/stm32l4x5_syscfg.h" |
22 | VCVT_int_sp ---- 1110 1.11 1000 .... 1010 s:1 1.0 .... \ | 24 | #include "hw/misc/stm32l4x5_exti.h" |
23 | vd=%vd_sp vm=%vm_sp | 25 | #include "hw/misc/stm32l4x5_rcc.h" |
24 | VCVT_int_dp ---- 1110 1.11 1000 .... 1011 s:1 1.0 .... \ | 26 | +#include "hw/gpio/stm32l4x5_gpio.h" |
25 | @@ -XXX,XX +XXX,XX @@ VCVT_fix_dp ---- 1110 1.11 1.1. .... 1011 .1.0 .... \ | 27 | #include "qom/object.h" |
26 | vd=%vd_dp imm=%vm_sp opc=%vcvt_fix_op | 28 | |
27 | 29 | #define TYPE_STM32L4X5_SOC "stm32l4x5-soc" | |
28 | # VCVT float to integer (VCVT and VCVTR): Vd always single; Vd depends on size | 30 | @@ -XXX,XX +XXX,XX @@ struct Stm32l4x5SocState { |
29 | +VCVT_hp_int ---- 1110 1.11 110 s:1 .... 1001 rz:1 1.0 .... \ | 31 | OrIRQState exti_or_gates[NUM_EXTI_OR_GATES]; |
30 | + vd=%vd_sp vm=%vm_sp | 32 | Stm32l4x5SyscfgState syscfg; |
31 | VCVT_sp_int ---- 1110 1.11 110 s:1 .... 1010 rz:1 1.0 .... \ | 33 | Stm32l4x5RccState rcc; |
32 | vd=%vd_sp vm=%vm_sp | 34 | + Stm32l4x5GpioState gpio[NUM_GPIOS]; |
33 | VCVT_dp_int ---- 1110 1.11 110 s:1 .... 1011 rz:1 1.0 .... \ | 35 | |
34 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | 36 | MemoryRegion sram1; |
35 | index XXXXXXX..XXXXXXX 100644 | 37 | MemoryRegion sram2; |
36 | --- a/target/arm/translate-vfp.c.inc | 38 | diff --git a/include/hw/gpio/stm32l4x5_gpio.h b/include/hw/gpio/stm32l4x5_gpio.h |
37 | +++ b/target/arm/translate-vfp.c.inc | 39 | index XXXXXXX..XXXXXXX 100644 |
38 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp(DisasContext *s, arg_VCVT_dp *a) | 40 | --- a/include/hw/gpio/stm32l4x5_gpio.h |
39 | return true; | 41 | +++ b/include/hw/gpio/stm32l4x5_gpio.h |
42 | @@ -XXX,XX +XXX,XX @@ | ||
43 | #define TYPE_STM32L4X5_GPIO "stm32l4x5-gpio" | ||
44 | OBJECT_DECLARE_SIMPLE_TYPE(Stm32l4x5GpioState, STM32L4X5_GPIO) | ||
45 | |||
46 | +#define NUM_GPIOS 8 | ||
47 | #define GPIO_NUM_PINS 16 | ||
48 | |||
49 | struct Stm32l4x5GpioState { | ||
50 | diff --git a/include/hw/misc/stm32l4x5_syscfg.h b/include/hw/misc/stm32l4x5_syscfg.h | ||
51 | index XXXXXXX..XXXXXXX 100644 | ||
52 | --- a/include/hw/misc/stm32l4x5_syscfg.h | ||
53 | +++ b/include/hw/misc/stm32l4x5_syscfg.h | ||
54 | @@ -XXX,XX +XXX,XX @@ | ||
55 | |||
56 | #include "hw/sysbus.h" | ||
57 | #include "qom/object.h" | ||
58 | +#include "hw/gpio/stm32l4x5_gpio.h" | ||
59 | |||
60 | #define TYPE_STM32L4X5_SYSCFG "stm32l4x5-syscfg" | ||
61 | OBJECT_DECLARE_SIMPLE_TYPE(Stm32l4x5SyscfgState, STM32L4X5_SYSCFG) | ||
62 | |||
63 | -#define NUM_GPIOS 8 | ||
64 | -#define GPIO_NUM_PINS 16 | ||
65 | #define SYSCFG_NUM_EXTICR 4 | ||
66 | |||
67 | struct Stm32l4x5SyscfgState { | ||
68 | diff --git a/hw/arm/stm32l4x5_soc.c b/hw/arm/stm32l4x5_soc.c | ||
69 | index XXXXXXX..XXXXXXX 100644 | ||
70 | --- a/hw/arm/stm32l4x5_soc.c | ||
71 | +++ b/hw/arm/stm32l4x5_soc.c | ||
72 | @@ -XXX,XX +XXX,XX @@ | ||
73 | #include "sysemu/sysemu.h" | ||
74 | #include "hw/or-irq.h" | ||
75 | #include "hw/arm/stm32l4x5_soc.h" | ||
76 | +#include "hw/gpio/stm32l4x5_gpio.h" | ||
77 | #include "hw/qdev-clock.h" | ||
78 | #include "hw/misc/unimp.h" | ||
79 | |||
80 | @@ -XXX,XX +XXX,XX @@ static const int exti_or_gate1_lines_in[EXTI_OR_GATE1_NUM_LINES_IN] = { | ||
81 | 16, 35, 36, 37, 38, | ||
82 | }; | ||
83 | |||
84 | +static const struct { | ||
85 | + uint32_t addr; | ||
86 | + uint32_t moder_reset; | ||
87 | + uint32_t ospeedr_reset; | ||
88 | + uint32_t pupdr_reset; | ||
89 | +} stm32l4x5_gpio_cfg[NUM_GPIOS] = { | ||
90 | + { 0x48000000, 0xABFFFFFF, 0x0C000000, 0x64000000 }, | ||
91 | + { 0x48000400, 0xFFFFFEBF, 0x00000000, 0x00000100 }, | ||
92 | + { 0x48000800, 0xFFFFFFFF, 0x00000000, 0x00000000 }, | ||
93 | + { 0x48000C00, 0xFFFFFFFF, 0x00000000, 0x00000000 }, | ||
94 | + { 0x48001000, 0xFFFFFFFF, 0x00000000, 0x00000000 }, | ||
95 | + { 0x48001400, 0xFFFFFFFF, 0x00000000, 0x00000000 }, | ||
96 | + { 0x48001800, 0xFFFFFFFF, 0x00000000, 0x00000000 }, | ||
97 | + { 0x48001C00, 0x0000000F, 0x00000000, 0x00000000 }, | ||
98 | +}; | ||
99 | + | ||
100 | static void stm32l4x5_soc_initfn(Object *obj) | ||
101 | { | ||
102 | Stm32l4x5SocState *s = STM32L4X5_SOC(obj); | ||
103 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_initfn(Object *obj) | ||
104 | } | ||
105 | object_initialize_child(obj, "syscfg", &s->syscfg, TYPE_STM32L4X5_SYSCFG); | ||
106 | object_initialize_child(obj, "rcc", &s->rcc, TYPE_STM32L4X5_RCC); | ||
107 | + | ||
108 | + for (unsigned i = 0; i < NUM_GPIOS; i++) { | ||
109 | + g_autofree char *name = g_strdup_printf("gpio%c", 'a' + i); | ||
110 | + object_initialize_child(obj, name, &s->gpio[i], TYPE_STM32L4X5_GPIO); | ||
111 | + } | ||
40 | } | 112 | } |
41 | 113 | ||
42 | +static bool trans_VCVT_int_hp(DisasContext *s, arg_VCVT_int_sp *a) | 114 | static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) |
43 | +{ | 115 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) |
44 | + TCGv_i32 vm; | 116 | Stm32l4x5SocState *s = STM32L4X5_SOC(dev_soc); |
45 | + TCGv_ptr fpst; | 117 | const Stm32l4x5SocClass *sc = STM32L4X5_SOC_GET_CLASS(dev_soc); |
46 | + | 118 | MemoryRegion *system_memory = get_system_memory(); |
47 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | 119 | - DeviceState *armv7m; |
48 | + return false; | 120 | + DeviceState *armv7m, *dev; |
121 | SysBusDevice *busdev; | ||
122 | + uint32_t pin_index; | ||
123 | |||
124 | if (!memory_region_init_rom(&s->flash, OBJECT(dev_soc), "flash", | ||
125 | sc->flash_size, errp)) { | ||
126 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) | ||
127 | return; | ||
128 | } | ||
129 | |||
130 | + /* GPIOs */ | ||
131 | + for (unsigned i = 0; i < NUM_GPIOS; i++) { | ||
132 | + g_autofree char *name = g_strdup_printf("%c", 'A' + i); | ||
133 | + dev = DEVICE(&s->gpio[i]); | ||
134 | + qdev_prop_set_string(dev, "name", name); | ||
135 | + qdev_prop_set_uint32(dev, "mode-reset", | ||
136 | + stm32l4x5_gpio_cfg[i].moder_reset); | ||
137 | + qdev_prop_set_uint32(dev, "ospeed-reset", | ||
138 | + stm32l4x5_gpio_cfg[i].ospeedr_reset); | ||
139 | + qdev_prop_set_uint32(dev, "pupd-reset", | ||
140 | + stm32l4x5_gpio_cfg[i].pupdr_reset); | ||
141 | + busdev = SYS_BUS_DEVICE(&s->gpio[i]); | ||
142 | + g_free(name); | ||
143 | + name = g_strdup_printf("gpio%c-out", 'a' + i); | ||
144 | + qdev_connect_clock_in(DEVICE(&s->gpio[i]), "clk", | ||
145 | + qdev_get_clock_out(DEVICE(&(s->rcc)), name)); | ||
146 | + if (!sysbus_realize(busdev, errp)) { | ||
147 | + return; | ||
148 | + } | ||
149 | + sysbus_mmio_map(busdev, 0, stm32l4x5_gpio_cfg[i].addr); | ||
49 | + } | 150 | + } |
50 | + | 151 | + |
51 | + if (!vfp_access_check(s)) { | 152 | /* System configuration controller */ |
52 | + return true; | 153 | busdev = SYS_BUS_DEVICE(&s->syscfg); |
53 | + } | 154 | if (!sysbus_realize(busdev, errp)) { |
54 | + | 155 | return; |
55 | + vm = tcg_temp_new_i32(); | 156 | } |
56 | + neon_load_reg32(vm, a->vm); | 157 | sysbus_mmio_map(busdev, 0, SYSCFG_ADDR); |
57 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | 158 | - /* |
58 | + if (a->s) { | 159 | - * TODO: when the GPIO device is implemented, connect it |
59 | + /* i32 -> f16 */ | 160 | - * to SYCFG using `qdev_connect_gpio_out`, NUM_GPIOS and |
60 | + gen_helper_vfp_sitoh(vm, vm, fpst); | 161 | - * GPIO_NUM_PINS. |
61 | + } else { | 162 | - */ |
62 | + /* u32 -> f16 */ | 163 | + |
63 | + gen_helper_vfp_uitoh(vm, vm, fpst); | 164 | + for (unsigned i = 0; i < NUM_GPIOS; i++) { |
64 | + } | 165 | + for (unsigned j = 0; j < GPIO_NUM_PINS; j++) { |
65 | + neon_store_reg32(vm, a->vd); | 166 | + pin_index = GPIO_NUM_PINS * i + j; |
66 | + tcg_temp_free_i32(vm); | 167 | + qdev_connect_gpio_out(DEVICE(&s->gpio[i]), j, |
67 | + tcg_temp_free_ptr(fpst); | 168 | + qdev_get_gpio_in(DEVICE(&s->syscfg), |
68 | + return true; | 169 | + pin_index)); |
69 | +} | ||
70 | + | ||
71 | static bool trans_VCVT_int_sp(DisasContext *s, arg_VCVT_int_sp *a) | ||
72 | { | ||
73 | TCGv_i32 vm; | ||
74 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | ||
75 | return true; | ||
76 | } | ||
77 | |||
78 | +static bool trans_VCVT_hp_int(DisasContext *s, arg_VCVT_sp_int *a) | ||
79 | +{ | ||
80 | + TCGv_i32 vm; | ||
81 | + TCGv_ptr fpst; | ||
82 | + | ||
83 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
84 | + return false; | ||
85 | + } | ||
86 | + | ||
87 | + if (!vfp_access_check(s)) { | ||
88 | + return true; | ||
89 | + } | ||
90 | + | ||
91 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
92 | + vm = tcg_temp_new_i32(); | ||
93 | + neon_load_reg32(vm, a->vm); | ||
94 | + | ||
95 | + if (a->s) { | ||
96 | + if (a->rz) { | ||
97 | + gen_helper_vfp_tosizh(vm, vm, fpst); | ||
98 | + } else { | ||
99 | + gen_helper_vfp_tosih(vm, vm, fpst); | ||
100 | + } | ||
101 | + } else { | ||
102 | + if (a->rz) { | ||
103 | + gen_helper_vfp_touizh(vm, vm, fpst); | ||
104 | + } else { | ||
105 | + gen_helper_vfp_touih(vm, vm, fpst); | ||
106 | + } | 170 | + } |
107 | + } | 171 | + } |
108 | + neon_store_reg32(vm, a->vd); | 172 | |
109 | + tcg_temp_free_i32(vm); | 173 | /* EXTI device */ |
110 | + tcg_temp_free_ptr(fpst); | 174 | busdev = SYS_BUS_DEVICE(&s->exti); |
111 | + return true; | 175 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) |
112 | +} | 176 | } |
113 | + | 177 | } |
114 | static bool trans_VCVT_sp_int(DisasContext *s, arg_VCVT_sp_int *a) | 178 | |
115 | { | 179 | - for (unsigned i = 0; i < 16; i++) { |
116 | TCGv_i32 vm; | 180 | + for (unsigned i = 0; i < GPIO_NUM_PINS; i++) { |
181 | qdev_connect_gpio_out(DEVICE(&s->syscfg), i, | ||
182 | qdev_get_gpio_in(DEVICE(&s->exti), i)); | ||
183 | } | ||
184 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) | ||
185 | /* RESERVED: 0x40024400, 0x7FDBC00 */ | ||
186 | |||
187 | /* AHB2 BUS */ | ||
188 | - create_unimplemented_device("GPIOA", 0x48000000, 0x400); | ||
189 | - create_unimplemented_device("GPIOB", 0x48000400, 0x400); | ||
190 | - create_unimplemented_device("GPIOC", 0x48000800, 0x400); | ||
191 | - create_unimplemented_device("GPIOD", 0x48000C00, 0x400); | ||
192 | - create_unimplemented_device("GPIOE", 0x48001000, 0x400); | ||
193 | - create_unimplemented_device("GPIOF", 0x48001400, 0x400); | ||
194 | - create_unimplemented_device("GPIOG", 0x48001800, 0x400); | ||
195 | - create_unimplemented_device("GPIOH", 0x48001C00, 0x400); | ||
196 | /* RESERVED: 0x48002000, 0x7FDBC00 */ | ||
197 | create_unimplemented_device("OTG_FS", 0x50000000, 0x40000); | ||
198 | create_unimplemented_device("ADC", 0x50040000, 0x400); | ||
199 | diff --git a/hw/misc/stm32l4x5_syscfg.c b/hw/misc/stm32l4x5_syscfg.c | ||
200 | index XXXXXXX..XXXXXXX 100644 | ||
201 | --- a/hw/misc/stm32l4x5_syscfg.c | ||
202 | +++ b/hw/misc/stm32l4x5_syscfg.c | ||
203 | @@ -XXX,XX +XXX,XX @@ | ||
204 | #include "hw/irq.h" | ||
205 | #include "migration/vmstate.h" | ||
206 | #include "hw/misc/stm32l4x5_syscfg.h" | ||
207 | +#include "hw/gpio/stm32l4x5_gpio.h" | ||
208 | |||
209 | #define SYSCFG_MEMRMP 0x00 | ||
210 | #define SYSCFG_CFGR1 0x04 | ||
211 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
212 | index XXXXXXX..XXXXXXX 100644 | ||
213 | --- a/hw/arm/Kconfig | ||
214 | +++ b/hw/arm/Kconfig | ||
215 | @@ -XXX,XX +XXX,XX @@ config STM32L4X5_SOC | ||
216 | bool | ||
217 | select ARM_V7M | ||
218 | select OR_IRQ | ||
219 | - select STM32L4X5_SYSCFG | ||
220 | select STM32L4X5_EXTI | ||
221 | + select STM32L4X5_SYSCFG | ||
222 | select STM32L4X5_RCC | ||
223 | + select STM32L4X5_GPIO | ||
224 | |||
225 | config XLNX_ZYNQMP_ARM | ||
226 | bool | ||
117 | -- | 227 | -- |
118 | 2.20.1 | 228 | 2.34.1 |
119 | 229 | ||
120 | 230 | diff view generated by jsdifflib |
1 | From: Leif Lindholm <leif@nuviainc.com> | 1 | From: Inès Varhol <ines.varhol@telecom-paris.fr> |
---|---|---|---|
2 | 2 | ||
3 | The sbsa-ref platform uses a minimal device tree to pass amount of memory | 3 | The testcase contains : |
4 | as well as number of cpus to the firmware. However, when dumping that | 4 | - `test_idr_reset_value()` : |
5 | minimal dtb (with -M sbsa-virt,dumpdtb=<file>), the resulting blob | 5 | Checks the reset values of MODER, OTYPER, PUPDR, ODR and IDR. |
6 | generates a warning when decompiled by dtc due to lack of reg property. | 6 | - `test_gpio_output_mode()` : |
7 | Checks that writing a bit in register ODR results in the corresponding | ||
8 | pin rising or lowering, if this pin is configured in output mode. | ||
9 | - `test_gpio_input_mode()` : | ||
10 | Checks that a input pin set high or low externally results | ||
11 | in the pin rising and lowering. | ||
12 | - `test_pull_up_pull_down()` : | ||
13 | Checks that a floating pin in pull-up/down mode is actually high/down. | ||
14 | - `test_push_pull()` : | ||
15 | Checks that a pin set externally is disconnected when configured in | ||
16 | push-pull output mode, and can't be set externally while in this mode. | ||
17 | - `test_open_drain()` : | ||
18 | Checks that a pin set externally high is disconnected when configured | ||
19 | in open-drain output mode, and can't be set high while in this mode. | ||
20 | - `test_bsrr_brr()` : | ||
21 | Checks that writing to BSRR and BRR has the desired result in ODR. | ||
22 | - `test_clock_enable()` : | ||
23 | Checks that GPIO clock is at the right frequency after enabling it. | ||
7 | 24 | ||
8 | Add a simple reg property per cpu, representing a 64-bit MPIDR_EL1. | 25 | Acked-by: Thomas Huth <thuth@redhat.com> |
9 | 26 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> | |
10 | This also ends up being cleaner than having the firmware calculating its | 27 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> |
11 | own IDs for generating APCI. | 28 | Message-id: 20240305210444.310665-4-ines.varhol@telecom-paris.fr |
12 | |||
13 | Signed-off-by: Leif Lindholm <leif@nuviainc.com> | ||
14 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
15 | Message-id: 20200827124335.30586-1-leif@nuviainc.com | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 29 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 30 | --- |
18 | hw/arm/sbsa-ref.c | 29 +++++++++++++++++++++++------ | 31 | tests/qtest/stm32l4x5_gpio-test.c | 551 ++++++++++++++++++++++++++++++ |
19 | 1 file changed, 23 insertions(+), 6 deletions(-) | 32 | tests/qtest/meson.build | 3 +- |
33 | 2 files changed, 553 insertions(+), 1 deletion(-) | ||
34 | create mode 100644 tests/qtest/stm32l4x5_gpio-test.c | ||
20 | 35 | ||
21 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c | 36 | diff --git a/tests/qtest/stm32l4x5_gpio-test.c b/tests/qtest/stm32l4x5_gpio-test.c |
37 | new file mode 100644 | ||
38 | index XXXXXXX..XXXXXXX | ||
39 | --- /dev/null | ||
40 | +++ b/tests/qtest/stm32l4x5_gpio-test.c | ||
41 | @@ -XXX,XX +XXX,XX @@ | ||
42 | +/* | ||
43 | + * QTest testcase for STM32L4x5_GPIO | ||
44 | + * | ||
45 | + * Copyright (c) 2024 Arnaud Minier <arnaud.minier@telecom-paris.fr> | ||
46 | + * Copyright (c) 2024 Inès Varhol <ines.varhol@telecom-paris.fr> | ||
47 | + * | ||
48 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. | ||
49 | + * See the COPYING file in the top-level directory. | ||
50 | + */ | ||
51 | + | ||
52 | +#include "qemu/osdep.h" | ||
53 | +#include "libqtest-single.h" | ||
54 | + | ||
55 | +#define GPIO_BASE_ADDR 0x48000000 | ||
56 | +#define GPIO_SIZE 0x400 | ||
57 | +#define NUM_GPIOS 8 | ||
58 | +#define NUM_GPIO_PINS 16 | ||
59 | + | ||
60 | +#define GPIO_A 0x48000000 | ||
61 | +#define GPIO_B 0x48000400 | ||
62 | +#define GPIO_C 0x48000800 | ||
63 | +#define GPIO_D 0x48000C00 | ||
64 | +#define GPIO_E 0x48001000 | ||
65 | +#define GPIO_F 0x48001400 | ||
66 | +#define GPIO_G 0x48001800 | ||
67 | +#define GPIO_H 0x48001C00 | ||
68 | + | ||
69 | +#define MODER 0x00 | ||
70 | +#define OTYPER 0x04 | ||
71 | +#define PUPDR 0x0C | ||
72 | +#define IDR 0x10 | ||
73 | +#define ODR 0x14 | ||
74 | +#define BSRR 0x18 | ||
75 | +#define BRR 0x28 | ||
76 | + | ||
77 | +#define MODER_INPUT 0 | ||
78 | +#define MODER_OUTPUT 1 | ||
79 | + | ||
80 | +#define PUPDR_NONE 0 | ||
81 | +#define PUPDR_PULLUP 1 | ||
82 | +#define PUPDR_PULLDOWN 2 | ||
83 | + | ||
84 | +#define OTYPER_PUSH_PULL 0 | ||
85 | +#define OTYPER_OPEN_DRAIN 1 | ||
86 | + | ||
87 | +const uint32_t moder_reset[NUM_GPIOS] = { | ||
88 | + 0xABFFFFFF, | ||
89 | + 0xFFFFFEBF, | ||
90 | + 0xFFFFFFFF, | ||
91 | + 0xFFFFFFFF, | ||
92 | + 0xFFFFFFFF, | ||
93 | + 0xFFFFFFFF, | ||
94 | + 0xFFFFFFFF, | ||
95 | + 0x0000000F | ||
96 | +}; | ||
97 | + | ||
98 | +const uint32_t pupdr_reset[NUM_GPIOS] = { | ||
99 | + 0x64000000, | ||
100 | + 0x00000100, | ||
101 | + 0x00000000, | ||
102 | + 0x00000000, | ||
103 | + 0x00000000, | ||
104 | + 0x00000000, | ||
105 | + 0x00000000, | ||
106 | + 0x00000000 | ||
107 | +}; | ||
108 | + | ||
109 | +const uint32_t idr_reset[NUM_GPIOS] = { | ||
110 | + 0x0000A000, | ||
111 | + 0x00000010, | ||
112 | + 0x00000000, | ||
113 | + 0x00000000, | ||
114 | + 0x00000000, | ||
115 | + 0x00000000, | ||
116 | + 0x00000000, | ||
117 | + 0x00000000 | ||
118 | +}; | ||
119 | + | ||
120 | +static uint32_t gpio_readl(unsigned int gpio, unsigned int offset) | ||
121 | +{ | ||
122 | + return readl(gpio + offset); | ||
123 | +} | ||
124 | + | ||
125 | +static void gpio_writel(unsigned int gpio, unsigned int offset, uint32_t value) | ||
126 | +{ | ||
127 | + writel(gpio + offset, value); | ||
128 | +} | ||
129 | + | ||
130 | +static void gpio_set_bit(unsigned int gpio, unsigned int reg, | ||
131 | + unsigned int pin, uint32_t value) | ||
132 | +{ | ||
133 | + uint32_t mask = 0xFFFFFFFF & ~(0x1 << pin); | ||
134 | + gpio_writel(gpio, reg, (gpio_readl(gpio, reg) & mask) | value << pin); | ||
135 | +} | ||
136 | + | ||
137 | +static void gpio_set_2bits(unsigned int gpio, unsigned int reg, | ||
138 | + unsigned int pin, uint32_t value) | ||
139 | +{ | ||
140 | + uint32_t offset = 2 * pin; | ||
141 | + uint32_t mask = 0xFFFFFFFF & ~(0x3 << offset); | ||
142 | + gpio_writel(gpio, reg, (gpio_readl(gpio, reg) & mask) | value << offset); | ||
143 | +} | ||
144 | + | ||
145 | +static unsigned int get_gpio_id(uint32_t gpio_addr) | ||
146 | +{ | ||
147 | + return (gpio_addr - GPIO_BASE_ADDR) / GPIO_SIZE; | ||
148 | +} | ||
149 | + | ||
150 | +static void gpio_set_irq(unsigned int gpio, int num, int level) | ||
151 | +{ | ||
152 | + g_autofree char *name = g_strdup_printf("/machine/soc/gpio%c", | ||
153 | + get_gpio_id(gpio) + 'a'); | ||
154 | + qtest_set_irq_in(global_qtest, name, NULL, num, level); | ||
155 | +} | ||
156 | + | ||
157 | +static void disconnect_all_pins(unsigned int gpio) | ||
158 | +{ | ||
159 | + g_autofree char *path = g_strdup_printf("/machine/soc/gpio%c", | ||
160 | + get_gpio_id(gpio) + 'a'); | ||
161 | + QDict *r; | ||
162 | + | ||
163 | + r = qtest_qmp(global_qtest, "{ 'execute': 'qom-set', 'arguments': " | ||
164 | + "{ 'path': %s, 'property': 'disconnected-pins', 'value': %d } }", | ||
165 | + path, 0xFFFF); | ||
166 | + g_assert_false(qdict_haskey(r, "error")); | ||
167 | + qobject_unref(r); | ||
168 | +} | ||
169 | + | ||
170 | +static uint32_t get_disconnected_pins(unsigned int gpio) | ||
171 | +{ | ||
172 | + g_autofree char *path = g_strdup_printf("/machine/soc/gpio%c", | ||
173 | + get_gpio_id(gpio) + 'a'); | ||
174 | + uint32_t disconnected_pins = 0; | ||
175 | + QDict *r; | ||
176 | + | ||
177 | + r = qtest_qmp(global_qtest, "{ 'execute': 'qom-get', 'arguments':" | ||
178 | + " { 'path': %s, 'property': 'disconnected-pins'} }", path); | ||
179 | + g_assert_false(qdict_haskey(r, "error")); | ||
180 | + disconnected_pins = qdict_get_int(r, "return"); | ||
181 | + qobject_unref(r); | ||
182 | + return disconnected_pins; | ||
183 | +} | ||
184 | + | ||
185 | +static uint32_t reset(uint32_t gpio, unsigned int offset) | ||
186 | +{ | ||
187 | + switch (offset) { | ||
188 | + case MODER: | ||
189 | + return moder_reset[get_gpio_id(gpio)]; | ||
190 | + case PUPDR: | ||
191 | + return pupdr_reset[get_gpio_id(gpio)]; | ||
192 | + case IDR: | ||
193 | + return idr_reset[get_gpio_id(gpio)]; | ||
194 | + } | ||
195 | + return 0x0; | ||
196 | +} | ||
197 | + | ||
198 | +static void system_reset(void) | ||
199 | +{ | ||
200 | + QDict *r; | ||
201 | + r = qtest_qmp(global_qtest, "{'execute': 'system_reset'}"); | ||
202 | + g_assert_false(qdict_haskey(r, "error")); | ||
203 | + qobject_unref(r); | ||
204 | +} | ||
205 | + | ||
206 | +static void test_idr_reset_value(void) | ||
207 | +{ | ||
208 | + /* | ||
209 | + * Checks that the values in MODER, OTYPER, PUPDR and ODR | ||
210 | + * after reset are correct, and that the value in IDR is | ||
211 | + * coherent. | ||
212 | + * Since AF and analog modes aren't implemented, IDR reset | ||
213 | + * values aren't the same as with a real board. | ||
214 | + * | ||
215 | + * Register IDR contains the actual values of all GPIO pins. | ||
216 | + * Its value depends on the pins' configuration | ||
217 | + * (intput/output/analog : register MODER, push-pull/open-drain : | ||
218 | + * register OTYPER, pull-up/pull-down/none : register PUPDR) | ||
219 | + * and on the values stored in register ODR | ||
220 | + * (in case the pin is in output mode). | ||
221 | + */ | ||
222 | + | ||
223 | + gpio_writel(GPIO_A, MODER, 0xDEADBEEF); | ||
224 | + gpio_writel(GPIO_A, ODR, 0xDEADBEEF); | ||
225 | + gpio_writel(GPIO_A, OTYPER, 0xDEADBEEF); | ||
226 | + gpio_writel(GPIO_A, PUPDR, 0xDEADBEEF); | ||
227 | + | ||
228 | + gpio_writel(GPIO_B, MODER, 0xDEADBEEF); | ||
229 | + gpio_writel(GPIO_B, ODR, 0xDEADBEEF); | ||
230 | + gpio_writel(GPIO_B, OTYPER, 0xDEADBEEF); | ||
231 | + gpio_writel(GPIO_B, PUPDR, 0xDEADBEEF); | ||
232 | + | ||
233 | + gpio_writel(GPIO_C, MODER, 0xDEADBEEF); | ||
234 | + gpio_writel(GPIO_C, ODR, 0xDEADBEEF); | ||
235 | + gpio_writel(GPIO_C, OTYPER, 0xDEADBEEF); | ||
236 | + gpio_writel(GPIO_C, PUPDR, 0xDEADBEEF); | ||
237 | + | ||
238 | + gpio_writel(GPIO_H, MODER, 0xDEADBEEF); | ||
239 | + gpio_writel(GPIO_H, ODR, 0xDEADBEEF); | ||
240 | + gpio_writel(GPIO_H, OTYPER, 0xDEADBEEF); | ||
241 | + gpio_writel(GPIO_H, PUPDR, 0xDEADBEEF); | ||
242 | + | ||
243 | + system_reset(); | ||
244 | + | ||
245 | + uint32_t moder = gpio_readl(GPIO_A, MODER); | ||
246 | + uint32_t odr = gpio_readl(GPIO_A, ODR); | ||
247 | + uint32_t otyper = gpio_readl(GPIO_A, OTYPER); | ||
248 | + uint32_t pupdr = gpio_readl(GPIO_A, PUPDR); | ||
249 | + uint32_t idr = gpio_readl(GPIO_A, IDR); | ||
250 | + /* 15: AF, 14: AF, 13: AF, 12: Analog ... */ | ||
251 | + /* here AF is the same as Analog and Input mode */ | ||
252 | + g_assert_cmphex(moder, ==, reset(GPIO_A, MODER)); | ||
253 | + g_assert_cmphex(odr, ==, reset(GPIO_A, ODR)); | ||
254 | + g_assert_cmphex(otyper, ==, reset(GPIO_A, OTYPER)); | ||
255 | + /* 15: pull-up, 14: pull-down, 13: pull-up, 12: neither ... */ | ||
256 | + g_assert_cmphex(pupdr, ==, reset(GPIO_A, PUPDR)); | ||
257 | + /* 15 : 1, 14: 0, 13: 1, 12 : reset value ... */ | ||
258 | + g_assert_cmphex(idr, ==, reset(GPIO_A, IDR)); | ||
259 | + | ||
260 | + moder = gpio_readl(GPIO_B, MODER); | ||
261 | + odr = gpio_readl(GPIO_B, ODR); | ||
262 | + otyper = gpio_readl(GPIO_B, OTYPER); | ||
263 | + pupdr = gpio_readl(GPIO_B, PUPDR); | ||
264 | + idr = gpio_readl(GPIO_B, IDR); | ||
265 | + /* ... 5: Analog, 4: AF, 3: AF, 2: Analog ... */ | ||
266 | + /* here AF is the same as Analog and Input mode */ | ||
267 | + g_assert_cmphex(moder, ==, reset(GPIO_B, MODER)); | ||
268 | + g_assert_cmphex(odr, ==, reset(GPIO_B, ODR)); | ||
269 | + g_assert_cmphex(otyper, ==, reset(GPIO_B, OTYPER)); | ||
270 | + /* ... 5: neither, 4: pull-up, 3: neither ... */ | ||
271 | + g_assert_cmphex(pupdr, ==, reset(GPIO_B, PUPDR)); | ||
272 | + /* ... 5 : reset value, 4 : 1, 3 : reset value ... */ | ||
273 | + g_assert_cmphex(idr, ==, reset(GPIO_B, IDR)); | ||
274 | + | ||
275 | + moder = gpio_readl(GPIO_C, MODER); | ||
276 | + odr = gpio_readl(GPIO_C, ODR); | ||
277 | + otyper = gpio_readl(GPIO_C, OTYPER); | ||
278 | + pupdr = gpio_readl(GPIO_C, PUPDR); | ||
279 | + idr = gpio_readl(GPIO_C, IDR); | ||
280 | + /* Analog, same as Input mode*/ | ||
281 | + g_assert_cmphex(moder, ==, reset(GPIO_C, MODER)); | ||
282 | + g_assert_cmphex(odr, ==, reset(GPIO_C, ODR)); | ||
283 | + g_assert_cmphex(otyper, ==, reset(GPIO_C, OTYPER)); | ||
284 | + /* no pull-up or pull-down */ | ||
285 | + g_assert_cmphex(pupdr, ==, reset(GPIO_C, PUPDR)); | ||
286 | + /* reset value */ | ||
287 | + g_assert_cmphex(idr, ==, reset(GPIO_C, IDR)); | ||
288 | + | ||
289 | + moder = gpio_readl(GPIO_H, MODER); | ||
290 | + odr = gpio_readl(GPIO_H, ODR); | ||
291 | + otyper = gpio_readl(GPIO_H, OTYPER); | ||
292 | + pupdr = gpio_readl(GPIO_H, PUPDR); | ||
293 | + idr = gpio_readl(GPIO_H, IDR); | ||
294 | + /* Analog, same as Input mode */ | ||
295 | + g_assert_cmphex(moder, ==, reset(GPIO_H, MODER)); | ||
296 | + g_assert_cmphex(odr, ==, reset(GPIO_H, ODR)); | ||
297 | + g_assert_cmphex(otyper, ==, reset(GPIO_H, OTYPER)); | ||
298 | + /* no pull-up or pull-down */ | ||
299 | + g_assert_cmphex(pupdr, ==, reset(GPIO_H, PUPDR)); | ||
300 | + /* reset value */ | ||
301 | + g_assert_cmphex(idr, ==, reset(GPIO_H, IDR)); | ||
302 | +} | ||
303 | + | ||
304 | +static void test_gpio_output_mode(const void *data) | ||
305 | +{ | ||
306 | + /* | ||
307 | + * Checks that setting a bit in ODR sets the corresponding | ||
308 | + * GPIO line high : it should set the right bit in IDR | ||
309 | + * and send an irq to syscfg. | ||
310 | + * Additionally, it checks that values written to ODR | ||
311 | + * when not in output mode are stored and not discarded. | ||
312 | + */ | ||
313 | + unsigned int pin = ((uint64_t)data) & 0xF; | ||
314 | + uint32_t gpio = ((uint64_t)data) >> 32; | ||
315 | + unsigned int gpio_id = get_gpio_id(gpio); | ||
316 | + | ||
317 | + qtest_irq_intercept_in(global_qtest, "/machine/soc/syscfg"); | ||
318 | + | ||
319 | + /* Set a bit in ODR and check nothing happens */ | ||
320 | + gpio_set_bit(gpio, ODR, pin, 1); | ||
321 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR)); | ||
322 | + g_assert_false(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
323 | + | ||
324 | + /* Configure the relevant line as output and check the pin is high */ | ||
325 | + gpio_set_2bits(gpio, MODER, pin, MODER_OUTPUT); | ||
326 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) | (1 << pin)); | ||
327 | + g_assert_true(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
328 | + | ||
329 | + /* Reset the bit in ODR and check the pin is low */ | ||
330 | + gpio_set_bit(gpio, ODR, pin, 0); | ||
331 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) & ~(1 << pin)); | ||
332 | + g_assert_false(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
333 | + | ||
334 | + /* Clean the test */ | ||
335 | + gpio_writel(gpio, ODR, reset(gpio, ODR)); | ||
336 | + gpio_writel(gpio, MODER, reset(gpio, MODER)); | ||
337 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR)); | ||
338 | + g_assert_false(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
339 | +} | ||
340 | + | ||
341 | +static void test_gpio_input_mode(const void *data) | ||
342 | +{ | ||
343 | + /* | ||
344 | + * Test that setting a line high/low externally sets the | ||
345 | + * corresponding GPIO line high/low : it should set the | ||
346 | + * right bit in IDR and send an irq to syscfg. | ||
347 | + */ | ||
348 | + unsigned int pin = ((uint64_t)data) & 0xF; | ||
349 | + uint32_t gpio = ((uint64_t)data) >> 32; | ||
350 | + unsigned int gpio_id = get_gpio_id(gpio); | ||
351 | + | ||
352 | + qtest_irq_intercept_in(global_qtest, "/machine/soc/syscfg"); | ||
353 | + | ||
354 | + /* Configure a line as input, raise it, and check that the pin is high */ | ||
355 | + gpio_set_2bits(gpio, MODER, pin, MODER_INPUT); | ||
356 | + gpio_set_irq(gpio, pin, 1); | ||
357 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) | (1 << pin)); | ||
358 | + g_assert_true(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
359 | + | ||
360 | + /* Lower the line and check that the pin is low */ | ||
361 | + gpio_set_irq(gpio, pin, 0); | ||
362 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) & ~(1 << pin)); | ||
363 | + g_assert_false(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
364 | + | ||
365 | + /* Clean the test */ | ||
366 | + gpio_writel(gpio, MODER, reset(gpio, MODER)); | ||
367 | + disconnect_all_pins(gpio); | ||
368 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR)); | ||
369 | +} | ||
370 | + | ||
371 | +static void test_pull_up_pull_down(const void *data) | ||
372 | +{ | ||
373 | + /* | ||
374 | + * Test that a floating pin with pull-up sets the pin | ||
375 | + * high and vice-versa. | ||
376 | + */ | ||
377 | + unsigned int pin = ((uint64_t)data) & 0xF; | ||
378 | + uint32_t gpio = ((uint64_t)data) >> 32; | ||
379 | + unsigned int gpio_id = get_gpio_id(gpio); | ||
380 | + | ||
381 | + qtest_irq_intercept_in(global_qtest, "/machine/soc/syscfg"); | ||
382 | + | ||
383 | + /* Configure a line as input with pull-up, check the line is set high */ | ||
384 | + gpio_set_2bits(gpio, MODER, pin, MODER_INPUT); | ||
385 | + gpio_set_2bits(gpio, PUPDR, pin, PUPDR_PULLUP); | ||
386 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) | (1 << pin)); | ||
387 | + g_assert_true(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
388 | + | ||
389 | + /* Configure the line with pull-down, check the line is low */ | ||
390 | + gpio_set_2bits(gpio, PUPDR, pin, PUPDR_PULLDOWN); | ||
391 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) & ~(1 << pin)); | ||
392 | + g_assert_false(get_irq(gpio_id * NUM_GPIO_PINS + pin)); | ||
393 | + | ||
394 | + /* Clean the test */ | ||
395 | + gpio_writel(gpio, MODER, reset(gpio, MODER)); | ||
396 | + gpio_writel(gpio, PUPDR, reset(gpio, PUPDR)); | ||
397 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR)); | ||
398 | +} | ||
399 | + | ||
400 | +static void test_push_pull(const void *data) | ||
401 | +{ | ||
402 | + /* | ||
403 | + * Test that configuring a line in push-pull output mode | ||
404 | + * disconnects the pin, that the pin can't be set or reset | ||
405 | + * externally afterwards. | ||
406 | + */ | ||
407 | + unsigned int pin = ((uint64_t)data) & 0xF; | ||
408 | + uint32_t gpio = ((uint64_t)data) >> 32; | ||
409 | + uint32_t gpio2 = GPIO_BASE_ADDR + (GPIO_H - gpio); | ||
410 | + | ||
411 | + qtest_irq_intercept_in(global_qtest, "/machine/soc/syscfg"); | ||
412 | + | ||
413 | + /* Setting a line high externally, configuring it in push-pull output */ | ||
414 | + /* And checking the pin was disconnected */ | ||
415 | + gpio_set_irq(gpio, pin, 1); | ||
416 | + gpio_set_2bits(gpio, MODER, pin, MODER_OUTPUT); | ||
417 | + g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); | ||
418 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) & ~(1 << pin)); | ||
419 | + | ||
420 | + /* Setting a line low externally, configuring it in push-pull output */ | ||
421 | + /* And checking the pin was disconnected */ | ||
422 | + gpio_set_irq(gpio2, pin, 0); | ||
423 | + gpio_set_bit(gpio2, ODR, pin, 1); | ||
424 | + gpio_set_2bits(gpio2, MODER, pin, MODER_OUTPUT); | ||
425 | + g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF); | ||
426 | + g_assert_cmphex(gpio_readl(gpio2, IDR), ==, reset(gpio2, IDR) | (1 << pin)); | ||
427 | + | ||
428 | + /* Trying to set a push-pull output pin, checking it doesn't work */ | ||
429 | + gpio_set_irq(gpio, pin, 1); | ||
430 | + g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); | ||
431 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) & ~(1 << pin)); | ||
432 | + | ||
433 | + /* Trying to reset a push-pull output pin, checking it doesn't work */ | ||
434 | + gpio_set_irq(gpio2, pin, 0); | ||
435 | + g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF); | ||
436 | + g_assert_cmphex(gpio_readl(gpio2, IDR), ==, reset(gpio2, IDR) | (1 << pin)); | ||
437 | + | ||
438 | + /* Clean the test */ | ||
439 | + gpio_writel(gpio, MODER, reset(gpio, MODER)); | ||
440 | + gpio_writel(gpio2, ODR, reset(gpio2, ODR)); | ||
441 | + gpio_writel(gpio2, MODER, reset(gpio2, MODER)); | ||
442 | +} | ||
443 | + | ||
444 | +static void test_open_drain(const void *data) | ||
445 | +{ | ||
446 | + /* | ||
447 | + * Test that configuring a line in open-drain output mode | ||
448 | + * disconnects a pin set high externally and that the pin | ||
449 | + * can't be set high externally while configured in open-drain. | ||
450 | + * | ||
451 | + * However a pin set low externally shouldn't be disconnected, | ||
452 | + * and it can be set low externally when in open-drain mode. | ||
453 | + */ | ||
454 | + unsigned int pin = ((uint64_t)data) & 0xF; | ||
455 | + uint32_t gpio = ((uint64_t)data) >> 32; | ||
456 | + uint32_t gpio2 = GPIO_BASE_ADDR + (GPIO_H - gpio); | ||
457 | + | ||
458 | + qtest_irq_intercept_in(global_qtest, "/machine/soc/syscfg"); | ||
459 | + | ||
460 | + /* Setting a line high externally, configuring it in open-drain output */ | ||
461 | + /* And checking the pin was disconnected */ | ||
462 | + gpio_set_irq(gpio, pin, 1); | ||
463 | + gpio_set_bit(gpio, OTYPER, pin, OTYPER_OPEN_DRAIN); | ||
464 | + gpio_set_2bits(gpio, MODER, pin, MODER_OUTPUT); | ||
465 | + g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); | ||
466 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) & ~(1 << pin)); | ||
467 | + | ||
468 | + /* Setting a line low externally, configuring it in open-drain output */ | ||
469 | + /* And checking the pin wasn't disconnected */ | ||
470 | + gpio_set_irq(gpio2, pin, 0); | ||
471 | + gpio_set_bit(gpio2, ODR, pin, 1); | ||
472 | + gpio_set_bit(gpio2, OTYPER, pin, OTYPER_OPEN_DRAIN); | ||
473 | + gpio_set_2bits(gpio2, MODER, pin, MODER_OUTPUT); | ||
474 | + g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF & ~(1 << pin)); | ||
475 | + g_assert_cmphex(gpio_readl(gpio2, IDR), ==, | ||
476 | + reset(gpio2, IDR) & ~(1 << pin)); | ||
477 | + | ||
478 | + /* Trying to set a open-drain output pin, checking it doesn't work */ | ||
479 | + gpio_set_irq(gpio, pin, 1); | ||
480 | + g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); | ||
481 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR) & ~(1 << pin)); | ||
482 | + | ||
483 | + /* Trying to reset a open-drain output pin, checking it works */ | ||
484 | + gpio_set_bit(gpio, ODR, pin, 1); | ||
485 | + gpio_set_irq(gpio, pin, 0); | ||
486 | + g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF & ~(1 << pin)); | ||
487 | + g_assert_cmphex(gpio_readl(gpio2, IDR), ==, | ||
488 | + reset(gpio2, IDR) & ~(1 << pin)); | ||
489 | + | ||
490 | + /* Clean the test */ | ||
491 | + disconnect_all_pins(gpio2); | ||
492 | + gpio_writel(gpio2, OTYPER, reset(gpio2, OTYPER)); | ||
493 | + gpio_writel(gpio2, ODR, reset(gpio2, ODR)); | ||
494 | + gpio_writel(gpio2, MODER, reset(gpio2, MODER)); | ||
495 | + g_assert_cmphex(gpio_readl(gpio2, IDR), ==, reset(gpio2, IDR)); | ||
496 | + disconnect_all_pins(gpio); | ||
497 | + gpio_writel(gpio, OTYPER, reset(gpio, OTYPER)); | ||
498 | + gpio_writel(gpio, ODR, reset(gpio, ODR)); | ||
499 | + gpio_writel(gpio, MODER, reset(gpio, MODER)); | ||
500 | + g_assert_cmphex(gpio_readl(gpio, IDR), ==, reset(gpio, IDR)); | ||
501 | +} | ||
502 | + | ||
503 | +static void test_bsrr_brr(const void *data) | ||
504 | +{ | ||
505 | + /* | ||
506 | + * Test that writing a '1' in BSS and BSRR | ||
507 | + * has the desired effect on ODR. | ||
508 | + * In BSRR, BSx has priority over BRx. | ||
509 | + */ | ||
510 | + unsigned int pin = ((uint64_t)data) & 0xF; | ||
511 | + uint32_t gpio = ((uint64_t)data) >> 32; | ||
512 | + | ||
513 | + gpio_writel(gpio, BSRR, (1 << pin)); | ||
514 | + g_assert_cmphex(gpio_readl(gpio, ODR), ==, reset(gpio, ODR) | (1 << pin)); | ||
515 | + | ||
516 | + gpio_writel(gpio, BSRR, (1 << (pin + NUM_GPIO_PINS))); | ||
517 | + g_assert_cmphex(gpio_readl(gpio, ODR), ==, reset(gpio, ODR)); | ||
518 | + | ||
519 | + gpio_writel(gpio, BSRR, (1 << pin)); | ||
520 | + g_assert_cmphex(gpio_readl(gpio, ODR), ==, reset(gpio, ODR) | (1 << pin)); | ||
521 | + | ||
522 | + gpio_writel(gpio, BRR, (1 << pin)); | ||
523 | + g_assert_cmphex(gpio_readl(gpio, ODR), ==, reset(gpio, ODR)); | ||
524 | + | ||
525 | + /* BSx should have priority over BRx */ | ||
526 | + gpio_writel(gpio, BSRR, (1 << pin) | (1 << (pin + NUM_GPIO_PINS))); | ||
527 | + g_assert_cmphex(gpio_readl(gpio, ODR), ==, reset(gpio, ODR) | (1 << pin)); | ||
528 | + | ||
529 | + gpio_writel(gpio, BRR, (1 << pin)); | ||
530 | + g_assert_cmphex(gpio_readl(gpio, ODR), ==, reset(gpio, ODR)); | ||
531 | + | ||
532 | + gpio_writel(gpio, ODR, reset(gpio, ODR)); | ||
533 | +} | ||
534 | + | ||
535 | +int main(int argc, char **argv) | ||
536 | +{ | ||
537 | + int ret; | ||
538 | + | ||
539 | + g_test_init(&argc, &argv, NULL); | ||
540 | + g_test_set_nonfatal_assertions(); | ||
541 | + qtest_add_func("stm32l4x5/gpio/test_idr_reset_value", | ||
542 | + test_idr_reset_value); | ||
543 | + /* | ||
544 | + * The inputs for the tests (gpio and pin) can be changed, | ||
545 | + * but the tests don't work for pins that are high at reset | ||
546 | + * (GPIOA15, GPIO13 and GPIOB5). | ||
547 | + * Specifically, rising the pin then checking `get_irq()` | ||
548 | + * is problematic since the pin was already high. | ||
549 | + */ | ||
550 | + qtest_add_data_func("stm32l4x5/gpio/test_gpioc5_output_mode", | ||
551 | + (void *)((uint64_t)GPIO_C << 32 | 5), | ||
552 | + test_gpio_output_mode); | ||
553 | + qtest_add_data_func("stm32l4x5/gpio/test_gpioh3_output_mode", | ||
554 | + (void *)((uint64_t)GPIO_H << 32 | 3), | ||
555 | + test_gpio_output_mode); | ||
556 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_input_mode1", | ||
557 | + (void *)((uint64_t)GPIO_D << 32 | 6), | ||
558 | + test_gpio_input_mode); | ||
559 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_input_mode2", | ||
560 | + (void *)((uint64_t)GPIO_C << 32 | 10), | ||
561 | + test_gpio_input_mode); | ||
562 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_pull_up_pull_down1", | ||
563 | + (void *)((uint64_t)GPIO_B << 32 | 5), | ||
564 | + test_pull_up_pull_down); | ||
565 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_pull_up_pull_down2", | ||
566 | + (void *)((uint64_t)GPIO_F << 32 | 1), | ||
567 | + test_pull_up_pull_down); | ||
568 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_push_pull1", | ||
569 | + (void *)((uint64_t)GPIO_G << 32 | 6), | ||
570 | + test_push_pull); | ||
571 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_push_pull2", | ||
572 | + (void *)((uint64_t)GPIO_H << 32 | 3), | ||
573 | + test_push_pull); | ||
574 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_open_drain1", | ||
575 | + (void *)((uint64_t)GPIO_C << 32 | 4), | ||
576 | + test_open_drain); | ||
577 | + qtest_add_data_func("stm32l4x5/gpio/test_gpio_open_drain2", | ||
578 | + (void *)((uint64_t)GPIO_E << 32 | 11), | ||
579 | + test_open_drain); | ||
580 | + qtest_add_data_func("stm32l4x5/gpio/test_bsrr_brr1", | ||
581 | + (void *)((uint64_t)GPIO_A << 32 | 12), | ||
582 | + test_bsrr_brr); | ||
583 | + qtest_add_data_func("stm32l4x5/gpio/test_bsrr_brr2", | ||
584 | + (void *)((uint64_t)GPIO_D << 32 | 0), | ||
585 | + test_bsrr_brr); | ||
586 | + | ||
587 | + qtest_start("-machine b-l475e-iot01a"); | ||
588 | + ret = g_test_run(); | ||
589 | + qtest_end(); | ||
590 | + | ||
591 | + return ret; | ||
592 | +} | ||
593 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
22 | index XXXXXXX..XXXXXXX 100644 | 594 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/hw/arm/sbsa-ref.c | 595 | --- a/tests/qtest/meson.build |
24 | +++ b/hw/arm/sbsa-ref.c | 596 | +++ b/tests/qtest/meson.build |
25 | @@ -XXX,XX +XXX,XX @@ static const int sbsa_ref_irqmap[] = { | 597 | @@ -XXX,XX +XXX,XX @@ qtests_aspeed = \ |
26 | [SBSA_EHCI] = 11, | 598 | qtests_stm32l4x5 = \ |
27 | }; | 599 | ['stm32l4x5_exti-test', |
28 | 600 | 'stm32l4x5_syscfg-test', | |
29 | +static uint64_t sbsa_ref_cpu_mp_affinity(SBSAMachineState *sms, int idx) | 601 | - 'stm32l4x5_rcc-test'] |
30 | +{ | 602 | + 'stm32l4x5_rcc-test', |
31 | + uint8_t clustersz = ARM_DEFAULT_CPUS_PER_CLUSTER; | 603 | + 'stm32l4x5_gpio-test'] |
32 | + return arm_cpu_mp_affinity(idx, clustersz); | 604 | |
33 | +} | 605 | qtests_arm = \ |
34 | + | 606 | (config_all_devices.has_key('CONFIG_MPS2') ? ['sse-timer-test'] : []) + \ |
35 | /* | ||
36 | * Firmware on this machine only uses ACPI table to load OS, these limited | ||
37 | * device tree nodes are just to let firmware know the info which varies from | ||
38 | @@ -XXX,XX +XXX,XX @@ static void create_fdt(SBSAMachineState *sms) | ||
39 | g_free(matrix); | ||
40 | } | ||
41 | |||
42 | + /* | ||
43 | + * From Documentation/devicetree/bindings/arm/cpus.yaml | ||
44 | + * On ARM v8 64-bit systems this property is required | ||
45 | + * and matches the MPIDR_EL1 register affinity bits. | ||
46 | + * | ||
47 | + * * If cpus node's #address-cells property is set to 2 | ||
48 | + * | ||
49 | + * The first reg cell bits [7:0] must be set to | ||
50 | + * bits [39:32] of MPIDR_EL1. | ||
51 | + * | ||
52 | + * The second reg cell bits [23:0] must be set to | ||
53 | + * bits [23:0] of MPIDR_EL1. | ||
54 | + */ | ||
55 | qemu_fdt_add_subnode(sms->fdt, "/cpus"); | ||
56 | + qemu_fdt_setprop_cell(sms->fdt, "/cpus", "#address-cells", 2); | ||
57 | + qemu_fdt_setprop_cell(sms->fdt, "/cpus", "#size-cells", 0x0); | ||
58 | |||
59 | for (cpu = sms->smp_cpus - 1; cpu >= 0; cpu--) { | ||
60 | char *nodename = g_strdup_printf("/cpus/cpu@%d", cpu); | ||
61 | ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu)); | ||
62 | CPUState *cs = CPU(armcpu); | ||
63 | + uint64_t mpidr = sbsa_ref_cpu_mp_affinity(sms, cpu); | ||
64 | |||
65 | qemu_fdt_add_subnode(sms->fdt, nodename); | ||
66 | + qemu_fdt_setprop_u64(sms->fdt, nodename, "reg", mpidr); | ||
67 | |||
68 | if (ms->possible_cpus->cpus[cs->cpu_index].props.has_node_id) { | ||
69 | qemu_fdt_setprop_cell(sms->fdt, nodename, "numa-node-id", | ||
70 | @@ -XXX,XX +XXX,XX @@ static void sbsa_ref_init(MachineState *machine) | ||
71 | arm_load_kernel(ARM_CPU(first_cpu), machine, &sms->bootinfo); | ||
72 | } | ||
73 | |||
74 | -static uint64_t sbsa_ref_cpu_mp_affinity(SBSAMachineState *sms, int idx) | ||
75 | -{ | ||
76 | - uint8_t clustersz = ARM_DEFAULT_CPUS_PER_CLUSTER; | ||
77 | - return arm_cpu_mp_affinity(idx, clustersz); | ||
78 | -} | ||
79 | - | ||
80 | static const CPUArchIdList *sbsa_ref_possible_cpu_arch_ids(MachineState *ms) | ||
81 | { | ||
82 | unsigned int max_cpus = ms->smp.max_cpus; | ||
83 | -- | 607 | -- |
84 | 2.20.1 | 608 | 2.34.1 |
85 | 609 | ||
86 | 610 | diff view generated by jsdifflib |
1 | Macroify the uses of do_vfp_2op_sp() and do_vfp_2op_dp(); this will | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | make it easier to add the halfprec support. | 2 | |
3 | 3 | While the 8-bit input elements are sequential in the input vector, | |
4 | the 32-bit output elements are not sequential in the output matrix. | ||
5 | Do not attempt to compute 2 32-bit outputs at the same time. | ||
6 | |||
7 | Cc: qemu-stable@nongnu.org | ||
8 | Fixes: 23a5e3859f5 ("target/arm: Implement SME integer outer product") | ||
9 | Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2083 | ||
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
12 | Message-id: 20240305163931.242795-1-richard.henderson@linaro.org | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-8-peter.maydell@linaro.org | ||
7 | --- | 14 | --- |
8 | target/arm/translate-vfp.c.inc | 49 ++++++++++------------------------ | 15 | target/arm/tcg/sme_helper.c | 77 ++++++++++++++++++------------- |
9 | 1 file changed, 14 insertions(+), 35 deletions(-) | 16 | tests/tcg/aarch64/sme-smopa-1.c | 47 +++++++++++++++++++ |
10 | 17 | tests/tcg/aarch64/sme-smopa-2.c | 54 ++++++++++++++++++++++ | |
11 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | 18 | tests/tcg/aarch64/Makefile.target | 2 +- |
19 | 4 files changed, 147 insertions(+), 33 deletions(-) | ||
20 | create mode 100644 tests/tcg/aarch64/sme-smopa-1.c | ||
21 | create mode 100644 tests/tcg/aarch64/sme-smopa-2.c | ||
22 | |||
23 | diff --git a/target/arm/tcg/sme_helper.c b/target/arm/tcg/sme_helper.c | ||
12 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/target/arm/translate-vfp.c.inc | 25 | --- a/target/arm/tcg/sme_helper.c |
14 | +++ b/target/arm/translate-vfp.c.inc | 26 | +++ b/target/arm/tcg/sme_helper.c |
15 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_dp(DisasContext *s, arg_VMOV_imm_dp *a) | 27 | @@ -XXX,XX +XXX,XX @@ void HELPER(sme_bfmopa)(void *vza, void *vzn, void *vzm, void *vpn, |
16 | return true; | 28 | } |
17 | } | 29 | } |
18 | 30 | ||
19 | -static bool trans_VMOV_reg_sp(DisasContext *s, arg_VMOV_reg_sp *a) | 31 | -typedef uint64_t IMOPFn(uint64_t, uint64_t, uint64_t, uint8_t, bool); |
20 | -{ | 32 | +typedef uint32_t IMOPFn32(uint32_t, uint32_t, uint32_t, uint8_t, bool); |
21 | - return do_vfp_2op_sp(s, tcg_gen_mov_i32, a->vd, a->vm); | 33 | +static inline void do_imopa_s(uint32_t *za, uint32_t *zn, uint32_t *zm, |
22 | -} | 34 | + uint8_t *pn, uint8_t *pm, |
23 | +#define DO_VFP_2OP(INSN, PREC, FN) \ | 35 | + uint32_t desc, IMOPFn32 *fn) |
24 | + static bool trans_##INSN##_##PREC(DisasContext *s, \ | 36 | +{ |
25 | + arg_##INSN##_##PREC *a) \ | 37 | + intptr_t row, col, oprsz = simd_oprsz(desc) / 4; |
26 | + { \ | 38 | + bool neg = simd_data(desc); |
27 | + return do_vfp_2op_##PREC(s, FN, a->vd, a->vm); \ | 39 | |
28 | + } | 40 | -static inline void do_imopa(uint64_t *za, uint64_t *zn, uint64_t *zm, |
29 | 41 | - uint8_t *pn, uint8_t *pm, | |
30 | -static bool trans_VMOV_reg_dp(DisasContext *s, arg_VMOV_reg_dp *a) | 42 | - uint32_t desc, IMOPFn *fn) |
31 | -{ | 43 | + for (row = 0; row < oprsz; ++row) { |
32 | - return do_vfp_2op_dp(s, tcg_gen_mov_i64, a->vd, a->vm); | 44 | + uint8_t pa = (pn[H1(row >> 1)] >> ((row & 1) * 4)) & 0xf; |
33 | -} | 45 | + uint32_t *za_row = &za[tile_vslice_index(row)]; |
34 | +DO_VFP_2OP(VMOV_reg, sp, tcg_gen_mov_i32) | 46 | + uint32_t n = zn[H4(row)]; |
35 | +DO_VFP_2OP(VMOV_reg, dp, tcg_gen_mov_i64) | 47 | + |
36 | 48 | + for (col = 0; col < oprsz; ++col) { | |
37 | -static bool trans_VABS_sp(DisasContext *s, arg_VABS_sp *a) | 49 | + uint8_t pb = pm[H1(col >> 1)] >> ((col & 1) * 4); |
38 | -{ | 50 | + uint32_t *a = &za_row[H4(col)]; |
39 | - return do_vfp_2op_sp(s, gen_helper_vfp_abss, a->vd, a->vm); | 51 | + |
40 | -} | 52 | + *a = fn(n, zm[H4(col)], *a, pa & pb, neg); |
41 | +DO_VFP_2OP(VABS, sp, gen_helper_vfp_abss) | 53 | + } |
42 | +DO_VFP_2OP(VABS, dp, gen_helper_vfp_absd) | 54 | + } |
43 | 55 | +} | |
44 | -static bool trans_VABS_dp(DisasContext *s, arg_VABS_dp *a) | 56 | + |
45 | -{ | 57 | +typedef uint64_t IMOPFn64(uint64_t, uint64_t, uint64_t, uint8_t, bool); |
46 | - return do_vfp_2op_dp(s, gen_helper_vfp_absd, a->vd, a->vm); | 58 | +static inline void do_imopa_d(uint64_t *za, uint64_t *zn, uint64_t *zm, |
47 | -} | 59 | + uint8_t *pn, uint8_t *pm, |
48 | - | 60 | + uint32_t desc, IMOPFn64 *fn) |
49 | -static bool trans_VNEG_sp(DisasContext *s, arg_VNEG_sp *a) | ||
50 | -{ | ||
51 | - return do_vfp_2op_sp(s, gen_helper_vfp_negs, a->vd, a->vm); | ||
52 | -} | ||
53 | - | ||
54 | -static bool trans_VNEG_dp(DisasContext *s, arg_VNEG_dp *a) | ||
55 | -{ | ||
56 | - return do_vfp_2op_dp(s, gen_helper_vfp_negd, a->vd, a->vm); | ||
57 | -} | ||
58 | +DO_VFP_2OP(VNEG, sp, gen_helper_vfp_negs) | ||
59 | +DO_VFP_2OP(VNEG, dp, gen_helper_vfp_negd) | ||
60 | |||
61 | static void gen_VSQRT_sp(TCGv_i32 vd, TCGv_i32 vm) | ||
62 | { | 61 | { |
63 | gen_helper_vfp_sqrts(vd, vm, cpu_env); | 62 | intptr_t row, col, oprsz = simd_oprsz(desc) / 8; |
63 | bool neg = simd_data(desc); | ||
64 | @@ -XXX,XX +XXX,XX @@ static inline void do_imopa(uint64_t *za, uint64_t *zn, uint64_t *zm, | ||
64 | } | 65 | } |
65 | 66 | ||
66 | -static bool trans_VSQRT_sp(DisasContext *s, arg_VSQRT_sp *a) | 67 | #define DEF_IMOP_32(NAME, NTYPE, MTYPE) \ |
67 | -{ | 68 | -static uint64_t NAME(uint64_t n, uint64_t m, uint64_t a, uint8_t p, bool neg) \ |
68 | - return do_vfp_2op_sp(s, gen_VSQRT_sp, a->vd, a->vm); | 69 | +static uint32_t NAME(uint32_t n, uint32_t m, uint32_t a, uint8_t p, bool neg) \ |
69 | -} | 70 | { \ |
70 | - | 71 | - uint32_t sum0 = 0, sum1 = 0; \ |
71 | static void gen_VSQRT_dp(TCGv_i64 vd, TCGv_i64 vm) | 72 | + uint32_t sum = 0; \ |
72 | { | 73 | /* Apply P to N as a mask, making the inactive elements 0. */ \ |
73 | gen_helper_vfp_sqrtd(vd, vm, cpu_env); | 74 | n &= expand_pred_b(p); \ |
75 | - sum0 += (NTYPE)(n >> 0) * (MTYPE)(m >> 0); \ | ||
76 | - sum0 += (NTYPE)(n >> 8) * (MTYPE)(m >> 8); \ | ||
77 | - sum0 += (NTYPE)(n >> 16) * (MTYPE)(m >> 16); \ | ||
78 | - sum0 += (NTYPE)(n >> 24) * (MTYPE)(m >> 24); \ | ||
79 | - sum1 += (NTYPE)(n >> 32) * (MTYPE)(m >> 32); \ | ||
80 | - sum1 += (NTYPE)(n >> 40) * (MTYPE)(m >> 40); \ | ||
81 | - sum1 += (NTYPE)(n >> 48) * (MTYPE)(m >> 48); \ | ||
82 | - sum1 += (NTYPE)(n >> 56) * (MTYPE)(m >> 56); \ | ||
83 | - if (neg) { \ | ||
84 | - sum0 = (uint32_t)a - sum0, sum1 = (uint32_t)(a >> 32) - sum1; \ | ||
85 | - } else { \ | ||
86 | - sum0 = (uint32_t)a + sum0, sum1 = (uint32_t)(a >> 32) + sum1; \ | ||
87 | - } \ | ||
88 | - return ((uint64_t)sum1 << 32) | sum0; \ | ||
89 | + sum += (NTYPE)(n >> 0) * (MTYPE)(m >> 0); \ | ||
90 | + sum += (NTYPE)(n >> 8) * (MTYPE)(m >> 8); \ | ||
91 | + sum += (NTYPE)(n >> 16) * (MTYPE)(m >> 16); \ | ||
92 | + sum += (NTYPE)(n >> 24) * (MTYPE)(m >> 24); \ | ||
93 | + return neg ? a - sum : a + sum; \ | ||
74 | } | 94 | } |
75 | 95 | ||
76 | -static bool trans_VSQRT_dp(DisasContext *s, arg_VSQRT_dp *a) | 96 | #define DEF_IMOP_64(NAME, NTYPE, MTYPE) \ |
77 | -{ | 97 | @@ -XXX,XX +XXX,XX @@ DEF_IMOP_64(umopa_d, uint16_t, uint16_t) |
78 | - return do_vfp_2op_dp(s, gen_VSQRT_dp, a->vd, a->vm); | 98 | DEF_IMOP_64(sumopa_d, int16_t, uint16_t) |
79 | -} | 99 | DEF_IMOP_64(usmopa_d, uint16_t, int16_t) |
80 | +DO_VFP_2OP(VSQRT, sp, gen_VSQRT_sp) | 100 | |
81 | +DO_VFP_2OP(VSQRT, dp, gen_VSQRT_dp) | 101 | -#define DEF_IMOPH(NAME) \ |
82 | 102 | - void HELPER(sme_##NAME)(void *vza, void *vzn, void *vzm, void *vpn, \ | |
83 | static bool trans_VCMP_sp(DisasContext *s, arg_VCMP_sp *a) | 103 | - void *vpm, uint32_t desc) \ |
84 | { | 104 | - { do_imopa(vza, vzn, vzm, vpn, vpm, desc, NAME); } |
105 | +#define DEF_IMOPH(NAME, S) \ | ||
106 | + void HELPER(sme_##NAME##_##S)(void *vza, void *vzn, void *vzm, \ | ||
107 | + void *vpn, void *vpm, uint32_t desc) \ | ||
108 | + { do_imopa_##S(vza, vzn, vzm, vpn, vpm, desc, NAME##_##S); } | ||
109 | |||
110 | -DEF_IMOPH(smopa_s) | ||
111 | -DEF_IMOPH(umopa_s) | ||
112 | -DEF_IMOPH(sumopa_s) | ||
113 | -DEF_IMOPH(usmopa_s) | ||
114 | -DEF_IMOPH(smopa_d) | ||
115 | -DEF_IMOPH(umopa_d) | ||
116 | -DEF_IMOPH(sumopa_d) | ||
117 | -DEF_IMOPH(usmopa_d) | ||
118 | +DEF_IMOPH(smopa, s) | ||
119 | +DEF_IMOPH(umopa, s) | ||
120 | +DEF_IMOPH(sumopa, s) | ||
121 | +DEF_IMOPH(usmopa, s) | ||
122 | + | ||
123 | +DEF_IMOPH(smopa, d) | ||
124 | +DEF_IMOPH(umopa, d) | ||
125 | +DEF_IMOPH(sumopa, d) | ||
126 | +DEF_IMOPH(usmopa, d) | ||
127 | diff --git a/tests/tcg/aarch64/sme-smopa-1.c b/tests/tcg/aarch64/sme-smopa-1.c | ||
128 | new file mode 100644 | ||
129 | index XXXXXXX..XXXXXXX | ||
130 | --- /dev/null | ||
131 | +++ b/tests/tcg/aarch64/sme-smopa-1.c | ||
132 | @@ -XXX,XX +XXX,XX @@ | ||
133 | +#include <stdio.h> | ||
134 | +#include <string.h> | ||
135 | + | ||
136 | +int main() | ||
137 | +{ | ||
138 | + static const int cmp[4][4] = { | ||
139 | + { 110, 134, 158, 182 }, | ||
140 | + { 390, 478, 566, 654 }, | ||
141 | + { 670, 822, 974, 1126 }, | ||
142 | + { 950, 1166, 1382, 1598 } | ||
143 | + }; | ||
144 | + int dst[4][4]; | ||
145 | + int *tmp = &dst[0][0]; | ||
146 | + | ||
147 | + asm volatile( | ||
148 | + ".arch armv8-r+sme\n\t" | ||
149 | + "smstart\n\t" | ||
150 | + "index z0.b, #0, #1\n\t" | ||
151 | + "movprfx z1, z0\n\t" | ||
152 | + "add z1.b, z1.b, #16\n\t" | ||
153 | + "ptrue p0.b\n\t" | ||
154 | + "smopa za0.s, p0/m, p0/m, z0.b, z1.b\n\t" | ||
155 | + "ptrue p0.s, vl4\n\t" | ||
156 | + "mov w12, #0\n\t" | ||
157 | + "st1w { za0h.s[w12, #0] }, p0, [%0]\n\t" | ||
158 | + "add %0, %0, #16\n\t" | ||
159 | + "st1w { za0h.s[w12, #1] }, p0, [%0]\n\t" | ||
160 | + "add %0, %0, #16\n\t" | ||
161 | + "st1w { za0h.s[w12, #2] }, p0, [%0]\n\t" | ||
162 | + "add %0, %0, #16\n\t" | ||
163 | + "st1w { za0h.s[w12, #3] }, p0, [%0]\n\t" | ||
164 | + "smstop" | ||
165 | + : "+r"(tmp) : : "memory"); | ||
166 | + | ||
167 | + if (memcmp(cmp, dst, sizeof(dst)) == 0) { | ||
168 | + return 0; | ||
169 | + } | ||
170 | + | ||
171 | + /* See above for correct results. */ | ||
172 | + for (int i = 0; i < 4; ++i) { | ||
173 | + for (int j = 0; j < 4; ++j) { | ||
174 | + printf("%6d", dst[i][j]); | ||
175 | + } | ||
176 | + printf("\n"); | ||
177 | + } | ||
178 | + return 1; | ||
179 | +} | ||
180 | diff --git a/tests/tcg/aarch64/sme-smopa-2.c b/tests/tcg/aarch64/sme-smopa-2.c | ||
181 | new file mode 100644 | ||
182 | index XXXXXXX..XXXXXXX | ||
183 | --- /dev/null | ||
184 | +++ b/tests/tcg/aarch64/sme-smopa-2.c | ||
185 | @@ -XXX,XX +XXX,XX @@ | ||
186 | +#include <stdio.h> | ||
187 | +#include <string.h> | ||
188 | + | ||
189 | +int main() | ||
190 | +{ | ||
191 | + static const long cmp[4][4] = { | ||
192 | + { 110, 134, 158, 182 }, | ||
193 | + { 390, 478, 566, 654 }, | ||
194 | + { 670, 822, 974, 1126 }, | ||
195 | + { 950, 1166, 1382, 1598 } | ||
196 | + }; | ||
197 | + long dst[4][4]; | ||
198 | + long *tmp = &dst[0][0]; | ||
199 | + long svl; | ||
200 | + | ||
201 | + /* Validate that we have a wide enough vector for 4 elements. */ | ||
202 | + asm(".arch armv8-r+sme-i64\n\trdsvl %0, #1" : "=r"(svl)); | ||
203 | + if (svl < 32) { | ||
204 | + return 0; | ||
205 | + } | ||
206 | + | ||
207 | + asm volatile( | ||
208 | + "smstart\n\t" | ||
209 | + "index z0.h, #0, #1\n\t" | ||
210 | + "movprfx z1, z0\n\t" | ||
211 | + "add z1.h, z1.h, #16\n\t" | ||
212 | + "ptrue p0.b\n\t" | ||
213 | + "smopa za0.d, p0/m, p0/m, z0.h, z1.h\n\t" | ||
214 | + "ptrue p0.d, vl4\n\t" | ||
215 | + "mov w12, #0\n\t" | ||
216 | + "st1d { za0h.d[w12, #0] }, p0, [%0]\n\t" | ||
217 | + "add %0, %0, #32\n\t" | ||
218 | + "st1d { za0h.d[w12, #1] }, p0, [%0]\n\t" | ||
219 | + "mov w12, #2\n\t" | ||
220 | + "add %0, %0, #32\n\t" | ||
221 | + "st1d { za0h.d[w12, #0] }, p0, [%0]\n\t" | ||
222 | + "add %0, %0, #32\n\t" | ||
223 | + "st1d { za0h.d[w12, #1] }, p0, [%0]\n\t" | ||
224 | + "smstop" | ||
225 | + : "+r"(tmp) : : "memory"); | ||
226 | + | ||
227 | + if (memcmp(cmp, dst, sizeof(dst)) == 0) { | ||
228 | + return 0; | ||
229 | + } | ||
230 | + | ||
231 | + /* See above for correct results. */ | ||
232 | + for (int i = 0; i < 4; ++i) { | ||
233 | + for (int j = 0; j < 4; ++j) { | ||
234 | + printf("%6ld", dst[i][j]); | ||
235 | + } | ||
236 | + printf("\n"); | ||
237 | + } | ||
238 | + return 1; | ||
239 | +} | ||
240 | diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target | ||
241 | index XXXXXXX..XXXXXXX 100644 | ||
242 | --- a/tests/tcg/aarch64/Makefile.target | ||
243 | +++ b/tests/tcg/aarch64/Makefile.target | ||
244 | @@ -XXX,XX +XXX,XX @@ endif | ||
245 | |||
246 | # SME Tests | ||
247 | ifneq ($(CROSS_AS_HAS_ARMV9_SME),) | ||
248 | -AARCH64_TESTS += sme-outprod1 | ||
249 | +AARCH64_TESTS += sme-outprod1 sme-smopa-1 sme-smopa-2 | ||
250 | endif | ||
251 | |||
252 | # System Registers Tests | ||
85 | -- | 253 | -- |
86 | 2.20.1 | 254 | 2.34.1 |
87 | 255 | ||
88 | 256 | diff view generated by jsdifflib |
1 | Implement VFP fp16 support for fused multiply-add insns | 1 | The sun4v RTC device model added under commit a0e893039cf2ce0 in 2016 |
---|---|---|---|
2 | VFNMA, VFNMS, VFMA, VFMS. | 2 | was unfortunately added with a license of GPL-v3-or-later, which is |
3 | not compatible with other QEMU code which has a GPL-v2-only license. | ||
3 | 4 | ||
5 | Relicense the code in the .c and the .h file to GPL-v2-or-later, | ||
6 | to make it compatible with the rest of QEMU. | ||
7 | |||
8 | Cc: qemu-stable@nongnu.org | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Signed-off-by: Paolo Bonzini (for Red Hat) <pbonzini@redhat.com> |
6 | Message-id: 20200828183354.27913-7-peter.maydell@linaro.org | 11 | Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> |
12 | Signed-off-by: Markus Armbruster <armbru@redhat.com> | ||
13 | Signed-off-by: Alex Bennée <alex.bennee@linaro.org> | ||
14 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
15 | Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> | ||
16 | Acked-by: Alex Bennée <alex.bennee@linaro.org> | ||
17 | Message-id: 20240223161300.938542-1-peter.maydell@linaro.org | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | 19 | --- |
8 | target/arm/helper.h | 1 + | 20 | include/hw/rtc/sun4v-rtc.h | 2 +- |
9 | target/arm/vfp.decode | 5 +++ | 21 | hw/rtc/sun4v-rtc.c | 2 +- |
10 | target/arm/vfp_helper.c | 7 ++++ | 22 | 2 files changed, 2 insertions(+), 2 deletions(-) |
11 | target/arm/translate-vfp.c.inc | 64 ++++++++++++++++++++++++++++++++++ | ||
12 | 4 files changed, 77 insertions(+) | ||
13 | 23 | ||
14 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 24 | diff --git a/include/hw/rtc/sun4v-rtc.h b/include/hw/rtc/sun4v-rtc.h |
15 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/helper.h | 26 | --- a/include/hw/rtc/sun4v-rtc.h |
17 | +++ b/target/arm/helper.h | 27 | +++ b/include/hw/rtc/sun4v-rtc.h |
18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_3(vfp_fcvt_f64_to_f16, TCG_CALL_NO_RWG, f16, f64, ptr, i32) | 28 | @@ -XXX,XX +XXX,XX @@ |
19 | 29 | * | |
20 | DEF_HELPER_4(vfp_muladdd, f64, f64, f64, f64, ptr) | 30 | * Copyright (c) 2016 Artyom Tarasenko |
21 | DEF_HELPER_4(vfp_muladds, f32, f32, f32, f32, ptr) | 31 | * |
22 | +DEF_HELPER_4(vfp_muladdh, f16, f16, f16, f16, ptr) | 32 | - * This code is licensed under the GNU GPL v3 or (at your option) any later |
23 | 33 | + * This code is licensed under the GNU GPL v2 or (at your option) any later | |
24 | DEF_HELPER_3(recps_f32, f32, env, f32, f32) | 34 | * version. |
25 | DEF_HELPER_3(rsqrts_f32, f32, env, f32, f32) | 35 | */ |
26 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | 36 | |
37 | diff --git a/hw/rtc/sun4v-rtc.c b/hw/rtc/sun4v-rtc.c | ||
27 | index XXXXXXX..XXXXXXX 100644 | 38 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/target/arm/vfp.decode | 39 | --- a/hw/rtc/sun4v-rtc.c |
29 | +++ b/target/arm/vfp.decode | 40 | +++ b/hw/rtc/sun4v-rtc.c |
30 | @@ -XXX,XX +XXX,XX @@ VDIV_hp ---- 1110 1.00 .... .... 1001 .0.0 .... @vfp_dnm_s | 41 | @@ -XXX,XX +XXX,XX @@ |
31 | VDIV_sp ---- 1110 1.00 .... .... 1010 .0.0 .... @vfp_dnm_s | 42 | * |
32 | VDIV_dp ---- 1110 1.00 .... .... 1011 .0.0 .... @vfp_dnm_d | 43 | * Copyright (c) 2016 Artyom Tarasenko |
33 | 44 | * | |
34 | +VFMA_hp ---- 1110 1.10 .... .... 1001 .0. 0 .... @vfp_dnm_s | 45 | - * This code is licensed under the GNU GPL v3 or (at your option) any later |
35 | +VFMS_hp ---- 1110 1.10 .... .... 1001 .1. 0 .... @vfp_dnm_s | 46 | + * This code is licensed under the GNU GPL v2 or (at your option) any later |
36 | +VFNMA_hp ---- 1110 1.01 .... .... 1001 .0. 0 .... @vfp_dnm_s | 47 | * version. |
37 | +VFNMS_hp ---- 1110 1.01 .... .... 1001 .1. 0 .... @vfp_dnm_s | 48 | */ |
38 | + | ||
39 | VFMA_sp ---- 1110 1.10 .... .... 1010 .0. 0 .... @vfp_dnm_s | ||
40 | VFMS_sp ---- 1110 1.10 .... .... 1010 .1. 0 .... @vfp_dnm_s | ||
41 | VFNMA_sp ---- 1110 1.01 .... .... 1010 .0. 0 .... @vfp_dnm_s | ||
42 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/target/arm/vfp_helper.c | ||
45 | +++ b/target/arm/vfp_helper.c | ||
46 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(rsqrte_u32)(uint32_t a) | ||
47 | } | ||
48 | |||
49 | /* VFPv4 fused multiply-accumulate */ | ||
50 | +dh_ctype_f16 VFP_HELPER(muladd, h)(dh_ctype_f16 a, dh_ctype_f16 b, | ||
51 | + dh_ctype_f16 c, void *fpstp) | ||
52 | +{ | ||
53 | + float_status *fpst = fpstp; | ||
54 | + return float16_muladd(a, b, c, 0, fpst); | ||
55 | +} | ||
56 | + | ||
57 | float32 VFP_HELPER(muladd, s)(float32 a, float32 b, float32 c, void *fpstp) | ||
58 | { | ||
59 | float_status *fpst = fpstp; | ||
60 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
61 | index XXXXXXX..XXXXXXX 100644 | ||
62 | --- a/target/arm/translate-vfp.c.inc | ||
63 | +++ b/target/arm/translate-vfp.c.inc | ||
64 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMAXNM_dp(DisasContext *s, arg_VMAXNM_dp *a) | ||
65 | a->vd, a->vn, a->vm, false); | ||
66 | } | ||
67 | |||
68 | +static bool do_vfm_hp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) | ||
69 | +{ | ||
70 | + /* | ||
71 | + * VFNMA : fd = muladd(-fd, fn, fm) | ||
72 | + * VFNMS : fd = muladd(-fd, -fn, fm) | ||
73 | + * VFMA : fd = muladd( fd, fn, fm) | ||
74 | + * VFMS : fd = muladd( fd, -fn, fm) | ||
75 | + * | ||
76 | + * These are fused multiply-add, and must be done as one floating | ||
77 | + * point operation with no rounding between the multiplication and | ||
78 | + * addition steps. NB that doing the negations here as separate | ||
79 | + * steps is correct : an input NaN should come out with its sign | ||
80 | + * bit flipped if it is a negated-input. | ||
81 | + */ | ||
82 | + TCGv_ptr fpst; | ||
83 | + TCGv_i32 vn, vm, vd; | ||
84 | + | ||
85 | + /* | ||
86 | + * Present in VFPv4 only, and only with the FP16 extension. | ||
87 | + * Note that we can't rely on the SIMDFMAC check alone, because | ||
88 | + * in a Neon-no-VFP core that ID register field will be non-zero. | ||
89 | + */ | ||
90 | + if (!dc_isar_feature(aa32_fp16_arith, s) || | ||
91 | + !dc_isar_feature(aa32_simdfmac, s) || | ||
92 | + !dc_isar_feature(aa32_fpsp_v2, s)) { | ||
93 | + return false; | ||
94 | + } | ||
95 | + | ||
96 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
97 | + return false; | ||
98 | + } | ||
99 | + | ||
100 | + if (!vfp_access_check(s)) { | ||
101 | + return true; | ||
102 | + } | ||
103 | + | ||
104 | + vn = tcg_temp_new_i32(); | ||
105 | + vm = tcg_temp_new_i32(); | ||
106 | + vd = tcg_temp_new_i32(); | ||
107 | + | ||
108 | + neon_load_reg32(vn, a->vn); | ||
109 | + neon_load_reg32(vm, a->vm); | ||
110 | + if (neg_n) { | ||
111 | + /* VFNMS, VFMS */ | ||
112 | + gen_helper_vfp_negh(vn, vn); | ||
113 | + } | ||
114 | + neon_load_reg32(vd, a->vd); | ||
115 | + if (neg_d) { | ||
116 | + /* VFNMA, VFNMS */ | ||
117 | + gen_helper_vfp_negh(vd, vd); | ||
118 | + } | ||
119 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
120 | + gen_helper_vfp_muladdh(vd, vn, vm, vd, fpst); | ||
121 | + neon_store_reg32(vd, a->vd); | ||
122 | + | ||
123 | + tcg_temp_free_ptr(fpst); | ||
124 | + tcg_temp_free_i32(vn); | ||
125 | + tcg_temp_free_i32(vm); | ||
126 | + tcg_temp_free_i32(vd); | ||
127 | + | ||
128 | + return true; | ||
129 | +} | ||
130 | + | ||
131 | static bool do_vfm_sp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) | ||
132 | { | ||
133 | /* | ||
134 | @@ -XXX,XX +XXX,XX @@ static bool do_vfm_dp(DisasContext *s, arg_VFMA_dp *a, bool neg_n, bool neg_d) | ||
135 | MAKE_ONE_VFM_TRANS_FN(VFNMA, PREC, false, true) \ | ||
136 | MAKE_ONE_VFM_TRANS_FN(VFNMS, PREC, true, true) | ||
137 | |||
138 | +MAKE_VFM_TRANS_FNS(hp) | ||
139 | MAKE_VFM_TRANS_FNS(sp) | ||
140 | MAKE_VFM_TRANS_FNS(dp) | ||
141 | 49 | ||
142 | -- | 50 | -- |
143 | 2.20.1 | 51 | 2.34.1 |
144 | 52 | ||
145 | 53 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement VFP fp16 support for the VMOV immediate insn. | ||
2 | 1 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200828183354.27913-10-peter.maydell@linaro.org | ||
6 | --- | ||
7 | target/arm/vfp.decode | 2 ++ | ||
8 | target/arm/translate-vfp.c.inc | 22 ++++++++++++++++++++++ | ||
9 | 2 files changed, 24 insertions(+) | ||
10 | |||
11 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/target/arm/vfp.decode | ||
14 | +++ b/target/arm/vfp.decode | ||
15 | @@ -XXX,XX +XXX,XX @@ VFMS_dp ---- 1110 1.10 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
16 | VFNMA_dp ---- 1110 1.01 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
17 | VFNMS_dp ---- 1110 1.01 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
18 | |||
19 | +VMOV_imm_hp ---- 1110 1.11 .... .... 1001 0000 .... \ | ||
20 | + vd=%vd_sp imm=%vmov_imm | ||
21 | VMOV_imm_sp ---- 1110 1.11 .... .... 1010 0000 .... \ | ||
22 | vd=%vd_sp imm=%vmov_imm | ||
23 | VMOV_imm_dp ---- 1110 1.11 .... .... 1011 0000 .... \ | ||
24 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/target/arm/translate-vfp.c.inc | ||
27 | +++ b/target/arm/translate-vfp.c.inc | ||
28 | @@ -XXX,XX +XXX,XX @@ MAKE_VFM_TRANS_FNS(hp) | ||
29 | MAKE_VFM_TRANS_FNS(sp) | ||
30 | MAKE_VFM_TRANS_FNS(dp) | ||
31 | |||
32 | +static bool trans_VMOV_imm_hp(DisasContext *s, arg_VMOV_imm_sp *a) | ||
33 | +{ | ||
34 | + TCGv_i32 fd; | ||
35 | + | ||
36 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
37 | + return false; | ||
38 | + } | ||
39 | + | ||
40 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
41 | + return false; | ||
42 | + } | ||
43 | + | ||
44 | + if (!vfp_access_check(s)) { | ||
45 | + return true; | ||
46 | + } | ||
47 | + | ||
48 | + fd = tcg_const_i32(vfp_expand_imm(MO_16, a->imm)); | ||
49 | + neon_store_reg32(fd, a->vd); | ||
50 | + tcg_temp_free_i32(fd); | ||
51 | + return true; | ||
52 | +} | ||
53 | + | ||
54 | static bool trans_VMOV_imm_sp(DisasContext *s, arg_VMOV_imm_sp *a) | ||
55 | { | ||
56 | uint32_t delta_d = 0; | ||
57 | -- | ||
58 | 2.20.1 | ||
59 | |||
60 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement fp16 version of VCMP. | ||
2 | 1 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200828183354.27913-11-peter.maydell@linaro.org | ||
6 | --- | ||
7 | target/arm/helper.h | 2 ++ | ||
8 | target/arm/vfp.decode | 2 ++ | ||
9 | target/arm/vfp_helper.c | 15 +++++++------ | ||
10 | target/arm/translate-vfp.c.inc | 39 ++++++++++++++++++++++++++++++++++ | ||
11 | 4 files changed, 51 insertions(+), 7 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.h | ||
16 | +++ b/target/arm/helper.h | ||
17 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_1(vfp_absd, f64, f64) | ||
18 | DEF_HELPER_2(vfp_sqrth, f16, f16, env) | ||
19 | DEF_HELPER_2(vfp_sqrts, f32, f32, env) | ||
20 | DEF_HELPER_2(vfp_sqrtd, f64, f64, env) | ||
21 | +DEF_HELPER_3(vfp_cmph, void, f16, f16, env) | ||
22 | DEF_HELPER_3(vfp_cmps, void, f32, f32, env) | ||
23 | DEF_HELPER_3(vfp_cmpd, void, f64, f64, env) | ||
24 | +DEF_HELPER_3(vfp_cmpeh, void, f16, f16, env) | ||
25 | DEF_HELPER_3(vfp_cmpes, void, f32, f32, env) | ||
26 | DEF_HELPER_3(vfp_cmped, void, f64, f64, env) | ||
27 | |||
28 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/target/arm/vfp.decode | ||
31 | +++ b/target/arm/vfp.decode | ||
32 | @@ -XXX,XX +XXX,XX @@ VSQRT_hp ---- 1110 1.11 0001 .... 1001 11.0 .... @vfp_dm_ss | ||
33 | VSQRT_sp ---- 1110 1.11 0001 .... 1010 11.0 .... @vfp_dm_ss | ||
34 | VSQRT_dp ---- 1110 1.11 0001 .... 1011 11.0 .... @vfp_dm_dd | ||
35 | |||
36 | +VCMP_hp ---- 1110 1.11 010 z:1 .... 1001 e:1 1.0 .... \ | ||
37 | + vd=%vd_sp vm=%vm_sp | ||
38 | VCMP_sp ---- 1110 1.11 010 z:1 .... 1010 e:1 1.0 .... \ | ||
39 | vd=%vd_sp vm=%vm_sp | ||
40 | VCMP_dp ---- 1110 1.11 010 z:1 .... 1011 e:1 1.0 .... \ | ||
41 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
42 | index XXXXXXX..XXXXXXX 100644 | ||
43 | --- a/target/arm/vfp_helper.c | ||
44 | +++ b/target/arm/vfp_helper.c | ||
45 | @@ -XXX,XX +XXX,XX @@ static void softfloat_to_vfp_compare(CPUARMState *env, FloatRelation cmp) | ||
46 | } | ||
47 | |||
48 | /* XXX: check quiet/signaling case */ | ||
49 | -#define DO_VFP_cmp(p, type) \ | ||
50 | -void VFP_HELPER(cmp, p)(type a, type b, CPUARMState *env) \ | ||
51 | +#define DO_VFP_cmp(P, FLOATTYPE, ARGTYPE, FPST) \ | ||
52 | +void VFP_HELPER(cmp, P)(ARGTYPE a, ARGTYPE b, CPUARMState *env) \ | ||
53 | { \ | ||
54 | softfloat_to_vfp_compare(env, \ | ||
55 | - type ## _compare_quiet(a, b, &env->vfp.fp_status)); \ | ||
56 | + FLOATTYPE ## _compare_quiet(a, b, &env->vfp.FPST)); \ | ||
57 | } \ | ||
58 | -void VFP_HELPER(cmpe, p)(type a, type b, CPUARMState *env) \ | ||
59 | +void VFP_HELPER(cmpe, P)(ARGTYPE a, ARGTYPE b, CPUARMState *env) \ | ||
60 | { \ | ||
61 | softfloat_to_vfp_compare(env, \ | ||
62 | - type ## _compare(a, b, &env->vfp.fp_status)); \ | ||
63 | + FLOATTYPE ## _compare(a, b, &env->vfp.FPST)); \ | ||
64 | } | ||
65 | -DO_VFP_cmp(s, float32) | ||
66 | -DO_VFP_cmp(d, float64) | ||
67 | +DO_VFP_cmp(h, float16, dh_ctype_f16, fp_status_f16) | ||
68 | +DO_VFP_cmp(s, float32, float32, fp_status) | ||
69 | +DO_VFP_cmp(d, float64, float64, fp_status) | ||
70 | #undef DO_VFP_cmp | ||
71 | |||
72 | /* Integer to float and float to integer conversions */ | ||
73 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
74 | index XXXXXXX..XXXXXXX 100644 | ||
75 | --- a/target/arm/translate-vfp.c.inc | ||
76 | +++ b/target/arm/translate-vfp.c.inc | ||
77 | @@ -XXX,XX +XXX,XX @@ DO_VFP_2OP(VSQRT, hp, gen_VSQRT_hp) | ||
78 | DO_VFP_2OP(VSQRT, sp, gen_VSQRT_sp) | ||
79 | DO_VFP_2OP(VSQRT, dp, gen_VSQRT_dp) | ||
80 | |||
81 | +static bool trans_VCMP_hp(DisasContext *s, arg_VCMP_sp *a) | ||
82 | +{ | ||
83 | + TCGv_i32 vd, vm; | ||
84 | + | ||
85 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
86 | + return false; | ||
87 | + } | ||
88 | + | ||
89 | + /* Vm/M bits must be zero for the Z variant */ | ||
90 | + if (a->z && a->vm != 0) { | ||
91 | + return false; | ||
92 | + } | ||
93 | + | ||
94 | + if (!vfp_access_check(s)) { | ||
95 | + return true; | ||
96 | + } | ||
97 | + | ||
98 | + vd = tcg_temp_new_i32(); | ||
99 | + vm = tcg_temp_new_i32(); | ||
100 | + | ||
101 | + neon_load_reg32(vd, a->vd); | ||
102 | + if (a->z) { | ||
103 | + tcg_gen_movi_i32(vm, 0); | ||
104 | + } else { | ||
105 | + neon_load_reg32(vm, a->vm); | ||
106 | + } | ||
107 | + | ||
108 | + if (a->e) { | ||
109 | + gen_helper_vfp_cmpeh(vd, vm, cpu_env); | ||
110 | + } else { | ||
111 | + gen_helper_vfp_cmph(vd, vm, cpu_env); | ||
112 | + } | ||
113 | + | ||
114 | + tcg_temp_free_i32(vd); | ||
115 | + tcg_temp_free_i32(vm); | ||
116 | + | ||
117 | + return true; | ||
118 | +} | ||
119 | + | ||
120 | static bool trans_VCMP_sp(DisasContext *s, arg_VCMP_sp *a) | ||
121 | { | ||
122 | TCGv_i32 vd, vm; | ||
123 | -- | ||
124 | 2.20.1 | ||
125 | |||
126 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement the fp16 versions of the VFP VLDR/VSTR (immediate). | ||
2 | 1 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200828183354.27913-12-peter.maydell@linaro.org | ||
6 | --- | ||
7 | target/arm/vfp.decode | 3 +-- | ||
8 | target/arm/translate-vfp.c.inc | 35 ++++++++++++++++++++++++++++++++++ | ||
9 | 2 files changed, 36 insertions(+), 2 deletions(-) | ||
10 | |||
11 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/target/arm/vfp.decode | ||
14 | +++ b/target/arm/vfp.decode | ||
15 | @@ -XXX,XX +XXX,XX @@ VMOV_single ---- 1110 000 l:1 .... rt:4 1010 . 001 0000 vn=%vn_sp | ||
16 | VMOV_64_sp ---- 1100 010 op:1 rt2:4 rt:4 1010 00.1 .... vm=%vm_sp | ||
17 | VMOV_64_dp ---- 1100 010 op:1 rt2:4 rt:4 1011 00.1 .... vm=%vm_dp | ||
18 | |||
19 | -# Note that the half-precision variants of VLDR and VSTR are | ||
20 | -# not part of this decodetree at all because they have bits [9:8] == 0b01 | ||
21 | +VLDR_VSTR_hp ---- 1101 u:1 .0 l:1 rn:4 .... 1001 imm:8 vd=%vd_sp | ||
22 | VLDR_VSTR_sp ---- 1101 u:1 .0 l:1 rn:4 .... 1010 imm:8 vd=%vd_sp | ||
23 | VLDR_VSTR_dp ---- 1101 u:1 .0 l:1 rn:4 .... 1011 imm:8 vd=%vd_dp | ||
24 | |||
25 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/target/arm/translate-vfp.c.inc | ||
28 | +++ b/target/arm/translate-vfp.c.inc | ||
29 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_64_dp(DisasContext *s, arg_VMOV_64_dp *a) | ||
30 | return true; | ||
31 | } | ||
32 | |||
33 | +static bool trans_VLDR_VSTR_hp(DisasContext *s, arg_VLDR_VSTR_sp *a) | ||
34 | +{ | ||
35 | + uint32_t offset; | ||
36 | + TCGv_i32 addr, tmp; | ||
37 | + | ||
38 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
39 | + return false; | ||
40 | + } | ||
41 | + | ||
42 | + if (!vfp_access_check(s)) { | ||
43 | + return true; | ||
44 | + } | ||
45 | + | ||
46 | + /* imm8 field is offset/2 for fp16, unlike fp32 and fp64 */ | ||
47 | + offset = a->imm << 1; | ||
48 | + if (!a->u) { | ||
49 | + offset = -offset; | ||
50 | + } | ||
51 | + | ||
52 | + /* For thumb, use of PC is UNPREDICTABLE. */ | ||
53 | + addr = add_reg_for_lit(s, a->rn, offset); | ||
54 | + tmp = tcg_temp_new_i32(); | ||
55 | + if (a->l) { | ||
56 | + gen_aa32_ld16u(s, tmp, addr, get_mem_index(s)); | ||
57 | + neon_store_reg32(tmp, a->vd); | ||
58 | + } else { | ||
59 | + neon_load_reg32(tmp, a->vd); | ||
60 | + gen_aa32_st16(s, tmp, addr, get_mem_index(s)); | ||
61 | + } | ||
62 | + tcg_temp_free_i32(tmp); | ||
63 | + tcg_temp_free_i32(addr); | ||
64 | + | ||
65 | + return true; | ||
66 | +} | ||
67 | + | ||
68 | static bool trans_VLDR_VSTR_sp(DisasContext *s, arg_VLDR_VSTR_sp *a) | ||
69 | { | ||
70 | uint32_t offset; | ||
71 | -- | ||
72 | 2.20.1 | ||
73 | |||
74 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Currently the VFP_CONV_FIX macros take a single fsz argument for the | ||
2 | size of the float type, which is used both to select the name of | ||
3 | the functions to call (eg float32_is_any_nan()) and also for the | ||
4 | type to use for the float inputs and outputs (eg float32). | ||
5 | 1 | ||
6 | Separate these into fsz and ftype arguments, so that we can use them | ||
7 | for fp16, which uses 'float16' in the function names but is still | ||
8 | passing inputs and outputs in a 32-bit sized type. | ||
9 | |||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20200828183354.27913-14-peter.maydell@linaro.org | ||
13 | --- | ||
14 | target/arm/vfp_helper.c | 46 ++++++++++++++++++++--------------------- | ||
15 | 1 file changed, 23 insertions(+), 23 deletions(-) | ||
16 | |||
17 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/target/arm/vfp_helper.c | ||
20 | +++ b/target/arm/vfp_helper.c | ||
21 | @@ -XXX,XX +XXX,XX @@ float32 VFP_HELPER(fcvts, d)(float64 x, CPUARMState *env) | ||
22 | } | ||
23 | |||
24 | /* VFP3 fixed point conversion. */ | ||
25 | -#define VFP_CONV_FIX_FLOAT(name, p, fsz, isz, itype) \ | ||
26 | -float##fsz HELPER(vfp_##name##to##p)(uint##isz##_t x, uint32_t shift, \ | ||
27 | +#define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ | ||
28 | +ftype HELPER(vfp_##name##to##p)(uint##isz##_t x, uint32_t shift, \ | ||
29 | void *fpstp) \ | ||
30 | { return itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); } | ||
31 | |||
32 | -#define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, isz, itype, ROUND, suff) \ | ||
33 | -uint##isz##_t HELPER(vfp_to##name##p##suff)(float##fsz x, uint32_t shift, \ | ||
34 | +#define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ | ||
35 | +uint##isz##_t HELPER(vfp_to##name##p##suff)(ftype x, uint32_t shift, \ | ||
36 | void *fpst) \ | ||
37 | { \ | ||
38 | if (unlikely(float##fsz##_is_any_nan(x))) { \ | ||
39 | @@ -XXX,XX +XXX,XX @@ uint##isz##_t HELPER(vfp_to##name##p##suff)(float##fsz x, uint32_t shift, \ | ||
40 | return float##fsz##_to_##itype##_scalbn(x, ROUND, shift, fpst); \ | ||
41 | } | ||
42 | |||
43 | -#define VFP_CONV_FIX(name, p, fsz, isz, itype) \ | ||
44 | -VFP_CONV_FIX_FLOAT(name, p, fsz, isz, itype) \ | ||
45 | -VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, isz, itype, \ | ||
46 | +#define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ | ||
47 | +VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ | ||
48 | +VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ | ||
49 | float_round_to_zero, _round_to_zero) \ | ||
50 | -VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, isz, itype, \ | ||
51 | +VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ | ||
52 | get_float_rounding_mode(fpst), ) | ||
53 | |||
54 | -#define VFP_CONV_FIX_A64(name, p, fsz, isz, itype) \ | ||
55 | -VFP_CONV_FIX_FLOAT(name, p, fsz, isz, itype) \ | ||
56 | -VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, isz, itype, \ | ||
57 | +#define VFP_CONV_FIX_A64(name, p, fsz, ftype, isz, itype) \ | ||
58 | +VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ | ||
59 | +VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ | ||
60 | get_float_rounding_mode(fpst), ) | ||
61 | |||
62 | -VFP_CONV_FIX(sh, d, 64, 64, int16) | ||
63 | -VFP_CONV_FIX(sl, d, 64, 64, int32) | ||
64 | -VFP_CONV_FIX_A64(sq, d, 64, 64, int64) | ||
65 | -VFP_CONV_FIX(uh, d, 64, 64, uint16) | ||
66 | -VFP_CONV_FIX(ul, d, 64, 64, uint32) | ||
67 | -VFP_CONV_FIX_A64(uq, d, 64, 64, uint64) | ||
68 | -VFP_CONV_FIX(sh, s, 32, 32, int16) | ||
69 | -VFP_CONV_FIX(sl, s, 32, 32, int32) | ||
70 | -VFP_CONV_FIX_A64(sq, s, 32, 64, int64) | ||
71 | -VFP_CONV_FIX(uh, s, 32, 32, uint16) | ||
72 | -VFP_CONV_FIX(ul, s, 32, 32, uint32) | ||
73 | -VFP_CONV_FIX_A64(uq, s, 32, 64, uint64) | ||
74 | +VFP_CONV_FIX(sh, d, 64, float64, 64, int16) | ||
75 | +VFP_CONV_FIX(sl, d, 64, float64, 64, int32) | ||
76 | +VFP_CONV_FIX_A64(sq, d, 64, float64, 64, int64) | ||
77 | +VFP_CONV_FIX(uh, d, 64, float64, 64, uint16) | ||
78 | +VFP_CONV_FIX(ul, d, 64, float64, 64, uint32) | ||
79 | +VFP_CONV_FIX_A64(uq, d, 64, float64, 64, uint64) | ||
80 | +VFP_CONV_FIX(sh, s, 32, float32, 32, int16) | ||
81 | +VFP_CONV_FIX(sl, s, 32, float32, 32, int32) | ||
82 | +VFP_CONV_FIX_A64(sq, s, 32, float32, 64, int64) | ||
83 | +VFP_CONV_FIX(uh, s, 32, float32, 32, uint16) | ||
84 | +VFP_CONV_FIX(ul, s, 32, float32, 32, uint32) | ||
85 | +VFP_CONV_FIX_A64(uq, s, 32, float32, 64, uint64) | ||
86 | |||
87 | #undef VFP_CONV_FIX | ||
88 | #undef VFP_CONV_FIX_FLOAT | ||
89 | -- | ||
90 | 2.20.1 | ||
91 | |||
92 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Now the VFP_CONV_FIX macros can handle fp16's distinction between the | ||
2 | width of the operation and the width of the type used to pass operands, | ||
3 | use the macros rather than the open-coded functions. | ||
4 | 1 | ||
5 | This creates an extra six helper functions, all of which we are going | ||
6 | to need for the AArch32 VFP fp16 instructions. | ||
7 | |||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Message-id: 20200828183354.27913-15-peter.maydell@linaro.org | ||
11 | --- | ||
12 | target/arm/helper.h | 6 +++ | ||
13 | target/arm/vfp_helper.c | 86 +++-------------------------------------- | ||
14 | 2 files changed, 12 insertions(+), 80 deletions(-) | ||
15 | |||
16 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/target/arm/helper.h | ||
19 | +++ b/target/arm/helper.h | ||
20 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_2(vfp_tosizh, s32, f16, ptr) | ||
21 | DEF_HELPER_2(vfp_tosizs, s32, f32, ptr) | ||
22 | DEF_HELPER_2(vfp_tosizd, s32, f64, ptr) | ||
23 | |||
24 | +DEF_HELPER_3(vfp_toshh_round_to_zero, i32, f16, i32, ptr) | ||
25 | +DEF_HELPER_3(vfp_toslh_round_to_zero, i32, f16, i32, ptr) | ||
26 | +DEF_HELPER_3(vfp_touhh_round_to_zero, i32, f16, i32, ptr) | ||
27 | +DEF_HELPER_3(vfp_toulh_round_to_zero, i32, f16, i32, ptr) | ||
28 | DEF_HELPER_3(vfp_toshs_round_to_zero, i32, f32, i32, ptr) | ||
29 | DEF_HELPER_3(vfp_tosls_round_to_zero, i32, f32, i32, ptr) | ||
30 | DEF_HELPER_3(vfp_touhs_round_to_zero, i32, f32, i32, ptr) | ||
31 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(vfp_sqtod, f64, i64, i32, ptr) | ||
32 | DEF_HELPER_3(vfp_uhtod, f64, i64, i32, ptr) | ||
33 | DEF_HELPER_3(vfp_ultod, f64, i64, i32, ptr) | ||
34 | DEF_HELPER_3(vfp_uqtod, f64, i64, i32, ptr) | ||
35 | +DEF_HELPER_3(vfp_shtoh, f16, i32, i32, ptr) | ||
36 | +DEF_HELPER_3(vfp_uhtoh, f16, i32, i32, ptr) | ||
37 | DEF_HELPER_3(vfp_sltoh, f16, i32, i32, ptr) | ||
38 | DEF_HELPER_3(vfp_ultoh, f16, i32, i32, ptr) | ||
39 | DEF_HELPER_3(vfp_sqtoh, f16, i64, i32, ptr) | ||
40 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/target/arm/vfp_helper.c | ||
43 | +++ b/target/arm/vfp_helper.c | ||
44 | @@ -XXX,XX +XXX,XX @@ VFP_CONV_FIX_A64(sq, s, 32, float32, 64, int64) | ||
45 | VFP_CONV_FIX(uh, s, 32, float32, 32, uint16) | ||
46 | VFP_CONV_FIX(ul, s, 32, float32, 32, uint32) | ||
47 | VFP_CONV_FIX_A64(uq, s, 32, float32, 64, uint64) | ||
48 | +VFP_CONV_FIX(sh, h, 16, dh_ctype_f16, 32, int16) | ||
49 | +VFP_CONV_FIX(sl, h, 16, dh_ctype_f16, 32, int32) | ||
50 | +VFP_CONV_FIX_A64(sq, h, 16, dh_ctype_f16, 64, int64) | ||
51 | +VFP_CONV_FIX(uh, h, 16, dh_ctype_f16, 32, uint16) | ||
52 | +VFP_CONV_FIX(ul, h, 16, dh_ctype_f16, 32, uint32) | ||
53 | +VFP_CONV_FIX_A64(uq, h, 16, dh_ctype_f16, 64, uint64) | ||
54 | |||
55 | #undef VFP_CONV_FIX | ||
56 | #undef VFP_CONV_FIX_FLOAT | ||
57 | #undef VFP_CONV_FLOAT_FIX_ROUND | ||
58 | #undef VFP_CONV_FIX_A64 | ||
59 | |||
60 | -uint32_t HELPER(vfp_sltoh)(uint32_t x, uint32_t shift, void *fpst) | ||
61 | -{ | ||
62 | - return int32_to_float16_scalbn(x, -shift, fpst); | ||
63 | -} | ||
64 | - | ||
65 | -uint32_t HELPER(vfp_ultoh)(uint32_t x, uint32_t shift, void *fpst) | ||
66 | -{ | ||
67 | - return uint32_to_float16_scalbn(x, -shift, fpst); | ||
68 | -} | ||
69 | - | ||
70 | -uint32_t HELPER(vfp_sqtoh)(uint64_t x, uint32_t shift, void *fpst) | ||
71 | -{ | ||
72 | - return int64_to_float16_scalbn(x, -shift, fpst); | ||
73 | -} | ||
74 | - | ||
75 | -uint32_t HELPER(vfp_uqtoh)(uint64_t x, uint32_t shift, void *fpst) | ||
76 | -{ | ||
77 | - return uint64_to_float16_scalbn(x, -shift, fpst); | ||
78 | -} | ||
79 | - | ||
80 | -uint32_t HELPER(vfp_toshh)(uint32_t x, uint32_t shift, void *fpst) | ||
81 | -{ | ||
82 | - if (unlikely(float16_is_any_nan(x))) { | ||
83 | - float_raise(float_flag_invalid, fpst); | ||
84 | - return 0; | ||
85 | - } | ||
86 | - return float16_to_int16_scalbn(x, get_float_rounding_mode(fpst), | ||
87 | - shift, fpst); | ||
88 | -} | ||
89 | - | ||
90 | -uint32_t HELPER(vfp_touhh)(uint32_t x, uint32_t shift, void *fpst) | ||
91 | -{ | ||
92 | - if (unlikely(float16_is_any_nan(x))) { | ||
93 | - float_raise(float_flag_invalid, fpst); | ||
94 | - return 0; | ||
95 | - } | ||
96 | - return float16_to_uint16_scalbn(x, get_float_rounding_mode(fpst), | ||
97 | - shift, fpst); | ||
98 | -} | ||
99 | - | ||
100 | -uint32_t HELPER(vfp_toslh)(uint32_t x, uint32_t shift, void *fpst) | ||
101 | -{ | ||
102 | - if (unlikely(float16_is_any_nan(x))) { | ||
103 | - float_raise(float_flag_invalid, fpst); | ||
104 | - return 0; | ||
105 | - } | ||
106 | - return float16_to_int32_scalbn(x, get_float_rounding_mode(fpst), | ||
107 | - shift, fpst); | ||
108 | -} | ||
109 | - | ||
110 | -uint32_t HELPER(vfp_toulh)(uint32_t x, uint32_t shift, void *fpst) | ||
111 | -{ | ||
112 | - if (unlikely(float16_is_any_nan(x))) { | ||
113 | - float_raise(float_flag_invalid, fpst); | ||
114 | - return 0; | ||
115 | - } | ||
116 | - return float16_to_uint32_scalbn(x, get_float_rounding_mode(fpst), | ||
117 | - shift, fpst); | ||
118 | -} | ||
119 | - | ||
120 | -uint64_t HELPER(vfp_tosqh)(uint32_t x, uint32_t shift, void *fpst) | ||
121 | -{ | ||
122 | - if (unlikely(float16_is_any_nan(x))) { | ||
123 | - float_raise(float_flag_invalid, fpst); | ||
124 | - return 0; | ||
125 | - } | ||
126 | - return float16_to_int64_scalbn(x, get_float_rounding_mode(fpst), | ||
127 | - shift, fpst); | ||
128 | -} | ||
129 | - | ||
130 | -uint64_t HELPER(vfp_touqh)(uint32_t x, uint32_t shift, void *fpst) | ||
131 | -{ | ||
132 | - if (unlikely(float16_is_any_nan(x))) { | ||
133 | - float_raise(float_flag_invalid, fpst); | ||
134 | - return 0; | ||
135 | - } | ||
136 | - return float16_to_uint64_scalbn(x, get_float_rounding_mode(fpst), | ||
137 | - shift, fpst); | ||
138 | -} | ||
139 | - | ||
140 | /* Set the current fp rounding mode and return the old one. | ||
141 | * The argument is a softfloat float_round_ value. | ||
142 | */ | ||
143 | -- | ||
144 | 2.20.1 | ||
145 | |||
146 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement the fp16 versions of the VFP VCVT instruction forms which | ||
2 | convert between floating point and fixed-point. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-16-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/vfp.decode | 2 ++ | ||
9 | target/arm/translate-vfp.c.inc | 59 ++++++++++++++++++++++++++++++++++ | ||
10 | 2 files changed, 61 insertions(+) | ||
11 | |||
12 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/target/arm/vfp.decode | ||
15 | +++ b/target/arm/vfp.decode | ||
16 | @@ -XXX,XX +XXX,XX @@ VJCVT ---- 1110 1.11 1001 .... 1011 11.0 .... @vfp_dm_sd | ||
17 | # We assemble bits 18 (op), 16 (u) and 7 (sx) into a single opc field | ||
18 | # for the convenience of the trans_VCVT_fix functions. | ||
19 | %vcvt_fix_op 18:1 16:1 7:1 | ||
20 | +VCVT_fix_hp ---- 1110 1.11 1.1. .... 1001 .1.0 .... \ | ||
21 | + vd=%vd_sp imm=%vm_sp opc=%vcvt_fix_op | ||
22 | VCVT_fix_sp ---- 1110 1.11 1.1. .... 1010 .1.0 .... \ | ||
23 | vd=%vd_sp imm=%vm_sp opc=%vcvt_fix_op | ||
24 | VCVT_fix_dp ---- 1110 1.11 1.1. .... 1011 .1.0 .... \ | ||
25 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/target/arm/translate-vfp.c.inc | ||
28 | +++ b/target/arm/translate-vfp.c.inc | ||
29 | @@ -XXX,XX +XXX,XX @@ static bool trans_VJCVT(DisasContext *s, arg_VJCVT *a) | ||
30 | return true; | ||
31 | } | ||
32 | |||
33 | +static bool trans_VCVT_fix_hp(DisasContext *s, arg_VCVT_fix_sp *a) | ||
34 | +{ | ||
35 | + TCGv_i32 vd, shift; | ||
36 | + TCGv_ptr fpst; | ||
37 | + int frac_bits; | ||
38 | + | ||
39 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
40 | + return false; | ||
41 | + } | ||
42 | + | ||
43 | + if (!vfp_access_check(s)) { | ||
44 | + return true; | ||
45 | + } | ||
46 | + | ||
47 | + frac_bits = (a->opc & 1) ? (32 - a->imm) : (16 - a->imm); | ||
48 | + | ||
49 | + vd = tcg_temp_new_i32(); | ||
50 | + neon_load_reg32(vd, a->vd); | ||
51 | + | ||
52 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
53 | + shift = tcg_const_i32(frac_bits); | ||
54 | + | ||
55 | + /* Switch on op:U:sx bits */ | ||
56 | + switch (a->opc) { | ||
57 | + case 0: | ||
58 | + gen_helper_vfp_shtoh(vd, vd, shift, fpst); | ||
59 | + break; | ||
60 | + case 1: | ||
61 | + gen_helper_vfp_sltoh(vd, vd, shift, fpst); | ||
62 | + break; | ||
63 | + case 2: | ||
64 | + gen_helper_vfp_uhtoh(vd, vd, shift, fpst); | ||
65 | + break; | ||
66 | + case 3: | ||
67 | + gen_helper_vfp_ultoh(vd, vd, shift, fpst); | ||
68 | + break; | ||
69 | + case 4: | ||
70 | + gen_helper_vfp_toshh_round_to_zero(vd, vd, shift, fpst); | ||
71 | + break; | ||
72 | + case 5: | ||
73 | + gen_helper_vfp_toslh_round_to_zero(vd, vd, shift, fpst); | ||
74 | + break; | ||
75 | + case 6: | ||
76 | + gen_helper_vfp_touhh_round_to_zero(vd, vd, shift, fpst); | ||
77 | + break; | ||
78 | + case 7: | ||
79 | + gen_helper_vfp_toulh_round_to_zero(vd, vd, shift, fpst); | ||
80 | + break; | ||
81 | + default: | ||
82 | + g_assert_not_reached(); | ||
83 | + } | ||
84 | + | ||
85 | + neon_store_reg32(vd, a->vd); | ||
86 | + tcg_temp_free_i32(vd); | ||
87 | + tcg_temp_free_i32(shift); | ||
88 | + tcg_temp_free_ptr(fpst); | ||
89 | + return true; | ||
90 | +} | ||
91 | + | ||
92 | static bool trans_VCVT_fix_sp(DisasContext *s, arg_VCVT_fix_sp *a) | ||
93 | { | ||
94 | TCGv_i32 vd, shift; | ||
95 | -- | ||
96 | 2.20.1 | ||
97 | |||
98 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement the fp16 versions of the VFP VCVT instruction forms | ||
2 | which convert between floating point and integer with a specified | ||
3 | rounding mode. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200828183354.27913-17-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/vfp-uncond.decode | 6 ++++-- | ||
10 | target/arm/translate-vfp.c.inc | 32 ++++++++++++++++++++++++-------- | ||
11 | 2 files changed, 28 insertions(+), 10 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/vfp-uncond.decode b/target/arm/vfp-uncond.decode | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/vfp-uncond.decode | ||
16 | +++ b/target/arm/vfp-uncond.decode | ||
17 | @@ -XXX,XX +XXX,XX @@ VRINT 1111 1110 1.11 10 rm:2 .... 1011 01.0 .... \ | ||
18 | vm=%vm_dp vd=%vd_dp dp=1 | ||
19 | |||
20 | # VCVT float to int with specified rounding mode; Vd is always single-precision | ||
21 | +VCVT 1111 1110 1.11 11 rm:2 .... 1001 op:1 1.0 .... \ | ||
22 | + vm=%vm_sp vd=%vd_sp sz=1 | ||
23 | VCVT 1111 1110 1.11 11 rm:2 .... 1010 op:1 1.0 .... \ | ||
24 | - vm=%vm_sp vd=%vd_sp dp=0 | ||
25 | + vm=%vm_sp vd=%vd_sp sz=2 | ||
26 | VCVT 1111 1110 1.11 11 rm:2 .... 1011 op:1 1.0 .... \ | ||
27 | - vm=%vm_dp vd=%vd_sp dp=1 | ||
28 | + vm=%vm_dp vd=%vd_sp sz=3 | ||
29 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/target/arm/translate-vfp.c.inc | ||
32 | +++ b/target/arm/translate-vfp.c.inc | ||
33 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
34 | static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
35 | { | ||
36 | uint32_t rd, rm; | ||
37 | - bool dp = a->dp; | ||
38 | + int sz = a->sz; | ||
39 | TCGv_ptr fpst; | ||
40 | TCGv_i32 tcg_rmode, tcg_shift; | ||
41 | int rounding = fp_decode_rm[a->rm]; | ||
42 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
43 | return false; | ||
44 | } | ||
45 | |||
46 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
47 | + if (sz == 3 && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
48 | + return false; | ||
49 | + } | ||
50 | + | ||
51 | + if (sz == 1 && !dc_isar_feature(aa32_fp16_arith, s)) { | ||
52 | return false; | ||
53 | } | ||
54 | |||
55 | /* UNDEF accesses to D16-D31 if they don't exist */ | ||
56 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
57 | + if (sz == 3 && !dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
58 | return false; | ||
59 | } | ||
60 | |||
61 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
62 | return true; | ||
63 | } | ||
64 | |||
65 | - fpst = fpstatus_ptr(FPST_FPCR); | ||
66 | + if (sz == 1) { | ||
67 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
68 | + } else { | ||
69 | + fpst = fpstatus_ptr(FPST_FPCR); | ||
70 | + } | ||
71 | |||
72 | tcg_shift = tcg_const_i32(0); | ||
73 | |||
74 | tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rounding)); | ||
75 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
76 | |||
77 | - if (dp) { | ||
78 | + if (sz == 3) { | ||
79 | TCGv_i64 tcg_double, tcg_res; | ||
80 | TCGv_i32 tcg_tmp; | ||
81 | tcg_double = tcg_temp_new_i64(); | ||
82 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
83 | tcg_single = tcg_temp_new_i32(); | ||
84 | tcg_res = tcg_temp_new_i32(); | ||
85 | neon_load_reg32(tcg_single, rm); | ||
86 | - if (is_signed) { | ||
87 | - gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); | ||
88 | + if (sz == 1) { | ||
89 | + if (is_signed) { | ||
90 | + gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst); | ||
91 | + } else { | ||
92 | + gen_helper_vfp_toulh(tcg_res, tcg_single, tcg_shift, fpst); | ||
93 | + } | ||
94 | } else { | ||
95 | - gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); | ||
96 | + if (is_signed) { | ||
97 | + gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); | ||
98 | + } else { | ||
99 | + gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); | ||
100 | + } | ||
101 | } | ||
102 | neon_store_reg32(tcg_res, rd); | ||
103 | tcg_temp_free_i32(tcg_res); | ||
104 | -- | ||
105 | 2.20.1 | ||
106 | |||
107 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement the fp16 versions of the VFP VSEL instruction. | ||
2 | 1 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200828183354.27913-18-peter.maydell@linaro.org | ||
6 | --- | ||
7 | target/arm/vfp-uncond.decode | 6 ++++-- | ||
8 | target/arm/translate-vfp.c.inc | 16 ++++++++++++---- | ||
9 | 2 files changed, 16 insertions(+), 6 deletions(-) | ||
10 | |||
11 | diff --git a/target/arm/vfp-uncond.decode b/target/arm/vfp-uncond.decode | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/target/arm/vfp-uncond.decode | ||
14 | +++ b/target/arm/vfp-uncond.decode | ||
15 | @@ -XXX,XX +XXX,XX @@ | ||
16 | @vfp_dnm_s ................................ vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
17 | @vfp_dnm_d ................................ vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
18 | |||
19 | +VSEL 1111 1110 0. cc:2 .... .... 1001 .0.0 .... \ | ||
20 | + vm=%vm_sp vn=%vn_sp vd=%vd_sp sz=1 | ||
21 | VSEL 1111 1110 0. cc:2 .... .... 1010 .0.0 .... \ | ||
22 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp dp=0 | ||
23 | + vm=%vm_sp vn=%vn_sp vd=%vd_sp sz=2 | ||
24 | VSEL 1111 1110 0. cc:2 .... .... 1011 .0.0 .... \ | ||
25 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp dp=1 | ||
26 | + vm=%vm_dp vn=%vn_dp vd=%vd_dp sz=3 | ||
27 | |||
28 | VMAXNM_hp 1111 1110 1.00 .... .... 1001 .0.0 .... @vfp_dnm_s | ||
29 | VMINNM_hp 1111 1110 1.00 .... .... 1001 .1.0 .... @vfp_dnm_s | ||
30 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/translate-vfp.c.inc | ||
33 | +++ b/target/arm/translate-vfp.c.inc | ||
34 | @@ -XXX,XX +XXX,XX @@ static bool vfp_access_check(DisasContext *s) | ||
35 | static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | ||
36 | { | ||
37 | uint32_t rd, rn, rm; | ||
38 | - bool dp = a->dp; | ||
39 | + int sz = a->sz; | ||
40 | |||
41 | if (!dc_isar_feature(aa32_vsel, s)) { | ||
42 | return false; | ||
43 | } | ||
44 | |||
45 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
46 | + if (sz == 3 && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
47 | + return false; | ||
48 | + } | ||
49 | + | ||
50 | + if (sz == 1 && !dc_isar_feature(aa32_fp16_arith, s)) { | ||
51 | return false; | ||
52 | } | ||
53 | |||
54 | /* UNDEF accesses to D16-D31 if they don't exist */ | ||
55 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
56 | + if (sz == 3 && !dc_isar_feature(aa32_simd_r32, s) && | ||
57 | ((a->vm | a->vn | a->vd) & 0x10)) { | ||
58 | return false; | ||
59 | } | ||
60 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | ||
61 | return true; | ||
62 | } | ||
63 | |||
64 | - if (dp) { | ||
65 | + if (sz == 3) { | ||
66 | TCGv_i64 frn, frm, dest; | ||
67 | TCGv_i64 tmp, zero, zf, nf, vf; | ||
68 | |||
69 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | ||
70 | tcg_temp_free_i32(tmp); | ||
71 | break; | ||
72 | } | ||
73 | + /* For fp16 the top half is always zeroes */ | ||
74 | + if (sz == 1) { | ||
75 | + tcg_gen_andi_i32(dest, dest, 0xffff); | ||
76 | + } | ||
77 | neon_store_reg32(dest, rd); | ||
78 | tcg_temp_free_i32(frn); | ||
79 | tcg_temp_free_i32(frm); | ||
80 | -- | ||
81 | 2.20.1 | ||
82 | |||
83 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement the fp16 version of the VFP VRINT* insns. | ||
2 | 1 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200828183354.27913-19-peter.maydell@linaro.org | ||
6 | --- | ||
7 | target/arm/helper.h | 2 + | ||
8 | target/arm/vfp-uncond.decode | 6 ++- | ||
9 | target/arm/vfp.decode | 3 ++ | ||
10 | target/arm/vfp_helper.c | 21 ++++++++ | ||
11 | target/arm/translate-vfp.c.inc | 98 +++++++++++++++++++++++++++++++--- | ||
12 | 5 files changed, 122 insertions(+), 8 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/helper.h | ||
17 | +++ b/target/arm/helper.h | ||
18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(shr_cc, i32, env, i32, i32) | ||
19 | DEF_HELPER_3(sar_cc, i32, env, i32, i32) | ||
20 | DEF_HELPER_3(ror_cc, i32, env, i32, i32) | ||
21 | |||
22 | +DEF_HELPER_FLAGS_2(rinth_exact, TCG_CALL_NO_RWG, f16, f16, ptr) | ||
23 | DEF_HELPER_FLAGS_2(rints_exact, TCG_CALL_NO_RWG, f32, f32, ptr) | ||
24 | DEF_HELPER_FLAGS_2(rintd_exact, TCG_CALL_NO_RWG, f64, f64, ptr) | ||
25 | +DEF_HELPER_FLAGS_2(rinth, TCG_CALL_NO_RWG, f16, f16, ptr) | ||
26 | DEF_HELPER_FLAGS_2(rints, TCG_CALL_NO_RWG, f32, f32, ptr) | ||
27 | DEF_HELPER_FLAGS_2(rintd, TCG_CALL_NO_RWG, f64, f64, ptr) | ||
28 | |||
29 | diff --git a/target/arm/vfp-uncond.decode b/target/arm/vfp-uncond.decode | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/target/arm/vfp-uncond.decode | ||
32 | +++ b/target/arm/vfp-uncond.decode | ||
33 | @@ -XXX,XX +XXX,XX @@ VMINNM_sp 1111 1110 1.00 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
34 | VMAXNM_dp 1111 1110 1.00 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
35 | VMINNM_dp 1111 1110 1.00 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
36 | |||
37 | +VRINT 1111 1110 1.11 10 rm:2 .... 1001 01.0 .... \ | ||
38 | + vm=%vm_sp vd=%vd_sp sz=1 | ||
39 | VRINT 1111 1110 1.11 10 rm:2 .... 1010 01.0 .... \ | ||
40 | - vm=%vm_sp vd=%vd_sp dp=0 | ||
41 | + vm=%vm_sp vd=%vd_sp sz=2 | ||
42 | VRINT 1111 1110 1.11 10 rm:2 .... 1011 01.0 .... \ | ||
43 | - vm=%vm_dp vd=%vd_dp dp=1 | ||
44 | + vm=%vm_dp vd=%vd_dp sz=3 | ||
45 | |||
46 | # VCVT float to int with specified rounding mode; Vd is always single-precision | ||
47 | VCVT 1111 1110 1.11 11 rm:2 .... 1001 op:1 1.0 .... \ | ||
48 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/target/arm/vfp.decode | ||
51 | +++ b/target/arm/vfp.decode | ||
52 | @@ -XXX,XX +XXX,XX @@ VCVT_f16_f32 ---- 1110 1.11 0011 .... 1010 t:1 1.0 .... \ | ||
53 | VCVT_f16_f64 ---- 1110 1.11 0011 .... 1011 t:1 1.0 .... \ | ||
54 | vd=%vd_sp vm=%vm_dp | ||
55 | |||
56 | +VRINTR_hp ---- 1110 1.11 0110 .... 1001 01.0 .... @vfp_dm_ss | ||
57 | VRINTR_sp ---- 1110 1.11 0110 .... 1010 01.0 .... @vfp_dm_ss | ||
58 | VRINTR_dp ---- 1110 1.11 0110 .... 1011 01.0 .... @vfp_dm_dd | ||
59 | |||
60 | +VRINTZ_hp ---- 1110 1.11 0110 .... 1001 11.0 .... @vfp_dm_ss | ||
61 | VRINTZ_sp ---- 1110 1.11 0110 .... 1010 11.0 .... @vfp_dm_ss | ||
62 | VRINTZ_dp ---- 1110 1.11 0110 .... 1011 11.0 .... @vfp_dm_dd | ||
63 | |||
64 | +VRINTX_hp ---- 1110 1.11 0111 .... 1001 01.0 .... @vfp_dm_ss | ||
65 | VRINTX_sp ---- 1110 1.11 0111 .... 1010 01.0 .... @vfp_dm_ss | ||
66 | VRINTX_dp ---- 1110 1.11 0111 .... 1011 01.0 .... @vfp_dm_dd | ||
67 | |||
68 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
69 | index XXXXXXX..XXXXXXX 100644 | ||
70 | --- a/target/arm/vfp_helper.c | ||
71 | +++ b/target/arm/vfp_helper.c | ||
72 | @@ -XXX,XX +XXX,XX @@ float64 VFP_HELPER(muladd, d)(float64 a, float64 b, float64 c, void *fpstp) | ||
73 | } | ||
74 | |||
75 | /* ARMv8 round to integral */ | ||
76 | +dh_ctype_f16 HELPER(rinth_exact)(dh_ctype_f16 x, void *fp_status) | ||
77 | +{ | ||
78 | + return float16_round_to_int(x, fp_status); | ||
79 | +} | ||
80 | + | ||
81 | float32 HELPER(rints_exact)(float32 x, void *fp_status) | ||
82 | { | ||
83 | return float32_round_to_int(x, fp_status); | ||
84 | @@ -XXX,XX +XXX,XX @@ float64 HELPER(rintd_exact)(float64 x, void *fp_status) | ||
85 | return float64_round_to_int(x, fp_status); | ||
86 | } | ||
87 | |||
88 | +dh_ctype_f16 HELPER(rinth)(dh_ctype_f16 x, void *fp_status) | ||
89 | +{ | ||
90 | + int old_flags = get_float_exception_flags(fp_status), new_flags; | ||
91 | + float16 ret; | ||
92 | + | ||
93 | + ret = float16_round_to_int(x, fp_status); | ||
94 | + | ||
95 | + /* Suppress any inexact exceptions the conversion produced */ | ||
96 | + if (!(old_flags & float_flag_inexact)) { | ||
97 | + new_flags = get_float_exception_flags(fp_status); | ||
98 | + set_float_exception_flags(new_flags & ~float_flag_inexact, fp_status); | ||
99 | + } | ||
100 | + | ||
101 | + return ret; | ||
102 | +} | ||
103 | + | ||
104 | float32 HELPER(rints)(float32 x, void *fp_status) | ||
105 | { | ||
106 | int old_flags = get_float_exception_flags(fp_status), new_flags; | ||
107 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
108 | index XXXXXXX..XXXXXXX 100644 | ||
109 | --- a/target/arm/translate-vfp.c.inc | ||
110 | +++ b/target/arm/translate-vfp.c.inc | ||
111 | @@ -XXX,XX +XXX,XX @@ static const uint8_t fp_decode_rm[] = { | ||
112 | static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
113 | { | ||
114 | uint32_t rd, rm; | ||
115 | - bool dp = a->dp; | ||
116 | + int sz = a->sz; | ||
117 | TCGv_ptr fpst; | ||
118 | TCGv_i32 tcg_rmode; | ||
119 | int rounding = fp_decode_rm[a->rm]; | ||
120 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
121 | return false; | ||
122 | } | ||
123 | |||
124 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
125 | + if (sz == 3 && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
126 | + return false; | ||
127 | + } | ||
128 | + | ||
129 | + if (sz == 1 && !dc_isar_feature(aa32_fp16_arith, s)) { | ||
130 | return false; | ||
131 | } | ||
132 | |||
133 | /* UNDEF accesses to D16-D31 if they don't exist */ | ||
134 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
135 | + if (sz == 3 && !dc_isar_feature(aa32_simd_r32, s) && | ||
136 | ((a->vm | a->vd) & 0x10)) { | ||
137 | return false; | ||
138 | } | ||
139 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
140 | return true; | ||
141 | } | ||
142 | |||
143 | - fpst = fpstatus_ptr(FPST_FPCR); | ||
144 | + if (sz == 1) { | ||
145 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
146 | + } else { | ||
147 | + fpst = fpstatus_ptr(FPST_FPCR); | ||
148 | + } | ||
149 | |||
150 | tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rounding)); | ||
151 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
152 | |||
153 | - if (dp) { | ||
154 | + if (sz == 3) { | ||
155 | TCGv_i64 tcg_op; | ||
156 | TCGv_i64 tcg_res; | ||
157 | tcg_op = tcg_temp_new_i64(); | ||
158 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
159 | tcg_op = tcg_temp_new_i32(); | ||
160 | tcg_res = tcg_temp_new_i32(); | ||
161 | neon_load_reg32(tcg_op, rm); | ||
162 | - gen_helper_rints(tcg_res, tcg_op, fpst); | ||
163 | + if (sz == 1) { | ||
164 | + gen_helper_rinth(tcg_res, tcg_op, fpst); | ||
165 | + } else { | ||
166 | + gen_helper_rints(tcg_res, tcg_op, fpst); | ||
167 | + } | ||
168 | neon_store_reg32(tcg_res, rd); | ||
169 | tcg_temp_free_i32(tcg_op); | ||
170 | tcg_temp_free_i32(tcg_res); | ||
171 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f16_f64(DisasContext *s, arg_VCVT_f16_f64 *a) | ||
172 | return true; | ||
173 | } | ||
174 | |||
175 | +static bool trans_VRINTR_hp(DisasContext *s, arg_VRINTR_sp *a) | ||
176 | +{ | ||
177 | + TCGv_ptr fpst; | ||
178 | + TCGv_i32 tmp; | ||
179 | + | ||
180 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
181 | + return false; | ||
182 | + } | ||
183 | + | ||
184 | + if (!vfp_access_check(s)) { | ||
185 | + return true; | ||
186 | + } | ||
187 | + | ||
188 | + tmp = tcg_temp_new_i32(); | ||
189 | + neon_load_reg32(tmp, a->vm); | ||
190 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
191 | + gen_helper_rinth(tmp, tmp, fpst); | ||
192 | + neon_store_reg32(tmp, a->vd); | ||
193 | + tcg_temp_free_ptr(fpst); | ||
194 | + tcg_temp_free_i32(tmp); | ||
195 | + return true; | ||
196 | +} | ||
197 | + | ||
198 | static bool trans_VRINTR_sp(DisasContext *s, arg_VRINTR_sp *a) | ||
199 | { | ||
200 | TCGv_ptr fpst; | ||
201 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTR_dp(DisasContext *s, arg_VRINTR_dp *a) | ||
202 | return true; | ||
203 | } | ||
204 | |||
205 | +static bool trans_VRINTZ_hp(DisasContext *s, arg_VRINTZ_sp *a) | ||
206 | +{ | ||
207 | + TCGv_ptr fpst; | ||
208 | + TCGv_i32 tmp; | ||
209 | + TCGv_i32 tcg_rmode; | ||
210 | + | ||
211 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
212 | + return false; | ||
213 | + } | ||
214 | + | ||
215 | + if (!vfp_access_check(s)) { | ||
216 | + return true; | ||
217 | + } | ||
218 | + | ||
219 | + tmp = tcg_temp_new_i32(); | ||
220 | + neon_load_reg32(tmp, a->vm); | ||
221 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
222 | + tcg_rmode = tcg_const_i32(float_round_to_zero); | ||
223 | + gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
224 | + gen_helper_rinth(tmp, tmp, fpst); | ||
225 | + gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
226 | + neon_store_reg32(tmp, a->vd); | ||
227 | + tcg_temp_free_ptr(fpst); | ||
228 | + tcg_temp_free_i32(tcg_rmode); | ||
229 | + tcg_temp_free_i32(tmp); | ||
230 | + return true; | ||
231 | +} | ||
232 | + | ||
233 | static bool trans_VRINTZ_sp(DisasContext *s, arg_VRINTZ_sp *a) | ||
234 | { | ||
235 | TCGv_ptr fpst; | ||
236 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTZ_dp(DisasContext *s, arg_VRINTZ_dp *a) | ||
237 | return true; | ||
238 | } | ||
239 | |||
240 | +static bool trans_VRINTX_hp(DisasContext *s, arg_VRINTX_sp *a) | ||
241 | +{ | ||
242 | + TCGv_ptr fpst; | ||
243 | + TCGv_i32 tmp; | ||
244 | + | ||
245 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
246 | + return false; | ||
247 | + } | ||
248 | + | ||
249 | + if (!vfp_access_check(s)) { | ||
250 | + return true; | ||
251 | + } | ||
252 | + | ||
253 | + tmp = tcg_temp_new_i32(); | ||
254 | + neon_load_reg32(tmp, a->vm); | ||
255 | + fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
256 | + gen_helper_rinth_exact(tmp, tmp, fpst); | ||
257 | + neon_store_reg32(tmp, a->vd); | ||
258 | + tcg_temp_free_ptr(fpst); | ||
259 | + tcg_temp_free_i32(tmp); | ||
260 | + return true; | ||
261 | +} | ||
262 | + | ||
263 | static bool trans_VRINTX_sp(DisasContext *s, arg_VRINTX_sp *a) | ||
264 | { | ||
265 | TCGv_ptr fpst; | ||
266 | -- | ||
267 | 2.20.1 | ||
268 | |||
269 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The fp16 extension includes a new instruction VINS, which copies the | ||
2 | lower 16 bits of a 32-bit source VFP register into the upper 16 bits | ||
3 | of the destination. Implement it. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200828183354.27913-20-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/vfp-uncond.decode | 3 +++ | ||
10 | target/arm/translate-vfp.c.inc | 28 ++++++++++++++++++++++++++++ | ||
11 | 2 files changed, 31 insertions(+) | ||
12 | |||
13 | diff --git a/target/arm/vfp-uncond.decode b/target/arm/vfp-uncond.decode | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/vfp-uncond.decode | ||
16 | +++ b/target/arm/vfp-uncond.decode | ||
17 | @@ -XXX,XX +XXX,XX @@ VCVT 1111 1110 1.11 11 rm:2 .... 1010 op:1 1.0 .... \ | ||
18 | vm=%vm_sp vd=%vd_sp sz=2 | ||
19 | VCVT 1111 1110 1.11 11 rm:2 .... 1011 op:1 1.0 .... \ | ||
20 | vm=%vm_dp vd=%vd_sp sz=3 | ||
21 | + | ||
22 | +VINS 1111 1110 1.11 0000 .... 1010 11 . 0 .... \ | ||
23 | + vd=%vd_sp vm=%vm_sp | ||
24 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/target/arm/translate-vfp.c.inc | ||
27 | +++ b/target/arm/translate-vfp.c.inc | ||
28 | @@ -XXX,XX +XXX,XX @@ static bool trans_NOCP(DisasContext *s, arg_NOCP *a) | ||
29 | |||
30 | return false; | ||
31 | } | ||
32 | + | ||
33 | +static bool trans_VINS(DisasContext *s, arg_VINS *a) | ||
34 | +{ | ||
35 | + TCGv_i32 rd, rm; | ||
36 | + | ||
37 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
38 | + return false; | ||
39 | + } | ||
40 | + | ||
41 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
42 | + return false; | ||
43 | + } | ||
44 | + | ||
45 | + if (!vfp_access_check(s)) { | ||
46 | + return true; | ||
47 | + } | ||
48 | + | ||
49 | + /* Insert low half of Vm into high half of Vd */ | ||
50 | + rm = tcg_temp_new_i32(); | ||
51 | + rd = tcg_temp_new_i32(); | ||
52 | + neon_load_reg32(rm, a->vm); | ||
53 | + neon_load_reg32(rd, a->vd); | ||
54 | + tcg_gen_deposit_i32(rd, rd, rm, 16, 16); | ||
55 | + neon_store_reg32(rd, a->vd); | ||
56 | + tcg_temp_free_i32(rm); | ||
57 | + tcg_temp_free_i32(rd); | ||
58 | + return true; | ||
59 | +} | ||
60 | -- | ||
61 | 2.20.1 | ||
62 | |||
63 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The fp16 extension includes a new instruction VMOVX, which copies the | ||
2 | upper 16 bits of a 32-bit source VFP register into the lower 16 | ||
3 | bits of the destination and zeroes the high half of the destination. | ||
4 | Implement it. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200828183354.27913-21-peter.maydell@linaro.org | ||
9 | --- | ||
10 | target/arm/vfp-uncond.decode | 3 +++ | ||
11 | target/arm/translate-vfp.c.inc | 25 +++++++++++++++++++++++++ | ||
12 | 2 files changed, 28 insertions(+) | ||
13 | |||
14 | diff --git a/target/arm/vfp-uncond.decode b/target/arm/vfp-uncond.decode | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/vfp-uncond.decode | ||
17 | +++ b/target/arm/vfp-uncond.decode | ||
18 | @@ -XXX,XX +XXX,XX @@ VCVT 1111 1110 1.11 11 rm:2 .... 1010 op:1 1.0 .... \ | ||
19 | VCVT 1111 1110 1.11 11 rm:2 .... 1011 op:1 1.0 .... \ | ||
20 | vm=%vm_dp vd=%vd_sp sz=3 | ||
21 | |||
22 | +VMOVX 1111 1110 1.11 0000 .... 1010 01 . 0 .... \ | ||
23 | + vd=%vd_sp vm=%vm_sp | ||
24 | + | ||
25 | VINS 1111 1110 1.11 0000 .... 1010 11 . 0 .... \ | ||
26 | vd=%vd_sp vm=%vm_sp | ||
27 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/target/arm/translate-vfp.c.inc | ||
30 | +++ b/target/arm/translate-vfp.c.inc | ||
31 | @@ -XXX,XX +XXX,XX @@ static bool trans_VINS(DisasContext *s, arg_VINS *a) | ||
32 | tcg_temp_free_i32(rd); | ||
33 | return true; | ||
34 | } | ||
35 | + | ||
36 | +static bool trans_VMOVX(DisasContext *s, arg_VINS *a) | ||
37 | +{ | ||
38 | + TCGv_i32 rm; | ||
39 | + | ||
40 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
41 | + return false; | ||
42 | + } | ||
43 | + | ||
44 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
45 | + return false; | ||
46 | + } | ||
47 | + | ||
48 | + if (!vfp_access_check(s)) { | ||
49 | + return true; | ||
50 | + } | ||
51 | + | ||
52 | + /* Set Vd to high half of Vm */ | ||
53 | + rm = tcg_temp_new_i32(); | ||
54 | + neon_load_reg32(rm, a->vm); | ||
55 | + tcg_gen_shri_i32(rm, rm, 16); | ||
56 | + neon_store_reg32(rm, a->vd); | ||
57 | + tcg_temp_free_i32(rm); | ||
58 | + return true; | ||
59 | +} | ||
60 | -- | ||
61 | 2.20.1 | ||
62 | |||
63 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement the VFP fp16 variant of VMOV that transfers a 16-bit | ||
2 | value between a general purpose register and a VFP register. | ||
3 | 1 | ||
4 | Note that Rt == 15 is UNPREDICTABLE; since this insn is v8 and later | ||
5 | only we have no need to replicate the old "updates CPSR.NZCV" | ||
6 | behaviour that the singleprec version of this insn does. | ||
7 | |||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Message-id: 20200828183354.27913-22-peter.maydell@linaro.org | ||
11 | --- | ||
12 | target/arm/vfp.decode | 1 + | ||
13 | target/arm/translate-vfp.c.inc | 34 ++++++++++++++++++++++++++++++++++ | ||
14 | 2 files changed, 35 insertions(+) | ||
15 | |||
16 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/target/arm/vfp.decode | ||
19 | +++ b/target/arm/vfp.decode | ||
20 | @@ -XXX,XX +XXX,XX @@ VDUP ---- 1110 1 b:1 q:1 0 .... rt:4 1011 . 0 e:1 1 0000 \ | ||
21 | vn=%vn_dp | ||
22 | |||
23 | VMSR_VMRS ---- 1110 111 l:1 reg:4 rt:4 1010 0001 0000 | ||
24 | +VMOV_half ---- 1110 000 l:1 .... rt:4 1001 . 001 0000 vn=%vn_sp | ||
25 | VMOV_single ---- 1110 000 l:1 .... rt:4 1010 . 001 0000 vn=%vn_sp | ||
26 | |||
27 | VMOV_64_sp ---- 1100 010 op:1 rt2:4 rt:4 1010 00.1 .... vm=%vm_sp | ||
28 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/target/arm/translate-vfp.c.inc | ||
31 | +++ b/target/arm/translate-vfp.c.inc | ||
32 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMSR_VMRS(DisasContext *s, arg_VMSR_VMRS *a) | ||
33 | return true; | ||
34 | } | ||
35 | |||
36 | +static bool trans_VMOV_half(DisasContext *s, arg_VMOV_single *a) | ||
37 | +{ | ||
38 | + TCGv_i32 tmp; | ||
39 | + | ||
40 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
41 | + return false; | ||
42 | + } | ||
43 | + | ||
44 | + if (a->rt == 15) { | ||
45 | + /* UNPREDICTABLE; we choose to UNDEF */ | ||
46 | + return false; | ||
47 | + } | ||
48 | + | ||
49 | + if (!vfp_access_check(s)) { | ||
50 | + return true; | ||
51 | + } | ||
52 | + | ||
53 | + if (a->l) { | ||
54 | + /* VFP to general purpose register */ | ||
55 | + tmp = tcg_temp_new_i32(); | ||
56 | + neon_load_reg32(tmp, a->vn); | ||
57 | + tcg_gen_andi_i32(tmp, tmp, 0xffff); | ||
58 | + store_reg(s, a->rt, tmp); | ||
59 | + } else { | ||
60 | + /* general purpose register to VFP */ | ||
61 | + tmp = load_reg(s, a->rt); | ||
62 | + tcg_gen_andi_i32(tmp, tmp, 0xffff); | ||
63 | + neon_store_reg32(tmp, a->vn); | ||
64 | + tcg_temp_free_i32(tmp); | ||
65 | + } | ||
66 | + | ||
67 | + return true; | ||
68 | +} | ||
69 | + | ||
70 | static bool trans_VMOV_single(DisasContext *s, arg_VMOV_single *a) | ||
71 | { | ||
72 | TCGv_i32 tmp; | ||
73 | -- | ||
74 | 2.20.1 | ||
75 | |||
76 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement FP16 support for the Neon insns which use the DO_3S_FP_GVEC | ||
2 | macro: VADD, VSUB, VABD, VMUL. | ||
3 | 1 | ||
4 | For VABD this requires us to implement a new gvec_fabd_h helper | ||
5 | using the machinery we have already for the other helpers. | ||
6 | |||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200828183354.27913-24-peter.maydell@linaro.org | ||
10 | --- | ||
11 | target/arm/helper.h | 1 + | ||
12 | target/arm/vec_helper.c | 6 ++++++ | ||
13 | target/arm/translate-neon.c.inc | 36 +++++++++++++++++---------------- | ||
14 | 3 files changed, 26 insertions(+), 17 deletions(-) | ||
15 | |||
16 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/target/arm/helper.h | ||
19 | +++ b/target/arm/helper.h | ||
20 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmul_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
21 | DEF_HELPER_FLAGS_5(gvec_fmul_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
22 | DEF_HELPER_FLAGS_5(gvec_fmul_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
23 | |||
24 | +DEF_HELPER_FLAGS_5(gvec_fabd_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | DEF_HELPER_FLAGS_5(gvec_fabd_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | |||
27 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | ||
28 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/target/arm/vec_helper.c | ||
31 | +++ b/target/arm/vec_helper.c | ||
32 | @@ -XXX,XX +XXX,XX @@ static float64 float64_ftsmul(float64 op1, uint64_t op2, float_status *stat) | ||
33 | return result; | ||
34 | } | ||
35 | |||
36 | +static float16 float16_abd(float16 op1, float16 op2, float_status *stat) | ||
37 | +{ | ||
38 | + return float16_abs(float16_sub(op1, op2, stat)); | ||
39 | +} | ||
40 | + | ||
41 | static float32 float32_abd(float32 op1, float32 op2, float_status *stat) | ||
42 | { | ||
43 | return float32_abs(float32_sub(op1, op2, stat)); | ||
44 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_ftsmul_h, float16_ftsmul, float16) | ||
45 | DO_3OP(gvec_ftsmul_s, float32_ftsmul, float32) | ||
46 | DO_3OP(gvec_ftsmul_d, float64_ftsmul, float64) | ||
47 | |||
48 | +DO_3OP(gvec_fabd_h, float16_abd, float16) | ||
49 | DO_3OP(gvec_fabd_s, float32_abd, float32) | ||
50 | |||
51 | #ifdef TARGET_AARCH64 | ||
52 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
53 | index XXXXXXX..XXXXXXX 100644 | ||
54 | --- a/target/arm/translate-neon.c.inc | ||
55 | +++ b/target/arm/translate-neon.c.inc | ||
56 | @@ -XXX,XX +XXX,XX @@ static bool do_3same_fp(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn, | ||
57 | return true; | ||
58 | } | ||
59 | |||
60 | -/* | ||
61 | - * For all the functions using this macro, size == 1 means fp16, | ||
62 | - * which is an architecture extension we don't implement yet. | ||
63 | - */ | ||
64 | -#define DO_3S_FP_GVEC(INSN,FUNC) \ | ||
65 | - static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
66 | - uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
67 | - uint32_t oprsz, uint32_t maxsz) \ | ||
68 | +#define WRAP_FP_GVEC(WRAPNAME, FPST, FUNC) \ | ||
69 | + static void WRAPNAME(unsigned vece, uint32_t rd_ofs, \ | ||
70 | + uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
71 | + uint32_t oprsz, uint32_t maxsz) \ | ||
72 | { \ | ||
73 | - TCGv_ptr fpst = fpstatus_ptr(FPST_STD); \ | ||
74 | + TCGv_ptr fpst = fpstatus_ptr(FPST); \ | ||
75 | tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, fpst, \ | ||
76 | oprsz, maxsz, 0, FUNC); \ | ||
77 | tcg_temp_free_ptr(fpst); \ | ||
78 | - } \ | ||
79 | + } | ||
80 | + | ||
81 | +#define DO_3S_FP_GVEC(INSN,SFUNC,HFUNC) \ | ||
82 | + WRAP_FP_GVEC(gen_##INSN##_fp32_3s, FPST_STD, SFUNC) \ | ||
83 | + WRAP_FP_GVEC(gen_##INSN##_fp16_3s, FPST_STD_F16, HFUNC) \ | ||
84 | static bool trans_##INSN##_fp_3s(DisasContext *s, arg_3same *a) \ | ||
85 | { \ | ||
86 | if (a->size != 0) { \ | ||
87 | - /* TODO fp16 support */ \ | ||
88 | - return false; \ | ||
89 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { \ | ||
90 | + return false; \ | ||
91 | + } \ | ||
92 | + return do_3same(s, a, gen_##INSN##_fp16_3s); \ | ||
93 | } \ | ||
94 | - return do_3same(s, a, gen_##INSN##_3s); \ | ||
95 | + return do_3same(s, a, gen_##INSN##_fp32_3s); \ | ||
96 | } | ||
97 | |||
98 | |||
99 | -DO_3S_FP_GVEC(VADD, gen_helper_gvec_fadd_s) | ||
100 | -DO_3S_FP_GVEC(VSUB, gen_helper_gvec_fsub_s) | ||
101 | -DO_3S_FP_GVEC(VABD, gen_helper_gvec_fabd_s) | ||
102 | -DO_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s) | ||
103 | +DO_3S_FP_GVEC(VADD, gen_helper_gvec_fadd_s, gen_helper_gvec_fadd_h) | ||
104 | +DO_3S_FP_GVEC(VSUB, gen_helper_gvec_fsub_s, gen_helper_gvec_fsub_h) | ||
105 | +DO_3S_FP_GVEC(VABD, gen_helper_gvec_fabd_s, gen_helper_gvec_fabd_h) | ||
106 | +DO_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s, gen_helper_gvec_fmul_h) | ||
107 | |||
108 | /* | ||
109 | * For all the functions using this macro, size == 1 means fp16, | ||
110 | -- | ||
111 | 2.20.1 | ||
112 | |||
113 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Rewrite Neon VABS/VNEG of floats to use gvec logical AND and XOR, so | ||
2 | that we can implement the fp16 version of the insns. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-26-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/translate-neon.c.inc | 34 +++++++++++++++++++++++++++------ | ||
9 | 1 file changed, 28 insertions(+), 6 deletions(-) | ||
10 | |||
11 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/target/arm/translate-neon.c.inc | ||
14 | +++ b/target/arm/translate-neon.c.inc | ||
15 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCNT(DisasContext *s, arg_2misc *a) | ||
16 | return do_2misc(s, a, gen_helper_neon_cnt_u8); | ||
17 | } | ||
18 | |||
19 | +static void gen_VABS_F(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
20 | + uint32_t oprsz, uint32_t maxsz) | ||
21 | +{ | ||
22 | + tcg_gen_gvec_andi(vece, rd_ofs, rm_ofs, | ||
23 | + vece == MO_16 ? 0x7fff : 0x7fffffff, | ||
24 | + oprsz, maxsz); | ||
25 | +} | ||
26 | + | ||
27 | static bool trans_VABS_F(DisasContext *s, arg_2misc *a) | ||
28 | { | ||
29 | - if (a->size != 2) { | ||
30 | + if (a->size == MO_16) { | ||
31 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
32 | + return false; | ||
33 | + } | ||
34 | + } else if (a->size != MO_32) { | ||
35 | return false; | ||
36 | } | ||
37 | - /* TODO: FP16 : size == 1 */ | ||
38 | - return do_2misc(s, a, gen_helper_vfp_abss); | ||
39 | + return do_2misc_vec(s, a, gen_VABS_F); | ||
40 | +} | ||
41 | + | ||
42 | +static void gen_VNEG_F(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
43 | + uint32_t oprsz, uint32_t maxsz) | ||
44 | +{ | ||
45 | + tcg_gen_gvec_xori(vece, rd_ofs, rm_ofs, | ||
46 | + vece == MO_16 ? 0x8000 : 0x80000000, | ||
47 | + oprsz, maxsz); | ||
48 | } | ||
49 | |||
50 | static bool trans_VNEG_F(DisasContext *s, arg_2misc *a) | ||
51 | { | ||
52 | - if (a->size != 2) { | ||
53 | + if (a->size == MO_16) { | ||
54 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
55 | + return false; | ||
56 | + } | ||
57 | + } else if (a->size != MO_32) { | ||
58 | return false; | ||
59 | } | ||
60 | - /* TODO: FP16 : size == 1 */ | ||
61 | - return do_2misc(s, a, gen_helper_vfp_negs); | ||
62 | + return do_2misc_vec(s, a, gen_VNEG_F); | ||
63 | } | ||
64 | |||
65 | static bool trans_VRECPE(DisasContext *s, arg_2misc *a) | ||
66 | -- | ||
67 | 2.20.1 | ||
68 | |||
69 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon floating-point vector comparison ops VCEQ, | ||
2 | VCGE and VCGT over to using a gvec helper and use this to | ||
3 | implement the fp16 case. | ||
4 | 1 | ||
5 | (We put the float16_ceq() etc functions above the DO_2OP() | ||
6 | macro definition because later when we convert the | ||
7 | compare-against-zero instructions we'll want their | ||
8 | definitions to be visible at that point in the source file.) | ||
9 | |||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20200828183354.27913-27-peter.maydell@linaro.org | ||
13 | --- | ||
14 | target/arm/helper.h | 9 +++++++ | ||
15 | target/arm/vec_helper.c | 44 +++++++++++++++++++++++++++++++++ | ||
16 | target/arm/translate-neon.c.inc | 6 ++--- | ||
17 | 3 files changed, 56 insertions(+), 3 deletions(-) | ||
18 | |||
19 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
20 | index XXXXXXX..XXXXXXX 100644 | ||
21 | --- a/target/arm/helper.h | ||
22 | +++ b/target/arm/helper.h | ||
23 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmul_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
24 | DEF_HELPER_FLAGS_5(gvec_fabd_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | DEF_HELPER_FLAGS_5(gvec_fabd_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | |||
27 | +DEF_HELPER_FLAGS_5(gvec_fceq_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
28 | +DEF_HELPER_FLAGS_5(gvec_fceq_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
29 | + | ||
30 | +DEF_HELPER_FLAGS_5(gvec_fcge_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
31 | +DEF_HELPER_FLAGS_5(gvec_fcge_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
32 | + | ||
33 | +DEF_HELPER_FLAGS_5(gvec_fcgt_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
34 | +DEF_HELPER_FLAGS_5(gvec_fcgt_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
35 | + | ||
36 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | ||
37 | void, ptr, ptr, ptr, ptr, i32) | ||
38 | DEF_HELPER_FLAGS_5(gvec_ftsmul_s, TCG_CALL_NO_RWG, | ||
39 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/vec_helper.c | ||
42 | +++ b/target/arm/vec_helper.c | ||
43 | @@ -XXX,XX +XXX,XX @@ void HELPER(gvec_fcmlad)(void *vd, void *vn, void *vm, | ||
44 | clear_tail(d, opr_sz, simd_maxsz(desc)); | ||
45 | } | ||
46 | |||
47 | +/* | ||
48 | + * Floating point comparisons producing an integer result (all 1s or all 0s). | ||
49 | + * Note that EQ doesn't signal InvalidOp for QNaNs but GE and GT do. | ||
50 | + * Softfloat routines return 0/1, which we convert to the 0/-1 Neon requires. | ||
51 | + */ | ||
52 | +static uint16_t float16_ceq(float16 op1, float16 op2, float_status *stat) | ||
53 | +{ | ||
54 | + return -float16_eq_quiet(op1, op2, stat); | ||
55 | +} | ||
56 | + | ||
57 | +static uint32_t float32_ceq(float32 op1, float32 op2, float_status *stat) | ||
58 | +{ | ||
59 | + return -float32_eq_quiet(op1, op2, stat); | ||
60 | +} | ||
61 | + | ||
62 | +static uint16_t float16_cge(float16 op1, float16 op2, float_status *stat) | ||
63 | +{ | ||
64 | + return -float16_le(op2, op1, stat); | ||
65 | +} | ||
66 | + | ||
67 | +static uint32_t float32_cge(float32 op1, float32 op2, float_status *stat) | ||
68 | +{ | ||
69 | + return -float32_le(op2, op1, stat); | ||
70 | +} | ||
71 | + | ||
72 | +static uint16_t float16_cgt(float16 op1, float16 op2, float_status *stat) | ||
73 | +{ | ||
74 | + return -float16_lt(op2, op1, stat); | ||
75 | +} | ||
76 | + | ||
77 | +static uint32_t float32_cgt(float32 op1, float32 op2, float_status *stat) | ||
78 | +{ | ||
79 | + return -float32_lt(op2, op1, stat); | ||
80 | +} | ||
81 | + | ||
82 | #define DO_2OP(NAME, FUNC, TYPE) \ | ||
83 | void HELPER(NAME)(void *vd, void *vn, void *stat, uint32_t desc) \ | ||
84 | { \ | ||
85 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_ftsmul_d, float64_ftsmul, float64) | ||
86 | DO_3OP(gvec_fabd_h, float16_abd, float16) | ||
87 | DO_3OP(gvec_fabd_s, float32_abd, float32) | ||
88 | |||
89 | +DO_3OP(gvec_fceq_h, float16_ceq, float16) | ||
90 | +DO_3OP(gvec_fceq_s, float32_ceq, float32) | ||
91 | + | ||
92 | +DO_3OP(gvec_fcge_h, float16_cge, float16) | ||
93 | +DO_3OP(gvec_fcge_s, float32_cge, float32) | ||
94 | + | ||
95 | +DO_3OP(gvec_fcgt_h, float16_cgt, float16) | ||
96 | +DO_3OP(gvec_fcgt_s, float32_cgt, float32) | ||
97 | + | ||
98 | #ifdef TARGET_AARCH64 | ||
99 | |||
100 | DO_3OP(gvec_recps_h, helper_recpsf_f16, float16) | ||
101 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
102 | index XXXXXXX..XXXXXXX 100644 | ||
103 | --- a/target/arm/translate-neon.c.inc | ||
104 | +++ b/target/arm/translate-neon.c.inc | ||
105 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VADD, gen_helper_gvec_fadd_s, gen_helper_gvec_fadd_h) | ||
106 | DO_3S_FP_GVEC(VSUB, gen_helper_gvec_fsub_s, gen_helper_gvec_fsub_h) | ||
107 | DO_3S_FP_GVEC(VABD, gen_helper_gvec_fabd_s, gen_helper_gvec_fabd_h) | ||
108 | DO_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s, gen_helper_gvec_fmul_h) | ||
109 | +DO_3S_FP_GVEC(VCEQ, gen_helper_gvec_fceq_s, gen_helper_gvec_fceq_h) | ||
110 | +DO_3S_FP_GVEC(VCGE, gen_helper_gvec_fcge_s, gen_helper_gvec_fcge_h) | ||
111 | +DO_3S_FP_GVEC(VCGT, gen_helper_gvec_fcgt_s, gen_helper_gvec_fcgt_h) | ||
112 | |||
113 | /* | ||
114 | * For all the functions using this macro, size == 1 means fp16, | ||
115 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s, gen_helper_gvec_fmul_h) | ||
116 | return do_3same_fp(s, a, FUNC, READS_VD); \ | ||
117 | } | ||
118 | |||
119 | -DO_3S_FP(VCEQ, gen_helper_neon_ceq_f32, false) | ||
120 | -DO_3S_FP(VCGE, gen_helper_neon_cge_f32, false) | ||
121 | -DO_3S_FP(VCGT, gen_helper_neon_cgt_f32, false) | ||
122 | DO_3S_FP(VACGE, gen_helper_neon_acge_f32, false) | ||
123 | DO_3S_FP(VACGT, gen_helper_neon_acgt_f32, false) | ||
124 | DO_3S_FP(VMAX, gen_helper_vfp_maxs, false) | ||
125 | -- | ||
126 | 2.20.1 | ||
127 | |||
128 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the neon floating-point vector absolute comparison ops | ||
2 | VACGE and VACGT over to using a gvec hepler and use this to | ||
3 | implement the fp16 case. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200828183354.27913-28-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/helper.h | 6 ++++++ | ||
10 | target/arm/vec_helper.c | 26 ++++++++++++++++++++++++++ | ||
11 | target/arm/translate-neon.c.inc | 4 ++-- | ||
12 | 3 files changed, 34 insertions(+), 2 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/helper.h | ||
17 | +++ b/target/arm/helper.h | ||
18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fcge_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_5(gvec_fcgt_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
20 | DEF_HELPER_FLAGS_5(gvec_fcgt_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
21 | |||
22 | +DEF_HELPER_FLAGS_5(gvec_facge_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
23 | +DEF_HELPER_FLAGS_5(gvec_facge_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
24 | + | ||
25 | +DEF_HELPER_FLAGS_5(gvec_facgt_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | +DEF_HELPER_FLAGS_5(gvec_facgt_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
27 | + | ||
28 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | ||
29 | void, ptr, ptr, ptr, ptr, i32) | ||
30 | DEF_HELPER_FLAGS_5(gvec_ftsmul_s, TCG_CALL_NO_RWG, | ||
31 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
32 | index XXXXXXX..XXXXXXX 100644 | ||
33 | --- a/target/arm/vec_helper.c | ||
34 | +++ b/target/arm/vec_helper.c | ||
35 | @@ -XXX,XX +XXX,XX @@ static uint32_t float32_cgt(float32 op1, float32 op2, float_status *stat) | ||
36 | return -float32_lt(op2, op1, stat); | ||
37 | } | ||
38 | |||
39 | +static uint16_t float16_acge(float16 op1, float16 op2, float_status *stat) | ||
40 | +{ | ||
41 | + return -float16_le(float16_abs(op2), float16_abs(op1), stat); | ||
42 | +} | ||
43 | + | ||
44 | +static uint32_t float32_acge(float32 op1, float32 op2, float_status *stat) | ||
45 | +{ | ||
46 | + return -float32_le(float32_abs(op2), float32_abs(op1), stat); | ||
47 | +} | ||
48 | + | ||
49 | +static uint16_t float16_acgt(float16 op1, float16 op2, float_status *stat) | ||
50 | +{ | ||
51 | + return -float16_lt(float16_abs(op2), float16_abs(op1), stat); | ||
52 | +} | ||
53 | + | ||
54 | +static uint32_t float32_acgt(float32 op1, float32 op2, float_status *stat) | ||
55 | +{ | ||
56 | + return -float32_lt(float32_abs(op2), float32_abs(op1), stat); | ||
57 | +} | ||
58 | + | ||
59 | #define DO_2OP(NAME, FUNC, TYPE) \ | ||
60 | void HELPER(NAME)(void *vd, void *vn, void *stat, uint32_t desc) \ | ||
61 | { \ | ||
62 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_fcge_s, float32_cge, float32) | ||
63 | DO_3OP(gvec_fcgt_h, float16_cgt, float16) | ||
64 | DO_3OP(gvec_fcgt_s, float32_cgt, float32) | ||
65 | |||
66 | +DO_3OP(gvec_facge_h, float16_acge, float16) | ||
67 | +DO_3OP(gvec_facge_s, float32_acge, float32) | ||
68 | + | ||
69 | +DO_3OP(gvec_facgt_h, float16_acgt, float16) | ||
70 | +DO_3OP(gvec_facgt_s, float32_acgt, float32) | ||
71 | + | ||
72 | #ifdef TARGET_AARCH64 | ||
73 | |||
74 | DO_3OP(gvec_recps_h, helper_recpsf_f16, float16) | ||
75 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
76 | index XXXXXXX..XXXXXXX 100644 | ||
77 | --- a/target/arm/translate-neon.c.inc | ||
78 | +++ b/target/arm/translate-neon.c.inc | ||
79 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s, gen_helper_gvec_fmul_h) | ||
80 | DO_3S_FP_GVEC(VCEQ, gen_helper_gvec_fceq_s, gen_helper_gvec_fceq_h) | ||
81 | DO_3S_FP_GVEC(VCGE, gen_helper_gvec_fcge_s, gen_helper_gvec_fcge_h) | ||
82 | DO_3S_FP_GVEC(VCGT, gen_helper_gvec_fcgt_s, gen_helper_gvec_fcgt_h) | ||
83 | +DO_3S_FP_GVEC(VACGE, gen_helper_gvec_facge_s, gen_helper_gvec_facge_h) | ||
84 | +DO_3S_FP_GVEC(VACGT, gen_helper_gvec_facgt_s, gen_helper_gvec_facgt_h) | ||
85 | |||
86 | /* | ||
87 | * For all the functions using this macro, size == 1 means fp16, | ||
88 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VCGT, gen_helper_gvec_fcgt_s, gen_helper_gvec_fcgt_h) | ||
89 | return do_3same_fp(s, a, FUNC, READS_VD); \ | ||
90 | } | ||
91 | |||
92 | -DO_3S_FP(VACGE, gen_helper_neon_acge_f32, false) | ||
93 | -DO_3S_FP(VACGT, gen_helper_neon_acgt_f32, false) | ||
94 | DO_3S_FP(VMAX, gen_helper_vfp_maxs, false) | ||
95 | DO_3S_FP(VMIN, gen_helper_vfp_mins, false) | ||
96 | |||
97 | -- | ||
98 | 2.20.1 | ||
99 | |||
100 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon float-point VMAX and VMIN insns over to using | ||
2 | a gvec helper, and use this to implement the fp16 case. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-29-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 6 ++++++ | ||
9 | target/arm/vec_helper.c | 6 ++++++ | ||
10 | target/arm/translate-neon.c.inc | 5 ++--- | ||
11 | 3 files changed, 14 insertions(+), 3 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.h | ||
16 | +++ b/target/arm/helper.h | ||
17 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_facge_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
18 | DEF_HELPER_FLAGS_5(gvec_facgt_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_5(gvec_facgt_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
20 | |||
21 | +DEF_HELPER_FLAGS_5(gvec_fmax_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
22 | +DEF_HELPER_FLAGS_5(gvec_fmax_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
23 | + | ||
24 | +DEF_HELPER_FLAGS_5(gvec_fmin_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | +DEF_HELPER_FLAGS_5(gvec_fmin_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | + | ||
27 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | ||
28 | void, ptr, ptr, ptr, ptr, i32) | ||
29 | DEF_HELPER_FLAGS_5(gvec_ftsmul_s, TCG_CALL_NO_RWG, | ||
30 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/vec_helper.c | ||
33 | +++ b/target/arm/vec_helper.c | ||
34 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_facge_s, float32_acge, float32) | ||
35 | DO_3OP(gvec_facgt_h, float16_acgt, float16) | ||
36 | DO_3OP(gvec_facgt_s, float32_acgt, float32) | ||
37 | |||
38 | +DO_3OP(gvec_fmax_h, float16_max, float16) | ||
39 | +DO_3OP(gvec_fmax_s, float32_max, float32) | ||
40 | + | ||
41 | +DO_3OP(gvec_fmin_h, float16_min, float16) | ||
42 | +DO_3OP(gvec_fmin_s, float32_min, float32) | ||
43 | + | ||
44 | #ifdef TARGET_AARCH64 | ||
45 | |||
46 | DO_3OP(gvec_recps_h, helper_recpsf_f16, float16) | ||
47 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/translate-neon.c.inc | ||
50 | +++ b/target/arm/translate-neon.c.inc | ||
51 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VCGE, gen_helper_gvec_fcge_s, gen_helper_gvec_fcge_h) | ||
52 | DO_3S_FP_GVEC(VCGT, gen_helper_gvec_fcgt_s, gen_helper_gvec_fcgt_h) | ||
53 | DO_3S_FP_GVEC(VACGE, gen_helper_gvec_facge_s, gen_helper_gvec_facge_h) | ||
54 | DO_3S_FP_GVEC(VACGT, gen_helper_gvec_facgt_s, gen_helper_gvec_facgt_h) | ||
55 | +DO_3S_FP_GVEC(VMAX, gen_helper_gvec_fmax_s, gen_helper_gvec_fmax_h) | ||
56 | +DO_3S_FP_GVEC(VMIN, gen_helper_gvec_fmin_s, gen_helper_gvec_fmin_h) | ||
57 | |||
58 | /* | ||
59 | * For all the functions using this macro, size == 1 means fp16, | ||
60 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VACGT, gen_helper_gvec_facgt_s, gen_helper_gvec_facgt_h) | ||
61 | return do_3same_fp(s, a, FUNC, READS_VD); \ | ||
62 | } | ||
63 | |||
64 | -DO_3S_FP(VMAX, gen_helper_vfp_maxs, false) | ||
65 | -DO_3S_FP(VMIN, gen_helper_vfp_mins, false) | ||
66 | - | ||
67 | static void gen_VMLA_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
68 | TCGv_ptr fpstatus) | ||
69 | { | ||
70 | -- | ||
71 | 2.20.1 | ||
72 | |||
73 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon floating point VMAXNM and VMINNM insns to | ||
2 | using a gvec helper and use this to implement the fp16 case. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-30-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 6 ++++++ | ||
9 | target/arm/vec_helper.c | 6 ++++++ | ||
10 | target/arm/translate-neon.c.inc | 23 +++++++++++++++-------- | ||
11 | 3 files changed, 27 insertions(+), 8 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.h | ||
16 | +++ b/target/arm/helper.h | ||
17 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmax_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
18 | DEF_HELPER_FLAGS_5(gvec_fmin_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_5(gvec_fmin_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
20 | |||
21 | +DEF_HELPER_FLAGS_5(gvec_fmaxnum_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
22 | +DEF_HELPER_FLAGS_5(gvec_fmaxnum_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
23 | + | ||
24 | +DEF_HELPER_FLAGS_5(gvec_fminnum_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | +DEF_HELPER_FLAGS_5(gvec_fminnum_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | + | ||
27 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | ||
28 | void, ptr, ptr, ptr, ptr, i32) | ||
29 | DEF_HELPER_FLAGS_5(gvec_ftsmul_s, TCG_CALL_NO_RWG, | ||
30 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/vec_helper.c | ||
33 | +++ b/target/arm/vec_helper.c | ||
34 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_fmax_s, float32_max, float32) | ||
35 | DO_3OP(gvec_fmin_h, float16_min, float16) | ||
36 | DO_3OP(gvec_fmin_s, float32_min, float32) | ||
37 | |||
38 | +DO_3OP(gvec_fmaxnum_h, float16_maxnum, float16) | ||
39 | +DO_3OP(gvec_fmaxnum_s, float32_maxnum, float32) | ||
40 | + | ||
41 | +DO_3OP(gvec_fminnum_h, float16_minnum, float16) | ||
42 | +DO_3OP(gvec_fminnum_s, float32_minnum, float32) | ||
43 | + | ||
44 | #ifdef TARGET_AARCH64 | ||
45 | |||
46 | DO_3OP(gvec_recps_h, helper_recpsf_f16, float16) | ||
47 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/translate-neon.c.inc | ||
50 | +++ b/target/arm/translate-neon.c.inc | ||
51 | @@ -XXX,XX +XXX,XX @@ static void gen_VMLS_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
52 | DO_3S_FP(VMLA, gen_VMLA_fp_3s, true) | ||
53 | DO_3S_FP(VMLS, gen_VMLS_fp_3s, true) | ||
54 | |||
55 | +WRAP_FP_GVEC(gen_VMAXNM_fp32_3s, FPST_STD, gen_helper_gvec_fmaxnum_s) | ||
56 | +WRAP_FP_GVEC(gen_VMAXNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fmaxnum_h) | ||
57 | +WRAP_FP_GVEC(gen_VMINNM_fp32_3s, FPST_STD, gen_helper_gvec_fminnum_s) | ||
58 | +WRAP_FP_GVEC(gen_VMINNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fminnum_h) | ||
59 | + | ||
60 | static bool trans_VMAXNM_fp_3s(DisasContext *s, arg_3same *a) | ||
61 | { | ||
62 | if (!arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
63 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMAXNM_fp_3s(DisasContext *s, arg_3same *a) | ||
64 | } | ||
65 | |||
66 | if (a->size != 0) { | ||
67 | - /* TODO fp16 support */ | ||
68 | - return false; | ||
69 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
70 | + return false; | ||
71 | + } | ||
72 | + return do_3same(s, a, gen_VMAXNM_fp16_3s); | ||
73 | } | ||
74 | - | ||
75 | - return do_3same_fp(s, a, gen_helper_vfp_maxnums, false); | ||
76 | + return do_3same(s, a, gen_VMAXNM_fp32_3s); | ||
77 | } | ||
78 | |||
79 | static bool trans_VMINNM_fp_3s(DisasContext *s, arg_3same *a) | ||
80 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMINNM_fp_3s(DisasContext *s, arg_3same *a) | ||
81 | } | ||
82 | |||
83 | if (a->size != 0) { | ||
84 | - /* TODO fp16 support */ | ||
85 | - return false; | ||
86 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
87 | + return false; | ||
88 | + } | ||
89 | + return do_3same(s, a, gen_VMINNM_fp16_3s); | ||
90 | } | ||
91 | - | ||
92 | - return do_3same_fp(s, a, gen_helper_vfp_minnums, false); | ||
93 | + return do_3same(s, a, gen_VMINNM_fp32_3s); | ||
94 | } | ||
95 | |||
96 | WRAP_ENV_FN(gen_VRECPS_tramp, gen_helper_recps_f32) | ||
97 | -- | ||
98 | 2.20.1 | ||
99 | |||
100 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon floating-point VMLA and VMLS insns over to using a | ||
2 | gvec helper, and use this to implement the fp16 case. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-31-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 6 +++++ | ||
9 | target/arm/vec_helper.c | 42 +++++++++++++++++++++++++++++++++ | ||
10 | target/arm/translate-neon.c.inc | 33 ++------------------------ | ||
11 | 3 files changed, 50 insertions(+), 31 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.h | ||
16 | +++ b/target/arm/helper.h | ||
17 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmaxnum_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i3 | ||
18 | DEF_HELPER_FLAGS_5(gvec_fminnum_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_5(gvec_fminnum_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
20 | |||
21 | +DEF_HELPER_FLAGS_5(gvec_fmla_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
22 | +DEF_HELPER_FLAGS_5(gvec_fmla_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
23 | + | ||
24 | +DEF_HELPER_FLAGS_5(gvec_fmls_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | +DEF_HELPER_FLAGS_5(gvec_fmls_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | + | ||
27 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | ||
28 | void, ptr, ptr, ptr, ptr, i32) | ||
29 | DEF_HELPER_FLAGS_5(gvec_ftsmul_s, TCG_CALL_NO_RWG, | ||
30 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/vec_helper.c | ||
33 | +++ b/target/arm/vec_helper.c | ||
34 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_rsqrts_d, helper_rsqrtsf_f64, float64) | ||
35 | #endif | ||
36 | #undef DO_3OP | ||
37 | |||
38 | +/* Non-fused multiply-add (unlike float16_muladd etc, which are fused) */ | ||
39 | +static float16 float16_muladd_nf(float16 dest, float16 op1, float16 op2, | ||
40 | + float_status *stat) | ||
41 | +{ | ||
42 | + return float16_add(dest, float16_mul(op1, op2, stat), stat); | ||
43 | +} | ||
44 | + | ||
45 | +static float32 float32_muladd_nf(float32 dest, float32 op1, float32 op2, | ||
46 | + float_status *stat) | ||
47 | +{ | ||
48 | + return float32_add(dest, float32_mul(op1, op2, stat), stat); | ||
49 | +} | ||
50 | + | ||
51 | +static float16 float16_mulsub_nf(float16 dest, float16 op1, float16 op2, | ||
52 | + float_status *stat) | ||
53 | +{ | ||
54 | + return float16_sub(dest, float16_mul(op1, op2, stat), stat); | ||
55 | +} | ||
56 | + | ||
57 | +static float32 float32_mulsub_nf(float32 dest, float32 op1, float32 op2, | ||
58 | + float_status *stat) | ||
59 | +{ | ||
60 | + return float32_sub(dest, float32_mul(op1, op2, stat), stat); | ||
61 | +} | ||
62 | + | ||
63 | +#define DO_MULADD(NAME, FUNC, TYPE) \ | ||
64 | +void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | ||
65 | +{ \ | ||
66 | + intptr_t i, oprsz = simd_oprsz(desc); \ | ||
67 | + TYPE *d = vd, *n = vn, *m = vm; \ | ||
68 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | ||
69 | + d[i] = FUNC(d[i], n[i], m[i], stat); \ | ||
70 | + } \ | ||
71 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
72 | +} | ||
73 | + | ||
74 | +DO_MULADD(gvec_fmla_h, float16_muladd_nf, float16) | ||
75 | +DO_MULADD(gvec_fmla_s, float32_muladd_nf, float32) | ||
76 | + | ||
77 | +DO_MULADD(gvec_fmls_h, float16_mulsub_nf, float16) | ||
78 | +DO_MULADD(gvec_fmls_s, float32_mulsub_nf, float32) | ||
79 | + | ||
80 | /* For the indexed ops, SVE applies the index per 128-bit vector segment. | ||
81 | * For AdvSIMD, there is of course only one such vector segment. | ||
82 | */ | ||
83 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
84 | index XXXXXXX..XXXXXXX 100644 | ||
85 | --- a/target/arm/translate-neon.c.inc | ||
86 | +++ b/target/arm/translate-neon.c.inc | ||
87 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VACGE, gen_helper_gvec_facge_s, gen_helper_gvec_facge_h) | ||
88 | DO_3S_FP_GVEC(VACGT, gen_helper_gvec_facgt_s, gen_helper_gvec_facgt_h) | ||
89 | DO_3S_FP_GVEC(VMAX, gen_helper_gvec_fmax_s, gen_helper_gvec_fmax_h) | ||
90 | DO_3S_FP_GVEC(VMIN, gen_helper_gvec_fmin_s, gen_helper_gvec_fmin_h) | ||
91 | - | ||
92 | -/* | ||
93 | - * For all the functions using this macro, size == 1 means fp16, | ||
94 | - * which is an architecture extension we don't implement yet. | ||
95 | - */ | ||
96 | -#define DO_3S_FP(INSN,FUNC,READS_VD) \ | ||
97 | - static bool trans_##INSN##_fp_3s(DisasContext *s, arg_3same *a) \ | ||
98 | - { \ | ||
99 | - if (a->size != 0) { \ | ||
100 | - /* TODO fp16 support */ \ | ||
101 | - return false; \ | ||
102 | - } \ | ||
103 | - return do_3same_fp(s, a, FUNC, READS_VD); \ | ||
104 | - } | ||
105 | - | ||
106 | -static void gen_VMLA_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
107 | - TCGv_ptr fpstatus) | ||
108 | -{ | ||
109 | - gen_helper_vfp_muls(vn, vn, vm, fpstatus); | ||
110 | - gen_helper_vfp_adds(vd, vd, vn, fpstatus); | ||
111 | -} | ||
112 | - | ||
113 | -static void gen_VMLS_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
114 | - TCGv_ptr fpstatus) | ||
115 | -{ | ||
116 | - gen_helper_vfp_muls(vn, vn, vm, fpstatus); | ||
117 | - gen_helper_vfp_subs(vd, vd, vn, fpstatus); | ||
118 | -} | ||
119 | - | ||
120 | -DO_3S_FP(VMLA, gen_VMLA_fp_3s, true) | ||
121 | -DO_3S_FP(VMLS, gen_VMLS_fp_3s, true) | ||
122 | +DO_3S_FP_GVEC(VMLA, gen_helper_gvec_fmla_s, gen_helper_gvec_fmla_h) | ||
123 | +DO_3S_FP_GVEC(VMLS, gen_helper_gvec_fmls_s, gen_helper_gvec_fmls_h) | ||
124 | |||
125 | WRAP_FP_GVEC(gen_VMAXNM_fp32_3s, FPST_STD, gen_helper_gvec_fmaxnum_s) | ||
126 | WRAP_FP_GVEC(gen_VMAXNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fmaxnum_h) | ||
127 | -- | ||
128 | 2.20.1 | ||
129 | |||
130 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the neon floating-point vector operations VFMA and VFMS | ||
2 | to use a gvec helper, and use this to implement the fp16 case. | ||
3 | 1 | ||
4 | This is the last use of do_3same_fp() so we can now delete | ||
5 | that function. | ||
6 | |||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200828183354.27913-32-peter.maydell@linaro.org | ||
10 | --- | ||
11 | target/arm/helper.h | 6 +++ | ||
12 | target/arm/vec_helper.c | 33 +++++++++++- | ||
13 | target/arm/translate-neon.c.inc | 92 +-------------------------------- | ||
14 | 3 files changed, 40 insertions(+), 91 deletions(-) | ||
15 | |||
16 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/target/arm/helper.h | ||
19 | +++ b/target/arm/helper.h | ||
20 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmla_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
21 | DEF_HELPER_FLAGS_5(gvec_fmls_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
22 | DEF_HELPER_FLAGS_5(gvec_fmls_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
23 | |||
24 | +DEF_HELPER_FLAGS_5(gvec_vfma_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | +DEF_HELPER_FLAGS_5(gvec_vfma_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | + | ||
27 | +DEF_HELPER_FLAGS_5(gvec_vfms_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
28 | +DEF_HELPER_FLAGS_5(gvec_vfms_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
29 | + | ||
30 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | ||
31 | void, ptr, ptr, ptr, ptr, i32) | ||
32 | DEF_HELPER_FLAGS_5(gvec_ftsmul_s, TCG_CALL_NO_RWG, | ||
33 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
34 | index XXXXXXX..XXXXXXX 100644 | ||
35 | --- a/target/arm/vec_helper.c | ||
36 | +++ b/target/arm/vec_helper.c | ||
37 | @@ -XXX,XX +XXX,XX @@ static float32 float32_mulsub_nf(float32 dest, float32 op1, float32 op2, | ||
38 | return float32_sub(dest, float32_mul(op1, op2, stat), stat); | ||
39 | } | ||
40 | |||
41 | -#define DO_MULADD(NAME, FUNC, TYPE) \ | ||
42 | +/* Fused versions; these have the semantics Neon VFMA/VFMS want */ | ||
43 | +static float16 float16_muladd_f(float16 dest, float16 op1, float16 op2, | ||
44 | + float_status *stat) | ||
45 | +{ | ||
46 | + return float16_muladd(op1, op2, dest, 0, stat); | ||
47 | +} | ||
48 | + | ||
49 | +static float32 float32_muladd_f(float32 dest, float32 op1, float32 op2, | ||
50 | + float_status *stat) | ||
51 | +{ | ||
52 | + return float32_muladd(op1, op2, dest, 0, stat); | ||
53 | +} | ||
54 | + | ||
55 | +static float16 float16_mulsub_f(float16 dest, float16 op1, float16 op2, | ||
56 | + float_status *stat) | ||
57 | +{ | ||
58 | + return float16_muladd(float16_chs(op1), op2, dest, 0, stat); | ||
59 | +} | ||
60 | + | ||
61 | +static float32 float32_mulsub_f(float32 dest, float32 op1, float32 op2, | ||
62 | + float_status *stat) | ||
63 | +{ | ||
64 | + return float32_muladd(float32_chs(op1), op2, dest, 0, stat); | ||
65 | +} | ||
66 | + | ||
67 | +#define DO_MULADD(NAME, FUNC, TYPE) \ | ||
68 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | ||
69 | { \ | ||
70 | intptr_t i, oprsz = simd_oprsz(desc); \ | ||
71 | @@ -XXX,XX +XXX,XX @@ DO_MULADD(gvec_fmla_s, float32_muladd_nf, float32) | ||
72 | DO_MULADD(gvec_fmls_h, float16_mulsub_nf, float16) | ||
73 | DO_MULADD(gvec_fmls_s, float32_mulsub_nf, float32) | ||
74 | |||
75 | +DO_MULADD(gvec_vfma_h, float16_muladd_f, float16) | ||
76 | +DO_MULADD(gvec_vfma_s, float32_muladd_f, float32) | ||
77 | + | ||
78 | +DO_MULADD(gvec_vfms_h, float16_mulsub_f, float16) | ||
79 | +DO_MULADD(gvec_vfms_s, float32_mulsub_f, float32) | ||
80 | + | ||
81 | /* For the indexed ops, SVE applies the index per 128-bit vector segment. | ||
82 | * For AdvSIMD, there is of course only one such vector segment. | ||
83 | */ | ||
84 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/target/arm/translate-neon.c.inc | ||
87 | +++ b/target/arm/translate-neon.c.inc | ||
88 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_PAIR(VPADD, padd_u) | ||
89 | DO_3SAME_VQDMULH(VQDMULH, qdmulh) | ||
90 | DO_3SAME_VQDMULH(VQRDMULH, qrdmulh) | ||
91 | |||
92 | -static bool do_3same_fp(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn, | ||
93 | - bool reads_vd) | ||
94 | -{ | ||
95 | - /* | ||
96 | - * FP operations handled elementwise 32 bits at a time. | ||
97 | - * If reads_vd is true then the old value of Vd will be | ||
98 | - * loaded before calling the callback function. This is | ||
99 | - * used for multiply-accumulate type operations. | ||
100 | - */ | ||
101 | - TCGv_i32 tmp, tmp2; | ||
102 | - int pass; | ||
103 | - | ||
104 | - if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
105 | - return false; | ||
106 | - } | ||
107 | - | ||
108 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
109 | - if (!dc_isar_feature(aa32_simd_r32, s) && | ||
110 | - ((a->vd | a->vn | a->vm) & 0x10)) { | ||
111 | - return false; | ||
112 | - } | ||
113 | - | ||
114 | - if ((a->vn | a->vm | a->vd) & a->q) { | ||
115 | - return false; | ||
116 | - } | ||
117 | - | ||
118 | - if (!vfp_access_check(s)) { | ||
119 | - return true; | ||
120 | - } | ||
121 | - | ||
122 | - TCGv_ptr fpstatus = fpstatus_ptr(FPST_STD); | ||
123 | - for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
124 | - tmp = neon_load_reg(a->vn, pass); | ||
125 | - tmp2 = neon_load_reg(a->vm, pass); | ||
126 | - if (reads_vd) { | ||
127 | - TCGv_i32 tmp_rd = neon_load_reg(a->vd, pass); | ||
128 | - fn(tmp_rd, tmp, tmp2, fpstatus); | ||
129 | - neon_store_reg(a->vd, pass, tmp_rd); | ||
130 | - tcg_temp_free_i32(tmp); | ||
131 | - } else { | ||
132 | - fn(tmp, tmp, tmp2, fpstatus); | ||
133 | - neon_store_reg(a->vd, pass, tmp); | ||
134 | - } | ||
135 | - tcg_temp_free_i32(tmp2); | ||
136 | - } | ||
137 | - tcg_temp_free_ptr(fpstatus); | ||
138 | - return true; | ||
139 | -} | ||
140 | - | ||
141 | #define WRAP_FP_GVEC(WRAPNAME, FPST, FUNC) \ | ||
142 | static void WRAPNAME(unsigned vece, uint32_t rd_ofs, \ | ||
143 | uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
144 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VMAX, gen_helper_gvec_fmax_s, gen_helper_gvec_fmax_h) | ||
145 | DO_3S_FP_GVEC(VMIN, gen_helper_gvec_fmin_s, gen_helper_gvec_fmin_h) | ||
146 | DO_3S_FP_GVEC(VMLA, gen_helper_gvec_fmla_s, gen_helper_gvec_fmla_h) | ||
147 | DO_3S_FP_GVEC(VMLS, gen_helper_gvec_fmls_s, gen_helper_gvec_fmls_h) | ||
148 | +DO_3S_FP_GVEC(VFMA, gen_helper_gvec_vfma_s, gen_helper_gvec_vfma_h) | ||
149 | +DO_3S_FP_GVEC(VFMS, gen_helper_gvec_vfms_s, gen_helper_gvec_vfms_h) | ||
150 | |||
151 | WRAP_FP_GVEC(gen_VMAXNM_fp32_3s, FPST_STD, gen_helper_gvec_fmaxnum_s) | ||
152 | WRAP_FP_GVEC(gen_VMAXNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fmaxnum_h) | ||
153 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRSQRTS_fp_3s(DisasContext *s, arg_3same *a) | ||
154 | return do_3same(s, a, gen_VRSQRTS_fp_3s); | ||
155 | } | ||
156 | |||
157 | -static void gen_VFMA_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
158 | - TCGv_ptr fpstatus) | ||
159 | -{ | ||
160 | - gen_helper_vfp_muladds(vd, vn, vm, vd, fpstatus); | ||
161 | -} | ||
162 | - | ||
163 | -static bool trans_VFMA_fp_3s(DisasContext *s, arg_3same *a) | ||
164 | -{ | ||
165 | - if (!dc_isar_feature(aa32_simdfmac, s)) { | ||
166 | - return false; | ||
167 | - } | ||
168 | - | ||
169 | - if (a->size != 0) { | ||
170 | - /* TODO fp16 support */ | ||
171 | - return false; | ||
172 | - } | ||
173 | - | ||
174 | - return do_3same_fp(s, a, gen_VFMA_fp_3s, true); | ||
175 | -} | ||
176 | - | ||
177 | -static void gen_VFMS_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
178 | - TCGv_ptr fpstatus) | ||
179 | -{ | ||
180 | - gen_helper_vfp_negs(vn, vn); | ||
181 | - gen_helper_vfp_muladds(vd, vn, vm, vd, fpstatus); | ||
182 | -} | ||
183 | - | ||
184 | -static bool trans_VFMS_fp_3s(DisasContext *s, arg_3same *a) | ||
185 | -{ | ||
186 | - if (!dc_isar_feature(aa32_simdfmac, s)) { | ||
187 | - return false; | ||
188 | - } | ||
189 | - | ||
190 | - if (a->size != 0) { | ||
191 | - /* TODO fp16 support */ | ||
192 | - return false; | ||
193 | - } | ||
194 | - | ||
195 | - return do_3same_fp(s, a, gen_VFMS_fp_3s, true); | ||
196 | -} | ||
197 | - | ||
198 | static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
199 | { | ||
200 | /* FP operations handled pairwise 32 bits at a time */ | ||
201 | -- | ||
202 | 2.20.1 | ||
203 | |||
204 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the neon floating-point vector compare-vs-0 insns VCEQ0, | ||
2 | VCGT0, VCLE0, VCGE0 and VCLT0 to use a gvec helper, and use this to | ||
3 | implement the fp16 case. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200828183354.27913-33-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/helper.h | 15 +++++++++++++++ | ||
10 | target/arm/vec_helper.c | 25 +++++++++++++++++++++++++ | ||
11 | target/arm/translate-neon.c.inc | 33 +++++---------------------------- | ||
12 | 3 files changed, 45 insertions(+), 28 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/helper.h | ||
17 | +++ b/target/arm/helper.h | ||
18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_frsqrte_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_4(gvec_frsqrte_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
20 | DEF_HELPER_FLAGS_4(gvec_frsqrte_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
21 | |||
22 | +DEF_HELPER_FLAGS_4(gvec_fcgt0_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
23 | +DEF_HELPER_FLAGS_4(gvec_fcgt0_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
24 | + | ||
25 | +DEF_HELPER_FLAGS_4(gvec_fcge0_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
26 | +DEF_HELPER_FLAGS_4(gvec_fcge0_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
27 | + | ||
28 | +DEF_HELPER_FLAGS_4(gvec_fceq0_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
29 | +DEF_HELPER_FLAGS_4(gvec_fceq0_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
30 | + | ||
31 | +DEF_HELPER_FLAGS_4(gvec_fcle0_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
32 | +DEF_HELPER_FLAGS_4(gvec_fcle0_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
33 | + | ||
34 | +DEF_HELPER_FLAGS_4(gvec_fclt0_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
35 | +DEF_HELPER_FLAGS_4(gvec_fclt0_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
36 | + | ||
37 | DEF_HELPER_FLAGS_5(gvec_fadd_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
38 | DEF_HELPER_FLAGS_5(gvec_fadd_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
39 | DEF_HELPER_FLAGS_5(gvec_fadd_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
40 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/target/arm/vec_helper.c | ||
43 | +++ b/target/arm/vec_helper.c | ||
44 | @@ -XXX,XX +XXX,XX @@ DO_2OP(gvec_frsqrte_h, helper_rsqrte_f16, float16) | ||
45 | DO_2OP(gvec_frsqrte_s, helper_rsqrte_f32, float32) | ||
46 | DO_2OP(gvec_frsqrte_d, helper_rsqrte_f64, float64) | ||
47 | |||
48 | +#define WRAP_CMP0_FWD(FN, CMPOP, TYPE) \ | ||
49 | + static TYPE TYPE##_##FN##0(TYPE op, float_status *stat) \ | ||
50 | + { \ | ||
51 | + return TYPE##_##CMPOP(op, TYPE##_zero, stat); \ | ||
52 | + } | ||
53 | + | ||
54 | +#define WRAP_CMP0_REV(FN, CMPOP, TYPE) \ | ||
55 | + static TYPE TYPE##_##FN##0(TYPE op, float_status *stat) \ | ||
56 | + { \ | ||
57 | + return TYPE##_##CMPOP(TYPE##_zero, op, stat); \ | ||
58 | + } | ||
59 | + | ||
60 | +#define DO_2OP_CMP0(FN, CMPOP, DIRN) \ | ||
61 | + WRAP_CMP0_##DIRN(FN, CMPOP, float16) \ | ||
62 | + WRAP_CMP0_##DIRN(FN, CMPOP, float32) \ | ||
63 | + DO_2OP(gvec_f##FN##0_h, float16_##FN##0, float16) \ | ||
64 | + DO_2OP(gvec_f##FN##0_s, float32_##FN##0, float32) | ||
65 | + | ||
66 | +DO_2OP_CMP0(cgt, cgt, FWD) | ||
67 | +DO_2OP_CMP0(cge, cge, FWD) | ||
68 | +DO_2OP_CMP0(ceq, ceq, FWD) | ||
69 | +DO_2OP_CMP0(clt, cgt, REV) | ||
70 | +DO_2OP_CMP0(cle, cge, REV) | ||
71 | + | ||
72 | #undef DO_2OP | ||
73 | +#undef DO_2OP_CMP0 | ||
74 | |||
75 | /* Floating-point trigonometric starting value. | ||
76 | * See the ARM ARM pseudocode function FPTrigSMul. | ||
77 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
78 | index XXXXXXX..XXXXXXX 100644 | ||
79 | --- a/target/arm/translate-neon.c.inc | ||
80 | +++ b/target/arm/translate-neon.c.inc | ||
81 | @@ -XXX,XX +XXX,XX @@ DO_2MISC_FP(VCVT_UF, gen_helper_vfp_touizs) | ||
82 | |||
83 | DO_2MISC_FP_VEC(VRECPE_F, gen_helper_gvec_frecpe_h, gen_helper_gvec_frecpe_s) | ||
84 | DO_2MISC_FP_VEC(VRSQRTE_F, gen_helper_gvec_frsqrte_h, gen_helper_gvec_frsqrte_s) | ||
85 | +DO_2MISC_FP_VEC(VCGT0_F, gen_helper_gvec_fcgt0_h, gen_helper_gvec_fcgt0_s) | ||
86 | +DO_2MISC_FP_VEC(VCGE0_F, gen_helper_gvec_fcge0_h, gen_helper_gvec_fcge0_s) | ||
87 | +DO_2MISC_FP_VEC(VCEQ0_F, gen_helper_gvec_fceq0_h, gen_helper_gvec_fceq0_s) | ||
88 | +DO_2MISC_FP_VEC(VCLT0_F, gen_helper_gvec_fclt0_h, gen_helper_gvec_fclt0_s) | ||
89 | +DO_2MISC_FP_VEC(VCLE0_F, gen_helper_gvec_fcle0_h, gen_helper_gvec_fcle0_s) | ||
90 | |||
91 | static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | ||
92 | { | ||
93 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | ||
94 | return do_2misc_fp(s, a, gen_helper_rints_exact); | ||
95 | } | ||
96 | |||
97 | -#define WRAP_FP_CMP0_FWD(WRAPNAME, FUNC) \ | ||
98 | - static void WRAPNAME(TCGv_i32 d, TCGv_i32 m, TCGv_ptr fpst) \ | ||
99 | - { \ | ||
100 | - TCGv_i32 zero = tcg_const_i32(0); \ | ||
101 | - FUNC(d, m, zero, fpst); \ | ||
102 | - tcg_temp_free_i32(zero); \ | ||
103 | - } | ||
104 | -#define WRAP_FP_CMP0_REV(WRAPNAME, FUNC) \ | ||
105 | - static void WRAPNAME(TCGv_i32 d, TCGv_i32 m, TCGv_ptr fpst) \ | ||
106 | - { \ | ||
107 | - TCGv_i32 zero = tcg_const_i32(0); \ | ||
108 | - FUNC(d, zero, m, fpst); \ | ||
109 | - tcg_temp_free_i32(zero); \ | ||
110 | - } | ||
111 | - | ||
112 | -#define DO_FP_CMP0(INSN, FUNC, REV) \ | ||
113 | - WRAP_FP_CMP0_##REV(gen_##INSN, FUNC) \ | ||
114 | - static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
115 | - { \ | ||
116 | - return do_2misc_fp(s, a, gen_##INSN); \ | ||
117 | - } | ||
118 | - | ||
119 | -DO_FP_CMP0(VCGT0_F, gen_helper_neon_cgt_f32, FWD) | ||
120 | -DO_FP_CMP0(VCGE0_F, gen_helper_neon_cge_f32, FWD) | ||
121 | -DO_FP_CMP0(VCEQ0_F, gen_helper_neon_ceq_f32, FWD) | ||
122 | -DO_FP_CMP0(VCLE0_F, gen_helper_neon_cge_f32, REV) | ||
123 | -DO_FP_CMP0(VCLT0_F, gen_helper_neon_cgt_f32, REV) | ||
124 | - | ||
125 | static bool do_vrint(DisasContext *s, arg_2misc *a, int rmode) | ||
126 | { | ||
127 | /* | ||
128 | -- | ||
129 | 2.20.1 | ||
130 | |||
131 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VRSQRTS insn to using a gvec helper, | ||
2 | and use this to implement the fp16 case. | ||
3 | 1 | ||
4 | As with VRECPS, we adjust the phrasing of the new implementation | ||
5 | slightly so that the fp32 version parallels the fp16 one. | ||
6 | |||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200828183354.27913-35-peter.maydell@linaro.org | ||
10 | --- | ||
11 | target/arm/helper.h | 4 +++- | ||
12 | target/arm/vec_helper.c | 30 ++++++++++++++++++++++++++++++ | ||
13 | target/arm/vfp_helper.c | 15 --------------- | ||
14 | target/arm/translate-neon.c.inc | 21 +-------------------- | ||
15 | 4 files changed, 34 insertions(+), 36 deletions(-) | ||
16 | |||
17 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/target/arm/helper.h | ||
20 | +++ b/target/arm/helper.h | ||
21 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_4(vfp_muladdd, f64, f64, f64, f64, ptr) | ||
22 | DEF_HELPER_4(vfp_muladds, f32, f32, f32, f32, ptr) | ||
23 | DEF_HELPER_4(vfp_muladdh, f16, f16, f16, f16, ptr) | ||
24 | |||
25 | -DEF_HELPER_3(rsqrts_f32, f32, env, f32, f32) | ||
26 | DEF_HELPER_FLAGS_2(recpe_f16, TCG_CALL_NO_RWG, f16, f16, ptr) | ||
27 | DEF_HELPER_FLAGS_2(recpe_f32, TCG_CALL_NO_RWG, f32, f32, ptr) | ||
28 | DEF_HELPER_FLAGS_2(recpe_f64, TCG_CALL_NO_RWG, f64, f64, ptr) | ||
29 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fminnum_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i3 | ||
30 | DEF_HELPER_FLAGS_5(gvec_recps_nf_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
31 | DEF_HELPER_FLAGS_5(gvec_recps_nf_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
32 | |||
33 | +DEF_HELPER_FLAGS_5(gvec_rsqrts_nf_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
34 | +DEF_HELPER_FLAGS_5(gvec_rsqrts_nf_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
35 | + | ||
36 | DEF_HELPER_FLAGS_5(gvec_fmla_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
37 | DEF_HELPER_FLAGS_5(gvec_fmla_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
38 | |||
39 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/vec_helper.c | ||
42 | +++ b/target/arm/vec_helper.c | ||
43 | @@ -XXX,XX +XXX,XX @@ static float32 float32_recps_nf(float32 op1, float32 op2, float_status *stat) | ||
44 | return float32_sub(float32_two, float32_mul(op1, op2, stat), stat); | ||
45 | } | ||
46 | |||
47 | +/* Reciprocal square-root step. AArch32 non-fused semantics. */ | ||
48 | +static float16 float16_rsqrts_nf(float16 op1, float16 op2, float_status *stat) | ||
49 | +{ | ||
50 | + op1 = float16_squash_input_denormal(op1, stat); | ||
51 | + op2 = float16_squash_input_denormal(op2, stat); | ||
52 | + | ||
53 | + if ((float16_is_infinity(op1) && float16_is_zero(op2)) || | ||
54 | + (float16_is_infinity(op2) && float16_is_zero(op1))) { | ||
55 | + return float16_one_point_five; | ||
56 | + } | ||
57 | + op1 = float16_sub(float16_three, float16_mul(op1, op2, stat), stat); | ||
58 | + return float16_div(op1, float16_two, stat); | ||
59 | +} | ||
60 | + | ||
61 | +static float32 float32_rsqrts_nf(float32 op1, float32 op2, float_status *stat) | ||
62 | +{ | ||
63 | + op1 = float32_squash_input_denormal(op1, stat); | ||
64 | + op2 = float32_squash_input_denormal(op2, stat); | ||
65 | + | ||
66 | + if ((float32_is_infinity(op1) && float32_is_zero(op2)) || | ||
67 | + (float32_is_infinity(op2) && float32_is_zero(op1))) { | ||
68 | + return float32_one_point_five; | ||
69 | + } | ||
70 | + op1 = float32_sub(float32_three, float32_mul(op1, op2, stat), stat); | ||
71 | + return float32_div(op1, float32_two, stat); | ||
72 | +} | ||
73 | + | ||
74 | #define DO_3OP(NAME, FUNC, TYPE) \ | ||
75 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | ||
76 | { \ | ||
77 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_fminnum_s, float32_minnum, float32) | ||
78 | DO_3OP(gvec_recps_nf_h, float16_recps_nf, float16) | ||
79 | DO_3OP(gvec_recps_nf_s, float32_recps_nf, float32) | ||
80 | |||
81 | +DO_3OP(gvec_rsqrts_nf_h, float16_rsqrts_nf, float16) | ||
82 | +DO_3OP(gvec_rsqrts_nf_s, float32_rsqrts_nf, float32) | ||
83 | + | ||
84 | #ifdef TARGET_AARCH64 | ||
85 | |||
86 | DO_3OP(gvec_recps_h, helper_recpsf_f16, float16) | ||
87 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
88 | index XXXXXXX..XXXXXXX 100644 | ||
89 | --- a/target/arm/vfp_helper.c | ||
90 | +++ b/target/arm/vfp_helper.c | ||
91 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(vfp_fcvt_f64_to_f16)(float64 a, void *fpstp, uint32_t ahp_mode) | ||
92 | return r; | ||
93 | } | ||
94 | |||
95 | -float32 HELPER(rsqrts_f32)(CPUARMState *env, float32 a, float32 b) | ||
96 | -{ | ||
97 | - float_status *s = &env->vfp.standard_fp_status; | ||
98 | - float32 product; | ||
99 | - if ((float32_is_infinity(a) && float32_is_zero_or_denormal(b)) || | ||
100 | - (float32_is_infinity(b) && float32_is_zero_or_denormal(a))) { | ||
101 | - if (!(float32_is_zero(a) || float32_is_zero(b))) { | ||
102 | - float_raise(float_flag_input_denormal, s); | ||
103 | - } | ||
104 | - return float32_one_point_five; | ||
105 | - } | ||
106 | - product = float32_mul(a, b, s); | ||
107 | - return float32_div(float32_sub(float32_three, product, s), float32_two, s); | ||
108 | -} | ||
109 | - | ||
110 | /* NEON helpers. */ | ||
111 | |||
112 | /* Constants 256 and 512 are used in some helpers; we avoid relying on | ||
113 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
114 | index XXXXXXX..XXXXXXX 100644 | ||
115 | --- a/target/arm/translate-neon.c.inc | ||
116 | +++ b/target/arm/translate-neon.c.inc | ||
117 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP_GVEC(VMLS, gen_helper_gvec_fmls_s, gen_helper_gvec_fmls_h) | ||
118 | DO_3S_FP_GVEC(VFMA, gen_helper_gvec_vfma_s, gen_helper_gvec_vfma_h) | ||
119 | DO_3S_FP_GVEC(VFMS, gen_helper_gvec_vfms_s, gen_helper_gvec_vfms_h) | ||
120 | DO_3S_FP_GVEC(VRECPS, gen_helper_gvec_recps_nf_s, gen_helper_gvec_recps_nf_h) | ||
121 | +DO_3S_FP_GVEC(VRSQRTS, gen_helper_gvec_rsqrts_nf_s, gen_helper_gvec_rsqrts_nf_h) | ||
122 | |||
123 | WRAP_FP_GVEC(gen_VMAXNM_fp32_3s, FPST_STD, gen_helper_gvec_fmaxnum_s) | ||
124 | WRAP_FP_GVEC(gen_VMAXNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fmaxnum_h) | ||
125 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMINNM_fp_3s(DisasContext *s, arg_3same *a) | ||
126 | return do_3same(s, a, gen_VMINNM_fp32_3s); | ||
127 | } | ||
128 | |||
129 | -WRAP_ENV_FN(gen_VRSQRTS_tramp, gen_helper_rsqrts_f32) | ||
130 | - | ||
131 | -static void gen_VRSQRTS_fp_3s(unsigned vece, uint32_t rd_ofs, | ||
132 | - uint32_t rn_ofs, uint32_t rm_ofs, | ||
133 | - uint32_t oprsz, uint32_t maxsz) | ||
134 | -{ | ||
135 | - static const GVecGen3 ops = { .fni4 = gen_VRSQRTS_tramp }; | ||
136 | - tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &ops); | ||
137 | -} | ||
138 | - | ||
139 | -static bool trans_VRSQRTS_fp_3s(DisasContext *s, arg_3same *a) | ||
140 | -{ | ||
141 | - if (a->size != 0) { | ||
142 | - /* TODO fp16 support */ | ||
143 | - return false; | ||
144 | - } | ||
145 | - | ||
146 | - return do_3same(s, a, gen_VRSQRTS_fp_3s); | ||
147 | -} | ||
148 | - | ||
149 | static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
150 | { | ||
151 | /* FP operations handled pairwise 32 bits at a time */ | ||
152 | -- | ||
153 | 2.20.1 | ||
154 | |||
155 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon pairwise fp ops to use a single gvic-style | ||
2 | helper to do the full operation instead of one helper call | ||
3 | for each 32-bit part. This allows us to use the same | ||
4 | framework to implement the fp16. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200828183354.27913-36-peter.maydell@linaro.org | ||
9 | --- | ||
10 | target/arm/helper.h | 7 +++++ | ||
11 | target/arm/vec_helper.c | 45 +++++++++++++++++++++++++++++++++ | ||
12 | target/arm/translate-neon.c.inc | 42 ++++++++++++------------------ | ||
13 | 3 files changed, 68 insertions(+), 26 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/helper.h | ||
18 | +++ b/target/arm/helper.h | ||
19 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fcmlas_idx, TCG_CALL_NO_RWG, | ||
20 | DEF_HELPER_FLAGS_5(gvec_fcmlad, TCG_CALL_NO_RWG, | ||
21 | void, ptr, ptr, ptr, ptr, i32) | ||
22 | |||
23 | +DEF_HELPER_FLAGS_5(neon_paddh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
24 | +DEF_HELPER_FLAGS_5(neon_pmaxh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | +DEF_HELPER_FLAGS_5(neon_pminh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | +DEF_HELPER_FLAGS_5(neon_padds, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
27 | +DEF_HELPER_FLAGS_5(neon_pmaxs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
28 | +DEF_HELPER_FLAGS_5(neon_pmins, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
29 | + | ||
30 | DEF_HELPER_FLAGS_4(gvec_frecpe_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
31 | DEF_HELPER_FLAGS_4(gvec_frecpe_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
32 | DEF_HELPER_FLAGS_4(gvec_frecpe_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
33 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
34 | index XXXXXXX..XXXXXXX 100644 | ||
35 | --- a/target/arm/vec_helper.c | ||
36 | +++ b/target/arm/vec_helper.c | ||
37 | @@ -XXX,XX +XXX,XX @@ DO_ABA(gvec_uaba_s, uint32_t) | ||
38 | DO_ABA(gvec_uaba_d, uint64_t) | ||
39 | |||
40 | #undef DO_ABA | ||
41 | + | ||
42 | +#define DO_NEON_PAIRWISE(NAME, OP) \ | ||
43 | + void HELPER(NAME##s)(void *vd, void *vn, void *vm, \ | ||
44 | + void *stat, uint32_t oprsz) \ | ||
45 | + { \ | ||
46 | + float_status *fpst = stat; \ | ||
47 | + float32 *d = vd; \ | ||
48 | + float32 *n = vn; \ | ||
49 | + float32 *m = vm; \ | ||
50 | + float32 r0, r1; \ | ||
51 | + \ | ||
52 | + /* Read all inputs before writing outputs in case vm == vd */ \ | ||
53 | + r0 = float32_##OP(n[H4(0)], n[H4(1)], fpst); \ | ||
54 | + r1 = float32_##OP(m[H4(0)], m[H4(1)], fpst); \ | ||
55 | + \ | ||
56 | + d[H4(0)] = r0; \ | ||
57 | + d[H4(1)] = r1; \ | ||
58 | + } \ | ||
59 | + \ | ||
60 | + void HELPER(NAME##h)(void *vd, void *vn, void *vm, \ | ||
61 | + void *stat, uint32_t oprsz) \ | ||
62 | + { \ | ||
63 | + float_status *fpst = stat; \ | ||
64 | + float16 *d = vd; \ | ||
65 | + float16 *n = vn; \ | ||
66 | + float16 *m = vm; \ | ||
67 | + float16 r0, r1, r2, r3; \ | ||
68 | + \ | ||
69 | + /* Read all inputs before writing outputs in case vm == vd */ \ | ||
70 | + r0 = float16_##OP(n[H2(0)], n[H2(1)], fpst); \ | ||
71 | + r1 = float16_##OP(n[H2(2)], n[H2(3)], fpst); \ | ||
72 | + r2 = float16_##OP(m[H2(0)], m[H2(1)], fpst); \ | ||
73 | + r3 = float16_##OP(m[H2(2)], m[H2(3)], fpst); \ | ||
74 | + \ | ||
75 | + d[H4(0)] = r0; \ | ||
76 | + d[H4(1)] = r1; \ | ||
77 | + d[H4(2)] = r2; \ | ||
78 | + d[H4(3)] = r3; \ | ||
79 | + } | ||
80 | + | ||
81 | +DO_NEON_PAIRWISE(neon_padd, add) | ||
82 | +DO_NEON_PAIRWISE(neon_pmax, max) | ||
83 | +DO_NEON_PAIRWISE(neon_pmin, min) | ||
84 | + | ||
85 | +#undef DO_NEON_PAIRWISE | ||
86 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
87 | index XXXXXXX..XXXXXXX 100644 | ||
88 | --- a/target/arm/translate-neon.c.inc | ||
89 | +++ b/target/arm/translate-neon.c.inc | ||
90 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMINNM_fp_3s(DisasContext *s, arg_3same *a) | ||
91 | return do_3same(s, a, gen_VMINNM_fp32_3s); | ||
92 | } | ||
93 | |||
94 | -static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
95 | +static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, | ||
96 | + gen_helper_gvec_3_ptr *fn) | ||
97 | { | ||
98 | - /* FP operations handled pairwise 32 bits at a time */ | ||
99 | - TCGv_i32 tmp, tmp2, tmp3; | ||
100 | + /* FP pairwise operations */ | ||
101 | TCGv_ptr fpstatus; | ||
102 | |||
103 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
104 | @@ -XXX,XX +XXX,XX @@ static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
105 | |||
106 | assert(a->q == 0); /* enforced by decode patterns */ | ||
107 | |||
108 | - /* | ||
109 | - * Note that we have to be careful not to clobber the source operands | ||
110 | - * in the "vm == vd" case by storing the result of the first pass too | ||
111 | - * early. Since Q is 0 there are always just two passes, so instead | ||
112 | - * of a complicated loop over each pass we just unroll. | ||
113 | - */ | ||
114 | - fpstatus = fpstatus_ptr(FPST_STD); | ||
115 | - tmp = neon_load_reg(a->vn, 0); | ||
116 | - tmp2 = neon_load_reg(a->vn, 1); | ||
117 | - fn(tmp, tmp, tmp2, fpstatus); | ||
118 | - tcg_temp_free_i32(tmp2); | ||
119 | |||
120 | - tmp3 = neon_load_reg(a->vm, 0); | ||
121 | - tmp2 = neon_load_reg(a->vm, 1); | ||
122 | - fn(tmp3, tmp3, tmp2, fpstatus); | ||
123 | - tcg_temp_free_i32(tmp2); | ||
124 | + fpstatus = fpstatus_ptr(a->size != 0 ? FPST_STD_F16 : FPST_STD); | ||
125 | + tcg_gen_gvec_3_ptr(vfp_reg_offset(1, a->vd), | ||
126 | + vfp_reg_offset(1, a->vn), | ||
127 | + vfp_reg_offset(1, a->vm), | ||
128 | + fpstatus, 8, 8, 0, fn); | ||
129 | tcg_temp_free_ptr(fpstatus); | ||
130 | |||
131 | - neon_store_reg(a->vd, 0, tmp); | ||
132 | - neon_store_reg(a->vd, 1, tmp3); | ||
133 | return true; | ||
134 | } | ||
135 | |||
136 | @@ -XXX,XX +XXX,XX @@ static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
137 | static bool trans_##INSN##_fp_3s(DisasContext *s, arg_3same *a) \ | ||
138 | { \ | ||
139 | if (a->size != 0) { \ | ||
140 | - /* TODO fp16 support */ \ | ||
141 | - return false; \ | ||
142 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { \ | ||
143 | + return false; \ | ||
144 | + } \ | ||
145 | + return do_3same_fp_pair(s, a, FUNC##h); \ | ||
146 | } \ | ||
147 | - return do_3same_fp_pair(s, a, FUNC); \ | ||
148 | + return do_3same_fp_pair(s, a, FUNC##s); \ | ||
149 | } | ||
150 | |||
151 | -DO_3S_FP_PAIR(VPADD, gen_helper_vfp_adds) | ||
152 | -DO_3S_FP_PAIR(VPMAX, gen_helper_vfp_maxs) | ||
153 | -DO_3S_FP_PAIR(VPMIN, gen_helper_vfp_mins) | ||
154 | +DO_3S_FP_PAIR(VPADD, gen_helper_neon_padd) | ||
155 | +DO_3S_FP_PAIR(VPMAX, gen_helper_neon_pmax) | ||
156 | +DO_3S_FP_PAIR(VPMIN, gen_helper_neon_pmin) | ||
157 | |||
158 | static bool do_vector_2sh(DisasContext *s, arg_2reg_shift *a, GVecGen2iFn *fn) | ||
159 | { | ||
160 | -- | ||
161 | 2.20.1 | ||
162 | |||
163 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon float-integer VCVT insns to gvec, and use this | ||
2 | to implement fp16 support for them. | ||
3 | 1 | ||
4 | Note that unlike the VFP int<->fp16 VCVT insns we converted | ||
5 | earlier and which convert to/from a 32-bit integer, these | ||
6 | Neon insns convert to/from 16-bit integers. So we can use | ||
7 | the existing vfp conversion helpers for the f32<->u32/i32 | ||
8 | case but need to provide our own for f16<->u16/i16. | ||
9 | |||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20200828183354.27913-37-peter.maydell@linaro.org | ||
13 | --- | ||
14 | target/arm/helper.h | 9 +++++++++ | ||
15 | target/arm/vec_helper.c | 29 +++++++++++++++++++++++++++++ | ||
16 | target/arm/translate-neon.c.inc | 15 ++++----------- | ||
17 | 3 files changed, 42 insertions(+), 11 deletions(-) | ||
18 | |||
19 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
20 | index XXXXXXX..XXXXXXX 100644 | ||
21 | --- a/target/arm/helper.h | ||
22 | +++ b/target/arm/helper.h | ||
23 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(neon_padds, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
24 | DEF_HELPER_FLAGS_5(neon_pmaxs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
25 | DEF_HELPER_FLAGS_5(neon_pmins, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
26 | |||
27 | +DEF_HELPER_FLAGS_4(gvec_sstoh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
28 | +DEF_HELPER_FLAGS_4(gvec_sitos, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
29 | +DEF_HELPER_FLAGS_4(gvec_ustoh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
30 | +DEF_HELPER_FLAGS_4(gvec_uitos, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
31 | +DEF_HELPER_FLAGS_4(gvec_tosszh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
32 | +DEF_HELPER_FLAGS_4(gvec_tosizs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
33 | +DEF_HELPER_FLAGS_4(gvec_touszh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
34 | +DEF_HELPER_FLAGS_4(gvec_touizs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
35 | + | ||
36 | DEF_HELPER_FLAGS_4(gvec_frecpe_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
37 | DEF_HELPER_FLAGS_4(gvec_frecpe_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
38 | DEF_HELPER_FLAGS_4(gvec_frecpe_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
39 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/vec_helper.c | ||
42 | +++ b/target/arm/vec_helper.c | ||
43 | @@ -XXX,XX +XXX,XX @@ static uint32_t float32_acgt(float32 op1, float32 op2, float_status *stat) | ||
44 | return -float32_lt(float32_abs(op2), float32_abs(op1), stat); | ||
45 | } | ||
46 | |||
47 | +static int16_t vfp_tosszh(float16 x, void *fpstp) | ||
48 | +{ | ||
49 | + float_status *fpst = fpstp; | ||
50 | + if (float16_is_any_nan(x)) { | ||
51 | + float_raise(float_flag_invalid, fpst); | ||
52 | + return 0; | ||
53 | + } | ||
54 | + return float16_to_int16_round_to_zero(x, fpst); | ||
55 | +} | ||
56 | + | ||
57 | +static uint16_t vfp_touszh(float16 x, void *fpstp) | ||
58 | +{ | ||
59 | + float_status *fpst = fpstp; | ||
60 | + if (float16_is_any_nan(x)) { | ||
61 | + float_raise(float_flag_invalid, fpst); | ||
62 | + return 0; | ||
63 | + } | ||
64 | + return float16_to_uint16_round_to_zero(x, fpst); | ||
65 | +} | ||
66 | + | ||
67 | #define DO_2OP(NAME, FUNC, TYPE) \ | ||
68 | void HELPER(NAME)(void *vd, void *vn, void *stat, uint32_t desc) \ | ||
69 | { \ | ||
70 | @@ -XXX,XX +XXX,XX @@ DO_2OP(gvec_frsqrte_h, helper_rsqrte_f16, float16) | ||
71 | DO_2OP(gvec_frsqrte_s, helper_rsqrte_f32, float32) | ||
72 | DO_2OP(gvec_frsqrte_d, helper_rsqrte_f64, float64) | ||
73 | |||
74 | +DO_2OP(gvec_sitos, helper_vfp_sitos, int32_t) | ||
75 | +DO_2OP(gvec_uitos, helper_vfp_uitos, uint32_t) | ||
76 | +DO_2OP(gvec_tosizs, helper_vfp_tosizs, float32) | ||
77 | +DO_2OP(gvec_touizs, helper_vfp_touizs, float32) | ||
78 | +DO_2OP(gvec_sstoh, int16_to_float16, int16_t) | ||
79 | +DO_2OP(gvec_ustoh, uint16_to_float16, uint16_t) | ||
80 | +DO_2OP(gvec_tosszh, vfp_tosszh, float16) | ||
81 | +DO_2OP(gvec_touszh, vfp_touszh, float16) | ||
82 | + | ||
83 | #define WRAP_CMP0_FWD(FN, CMPOP, TYPE) \ | ||
84 | static TYPE TYPE##_##FN##0(TYPE op, float_status *stat) \ | ||
85 | { \ | ||
86 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
87 | index XXXXXXX..XXXXXXX 100644 | ||
88 | --- a/target/arm/translate-neon.c.inc | ||
89 | +++ b/target/arm/translate-neon.c.inc | ||
90 | @@ -XXX,XX +XXX,XX @@ static bool do_2misc_fp(DisasContext *s, arg_2misc *a, | ||
91 | return true; | ||
92 | } | ||
93 | |||
94 | -#define DO_2MISC_FP(INSN, FUNC) \ | ||
95 | - static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
96 | - { \ | ||
97 | - return do_2misc_fp(s, a, FUNC); \ | ||
98 | - } | ||
99 | - | ||
100 | -DO_2MISC_FP(VCVT_FS, gen_helper_vfp_sitos) | ||
101 | -DO_2MISC_FP(VCVT_FU, gen_helper_vfp_uitos) | ||
102 | -DO_2MISC_FP(VCVT_SF, gen_helper_vfp_tosizs) | ||
103 | -DO_2MISC_FP(VCVT_UF, gen_helper_vfp_touizs) | ||
104 | - | ||
105 | #define DO_2MISC_FP_VEC(INSN, HFUNC, SFUNC) \ | ||
106 | static void gen_##INSN(unsigned vece, uint32_t rd_ofs, \ | ||
107 | uint32_t rm_ofs, \ | ||
108 | @@ -XXX,XX +XXX,XX @@ DO_2MISC_FP_VEC(VCGE0_F, gen_helper_gvec_fcge0_h, gen_helper_gvec_fcge0_s) | ||
109 | DO_2MISC_FP_VEC(VCEQ0_F, gen_helper_gvec_fceq0_h, gen_helper_gvec_fceq0_s) | ||
110 | DO_2MISC_FP_VEC(VCLT0_F, gen_helper_gvec_fclt0_h, gen_helper_gvec_fclt0_s) | ||
111 | DO_2MISC_FP_VEC(VCLE0_F, gen_helper_gvec_fcle0_h, gen_helper_gvec_fcle0_s) | ||
112 | +DO_2MISC_FP_VEC(VCVT_FS, gen_helper_gvec_sstoh, gen_helper_gvec_sitos) | ||
113 | +DO_2MISC_FP_VEC(VCVT_FU, gen_helper_gvec_ustoh, gen_helper_gvec_uitos) | ||
114 | +DO_2MISC_FP_VEC(VCVT_SF, gen_helper_gvec_tosszh, gen_helper_gvec_tosizs) | ||
115 | +DO_2MISC_FP_VEC(VCVT_UF, gen_helper_gvec_touszh, gen_helper_gvec_touizs) | ||
116 | |||
117 | static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | ||
118 | { | ||
119 | -- | ||
120 | 2.20.1 | ||
121 | |||
122 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VCVT float<->fixed-point insns to a | ||
2 | gvec style, in preparation for adding fp16 support. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-38-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 5 +++++ | ||
9 | target/arm/vec_helper.c | 20 +++++++++++++++++++ | ||
10 | target/arm/translate-neon.c.inc | 35 +++++++++++++++++---------------- | ||
11 | 3 files changed, 43 insertions(+), 17 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.h | ||
16 | +++ b/target/arm/helper.h | ||
17 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_tosizs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
18 | DEF_HELPER_FLAGS_4(gvec_touszh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_4(gvec_touizs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
20 | |||
21 | +DEF_HELPER_FLAGS_4(gvec_vcvt_sf, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
22 | +DEF_HELPER_FLAGS_4(gvec_vcvt_uf, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
23 | +DEF_HELPER_FLAGS_4(gvec_vcvt_fs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
24 | +DEF_HELPER_FLAGS_4(gvec_vcvt_fu, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
25 | + | ||
26 | DEF_HELPER_FLAGS_4(gvec_frecpe_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
27 | DEF_HELPER_FLAGS_4(gvec_frecpe_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
28 | DEF_HELPER_FLAGS_4(gvec_frecpe_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
29 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/target/arm/vec_helper.c | ||
32 | +++ b/target/arm/vec_helper.c | ||
33 | @@ -XXX,XX +XXX,XX @@ DO_NEON_PAIRWISE(neon_pmax, max) | ||
34 | DO_NEON_PAIRWISE(neon_pmin, min) | ||
35 | |||
36 | #undef DO_NEON_PAIRWISE | ||
37 | + | ||
38 | +#define DO_VCVT_FIXED(NAME, FUNC, TYPE) \ | ||
39 | + void HELPER(NAME)(void *vd, void *vn, void *stat, uint32_t desc) \ | ||
40 | + { \ | ||
41 | + intptr_t i, oprsz = simd_oprsz(desc); \ | ||
42 | + int shift = simd_data(desc); \ | ||
43 | + TYPE *d = vd, *n = vn; \ | ||
44 | + float_status *fpst = stat; \ | ||
45 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | ||
46 | + d[i] = FUNC(n[i], shift, fpst); \ | ||
47 | + } \ | ||
48 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
49 | + } | ||
50 | + | ||
51 | +DO_VCVT_FIXED(gvec_vcvt_sf, helper_vfp_sltos, uint32_t) | ||
52 | +DO_VCVT_FIXED(gvec_vcvt_uf, helper_vfp_ultos, uint32_t) | ||
53 | +DO_VCVT_FIXED(gvec_vcvt_fs, helper_vfp_tosls_round_to_zero, uint32_t) | ||
54 | +DO_VCVT_FIXED(gvec_vcvt_fu, helper_vfp_touls_round_to_zero, uint32_t) | ||
55 | + | ||
56 | +#undef DO_VCVT_FIXED | ||
57 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
58 | index XXXXXXX..XXXXXXX 100644 | ||
59 | --- a/target/arm/translate-neon.c.inc | ||
60 | +++ b/target/arm/translate-neon.c.inc | ||
61 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSHLL_U_2sh(DisasContext *s, arg_2reg_shift *a) | ||
62 | } | ||
63 | |||
64 | static bool do_fp_2sh(DisasContext *s, arg_2reg_shift *a, | ||
65 | - NeonGenTwoSingleOpFn *fn) | ||
66 | + gen_helper_gvec_2_ptr *fn) | ||
67 | { | ||
68 | /* FP operations in 2-reg-and-shift group */ | ||
69 | - TCGv_i32 tmp, shiftv; | ||
70 | - TCGv_ptr fpstatus; | ||
71 | - int pass; | ||
72 | + int vec_size = a->q ? 16 : 8; | ||
73 | + int rd_ofs = neon_reg_offset(a->vd, 0); | ||
74 | + int rm_ofs = neon_reg_offset(a->vm, 0); | ||
75 | + TCGv_ptr fpst; | ||
76 | |||
77 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
78 | return false; | ||
79 | } | ||
80 | |||
81 | + if (a->size != 0) { | ||
82 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { | ||
83 | + return false; | ||
84 | + } | ||
85 | + } | ||
86 | + | ||
87 | /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
88 | if (!dc_isar_feature(aa32_simd_r32, s) && | ||
89 | ((a->vd | a->vm) & 0x10)) { | ||
90 | @@ -XXX,XX +XXX,XX @@ static bool do_fp_2sh(DisasContext *s, arg_2reg_shift *a, | ||
91 | return true; | ||
92 | } | ||
93 | |||
94 | - fpstatus = fpstatus_ptr(FPST_STD); | ||
95 | - shiftv = tcg_const_i32(a->shift); | ||
96 | - for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
97 | - tmp = neon_load_reg(a->vm, pass); | ||
98 | - fn(tmp, tmp, shiftv, fpstatus); | ||
99 | - neon_store_reg(a->vd, pass, tmp); | ||
100 | - } | ||
101 | - tcg_temp_free_ptr(fpstatus); | ||
102 | - tcg_temp_free_i32(shiftv); | ||
103 | + fpst = fpstatus_ptr(a->size ? FPST_STD_F16 : FPST_STD); | ||
104 | + tcg_gen_gvec_2_ptr(rd_ofs, rm_ofs, fpst, vec_size, vec_size, a->shift, fn); | ||
105 | + tcg_temp_free_ptr(fpst); | ||
106 | return true; | ||
107 | } | ||
108 | |||
109 | @@ -XXX,XX +XXX,XX @@ static bool do_fp_2sh(DisasContext *s, arg_2reg_shift *a, | ||
110 | return do_fp_2sh(s, a, FUNC); \ | ||
111 | } | ||
112 | |||
113 | -DO_FP_2SH(VCVT_SF, gen_helper_vfp_sltos) | ||
114 | -DO_FP_2SH(VCVT_UF, gen_helper_vfp_ultos) | ||
115 | -DO_FP_2SH(VCVT_FS, gen_helper_vfp_tosls_round_to_zero) | ||
116 | -DO_FP_2SH(VCVT_FU, gen_helper_vfp_touls_round_to_zero) | ||
117 | +DO_FP_2SH(VCVT_SF, gen_helper_gvec_vcvt_sf) | ||
118 | +DO_FP_2SH(VCVT_UF, gen_helper_gvec_vcvt_uf) | ||
119 | +DO_FP_2SH(VCVT_FS, gen_helper_gvec_vcvt_fs) | ||
120 | +DO_FP_2SH(VCVT_FU, gen_helper_gvec_vcvt_fu) | ||
121 | |||
122 | static uint64_t asimd_imm_const(uint32_t imm, int cmode, int op) | ||
123 | { | ||
124 | -- | ||
125 | 2.20.1 | ||
126 | |||
127 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Implement fp16 for the Neon VCVT insns which convert between | ||
2 | float and fixed-point. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-39-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 5 +++++ | ||
9 | target/arm/neon-dp.decode | 8 +++++++- | ||
10 | target/arm/vec_helper.c | 4 ++++ | ||
11 | target/arm/translate-neon.c.inc | 5 +++++ | ||
12 | 4 files changed, 21 insertions(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/helper.h | ||
17 | +++ b/target/arm/helper.h | ||
18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_vcvt_uf, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_4(gvec_vcvt_fs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
20 | DEF_HELPER_FLAGS_4(gvec_vcvt_fu, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
21 | |||
22 | +DEF_HELPER_FLAGS_4(gvec_vcvt_sh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
23 | +DEF_HELPER_FLAGS_4(gvec_vcvt_uh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
24 | +DEF_HELPER_FLAGS_4(gvec_vcvt_hs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
25 | +DEF_HELPER_FLAGS_4(gvec_vcvt_hu, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
26 | + | ||
27 | DEF_HELPER_FLAGS_4(gvec_frecpe_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
28 | DEF_HELPER_FLAGS_4(gvec_frecpe_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
29 | DEF_HELPER_FLAGS_4(gvec_frecpe_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
30 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/neon-dp.decode | ||
33 | +++ b/target/arm/neon-dp.decode | ||
34 | @@ -XXX,XX +XXX,XX @@ VMINNM_fp_3s 1111 001 1 0 . 1 . .... .... 1111 ... 1 .... @3same_fp | ||
35 | # We use size=0 for fp32 and size=1 for fp16 to match the 3-same encodings. | ||
36 | @2reg_vcvt .... ... . . . 1 ..... .... .... . q:1 . . .... \ | ||
37 | &2reg_shift vm=%vm_dp vd=%vd_dp size=0 shift=%neon_rshift_i5 | ||
38 | +@2reg_vcvt_f16 .... ... . . . 11 .... .... .... . q:1 . . .... \ | ||
39 | + &2reg_shift vm=%vm_dp vd=%vd_dp size=1 shift=%neon_rshift_i4 | ||
40 | |||
41 | VSHR_S_2sh 1111 001 0 1 . ...... .... 0000 . . . 1 .... @2reg_shr_d | ||
42 | VSHR_S_2sh 1111 001 0 1 . ...... .... 0000 . . . 1 .... @2reg_shr_s | ||
43 | @@ -XXX,XX +XXX,XX @@ VSHLL_U_2sh 1111 001 1 1 . ...... .... 1010 . 0 . 1 .... @2reg_shll_h | ||
44 | VSHLL_U_2sh 1111 001 1 1 . ...... .... 1010 . 0 . 1 .... @2reg_shll_b | ||
45 | |||
46 | # VCVT fixed<->float conversions | ||
47 | -# TODO: FP16 fixed<->float conversions are opc==0b1100 and 0b1101 | ||
48 | +VCVT_SH_2sh 1111 001 0 1 . ...... .... 1100 0 . . 1 .... @2reg_vcvt_f16 | ||
49 | +VCVT_UH_2sh 1111 001 1 1 . ...... .... 1100 0 . . 1 .... @2reg_vcvt_f16 | ||
50 | +VCVT_HS_2sh 1111 001 0 1 . ...... .... 1101 0 . . 1 .... @2reg_vcvt_f16 | ||
51 | +VCVT_HU_2sh 1111 001 1 1 . ...... .... 1101 0 . . 1 .... @2reg_vcvt_f16 | ||
52 | + | ||
53 | VCVT_SF_2sh 1111 001 0 1 . ...... .... 1110 0 . . 1 .... @2reg_vcvt | ||
54 | VCVT_UF_2sh 1111 001 1 1 . ...... .... 1110 0 . . 1 .... @2reg_vcvt | ||
55 | VCVT_FS_2sh 1111 001 0 1 . ...... .... 1111 0 . . 1 .... @2reg_vcvt | ||
56 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | --- a/target/arm/vec_helper.c | ||
59 | +++ b/target/arm/vec_helper.c | ||
60 | @@ -XXX,XX +XXX,XX @@ DO_VCVT_FIXED(gvec_vcvt_sf, helper_vfp_sltos, uint32_t) | ||
61 | DO_VCVT_FIXED(gvec_vcvt_uf, helper_vfp_ultos, uint32_t) | ||
62 | DO_VCVT_FIXED(gvec_vcvt_fs, helper_vfp_tosls_round_to_zero, uint32_t) | ||
63 | DO_VCVT_FIXED(gvec_vcvt_fu, helper_vfp_touls_round_to_zero, uint32_t) | ||
64 | +DO_VCVT_FIXED(gvec_vcvt_sh, helper_vfp_shtoh, uint16_t) | ||
65 | +DO_VCVT_FIXED(gvec_vcvt_uh, helper_vfp_uhtoh, uint16_t) | ||
66 | +DO_VCVT_FIXED(gvec_vcvt_hs, helper_vfp_toshh_round_to_zero, uint16_t) | ||
67 | +DO_VCVT_FIXED(gvec_vcvt_hu, helper_vfp_touhh_round_to_zero, uint16_t) | ||
68 | |||
69 | #undef DO_VCVT_FIXED | ||
70 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
71 | index XXXXXXX..XXXXXXX 100644 | ||
72 | --- a/target/arm/translate-neon.c.inc | ||
73 | +++ b/target/arm/translate-neon.c.inc | ||
74 | @@ -XXX,XX +XXX,XX @@ DO_FP_2SH(VCVT_UF, gen_helper_gvec_vcvt_uf) | ||
75 | DO_FP_2SH(VCVT_FS, gen_helper_gvec_vcvt_fs) | ||
76 | DO_FP_2SH(VCVT_FU, gen_helper_gvec_vcvt_fu) | ||
77 | |||
78 | +DO_FP_2SH(VCVT_SH, gen_helper_gvec_vcvt_sh) | ||
79 | +DO_FP_2SH(VCVT_UH, gen_helper_gvec_vcvt_uh) | ||
80 | +DO_FP_2SH(VCVT_HS, gen_helper_gvec_vcvt_hs) | ||
81 | +DO_FP_2SH(VCVT_HU, gen_helper_gvec_vcvt_hu) | ||
82 | + | ||
83 | static uint64_t asimd_imm_const(uint32_t imm, int cmode, int op) | ||
84 | { | ||
85 | /* | ||
86 | -- | ||
87 | 2.20.1 | ||
88 | |||
89 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VCVT with-specified-rounding-mode instructions | ||
2 | to gvec, and use this to implement fp16 support for them. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-40-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 5 ++ | ||
9 | target/arm/vec_helper.c | 23 +++++++ | ||
10 | target/arm/translate-neon.c.inc | 105 ++++++++++++-------------------- | ||
11 | 3 files changed, 66 insertions(+), 67 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.h | ||
16 | +++ b/target/arm/helper.h | ||
17 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_vcvt_uh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
18 | DEF_HELPER_FLAGS_4(gvec_vcvt_hs, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_4(gvec_vcvt_hu, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
20 | |||
21 | +DEF_HELPER_FLAGS_4(gvec_vcvt_rm_ss, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
22 | +DEF_HELPER_FLAGS_4(gvec_vcvt_rm_us, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
23 | +DEF_HELPER_FLAGS_4(gvec_vcvt_rm_sh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
24 | +DEF_HELPER_FLAGS_4(gvec_vcvt_rm_uh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
25 | + | ||
26 | DEF_HELPER_FLAGS_4(gvec_frecpe_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
27 | DEF_HELPER_FLAGS_4(gvec_frecpe_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
28 | DEF_HELPER_FLAGS_4(gvec_frecpe_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
29 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/target/arm/vec_helper.c | ||
32 | +++ b/target/arm/vec_helper.c | ||
33 | @@ -XXX,XX +XXX,XX @@ DO_VCVT_FIXED(gvec_vcvt_hs, helper_vfp_toshh_round_to_zero, uint16_t) | ||
34 | DO_VCVT_FIXED(gvec_vcvt_hu, helper_vfp_touhh_round_to_zero, uint16_t) | ||
35 | |||
36 | #undef DO_VCVT_FIXED | ||
37 | + | ||
38 | +#define DO_VCVT_RMODE(NAME, FUNC, TYPE) \ | ||
39 | + void HELPER(NAME)(void *vd, void *vn, void *stat, uint32_t desc) \ | ||
40 | + { \ | ||
41 | + float_status *fpst = stat; \ | ||
42 | + intptr_t i, oprsz = simd_oprsz(desc); \ | ||
43 | + uint32_t rmode = simd_data(desc); \ | ||
44 | + uint32_t prev_rmode = get_float_rounding_mode(fpst); \ | ||
45 | + TYPE *d = vd, *n = vn; \ | ||
46 | + set_float_rounding_mode(rmode, fpst); \ | ||
47 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | ||
48 | + d[i] = FUNC(n[i], 0, fpst); \ | ||
49 | + } \ | ||
50 | + set_float_rounding_mode(prev_rmode, fpst); \ | ||
51 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
52 | + } | ||
53 | + | ||
54 | +DO_VCVT_RMODE(gvec_vcvt_rm_ss, helper_vfp_tosls, uint32_t) | ||
55 | +DO_VCVT_RMODE(gvec_vcvt_rm_us, helper_vfp_touls, uint32_t) | ||
56 | +DO_VCVT_RMODE(gvec_vcvt_rm_sh, helper_vfp_toshh, uint16_t) | ||
57 | +DO_VCVT_RMODE(gvec_vcvt_rm_uh, helper_vfp_touhh, uint16_t) | ||
58 | + | ||
59 | +#undef DO_VCVT_RMODE | ||
60 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
61 | index XXXXXXX..XXXXXXX 100644 | ||
62 | --- a/target/arm/translate-neon.c.inc | ||
63 | +++ b/target/arm/translate-neon.c.inc | ||
64 | @@ -XXX,XX +XXX,XX @@ DO_VRINT(VRINTZ, FPROUNDING_ZERO) | ||
65 | DO_VRINT(VRINTM, FPROUNDING_NEGINF) | ||
66 | DO_VRINT(VRINTP, FPROUNDING_POSINF) | ||
67 | |||
68 | -static bool do_vcvt(DisasContext *s, arg_2misc *a, int rmode, bool is_signed) | ||
69 | -{ | ||
70 | - /* | ||
71 | - * Handle a VCVT* operation by iterating 32 bits at a time, | ||
72 | - * with a specified rounding mode in operation. | ||
73 | - */ | ||
74 | - int pass; | ||
75 | - TCGv_ptr fpst; | ||
76 | - TCGv_i32 tcg_rmode, tcg_shift; | ||
77 | - | ||
78 | - if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
79 | - !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
80 | - return false; | ||
81 | +#define DO_VEC_RMODE(INSN, RMODE, OP) \ | ||
82 | + static void gen_##INSN(unsigned vece, uint32_t rd_ofs, \ | ||
83 | + uint32_t rm_ofs, \ | ||
84 | + uint32_t oprsz, uint32_t maxsz) \ | ||
85 | + { \ | ||
86 | + static gen_helper_gvec_2_ptr * const fns[4] = { \ | ||
87 | + NULL, \ | ||
88 | + gen_helper_gvec_##OP##h, \ | ||
89 | + gen_helper_gvec_##OP##s, \ | ||
90 | + NULL, \ | ||
91 | + }; \ | ||
92 | + TCGv_ptr fpst; \ | ||
93 | + fpst = fpstatus_ptr(vece == 1 ? FPST_STD_F16 : FPST_STD); \ | ||
94 | + tcg_gen_gvec_2_ptr(rd_ofs, rm_ofs, fpst, oprsz, maxsz, \ | ||
95 | + arm_rmode_to_sf(RMODE), fns[vece]); \ | ||
96 | + tcg_temp_free_ptr(fpst); \ | ||
97 | + } \ | ||
98 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
99 | + { \ | ||
100 | + if (!arm_dc_feature(s, ARM_FEATURE_V8)) { \ | ||
101 | + return false; \ | ||
102 | + } \ | ||
103 | + if (a->size == MO_16) { \ | ||
104 | + if (!dc_isar_feature(aa32_fp16_arith, s)) { \ | ||
105 | + return false; \ | ||
106 | + } \ | ||
107 | + } else if (a->size != MO_32) { \ | ||
108 | + return false; \ | ||
109 | + } \ | ||
110 | + return do_2misc_vec(s, a, gen_##INSN); \ | ||
111 | } | ||
112 | |||
113 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
114 | - if (!dc_isar_feature(aa32_simd_r32, s) && | ||
115 | - ((a->vd | a->vm) & 0x10)) { | ||
116 | - return false; | ||
117 | - } | ||
118 | - | ||
119 | - if (a->size != 2) { | ||
120 | - /* TODO: FP16 will be the size == 1 case */ | ||
121 | - return false; | ||
122 | - } | ||
123 | - | ||
124 | - if ((a->vd | a->vm) & a->q) { | ||
125 | - return false; | ||
126 | - } | ||
127 | - | ||
128 | - if (!vfp_access_check(s)) { | ||
129 | - return true; | ||
130 | - } | ||
131 | - | ||
132 | - fpst = fpstatus_ptr(FPST_STD); | ||
133 | - tcg_shift = tcg_const_i32(0); | ||
134 | - tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rmode)); | ||
135 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | ||
136 | - for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
137 | - TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
138 | - if (is_signed) { | ||
139 | - gen_helper_vfp_tosls(tmp, tmp, tcg_shift, fpst); | ||
140 | - } else { | ||
141 | - gen_helper_vfp_touls(tmp, tmp, tcg_shift, fpst); | ||
142 | - } | ||
143 | - neon_store_reg(a->vd, pass, tmp); | ||
144 | - } | ||
145 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | ||
146 | - tcg_temp_free_i32(tcg_rmode); | ||
147 | - tcg_temp_free_i32(tcg_shift); | ||
148 | - tcg_temp_free_ptr(fpst); | ||
149 | - | ||
150 | - return true; | ||
151 | -} | ||
152 | - | ||
153 | -#define DO_VCVT(INSN, RMODE, SIGNED) \ | ||
154 | - static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
155 | - { \ | ||
156 | - return do_vcvt(s, a, RMODE, SIGNED); \ | ||
157 | - } | ||
158 | - | ||
159 | -DO_VCVT(VCVTAU, FPROUNDING_TIEAWAY, false) | ||
160 | -DO_VCVT(VCVTAS, FPROUNDING_TIEAWAY, true) | ||
161 | -DO_VCVT(VCVTNU, FPROUNDING_TIEEVEN, false) | ||
162 | -DO_VCVT(VCVTNS, FPROUNDING_TIEEVEN, true) | ||
163 | -DO_VCVT(VCVTPU, FPROUNDING_POSINF, false) | ||
164 | -DO_VCVT(VCVTPS, FPROUNDING_POSINF, true) | ||
165 | -DO_VCVT(VCVTMU, FPROUNDING_NEGINF, false) | ||
166 | -DO_VCVT(VCVTMS, FPROUNDING_NEGINF, true) | ||
167 | +DO_VEC_RMODE(VCVTAU, FPROUNDING_TIEAWAY, vcvt_rm_u) | ||
168 | +DO_VEC_RMODE(VCVTAS, FPROUNDING_TIEAWAY, vcvt_rm_s) | ||
169 | +DO_VEC_RMODE(VCVTNU, FPROUNDING_TIEEVEN, vcvt_rm_u) | ||
170 | +DO_VEC_RMODE(VCVTNS, FPROUNDING_TIEEVEN, vcvt_rm_s) | ||
171 | +DO_VEC_RMODE(VCVTPU, FPROUNDING_POSINF, vcvt_rm_u) | ||
172 | +DO_VEC_RMODE(VCVTPS, FPROUNDING_POSINF, vcvt_rm_s) | ||
173 | +DO_VEC_RMODE(VCVTMU, FPROUNDING_NEGINF, vcvt_rm_u) | ||
174 | +DO_VEC_RMODE(VCVTMS, FPROUNDING_NEGINF, vcvt_rm_s) | ||
175 | |||
176 | static bool trans_VSWP(DisasContext *s, arg_2misc *a) | ||
177 | { | ||
178 | -- | ||
179 | 2.20.1 | ||
180 | |||
181 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VRINT-with-specified-rounding-mode insns to gvec, | ||
2 | and use this to implement the fp16 versions. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-41-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 4 +- | ||
9 | target/arm/vec_helper.c | 21 +++++++++++ | ||
10 | target/arm/vfp_helper.c | 17 --------- | ||
11 | target/arm/translate-neon.c.inc | 67 +++------------------------------ | ||
12 | 4 files changed, 30 insertions(+), 79 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/helper.h | ||
17 | +++ b/target/arm/helper.h | ||
18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(vfp_sqtoh, f16, i64, i32, ptr) | ||
19 | DEF_HELPER_3(vfp_uqtoh, f16, i64, i32, ptr) | ||
20 | |||
21 | DEF_HELPER_FLAGS_2(set_rmode, TCG_CALL_NO_RWG, i32, i32, ptr) | ||
22 | -DEF_HELPER_FLAGS_2(set_neon_rmode, TCG_CALL_NO_RWG, i32, i32, env) | ||
23 | |||
24 | DEF_HELPER_FLAGS_3(vfp_fcvt_f16_to_f32, TCG_CALL_NO_RWG, f32, f16, ptr, i32) | ||
25 | DEF_HELPER_FLAGS_3(vfp_fcvt_f32_to_f16, TCG_CALL_NO_RWG, f16, f32, ptr, i32) | ||
26 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_vcvt_rm_us, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
27 | DEF_HELPER_FLAGS_4(gvec_vcvt_rm_sh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
28 | DEF_HELPER_FLAGS_4(gvec_vcvt_rm_uh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
29 | |||
30 | +DEF_HELPER_FLAGS_4(gvec_vrint_rm_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
31 | +DEF_HELPER_FLAGS_4(gvec_vrint_rm_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
32 | + | ||
33 | DEF_HELPER_FLAGS_4(gvec_frecpe_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
34 | DEF_HELPER_FLAGS_4(gvec_frecpe_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
35 | DEF_HELPER_FLAGS_4(gvec_frecpe_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
36 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/target/arm/vec_helper.c | ||
39 | +++ b/target/arm/vec_helper.c | ||
40 | @@ -XXX,XX +XXX,XX @@ DO_VCVT_RMODE(gvec_vcvt_rm_sh, helper_vfp_toshh, uint16_t) | ||
41 | DO_VCVT_RMODE(gvec_vcvt_rm_uh, helper_vfp_touhh, uint16_t) | ||
42 | |||
43 | #undef DO_VCVT_RMODE | ||
44 | + | ||
45 | +#define DO_VRINT_RMODE(NAME, FUNC, TYPE) \ | ||
46 | + void HELPER(NAME)(void *vd, void *vn, void *stat, uint32_t desc) \ | ||
47 | + { \ | ||
48 | + float_status *fpst = stat; \ | ||
49 | + intptr_t i, oprsz = simd_oprsz(desc); \ | ||
50 | + uint32_t rmode = simd_data(desc); \ | ||
51 | + uint32_t prev_rmode = get_float_rounding_mode(fpst); \ | ||
52 | + TYPE *d = vd, *n = vn; \ | ||
53 | + set_float_rounding_mode(rmode, fpst); \ | ||
54 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | ||
55 | + d[i] = FUNC(n[i], fpst); \ | ||
56 | + } \ | ||
57 | + set_float_rounding_mode(prev_rmode, fpst); \ | ||
58 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
59 | + } | ||
60 | + | ||
61 | +DO_VRINT_RMODE(gvec_vrint_rm_h, helper_rinth, uint16_t) | ||
62 | +DO_VRINT_RMODE(gvec_vrint_rm_s, helper_rints, uint32_t) | ||
63 | + | ||
64 | +#undef DO_VRINT_RMODE | ||
65 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
66 | index XXXXXXX..XXXXXXX 100644 | ||
67 | --- a/target/arm/vfp_helper.c | ||
68 | +++ b/target/arm/vfp_helper.c | ||
69 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(set_rmode)(uint32_t rmode, void *fpstp) | ||
70 | return prev_rmode; | ||
71 | } | ||
72 | |||
73 | -/* Set the current fp rounding mode in the standard fp status and return | ||
74 | - * the old one. This is for NEON instructions that need to change the | ||
75 | - * rounding mode but wish to use the standard FPSCR values for everything | ||
76 | - * else. Always set the rounding mode back to the correct value after | ||
77 | - * modifying it. | ||
78 | - * The argument is a softfloat float_round_ value. | ||
79 | - */ | ||
80 | -uint32_t HELPER(set_neon_rmode)(uint32_t rmode, CPUARMState *env) | ||
81 | -{ | ||
82 | - float_status *fp_status = &env->vfp.standard_fp_status; | ||
83 | - | ||
84 | - uint32_t prev_rmode = get_float_rounding_mode(fp_status); | ||
85 | - set_float_rounding_mode(rmode, fp_status); | ||
86 | - | ||
87 | - return prev_rmode; | ||
88 | -} | ||
89 | - | ||
90 | /* Half precision conversions. */ | ||
91 | float32 HELPER(vfp_fcvt_f16_to_f32)(uint32_t a, void *fpstp, uint32_t ahp_mode) | ||
92 | { | ||
93 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
94 | index XXXXXXX..XXXXXXX 100644 | ||
95 | --- a/target/arm/translate-neon.c.inc | ||
96 | +++ b/target/arm/translate-neon.c.inc | ||
97 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | ||
98 | return do_2misc_fp(s, a, gen_helper_rints_exact); | ||
99 | } | ||
100 | |||
101 | -static bool do_vrint(DisasContext *s, arg_2misc *a, int rmode) | ||
102 | -{ | ||
103 | - /* | ||
104 | - * Handle a VRINT* operation by iterating 32 bits at a time, | ||
105 | - * with a specified rounding mode in operation. | ||
106 | - */ | ||
107 | - int pass; | ||
108 | - TCGv_ptr fpst; | ||
109 | - TCGv_i32 tcg_rmode; | ||
110 | - | ||
111 | - if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
112 | - !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
113 | - return false; | ||
114 | - } | ||
115 | - | ||
116 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
117 | - if (!dc_isar_feature(aa32_simd_r32, s) && | ||
118 | - ((a->vd | a->vm) & 0x10)) { | ||
119 | - return false; | ||
120 | - } | ||
121 | - | ||
122 | - if (a->size != 2) { | ||
123 | - /* TODO: FP16 will be the size == 1 case */ | ||
124 | - return false; | ||
125 | - } | ||
126 | - | ||
127 | - if ((a->vd | a->vm) & a->q) { | ||
128 | - return false; | ||
129 | - } | ||
130 | - | ||
131 | - if (!vfp_access_check(s)) { | ||
132 | - return true; | ||
133 | - } | ||
134 | - | ||
135 | - fpst = fpstatus_ptr(FPST_STD); | ||
136 | - tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rmode)); | ||
137 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | ||
138 | - for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
139 | - TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
140 | - gen_helper_rints(tmp, tmp, fpst); | ||
141 | - neon_store_reg(a->vd, pass, tmp); | ||
142 | - } | ||
143 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | ||
144 | - tcg_temp_free_i32(tcg_rmode); | ||
145 | - tcg_temp_free_ptr(fpst); | ||
146 | - | ||
147 | - return true; | ||
148 | -} | ||
149 | - | ||
150 | -#define DO_VRINT(INSN, RMODE) \ | ||
151 | - static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
152 | - { \ | ||
153 | - return do_vrint(s, a, RMODE); \ | ||
154 | - } | ||
155 | - | ||
156 | -DO_VRINT(VRINTN, FPROUNDING_TIEEVEN) | ||
157 | -DO_VRINT(VRINTA, FPROUNDING_TIEAWAY) | ||
158 | -DO_VRINT(VRINTZ, FPROUNDING_ZERO) | ||
159 | -DO_VRINT(VRINTM, FPROUNDING_NEGINF) | ||
160 | -DO_VRINT(VRINTP, FPROUNDING_POSINF) | ||
161 | - | ||
162 | #define DO_VEC_RMODE(INSN, RMODE, OP) \ | ||
163 | static void gen_##INSN(unsigned vece, uint32_t rd_ofs, \ | ||
164 | uint32_t rm_ofs, \ | ||
165 | @@ -XXX,XX +XXX,XX @@ DO_VEC_RMODE(VCVTPS, FPROUNDING_POSINF, vcvt_rm_s) | ||
166 | DO_VEC_RMODE(VCVTMU, FPROUNDING_NEGINF, vcvt_rm_u) | ||
167 | DO_VEC_RMODE(VCVTMS, FPROUNDING_NEGINF, vcvt_rm_s) | ||
168 | |||
169 | +DO_VEC_RMODE(VRINTN, FPROUNDING_TIEEVEN, vrint_rm_) | ||
170 | +DO_VEC_RMODE(VRINTA, FPROUNDING_TIEAWAY, vrint_rm_) | ||
171 | +DO_VEC_RMODE(VRINTZ, FPROUNDING_ZERO, vrint_rm_) | ||
172 | +DO_VEC_RMODE(VRINTM, FPROUNDING_NEGINF, vrint_rm_) | ||
173 | +DO_VEC_RMODE(VRINTP, FPROUNDING_POSINF, vrint_rm_) | ||
174 | + | ||
175 | static bool trans_VSWP(DisasContext *s, arg_2misc *a) | ||
176 | { | ||
177 | TCGv_i64 rm, rd; | ||
178 | -- | ||
179 | 2.20.1 | ||
180 | |||
181 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VRINTX insn to use gvec, and use this to implement | ||
2 | fp16 support for it. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200828183354.27913-42-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/helper.h | 3 +++ | ||
9 | target/arm/vec_helper.c | 3 +++ | ||
10 | target/arm/translate-neon.c.inc | 45 +++------------------------------ | ||
11 | 3 files changed, 9 insertions(+), 42 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.h | ||
16 | +++ b/target/arm/helper.h | ||
17 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_vcvt_rm_uh, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
18 | DEF_HELPER_FLAGS_4(gvec_vrint_rm_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
19 | DEF_HELPER_FLAGS_4(gvec_vrint_rm_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
20 | |||
21 | +DEF_HELPER_FLAGS_4(gvec_vrintx_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
22 | +DEF_HELPER_FLAGS_4(gvec_vrintx_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
23 | + | ||
24 | DEF_HELPER_FLAGS_4(gvec_frecpe_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
25 | DEF_HELPER_FLAGS_4(gvec_frecpe_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
26 | DEF_HELPER_FLAGS_4(gvec_frecpe_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
27 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/target/arm/vec_helper.c | ||
30 | +++ b/target/arm/vec_helper.c | ||
31 | @@ -XXX,XX +XXX,XX @@ DO_2OP(gvec_frsqrte_h, helper_rsqrte_f16, float16) | ||
32 | DO_2OP(gvec_frsqrte_s, helper_rsqrte_f32, float32) | ||
33 | DO_2OP(gvec_frsqrte_d, helper_rsqrte_f64, float64) | ||
34 | |||
35 | +DO_2OP(gvec_vrintx_h, float16_round_to_int, float16) | ||
36 | +DO_2OP(gvec_vrintx_s, float32_round_to_int, float32) | ||
37 | + | ||
38 | DO_2OP(gvec_sitos, helper_vfp_sitos, int32_t) | ||
39 | DO_2OP(gvec_uitos, helper_vfp_uitos, uint32_t) | ||
40 | DO_2OP(gvec_tosizs, helper_vfp_tosizs, float32) | ||
41 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
42 | index XXXXXXX..XXXXXXX 100644 | ||
43 | --- a/target/arm/translate-neon.c.inc | ||
44 | +++ b/target/arm/translate-neon.c.inc | ||
45 | @@ -XXX,XX +XXX,XX @@ static bool trans_VQNEG(DisasContext *s, arg_2misc *a) | ||
46 | return do_2misc(s, a, fn[a->size]); | ||
47 | } | ||
48 | |||
49 | -static bool do_2misc_fp(DisasContext *s, arg_2misc *a, | ||
50 | - NeonGenOneSingleOpFn *fn) | ||
51 | -{ | ||
52 | - int pass; | ||
53 | - TCGv_ptr fpst; | ||
54 | - | ||
55 | - /* Handle a 2-reg-misc operation by iterating 32 bits at a time */ | ||
56 | - if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
57 | - return false; | ||
58 | - } | ||
59 | - | ||
60 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
61 | - if (!dc_isar_feature(aa32_simd_r32, s) && | ||
62 | - ((a->vd | a->vm) & 0x10)) { | ||
63 | - return false; | ||
64 | - } | ||
65 | - | ||
66 | - if (a->size != 2) { | ||
67 | - /* TODO: FP16 will be the size == 1 case */ | ||
68 | - return false; | ||
69 | - } | ||
70 | - | ||
71 | - if ((a->vd | a->vm) & a->q) { | ||
72 | - return false; | ||
73 | - } | ||
74 | - | ||
75 | - if (!vfp_access_check(s)) { | ||
76 | - return true; | ||
77 | - } | ||
78 | - | ||
79 | - fpst = fpstatus_ptr(FPST_STD); | ||
80 | - for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
81 | - TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
82 | - fn(tmp, tmp, fpst); | ||
83 | - neon_store_reg(a->vd, pass, tmp); | ||
84 | - } | ||
85 | - tcg_temp_free_ptr(fpst); | ||
86 | - | ||
87 | - return true; | ||
88 | -} | ||
89 | - | ||
90 | #define DO_2MISC_FP_VEC(INSN, HFUNC, SFUNC) \ | ||
91 | static void gen_##INSN(unsigned vece, uint32_t rd_ofs, \ | ||
92 | uint32_t rm_ofs, \ | ||
93 | @@ -XXX,XX +XXX,XX @@ DO_2MISC_FP_VEC(VCVT_FU, gen_helper_gvec_ustoh, gen_helper_gvec_uitos) | ||
94 | DO_2MISC_FP_VEC(VCVT_SF, gen_helper_gvec_tosszh, gen_helper_gvec_tosizs) | ||
95 | DO_2MISC_FP_VEC(VCVT_UF, gen_helper_gvec_touszh, gen_helper_gvec_touizs) | ||
96 | |||
97 | +DO_2MISC_FP_VEC(VRINTX_impl, gen_helper_gvec_vrintx_h, gen_helper_gvec_vrintx_s) | ||
98 | + | ||
99 | static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | ||
100 | { | ||
101 | if (!arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
102 | return false; | ||
103 | } | ||
104 | - return do_2misc_fp(s, a, gen_helper_rints_exact); | ||
105 | + return trans_VRINTX_impl(s, a); | ||
106 | } | ||
107 | |||
108 | #define DO_VEC_RMODE(INSN, RMODE, OP) \ | ||
109 | -- | ||
110 | 2.20.1 | ||
111 | |||
112 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | In the gvec helper functions for indexed operations, for AArch32 | ||
2 | Neon the oprsz (total size of the vector) can be less than 16 bytes | ||
3 | if the operation is on a D reg. Since the inner loop in these | ||
4 | helpers always goes from 0 to segment, we must clamp it based | ||
5 | on oprsz to avoid processing a full 16 byte segment when asked to | ||
6 | handle an 8 byte wide vector. | ||
7 | 1 | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Message-id: 20200828183354.27913-43-peter.maydell@linaro.org | ||
11 | --- | ||
12 | target/arm/vec_helper.c | 12 ++++++++---- | ||
13 | 1 file changed, 8 insertions(+), 4 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/vec_helper.c | ||
18 | +++ b/target/arm/vec_helper.c | ||
19 | @@ -XXX,XX +XXX,XX @@ DO_MULADD(gvec_vfms_s, float32_mulsub_f, float32) | ||
20 | #define DO_MUL_IDX(NAME, TYPE, H) \ | ||
21 | void HELPER(NAME)(void *vd, void *vn, void *vm, uint32_t desc) \ | ||
22 | { \ | ||
23 | - intptr_t i, j, oprsz = simd_oprsz(desc), segment = 16 / sizeof(TYPE); \ | ||
24 | + intptr_t i, j, oprsz = simd_oprsz(desc); \ | ||
25 | + intptr_t segment = MIN(16, oprsz) / sizeof(TYPE); \ | ||
26 | intptr_t idx = simd_data(desc); \ | ||
27 | TYPE *d = vd, *n = vn, *m = vm; \ | ||
28 | for (i = 0; i < oprsz / sizeof(TYPE); i += segment) { \ | ||
29 | @@ -XXX,XX +XXX,XX @@ DO_MUL_IDX(gvec_mul_idx_d, uint64_t, ) | ||
30 | #define DO_MLA_IDX(NAME, TYPE, OP, H) \ | ||
31 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *va, uint32_t desc) \ | ||
32 | { \ | ||
33 | - intptr_t i, j, oprsz = simd_oprsz(desc), segment = 16 / sizeof(TYPE); \ | ||
34 | + intptr_t i, j, oprsz = simd_oprsz(desc); \ | ||
35 | + intptr_t segment = MIN(16, oprsz) / sizeof(TYPE); \ | ||
36 | intptr_t idx = simd_data(desc); \ | ||
37 | TYPE *d = vd, *n = vn, *m = vm, *a = va; \ | ||
38 | for (i = 0; i < oprsz / sizeof(TYPE); i += segment) { \ | ||
39 | @@ -XXX,XX +XXX,XX @@ DO_MLA_IDX(gvec_mls_idx_d, uint64_t, -, ) | ||
40 | #define DO_FMUL_IDX(NAME, TYPE, H) \ | ||
41 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | ||
42 | { \ | ||
43 | - intptr_t i, j, oprsz = simd_oprsz(desc), segment = 16 / sizeof(TYPE); \ | ||
44 | + intptr_t i, j, oprsz = simd_oprsz(desc); \ | ||
45 | + intptr_t segment = MIN(16, oprsz) / sizeof(TYPE); \ | ||
46 | intptr_t idx = simd_data(desc); \ | ||
47 | TYPE *d = vd, *n = vn, *m = vm; \ | ||
48 | for (i = 0; i < oprsz / sizeof(TYPE); i += segment) { \ | ||
49 | @@ -XXX,XX +XXX,XX @@ DO_FMUL_IDX(gvec_fmul_idx_d, float64, ) | ||
50 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *va, \ | ||
51 | void *stat, uint32_t desc) \ | ||
52 | { \ | ||
53 | - intptr_t i, j, oprsz = simd_oprsz(desc), segment = 16 / sizeof(TYPE); \ | ||
54 | + intptr_t i, j, oprsz = simd_oprsz(desc); \ | ||
55 | + intptr_t segment = MIN(16, oprsz) / sizeof(TYPE); \ | ||
56 | TYPE op1_neg = extract32(desc, SIMD_DATA_SHIFT, 1); \ | ||
57 | intptr_t idx = desc >> (SIMD_DATA_SHIFT + 1); \ | ||
58 | TYPE *d = vd, *n = vn, *m = vm, *a = va; \ | ||
59 | -- | ||
60 | 2.20.1 | ||
61 | |||
62 | diff view generated by jsdifflib |
1 | From: Graeme Gregory <graeme@nuviainc.com> | 1 | From: Thomas Huth <thuth@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Add the previously created sbsa-ec device to the sbsa-ref machine in | 3 | Move the code to a separate file so that we do not have to compile |
4 | secure memory so the PSCI implementation in ARM-TF can access it, but | 4 | it anymore if CONFIG_ARM_V7M is not set. |
5 | not expose it to non secure firmware or OS except by via ARM-TF. | ||
6 | 5 | ||
7 | Signed-off-by: Graeme Gregory <graeme@nuviainc.com> | 6 | Signed-off-by: Thomas Huth <thuth@redhat.com> |
8 | Reviewed-by: Leif Lindholm <leif@nuviainc.com> | 7 | Message-id: 20240308141051.536599-2-thuth@redhat.com |
9 | Tested-by: Leif Lindholm <leif@nuviainc.com> | ||
10 | Message-id: 20200826141952.136164-3-graeme@nuviainc.com | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 10 | --- |
14 | hw/arm/sbsa-ref.c | 14 ++++++++++++++ | 11 | target/arm/tcg/cpu-v7m.c | 290 +++++++++++++++++++++++++++++++++++++ |
15 | 1 file changed, 14 insertions(+) | 12 | target/arm/tcg/cpu32.c | 261 --------------------------------- |
13 | target/arm/meson.build | 3 + | ||
14 | target/arm/tcg/meson.build | 3 + | ||
15 | 4 files changed, 296 insertions(+), 261 deletions(-) | ||
16 | create mode 100644 target/arm/tcg/cpu-v7m.c | ||
16 | 17 | ||
17 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c | 18 | diff --git a/target/arm/tcg/cpu-v7m.c b/target/arm/tcg/cpu-v7m.c |
19 | new file mode 100644 | ||
20 | index XXXXXXX..XXXXXXX | ||
21 | --- /dev/null | ||
22 | +++ b/target/arm/tcg/cpu-v7m.c | ||
23 | @@ -XXX,XX +XXX,XX @@ | ||
24 | +/* | ||
25 | + * QEMU ARMv7-M TCG-only CPUs. | ||
26 | + * | ||
27 | + * Copyright (c) 2012 SUSE LINUX Products GmbH | ||
28 | + * | ||
29 | + * This code is licensed under the GNU GPL v2 or later. | ||
30 | + * | ||
31 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
32 | + */ | ||
33 | + | ||
34 | +#include "qemu/osdep.h" | ||
35 | +#include "cpu.h" | ||
36 | +#include "hw/core/tcg-cpu-ops.h" | ||
37 | +#include "internals.h" | ||
38 | + | ||
39 | +#if !defined(CONFIG_USER_ONLY) | ||
40 | + | ||
41 | +#include "hw/intc/armv7m_nvic.h" | ||
42 | + | ||
43 | +static bool arm_v7m_cpu_exec_interrupt(CPUState *cs, int interrupt_request) | ||
44 | +{ | ||
45 | + CPUClass *cc = CPU_GET_CLASS(cs); | ||
46 | + ARMCPU *cpu = ARM_CPU(cs); | ||
47 | + CPUARMState *env = &cpu->env; | ||
48 | + bool ret = false; | ||
49 | + | ||
50 | + /* | ||
51 | + * ARMv7-M interrupt masking works differently than -A or -R. | ||
52 | + * There is no FIQ/IRQ distinction. Instead of I and F bits | ||
53 | + * masking FIQ and IRQ interrupts, an exception is taken only | ||
54 | + * if it is higher priority than the current execution priority | ||
55 | + * (which depends on state like BASEPRI, FAULTMASK and the | ||
56 | + * currently active exception). | ||
57 | + */ | ||
58 | + if (interrupt_request & CPU_INTERRUPT_HARD | ||
59 | + && (armv7m_nvic_can_take_pending_exception(env->nvic))) { | ||
60 | + cs->exception_index = EXCP_IRQ; | ||
61 | + cc->tcg_ops->do_interrupt(cs); | ||
62 | + ret = true; | ||
63 | + } | ||
64 | + return ret; | ||
65 | +} | ||
66 | + | ||
67 | +#endif /* !CONFIG_USER_ONLY */ | ||
68 | + | ||
69 | +static void cortex_m0_initfn(Object *obj) | ||
70 | +{ | ||
71 | + ARMCPU *cpu = ARM_CPU(obj); | ||
72 | + set_feature(&cpu->env, ARM_FEATURE_V6); | ||
73 | + set_feature(&cpu->env, ARM_FEATURE_M); | ||
74 | + | ||
75 | + cpu->midr = 0x410cc200; | ||
76 | + | ||
77 | + /* | ||
78 | + * These ID register values are not guest visible, because | ||
79 | + * we do not implement the Main Extension. They must be set | ||
80 | + * to values corresponding to the Cortex-M0's implemented | ||
81 | + * features, because QEMU generally controls its emulation | ||
82 | + * by looking at ID register fields. We use the same values as | ||
83 | + * for the M3. | ||
84 | + */ | ||
85 | + cpu->isar.id_pfr0 = 0x00000030; | ||
86 | + cpu->isar.id_pfr1 = 0x00000200; | ||
87 | + cpu->isar.id_dfr0 = 0x00100000; | ||
88 | + cpu->id_afr0 = 0x00000000; | ||
89 | + cpu->isar.id_mmfr0 = 0x00000030; | ||
90 | + cpu->isar.id_mmfr1 = 0x00000000; | ||
91 | + cpu->isar.id_mmfr2 = 0x00000000; | ||
92 | + cpu->isar.id_mmfr3 = 0x00000000; | ||
93 | + cpu->isar.id_isar0 = 0x01141110; | ||
94 | + cpu->isar.id_isar1 = 0x02111000; | ||
95 | + cpu->isar.id_isar2 = 0x21112231; | ||
96 | + cpu->isar.id_isar3 = 0x01111110; | ||
97 | + cpu->isar.id_isar4 = 0x01310102; | ||
98 | + cpu->isar.id_isar5 = 0x00000000; | ||
99 | + cpu->isar.id_isar6 = 0x00000000; | ||
100 | +} | ||
101 | + | ||
102 | +static void cortex_m3_initfn(Object *obj) | ||
103 | +{ | ||
104 | + ARMCPU *cpu = ARM_CPU(obj); | ||
105 | + set_feature(&cpu->env, ARM_FEATURE_V7); | ||
106 | + set_feature(&cpu->env, ARM_FEATURE_M); | ||
107 | + set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
108 | + cpu->midr = 0x410fc231; | ||
109 | + cpu->pmsav7_dregion = 8; | ||
110 | + cpu->isar.id_pfr0 = 0x00000030; | ||
111 | + cpu->isar.id_pfr1 = 0x00000200; | ||
112 | + cpu->isar.id_dfr0 = 0x00100000; | ||
113 | + cpu->id_afr0 = 0x00000000; | ||
114 | + cpu->isar.id_mmfr0 = 0x00000030; | ||
115 | + cpu->isar.id_mmfr1 = 0x00000000; | ||
116 | + cpu->isar.id_mmfr2 = 0x00000000; | ||
117 | + cpu->isar.id_mmfr3 = 0x00000000; | ||
118 | + cpu->isar.id_isar0 = 0x01141110; | ||
119 | + cpu->isar.id_isar1 = 0x02111000; | ||
120 | + cpu->isar.id_isar2 = 0x21112231; | ||
121 | + cpu->isar.id_isar3 = 0x01111110; | ||
122 | + cpu->isar.id_isar4 = 0x01310102; | ||
123 | + cpu->isar.id_isar5 = 0x00000000; | ||
124 | + cpu->isar.id_isar6 = 0x00000000; | ||
125 | +} | ||
126 | + | ||
127 | +static void cortex_m4_initfn(Object *obj) | ||
128 | +{ | ||
129 | + ARMCPU *cpu = ARM_CPU(obj); | ||
130 | + | ||
131 | + set_feature(&cpu->env, ARM_FEATURE_V7); | ||
132 | + set_feature(&cpu->env, ARM_FEATURE_M); | ||
133 | + set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
134 | + set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
135 | + cpu->midr = 0x410fc240; /* r0p0 */ | ||
136 | + cpu->pmsav7_dregion = 8; | ||
137 | + cpu->isar.mvfr0 = 0x10110021; | ||
138 | + cpu->isar.mvfr1 = 0x11000011; | ||
139 | + cpu->isar.mvfr2 = 0x00000000; | ||
140 | + cpu->isar.id_pfr0 = 0x00000030; | ||
141 | + cpu->isar.id_pfr1 = 0x00000200; | ||
142 | + cpu->isar.id_dfr0 = 0x00100000; | ||
143 | + cpu->id_afr0 = 0x00000000; | ||
144 | + cpu->isar.id_mmfr0 = 0x00000030; | ||
145 | + cpu->isar.id_mmfr1 = 0x00000000; | ||
146 | + cpu->isar.id_mmfr2 = 0x00000000; | ||
147 | + cpu->isar.id_mmfr3 = 0x00000000; | ||
148 | + cpu->isar.id_isar0 = 0x01141110; | ||
149 | + cpu->isar.id_isar1 = 0x02111000; | ||
150 | + cpu->isar.id_isar2 = 0x21112231; | ||
151 | + cpu->isar.id_isar3 = 0x01111110; | ||
152 | + cpu->isar.id_isar4 = 0x01310102; | ||
153 | + cpu->isar.id_isar5 = 0x00000000; | ||
154 | + cpu->isar.id_isar6 = 0x00000000; | ||
155 | +} | ||
156 | + | ||
157 | +static void cortex_m7_initfn(Object *obj) | ||
158 | +{ | ||
159 | + ARMCPU *cpu = ARM_CPU(obj); | ||
160 | + | ||
161 | + set_feature(&cpu->env, ARM_FEATURE_V7); | ||
162 | + set_feature(&cpu->env, ARM_FEATURE_M); | ||
163 | + set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
164 | + set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
165 | + cpu->midr = 0x411fc272; /* r1p2 */ | ||
166 | + cpu->pmsav7_dregion = 8; | ||
167 | + cpu->isar.mvfr0 = 0x10110221; | ||
168 | + cpu->isar.mvfr1 = 0x12000011; | ||
169 | + cpu->isar.mvfr2 = 0x00000040; | ||
170 | + cpu->isar.id_pfr0 = 0x00000030; | ||
171 | + cpu->isar.id_pfr1 = 0x00000200; | ||
172 | + cpu->isar.id_dfr0 = 0x00100000; | ||
173 | + cpu->id_afr0 = 0x00000000; | ||
174 | + cpu->isar.id_mmfr0 = 0x00100030; | ||
175 | + cpu->isar.id_mmfr1 = 0x00000000; | ||
176 | + cpu->isar.id_mmfr2 = 0x01000000; | ||
177 | + cpu->isar.id_mmfr3 = 0x00000000; | ||
178 | + cpu->isar.id_isar0 = 0x01101110; | ||
179 | + cpu->isar.id_isar1 = 0x02112000; | ||
180 | + cpu->isar.id_isar2 = 0x20232231; | ||
181 | + cpu->isar.id_isar3 = 0x01111131; | ||
182 | + cpu->isar.id_isar4 = 0x01310132; | ||
183 | + cpu->isar.id_isar5 = 0x00000000; | ||
184 | + cpu->isar.id_isar6 = 0x00000000; | ||
185 | +} | ||
186 | + | ||
187 | +static void cortex_m33_initfn(Object *obj) | ||
188 | +{ | ||
189 | + ARMCPU *cpu = ARM_CPU(obj); | ||
190 | + | ||
191 | + set_feature(&cpu->env, ARM_FEATURE_V8); | ||
192 | + set_feature(&cpu->env, ARM_FEATURE_M); | ||
193 | + set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
194 | + set_feature(&cpu->env, ARM_FEATURE_M_SECURITY); | ||
195 | + set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
196 | + cpu->midr = 0x410fd213; /* r0p3 */ | ||
197 | + cpu->pmsav7_dregion = 16; | ||
198 | + cpu->sau_sregion = 8; | ||
199 | + cpu->isar.mvfr0 = 0x10110021; | ||
200 | + cpu->isar.mvfr1 = 0x11000011; | ||
201 | + cpu->isar.mvfr2 = 0x00000040; | ||
202 | + cpu->isar.id_pfr0 = 0x00000030; | ||
203 | + cpu->isar.id_pfr1 = 0x00000210; | ||
204 | + cpu->isar.id_dfr0 = 0x00200000; | ||
205 | + cpu->id_afr0 = 0x00000000; | ||
206 | + cpu->isar.id_mmfr0 = 0x00101F40; | ||
207 | + cpu->isar.id_mmfr1 = 0x00000000; | ||
208 | + cpu->isar.id_mmfr2 = 0x01000000; | ||
209 | + cpu->isar.id_mmfr3 = 0x00000000; | ||
210 | + cpu->isar.id_isar0 = 0x01101110; | ||
211 | + cpu->isar.id_isar1 = 0x02212000; | ||
212 | + cpu->isar.id_isar2 = 0x20232232; | ||
213 | + cpu->isar.id_isar3 = 0x01111131; | ||
214 | + cpu->isar.id_isar4 = 0x01310132; | ||
215 | + cpu->isar.id_isar5 = 0x00000000; | ||
216 | + cpu->isar.id_isar6 = 0x00000000; | ||
217 | + cpu->clidr = 0x00000000; | ||
218 | + cpu->ctr = 0x8000c000; | ||
219 | +} | ||
220 | + | ||
221 | +static void cortex_m55_initfn(Object *obj) | ||
222 | +{ | ||
223 | + ARMCPU *cpu = ARM_CPU(obj); | ||
224 | + | ||
225 | + set_feature(&cpu->env, ARM_FEATURE_V8); | ||
226 | + set_feature(&cpu->env, ARM_FEATURE_V8_1M); | ||
227 | + set_feature(&cpu->env, ARM_FEATURE_M); | ||
228 | + set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
229 | + set_feature(&cpu->env, ARM_FEATURE_M_SECURITY); | ||
230 | + set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
231 | + cpu->midr = 0x410fd221; /* r0p1 */ | ||
232 | + cpu->revidr = 0; | ||
233 | + cpu->pmsav7_dregion = 16; | ||
234 | + cpu->sau_sregion = 8; | ||
235 | + /* These are the MVFR* values for the FPU + full MVE configuration */ | ||
236 | + cpu->isar.mvfr0 = 0x10110221; | ||
237 | + cpu->isar.mvfr1 = 0x12100211; | ||
238 | + cpu->isar.mvfr2 = 0x00000040; | ||
239 | + cpu->isar.id_pfr0 = 0x20000030; | ||
240 | + cpu->isar.id_pfr1 = 0x00000230; | ||
241 | + cpu->isar.id_dfr0 = 0x10200000; | ||
242 | + cpu->id_afr0 = 0x00000000; | ||
243 | + cpu->isar.id_mmfr0 = 0x00111040; | ||
244 | + cpu->isar.id_mmfr1 = 0x00000000; | ||
245 | + cpu->isar.id_mmfr2 = 0x01000000; | ||
246 | + cpu->isar.id_mmfr3 = 0x00000011; | ||
247 | + cpu->isar.id_isar0 = 0x01103110; | ||
248 | + cpu->isar.id_isar1 = 0x02212000; | ||
249 | + cpu->isar.id_isar2 = 0x20232232; | ||
250 | + cpu->isar.id_isar3 = 0x01111131; | ||
251 | + cpu->isar.id_isar4 = 0x01310132; | ||
252 | + cpu->isar.id_isar5 = 0x00000000; | ||
253 | + cpu->isar.id_isar6 = 0x00000000; | ||
254 | + cpu->clidr = 0x00000000; /* caches not implemented */ | ||
255 | + cpu->ctr = 0x8303c003; | ||
256 | +} | ||
257 | + | ||
258 | +static const TCGCPUOps arm_v7m_tcg_ops = { | ||
259 | + .initialize = arm_translate_init, | ||
260 | + .synchronize_from_tb = arm_cpu_synchronize_from_tb, | ||
261 | + .debug_excp_handler = arm_debug_excp_handler, | ||
262 | + .restore_state_to_opc = arm_restore_state_to_opc, | ||
263 | + | ||
264 | +#ifdef CONFIG_USER_ONLY | ||
265 | + .record_sigsegv = arm_cpu_record_sigsegv, | ||
266 | + .record_sigbus = arm_cpu_record_sigbus, | ||
267 | +#else | ||
268 | + .tlb_fill = arm_cpu_tlb_fill, | ||
269 | + .cpu_exec_interrupt = arm_v7m_cpu_exec_interrupt, | ||
270 | + .do_interrupt = arm_v7m_cpu_do_interrupt, | ||
271 | + .do_transaction_failed = arm_cpu_do_transaction_failed, | ||
272 | + .do_unaligned_access = arm_cpu_do_unaligned_access, | ||
273 | + .adjust_watchpoint_address = arm_adjust_watchpoint_address, | ||
274 | + .debug_check_watchpoint = arm_debug_check_watchpoint, | ||
275 | + .debug_check_breakpoint = arm_debug_check_breakpoint, | ||
276 | +#endif /* !CONFIG_USER_ONLY */ | ||
277 | +}; | ||
278 | + | ||
279 | +static void arm_v7m_class_init(ObjectClass *oc, void *data) | ||
280 | +{ | ||
281 | + ARMCPUClass *acc = ARM_CPU_CLASS(oc); | ||
282 | + CPUClass *cc = CPU_CLASS(oc); | ||
283 | + | ||
284 | + acc->info = data; | ||
285 | + cc->tcg_ops = &arm_v7m_tcg_ops; | ||
286 | + cc->gdb_core_xml_file = "arm-m-profile.xml"; | ||
287 | +} | ||
288 | + | ||
289 | +static const ARMCPUInfo arm_v7m_cpus[] = { | ||
290 | + { .name = "cortex-m0", .initfn = cortex_m0_initfn, | ||
291 | + .class_init = arm_v7m_class_init }, | ||
292 | + { .name = "cortex-m3", .initfn = cortex_m3_initfn, | ||
293 | + .class_init = arm_v7m_class_init }, | ||
294 | + { .name = "cortex-m4", .initfn = cortex_m4_initfn, | ||
295 | + .class_init = arm_v7m_class_init }, | ||
296 | + { .name = "cortex-m7", .initfn = cortex_m7_initfn, | ||
297 | + .class_init = arm_v7m_class_init }, | ||
298 | + { .name = "cortex-m33", .initfn = cortex_m33_initfn, | ||
299 | + .class_init = arm_v7m_class_init }, | ||
300 | + { .name = "cortex-m55", .initfn = cortex_m55_initfn, | ||
301 | + .class_init = arm_v7m_class_init }, | ||
302 | +}; | ||
303 | + | ||
304 | +static void arm_v7m_cpu_register_types(void) | ||
305 | +{ | ||
306 | + size_t i; | ||
307 | + | ||
308 | + for (i = 0; i < ARRAY_SIZE(arm_v7m_cpus); ++i) { | ||
309 | + arm_cpu_register(&arm_v7m_cpus[i]); | ||
310 | + } | ||
311 | +} | ||
312 | + | ||
313 | +type_init(arm_v7m_cpu_register_types) | ||
314 | diff --git a/target/arm/tcg/cpu32.c b/target/arm/tcg/cpu32.c | ||
18 | index XXXXXXX..XXXXXXX 100644 | 315 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/sbsa-ref.c | 316 | --- a/target/arm/tcg/cpu32.c |
20 | +++ b/hw/arm/sbsa-ref.c | 317 | +++ b/target/arm/tcg/cpu32.c |
21 | @@ -XXX,XX +XXX,XX @@ enum { | 318 | @@ -XXX,XX +XXX,XX @@ |
22 | SBSA_CPUPERIPHS, | 319 | #include "hw/boards.h" |
23 | SBSA_GIC_DIST, | 320 | #endif |
24 | SBSA_GIC_REDIST, | 321 | #include "cpregs.h" |
25 | + SBSA_SECURE_EC, | 322 | -#if !defined(CONFIG_USER_ONLY) && defined(CONFIG_TCG) |
26 | SBSA_SMMU, | 323 | -#include "hw/intc/armv7m_nvic.h" |
27 | SBSA_UART, | 324 | -#endif |
28 | SBSA_RTC, | 325 | |
29 | @@ -XXX,XX +XXX,XX @@ static const MemMapEntry sbsa_ref_memmap[] = { | 326 | |
30 | [SBSA_CPUPERIPHS] = { 0x40000000, 0x00040000 }, | 327 | /* Share AArch32 -cpu max features with AArch64. */ |
31 | [SBSA_GIC_DIST] = { 0x40060000, 0x00010000 }, | 328 | @@ -XXX,XX +XXX,XX @@ void aa32_max_features(ARMCPU *cpu) |
32 | [SBSA_GIC_REDIST] = { 0x40080000, 0x04000000 }, | 329 | /* CPU models. These are not needed for the AArch64 linux-user build. */ |
33 | + [SBSA_SECURE_EC] = { 0x50000000, 0x00001000 }, | 330 | #if !defined(CONFIG_USER_ONLY) || !defined(TARGET_AARCH64) |
34 | [SBSA_UART] = { 0x60000000, 0x00001000 }, | 331 | |
35 | [SBSA_RTC] = { 0x60010000, 0x00001000 }, | 332 | -#if !defined(CONFIG_USER_ONLY) |
36 | [SBSA_GPIO] = { 0x60020000, 0x00001000 }, | 333 | -static bool arm_v7m_cpu_exec_interrupt(CPUState *cs, int interrupt_request) |
37 | @@ -XXX,XX +XXX,XX @@ static void *sbsa_ref_dtb(const struct arm_boot_info *binfo, int *fdt_size) | 334 | -{ |
38 | return board->fdt; | 335 | - CPUClass *cc = CPU_GET_CLASS(cs); |
336 | - ARMCPU *cpu = ARM_CPU(cs); | ||
337 | - CPUARMState *env = &cpu->env; | ||
338 | - bool ret = false; | ||
339 | - | ||
340 | - /* | ||
341 | - * ARMv7-M interrupt masking works differently than -A or -R. | ||
342 | - * There is no FIQ/IRQ distinction. Instead of I and F bits | ||
343 | - * masking FIQ and IRQ interrupts, an exception is taken only | ||
344 | - * if it is higher priority than the current execution priority | ||
345 | - * (which depends on state like BASEPRI, FAULTMASK and the | ||
346 | - * currently active exception). | ||
347 | - */ | ||
348 | - if (interrupt_request & CPU_INTERRUPT_HARD | ||
349 | - && (armv7m_nvic_can_take_pending_exception(env->nvic))) { | ||
350 | - cs->exception_index = EXCP_IRQ; | ||
351 | - cc->tcg_ops->do_interrupt(cs); | ||
352 | - ret = true; | ||
353 | - } | ||
354 | - return ret; | ||
355 | -} | ||
356 | -#endif /* !CONFIG_USER_ONLY */ | ||
357 | - | ||
358 | static void arm926_initfn(Object *obj) | ||
359 | { | ||
360 | ARMCPU *cpu = ARM_CPU(obj); | ||
361 | @@ -XXX,XX +XXX,XX @@ static void cortex_a15_initfn(Object *obj) | ||
362 | define_arm_cp_regs(cpu, cortexa15_cp_reginfo); | ||
39 | } | 363 | } |
40 | 364 | ||
41 | +static void create_secure_ec(MemoryRegion *mem) | 365 | -static void cortex_m0_initfn(Object *obj) |
42 | +{ | 366 | -{ |
43 | + hwaddr base = sbsa_ref_memmap[SBSA_SECURE_EC].base; | 367 | - ARMCPU *cpu = ARM_CPU(obj); |
44 | + DeviceState *dev = qdev_new("sbsa-ec"); | 368 | - set_feature(&cpu->env, ARM_FEATURE_V6); |
45 | + SysBusDevice *s = SYS_BUS_DEVICE(dev); | 369 | - set_feature(&cpu->env, ARM_FEATURE_M); |
46 | + | 370 | - |
47 | + memory_region_add_subregion(mem, base, | 371 | - cpu->midr = 0x410cc200; |
48 | + sysbus_mmio_get_region(s, 0)); | 372 | - |
49 | +} | 373 | - /* |
50 | + | 374 | - * These ID register values are not guest visible, because |
51 | static void sbsa_ref_init(MachineState *machine) | 375 | - * we do not implement the Main Extension. They must be set |
52 | { | 376 | - * to values corresponding to the Cortex-M0's implemented |
53 | unsigned int smp_cpus = machine->smp.cpus; | 377 | - * features, because QEMU generally controls its emulation |
54 | @@ -XXX,XX +XXX,XX @@ static void sbsa_ref_init(MachineState *machine) | 378 | - * by looking at ID register fields. We use the same values as |
55 | 379 | - * for the M3. | |
56 | create_pcie(sms); | 380 | - */ |
57 | 381 | - cpu->isar.id_pfr0 = 0x00000030; | |
58 | + create_secure_ec(secure_sysmem); | 382 | - cpu->isar.id_pfr1 = 0x00000200; |
59 | + | 383 | - cpu->isar.id_dfr0 = 0x00100000; |
60 | sms->bootinfo.ram_size = machine->ram_size; | 384 | - cpu->id_afr0 = 0x00000000; |
61 | sms->bootinfo.nb_cpus = smp_cpus; | 385 | - cpu->isar.id_mmfr0 = 0x00000030; |
62 | sms->bootinfo.board_id = -1; | 386 | - cpu->isar.id_mmfr1 = 0x00000000; |
387 | - cpu->isar.id_mmfr2 = 0x00000000; | ||
388 | - cpu->isar.id_mmfr3 = 0x00000000; | ||
389 | - cpu->isar.id_isar0 = 0x01141110; | ||
390 | - cpu->isar.id_isar1 = 0x02111000; | ||
391 | - cpu->isar.id_isar2 = 0x21112231; | ||
392 | - cpu->isar.id_isar3 = 0x01111110; | ||
393 | - cpu->isar.id_isar4 = 0x01310102; | ||
394 | - cpu->isar.id_isar5 = 0x00000000; | ||
395 | - cpu->isar.id_isar6 = 0x00000000; | ||
396 | -} | ||
397 | - | ||
398 | -static void cortex_m3_initfn(Object *obj) | ||
399 | -{ | ||
400 | - ARMCPU *cpu = ARM_CPU(obj); | ||
401 | - set_feature(&cpu->env, ARM_FEATURE_V7); | ||
402 | - set_feature(&cpu->env, ARM_FEATURE_M); | ||
403 | - set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
404 | - cpu->midr = 0x410fc231; | ||
405 | - cpu->pmsav7_dregion = 8; | ||
406 | - cpu->isar.id_pfr0 = 0x00000030; | ||
407 | - cpu->isar.id_pfr1 = 0x00000200; | ||
408 | - cpu->isar.id_dfr0 = 0x00100000; | ||
409 | - cpu->id_afr0 = 0x00000000; | ||
410 | - cpu->isar.id_mmfr0 = 0x00000030; | ||
411 | - cpu->isar.id_mmfr1 = 0x00000000; | ||
412 | - cpu->isar.id_mmfr2 = 0x00000000; | ||
413 | - cpu->isar.id_mmfr3 = 0x00000000; | ||
414 | - cpu->isar.id_isar0 = 0x01141110; | ||
415 | - cpu->isar.id_isar1 = 0x02111000; | ||
416 | - cpu->isar.id_isar2 = 0x21112231; | ||
417 | - cpu->isar.id_isar3 = 0x01111110; | ||
418 | - cpu->isar.id_isar4 = 0x01310102; | ||
419 | - cpu->isar.id_isar5 = 0x00000000; | ||
420 | - cpu->isar.id_isar6 = 0x00000000; | ||
421 | -} | ||
422 | - | ||
423 | -static void cortex_m4_initfn(Object *obj) | ||
424 | -{ | ||
425 | - ARMCPU *cpu = ARM_CPU(obj); | ||
426 | - | ||
427 | - set_feature(&cpu->env, ARM_FEATURE_V7); | ||
428 | - set_feature(&cpu->env, ARM_FEATURE_M); | ||
429 | - set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
430 | - set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
431 | - cpu->midr = 0x410fc240; /* r0p0 */ | ||
432 | - cpu->pmsav7_dregion = 8; | ||
433 | - cpu->isar.mvfr0 = 0x10110021; | ||
434 | - cpu->isar.mvfr1 = 0x11000011; | ||
435 | - cpu->isar.mvfr2 = 0x00000000; | ||
436 | - cpu->isar.id_pfr0 = 0x00000030; | ||
437 | - cpu->isar.id_pfr1 = 0x00000200; | ||
438 | - cpu->isar.id_dfr0 = 0x00100000; | ||
439 | - cpu->id_afr0 = 0x00000000; | ||
440 | - cpu->isar.id_mmfr0 = 0x00000030; | ||
441 | - cpu->isar.id_mmfr1 = 0x00000000; | ||
442 | - cpu->isar.id_mmfr2 = 0x00000000; | ||
443 | - cpu->isar.id_mmfr3 = 0x00000000; | ||
444 | - cpu->isar.id_isar0 = 0x01141110; | ||
445 | - cpu->isar.id_isar1 = 0x02111000; | ||
446 | - cpu->isar.id_isar2 = 0x21112231; | ||
447 | - cpu->isar.id_isar3 = 0x01111110; | ||
448 | - cpu->isar.id_isar4 = 0x01310102; | ||
449 | - cpu->isar.id_isar5 = 0x00000000; | ||
450 | - cpu->isar.id_isar6 = 0x00000000; | ||
451 | -} | ||
452 | - | ||
453 | -static void cortex_m7_initfn(Object *obj) | ||
454 | -{ | ||
455 | - ARMCPU *cpu = ARM_CPU(obj); | ||
456 | - | ||
457 | - set_feature(&cpu->env, ARM_FEATURE_V7); | ||
458 | - set_feature(&cpu->env, ARM_FEATURE_M); | ||
459 | - set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
460 | - set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
461 | - cpu->midr = 0x411fc272; /* r1p2 */ | ||
462 | - cpu->pmsav7_dregion = 8; | ||
463 | - cpu->isar.mvfr0 = 0x10110221; | ||
464 | - cpu->isar.mvfr1 = 0x12000011; | ||
465 | - cpu->isar.mvfr2 = 0x00000040; | ||
466 | - cpu->isar.id_pfr0 = 0x00000030; | ||
467 | - cpu->isar.id_pfr1 = 0x00000200; | ||
468 | - cpu->isar.id_dfr0 = 0x00100000; | ||
469 | - cpu->id_afr0 = 0x00000000; | ||
470 | - cpu->isar.id_mmfr0 = 0x00100030; | ||
471 | - cpu->isar.id_mmfr1 = 0x00000000; | ||
472 | - cpu->isar.id_mmfr2 = 0x01000000; | ||
473 | - cpu->isar.id_mmfr3 = 0x00000000; | ||
474 | - cpu->isar.id_isar0 = 0x01101110; | ||
475 | - cpu->isar.id_isar1 = 0x02112000; | ||
476 | - cpu->isar.id_isar2 = 0x20232231; | ||
477 | - cpu->isar.id_isar3 = 0x01111131; | ||
478 | - cpu->isar.id_isar4 = 0x01310132; | ||
479 | - cpu->isar.id_isar5 = 0x00000000; | ||
480 | - cpu->isar.id_isar6 = 0x00000000; | ||
481 | -} | ||
482 | - | ||
483 | -static void cortex_m33_initfn(Object *obj) | ||
484 | -{ | ||
485 | - ARMCPU *cpu = ARM_CPU(obj); | ||
486 | - | ||
487 | - set_feature(&cpu->env, ARM_FEATURE_V8); | ||
488 | - set_feature(&cpu->env, ARM_FEATURE_M); | ||
489 | - set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
490 | - set_feature(&cpu->env, ARM_FEATURE_M_SECURITY); | ||
491 | - set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
492 | - cpu->midr = 0x410fd213; /* r0p3 */ | ||
493 | - cpu->pmsav7_dregion = 16; | ||
494 | - cpu->sau_sregion = 8; | ||
495 | - cpu->isar.mvfr0 = 0x10110021; | ||
496 | - cpu->isar.mvfr1 = 0x11000011; | ||
497 | - cpu->isar.mvfr2 = 0x00000040; | ||
498 | - cpu->isar.id_pfr0 = 0x00000030; | ||
499 | - cpu->isar.id_pfr1 = 0x00000210; | ||
500 | - cpu->isar.id_dfr0 = 0x00200000; | ||
501 | - cpu->id_afr0 = 0x00000000; | ||
502 | - cpu->isar.id_mmfr0 = 0x00101F40; | ||
503 | - cpu->isar.id_mmfr1 = 0x00000000; | ||
504 | - cpu->isar.id_mmfr2 = 0x01000000; | ||
505 | - cpu->isar.id_mmfr3 = 0x00000000; | ||
506 | - cpu->isar.id_isar0 = 0x01101110; | ||
507 | - cpu->isar.id_isar1 = 0x02212000; | ||
508 | - cpu->isar.id_isar2 = 0x20232232; | ||
509 | - cpu->isar.id_isar3 = 0x01111131; | ||
510 | - cpu->isar.id_isar4 = 0x01310132; | ||
511 | - cpu->isar.id_isar5 = 0x00000000; | ||
512 | - cpu->isar.id_isar6 = 0x00000000; | ||
513 | - cpu->clidr = 0x00000000; | ||
514 | - cpu->ctr = 0x8000c000; | ||
515 | -} | ||
516 | - | ||
517 | -static void cortex_m55_initfn(Object *obj) | ||
518 | -{ | ||
519 | - ARMCPU *cpu = ARM_CPU(obj); | ||
520 | - | ||
521 | - set_feature(&cpu->env, ARM_FEATURE_V8); | ||
522 | - set_feature(&cpu->env, ARM_FEATURE_V8_1M); | ||
523 | - set_feature(&cpu->env, ARM_FEATURE_M); | ||
524 | - set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
525 | - set_feature(&cpu->env, ARM_FEATURE_M_SECURITY); | ||
526 | - set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
527 | - cpu->midr = 0x410fd221; /* r0p1 */ | ||
528 | - cpu->revidr = 0; | ||
529 | - cpu->pmsav7_dregion = 16; | ||
530 | - cpu->sau_sregion = 8; | ||
531 | - /* These are the MVFR* values for the FPU + full MVE configuration */ | ||
532 | - cpu->isar.mvfr0 = 0x10110221; | ||
533 | - cpu->isar.mvfr1 = 0x12100211; | ||
534 | - cpu->isar.mvfr2 = 0x00000040; | ||
535 | - cpu->isar.id_pfr0 = 0x20000030; | ||
536 | - cpu->isar.id_pfr1 = 0x00000230; | ||
537 | - cpu->isar.id_dfr0 = 0x10200000; | ||
538 | - cpu->id_afr0 = 0x00000000; | ||
539 | - cpu->isar.id_mmfr0 = 0x00111040; | ||
540 | - cpu->isar.id_mmfr1 = 0x00000000; | ||
541 | - cpu->isar.id_mmfr2 = 0x01000000; | ||
542 | - cpu->isar.id_mmfr3 = 0x00000011; | ||
543 | - cpu->isar.id_isar0 = 0x01103110; | ||
544 | - cpu->isar.id_isar1 = 0x02212000; | ||
545 | - cpu->isar.id_isar2 = 0x20232232; | ||
546 | - cpu->isar.id_isar3 = 0x01111131; | ||
547 | - cpu->isar.id_isar4 = 0x01310132; | ||
548 | - cpu->isar.id_isar5 = 0x00000000; | ||
549 | - cpu->isar.id_isar6 = 0x00000000; | ||
550 | - cpu->clidr = 0x00000000; /* caches not implemented */ | ||
551 | - cpu->ctr = 0x8303c003; | ||
552 | -} | ||
553 | - | ||
554 | static const ARMCPRegInfo cortexr5_cp_reginfo[] = { | ||
555 | /* Dummy the TCM region regs for the moment */ | ||
556 | { .name = "ATCM", .cp = 15, .opc1 = 0, .crn = 9, .crm = 1, .opc2 = 0, | ||
557 | @@ -XXX,XX +XXX,XX @@ static void pxa270c5_initfn(Object *obj) | ||
558 | cpu->reset_sctlr = 0x00000078; | ||
559 | } | ||
560 | |||
561 | -static const TCGCPUOps arm_v7m_tcg_ops = { | ||
562 | - .initialize = arm_translate_init, | ||
563 | - .synchronize_from_tb = arm_cpu_synchronize_from_tb, | ||
564 | - .debug_excp_handler = arm_debug_excp_handler, | ||
565 | - .restore_state_to_opc = arm_restore_state_to_opc, | ||
566 | - | ||
567 | -#ifdef CONFIG_USER_ONLY | ||
568 | - .record_sigsegv = arm_cpu_record_sigsegv, | ||
569 | - .record_sigbus = arm_cpu_record_sigbus, | ||
570 | -#else | ||
571 | - .tlb_fill = arm_cpu_tlb_fill, | ||
572 | - .cpu_exec_interrupt = arm_v7m_cpu_exec_interrupt, | ||
573 | - .do_interrupt = arm_v7m_cpu_do_interrupt, | ||
574 | - .do_transaction_failed = arm_cpu_do_transaction_failed, | ||
575 | - .do_unaligned_access = arm_cpu_do_unaligned_access, | ||
576 | - .adjust_watchpoint_address = arm_adjust_watchpoint_address, | ||
577 | - .debug_check_watchpoint = arm_debug_check_watchpoint, | ||
578 | - .debug_check_breakpoint = arm_debug_check_breakpoint, | ||
579 | -#endif /* !CONFIG_USER_ONLY */ | ||
580 | -}; | ||
581 | - | ||
582 | -static void arm_v7m_class_init(ObjectClass *oc, void *data) | ||
583 | -{ | ||
584 | - ARMCPUClass *acc = ARM_CPU_CLASS(oc); | ||
585 | - CPUClass *cc = CPU_CLASS(oc); | ||
586 | - | ||
587 | - acc->info = data; | ||
588 | - cc->tcg_ops = &arm_v7m_tcg_ops; | ||
589 | - cc->gdb_core_xml_file = "arm-m-profile.xml"; | ||
590 | -} | ||
591 | - | ||
592 | #ifndef TARGET_AARCH64 | ||
593 | /* | ||
594 | * -cpu max: a CPU with as many features enabled as our emulation supports. | ||
595 | @@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo arm_tcg_cpus[] = { | ||
596 | { .name = "cortex-a8", .initfn = cortex_a8_initfn }, | ||
597 | { .name = "cortex-a9", .initfn = cortex_a9_initfn }, | ||
598 | { .name = "cortex-a15", .initfn = cortex_a15_initfn }, | ||
599 | - { .name = "cortex-m0", .initfn = cortex_m0_initfn, | ||
600 | - .class_init = arm_v7m_class_init }, | ||
601 | - { .name = "cortex-m3", .initfn = cortex_m3_initfn, | ||
602 | - .class_init = arm_v7m_class_init }, | ||
603 | - { .name = "cortex-m4", .initfn = cortex_m4_initfn, | ||
604 | - .class_init = arm_v7m_class_init }, | ||
605 | - { .name = "cortex-m7", .initfn = cortex_m7_initfn, | ||
606 | - .class_init = arm_v7m_class_init }, | ||
607 | - { .name = "cortex-m33", .initfn = cortex_m33_initfn, | ||
608 | - .class_init = arm_v7m_class_init }, | ||
609 | - { .name = "cortex-m55", .initfn = cortex_m55_initfn, | ||
610 | - .class_init = arm_v7m_class_init }, | ||
611 | { .name = "cortex-r5", .initfn = cortex_r5_initfn }, | ||
612 | { .name = "cortex-r5f", .initfn = cortex_r5f_initfn }, | ||
613 | { .name = "cortex-r52", .initfn = cortex_r52_initfn }, | ||
614 | diff --git a/target/arm/meson.build b/target/arm/meson.build | ||
615 | index XXXXXXX..XXXXXXX 100644 | ||
616 | --- a/target/arm/meson.build | ||
617 | +++ b/target/arm/meson.build | ||
618 | @@ -XXX,XX +XXX,XX @@ arm_system_ss.add(files( | ||
619 | 'ptw.c', | ||
620 | )) | ||
621 | |||
622 | +arm_user_ss = ss.source_set() | ||
623 | + | ||
624 | subdir('hvf') | ||
625 | |||
626 | if 'CONFIG_TCG' in config_all_accel | ||
627 | @@ -XXX,XX +XXX,XX @@ endif | ||
628 | |||
629 | target_arch += {'arm': arm_ss} | ||
630 | target_system_arch += {'arm': arm_system_ss} | ||
631 | +target_user_arch += {'arm': arm_user_ss} | ||
632 | diff --git a/target/arm/tcg/meson.build b/target/arm/tcg/meson.build | ||
633 | index XXXXXXX..XXXXXXX 100644 | ||
634 | --- a/target/arm/tcg/meson.build | ||
635 | +++ b/target/arm/tcg/meson.build | ||
636 | @@ -XXX,XX +XXX,XX @@ arm_ss.add(when: 'TARGET_AARCH64', if_true: files( | ||
637 | arm_system_ss.add(files( | ||
638 | 'psci.c', | ||
639 | )) | ||
640 | + | ||
641 | +arm_system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('cpu-v7m.c')) | ||
642 | +arm_user_ss.add(when: 'TARGET_AARCH64', if_false: files('cpu-v7m.c')) | ||
63 | -- | 643 | -- |
64 | 2.20.1 | 644 | 2.34.1 |
65 | |||
66 | diff view generated by jsdifflib |