1 | The following changes since commit 61fee7f45955cd0bf9b79be9fa9c7ebabb5e6a85: | 1 | Some arm patches; my to-review queue is by no means empty, but |
---|---|---|---|
2 | this is a big enough set of patches to be getting on with... | ||
2 | 3 | ||
3 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-20200622' into staging (2020-06-22 20:50:10 +0100) | 4 | -- PMM |
5 | |||
6 | The following changes since commit cb9c6a8e5ad6a1f0ce164d352e3102df46986e22: | ||
7 | |||
8 | .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs (2023-01-04 18:58:33 +0000) | ||
4 | 9 | ||
5 | are available in the Git repository at: | 10 | are available in the Git repository at: |
6 | 11 | ||
7 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200623 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20230105 |
8 | 13 | ||
9 | for you to fetch changes up to 539533b85fbd269f777bed931de8ccae1dd837e9: | 14 | for you to fetch changes up to 93c9678de9dc7d2e68f9e8477da072bac30ef132: |
10 | 15 | ||
11 | arm/virt: Add memory hot remove support (2020-06-23 11:39:48 +0100) | 16 | hw/net: Fix read of uninitialized memory in imx_fec. (2023-01-05 15:33:00 +0000) |
12 | 17 | ||
13 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
14 | target-arm queue: | 19 | target-arm queue: |
15 | * util/oslib-posix : qemu_init_exec_dir implementation for Mac | 20 | * Implement AArch32 ARMv8-R support |
16 | * target/arm: Last parts of neon decodetree conversion | 21 | * Add Cortex-R52 CPU |
17 | * hw/arm/virt: Add 5.0 HW compat props | 22 | * fix handling of HLT semihosting in system mode |
18 | * hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock status | 23 | * hw/timer/ixm_epit: cleanup and fix bug in compare handling |
19 | * mps2: Add CMSDK APB watchdog, FPGAIO block, S2I devices and I2C devices | 24 | * target/arm: Coding style fixes |
20 | * mps2: Add some unimplemented-device stubs for audio and GPIO | 25 | * target/arm: Clean up includes |
21 | * mps2-tz: Use the ARM SBCon two-wire serial bus interface | 26 | * nseries: minor code cleanups |
22 | * target/arm: Check supported KVM features globally (not per vCPU) | 27 | * target/arm: align exposed ID registers with Linux |
23 | * tests/qtest/arm-cpu-features: Add feature setting tests | 28 | * hw/arm/smmu-common: remove unnecessary inlines |
24 | * arm/virt: Add memory hot remove support | 29 | * i.MX7D: Handle GPT timers |
30 | * i.MX7D: Connect IRQs to GPIO devices | ||
31 | * i.MX6UL: Add a specific GPT timer instance | ||
32 | * hw/net: Fix read of uninitialized memory in imx_fec | ||
25 | 33 | ||
26 | ---------------------------------------------------------------- | 34 | ---------------------------------------------------------------- |
27 | Andrew Jones (2): | 35 | Alex Bennée (1): |
28 | hw/arm/virt: Add 5.0 HW compat props | 36 | target/arm: fix handling of HLT semihosting in system mode |
29 | tests/qtest/arm-cpu-features: Add feature setting tests | ||
30 | 37 | ||
31 | David CARLIER (1): | 38 | Axel Heider (8): |
32 | util/oslib-posix : qemu_init_exec_dir implementation for Mac | 39 | hw/timer/imx_epit: improve comments |
40 | hw/timer/imx_epit: cleanup CR defines | ||
41 | hw/timer/imx_epit: define SR_OCIF | ||
42 | hw/timer/imx_epit: update interrupt state on CR write access | ||
43 | hw/timer/imx_epit: hard reset initializes CR with 0 | ||
44 | hw/timer/imx_epit: factor out register write handlers | ||
45 | hw/timer/imx_epit: remove explicit fields cnt and freq | ||
46 | hw/timer/imx_epit: fix compare timer handling | ||
33 | 47 | ||
34 | Peter Maydell (23): | 48 | Claudio Fontana (1): |
35 | target/arm: Convert Neon 2-reg-misc VREV64 to decodetree | 49 | target/arm: cleanup cpu includes |
36 | target/arm: Convert Neon 2-reg-misc pairwise ops to decodetree | ||
37 | target/arm: Convert VZIP, VUZP to decodetree | ||
38 | target/arm: Convert Neon narrowing moves to decodetree | ||
39 | target/arm: Convert Neon 2-reg-misc VSHLL to decodetree | ||
40 | target/arm: Convert Neon VCVT f16/f32 insns to decodetree | ||
41 | target/arm: Convert vectorised 2-reg-misc Neon ops to decodetree | ||
42 | target/arm: Convert Neon 2-reg-misc crypto operations to decodetree | ||
43 | target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFn | ||
44 | target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefs | ||
45 | target/arm: Make gen_swap_half() take separate src and dest | ||
46 | target/arm: Convert Neon 2-reg-misc VREV32 and VREV16 to decodetree | ||
47 | target/arm: Convert remaining simple 2-reg-misc Neon ops | ||
48 | target/arm: Convert Neon VQABS, VQNEG to decodetree | ||
49 | target/arm: Convert simple fp Neon 2-reg-misc insns | ||
50 | target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetree | ||
51 | target/arm: Convert Neon 2-reg-misc VRINT insns to decodetree | ||
52 | target/arm: Convert Neon 2-reg-misc VCVT insns to decodetree | ||
53 | target/arm: Convert Neon VSWP to decodetree | ||
54 | target/arm: Convert Neon VTRN to decodetree | ||
55 | target/arm: Move some functions used only in translate-neon.inc.c to that file | ||
56 | target/arm: Remove unnecessary gen_io_end() calls | ||
57 | target/arm: Remove dead code relating to SABA and UABA | ||
58 | 50 | ||
59 | Philippe Mathieu-Daudé (15): | 51 | Fabiano Rosas (5): |
60 | hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock status | 52 | target/arm: Fix checkpatch comment style warnings in helper.c |
61 | hw/i2c/versatile_i2c: Add definitions for register addresses | 53 | target/arm: Fix checkpatch space errors in helper.c |
62 | hw/i2c/versatile_i2c: Add SCL/SDA definitions | 54 | target/arm: Fix checkpatch brace errors in helper.c |
63 | hw/i2c: Add header for ARM SBCon two-wire serial bus interface | 55 | target/arm: Remove unused includes from m_helper.c |
64 | hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded string | 56 | target/arm: Remove unused includes from helper.c |
65 | hw/arm/mps2: Document CMSDK/FPGA APB subsystem sections | ||
66 | hw/arm/mps2: Rename CMSDK AHB peripheral region | ||
67 | hw/arm/mps2: Add CMSDK APB watchdog device | ||
68 | hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devices | ||
69 | hw/arm/mps2: Map the FPGA I/O block | ||
70 | hw/arm/mps2: Add SPI devices | ||
71 | hw/arm/mps2: Add I2C devices | ||
72 | hw/arm/mps2: Add audio I2S interface as unimplemented device | ||
73 | hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus interface | ||
74 | target/arm: Check supported KVM features globally (not per vCPU) | ||
75 | 57 | ||
76 | Shameer Kolothum (1): | 58 | Jean-Christophe Dubois (4): |
77 | arm/virt: Add memory hot remove support | 59 | i.MX7D: Connect GPT timers to IRQ |
60 | i.MX7D: Compute clock frequency for the fixed frequency clocks. | ||
61 | i.MX6UL: Add a specific GPT timer instance for the i.MX6UL | ||
62 | i.MX7D: Connect IRQs to GPIO devices. | ||
78 | 63 | ||
79 | include/hw/i2c/arm_sbcon_i2c.h | 35 ++ | 64 | Peter Maydell (1): |
80 | target/arm/cpu.h | 2 +- | 65 | target/arm:Set lg_page_size to 0 if either S1 or S2 asks for it |
81 | target/arm/kvm_arm.h | 21 +- | ||
82 | target/arm/translate.h | 8 +- | ||
83 | target/arm/neon-dp.decode | 106 ++++ | ||
84 | hw/acpi/generic_event_device.c | 29 + | ||
85 | hw/arm/mps2-tz.c | 23 +- | ||
86 | hw/arm/mps2.c | 65 ++- | ||
87 | hw/arm/realview.c | 3 +- | ||
88 | hw/arm/versatilepb.c | 3 +- | ||
89 | hw/arm/vexpress.c | 3 +- | ||
90 | hw/arm/virt.c | 63 +- | ||
91 | hw/i2c/versatile_i2c.c | 38 +- | ||
92 | hw/watchdog/cmsdk-apb-watchdog.c | 1 + | ||
93 | target/arm/cpu.c | 2 +- | ||
94 | target/arm/cpu64.c | 10 +- | ||
95 | target/arm/kvm.c | 4 +- | ||
96 | target/arm/kvm64.c | 14 +- | ||
97 | target/arm/translate-a64.c | 20 +- | ||
98 | target/arm/translate-neon.inc.c | 1191 +++++++++++++++++++++++++++++++++++++- | ||
99 | target/arm/translate-vfp.inc.c | 7 +- | ||
100 | target/arm/translate.c | 1064 +--------------------------------- | ||
101 | tests/qtest/arm-cpu-features.c | 38 +- | ||
102 | util/oslib-posix.c | 15 + | ||
103 | MAINTAINERS | 1 + | ||
104 | hw/arm/Kconfig | 8 +- | ||
105 | hw/watchdog/trace-events | 1 + | ||
106 | 27 files changed, 1624 insertions(+), 1151 deletions(-) | ||
107 | create mode 100644 include/hw/i2c/arm_sbcon_i2c.h | ||
108 | 66 | ||
67 | Philippe Mathieu-Daudé (5): | ||
68 | hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg | ||
69 | hw/arm/nseries: Constify various read-only arrays | ||
70 | hw/arm/nseries: Silent -Wmissing-field-initializers warning | ||
71 | hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scope | ||
72 | hw/arm/smmu-common: Avoid using inlined functions with external linkage | ||
73 | |||
74 | Stephen Longfield (1): | ||
75 | hw/net: Fix read of uninitialized memory in imx_fec. | ||
76 | |||
77 | Tobias Röhmel (7): | ||
78 | target/arm: Don't add all MIDR aliases for cores that implement PMSA | ||
79 | target/arm: Make RVBAR available for all ARMv8 CPUs | ||
80 | target/arm: Make stage_2_format for cache attributes optional | ||
81 | target/arm: Enable TTBCR_EAE for ARMv8-R AArch32 | ||
82 | target/arm: Add PMSAv8r registers | ||
83 | target/arm: Add PMSAv8r functionality | ||
84 | target/arm: Add ARM Cortex-R52 CPU | ||
85 | |||
86 | Zhuojia Shen (1): | ||
87 | target/arm: align exposed ID registers with Linux | ||
88 | |||
89 | include/hw/arm/fsl-imx7.h | 20 + | ||
90 | include/hw/arm/smmu-common.h | 3 - | ||
91 | include/hw/input/tsc2xxx.h | 4 +- | ||
92 | include/hw/timer/imx_epit.h | 8 +- | ||
93 | include/hw/timer/imx_gpt.h | 1 + | ||
94 | target/arm/cpu.h | 6 + | ||
95 | target/arm/internals.h | 4 + | ||
96 | hw/arm/fsl-imx6ul.c | 2 +- | ||
97 | hw/arm/fsl-imx7.c | 41 +- | ||
98 | hw/arm/nseries.c | 28 +- | ||
99 | hw/arm/smmu-common.c | 15 +- | ||
100 | hw/input/tsc2005.c | 2 +- | ||
101 | hw/input/tsc210x.c | 3 +- | ||
102 | hw/misc/imx6ul_ccm.c | 6 - | ||
103 | hw/misc/imx7_ccm.c | 49 ++- | ||
104 | hw/net/imx_fec.c | 8 +- | ||
105 | hw/timer/imx_epit.c | 376 +++++++++------- | ||
106 | hw/timer/imx_gpt.c | 25 ++ | ||
107 | target/arm/cpu.c | 35 +- | ||
108 | target/arm/cpu64.c | 6 - | ||
109 | target/arm/cpu_tcg.c | 42 ++ | ||
110 | target/arm/debug_helper.c | 3 + | ||
111 | target/arm/helper.c | 871 +++++++++++++++++++++++++++++--------- | ||
112 | target/arm/m_helper.c | 16 - | ||
113 | target/arm/machine.c | 28 ++ | ||
114 | target/arm/ptw.c | 152 +++++-- | ||
115 | target/arm/tlb_helper.c | 4 + | ||
116 | target/arm/translate.c | 2 +- | ||
117 | tests/tcg/aarch64/sysregs.c | 24 +- | ||
118 | tests/tcg/aarch64/Makefile.target | 7 +- | ||
119 | 30 files changed, 1330 insertions(+), 461 deletions(-) | ||
120 | diff view generated by jsdifflib |
1 | Convert the Neon VTRN insn to decodetree. This is the last insn in the | 1 | In get_phys_addr_twostage() we set the lg_page_size of the result to |
---|---|---|---|
2 | Neon data-processing group, so we can remove all the now-unused old | 2 | the maximum of the stage 1 and stage 2 page sizes. This works for |
3 | decoder framework. | 3 | the case where we do want to create a TLB entry, because we know the |
4 | common TLB code only creates entries of the TARGET_PAGE_SIZE and | ||
5 | asking for a size larger than that only means that invalidations | ||
6 | invalidate the whole larger area. However, if lg_page_size is | ||
7 | smaller than TARGET_PAGE_SIZE this effectively means "don't create a | ||
8 | TLB entry"; in this case if either S1 or S2 said "this covers less | ||
9 | than a page and can't go in a TLB" then the final result also should | ||
10 | be marked that way. Set the resulting page size to 0 if either | ||
11 | stage asked for a less-than-a-page entry, and expand the comment | ||
12 | to explain what's going on. | ||
4 | 13 | ||
5 | It's possible that there's a more efficient implementation of | 14 | This has no effect for VMSA because currently the VMSA lookup always |
6 | VTRN, but for this conversion we just copy the existing approach. | 15 | returns results that cover at least TARGET_PAGE_SIZE; however when we |
16 | add v8R support it will reuse this code path, and for v8R the S1 and | ||
17 | S2 results can be smaller than TARGET_PAGE_SIZE. | ||
7 | 18 | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
10 | Message-id: 20200616170844.13318-21-peter.maydell@linaro.org | 21 | Message-id: 20221212142708.610090-1-peter.maydell@linaro.org |
11 | --- | 22 | --- |
12 | target/arm/neon-dp.decode | 2 +- | 23 | target/arm/ptw.c | 16 +++++++++++++--- |
13 | target/arm/translate-neon.inc.c | 90 ++++++++ | 24 | 1 file changed, 13 insertions(+), 3 deletions(-) |
14 | target/arm/translate.c | 363 +------------------------------- | ||
15 | 3 files changed, 93 insertions(+), 362 deletions(-) | ||
16 | 25 | ||
17 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 26 | diff --git a/target/arm/ptw.c b/target/arm/ptw.c |
18 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/neon-dp.decode | 28 | --- a/target/arm/ptw.c |
20 | +++ b/target/arm/neon-dp.decode | 29 | +++ b/target/arm/ptw.c |
21 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 30 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_twostage(CPUARMState *env, S1Translate *ptw, |
22 | VNEG_F 1111 001 11 . 11 .. 01 .... 0 1111 . . 0 .... @2misc | 31 | } |
23 | 32 | ||
24 | VSWP 1111 001 11 . 11 .. 10 .... 0 0000 . . 0 .... @2misc | 33 | /* |
25 | - | 34 | - * Use the maximum of the S1 & S2 page size, so that invalidation |
26 | + VTRN 1111 001 11 . 11 .. 10 .... 0 0001 . . 0 .... @2misc | 35 | - * of pages > TARGET_PAGE_SIZE works correctly. |
27 | VUZP 1111 001 11 . 11 .. 10 .... 0 0010 . . 0 .... @2misc | 36 | + * If either S1 or S2 returned a result smaller than TARGET_PAGE_SIZE, |
28 | VZIP 1111 001 11 . 11 .. 10 .... 0 0011 . . 0 .... @2misc | 37 | + * this means "don't put this in the TLB"; in this case, return a |
29 | 38 | + * result with lg_page_size == 0 to achieve that. Otherwise, | |
30 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 39 | + * use the maximum of the S1 & S2 page size, so that invalidation |
31 | index XXXXXXX..XXXXXXX 100644 | 40 | + * of pages > TARGET_PAGE_SIZE works correctly. (This works even though |
32 | --- a/target/arm/translate-neon.inc.c | 41 | + * we know the combined result permissions etc only cover the minimum |
33 | +++ b/target/arm/translate-neon.inc.c | 42 | + * of the S1 and S2 page size, because we know that the common TLB code |
34 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSWP(DisasContext *s, arg_2misc *a) | 43 | + * never actually creates TLB entries bigger than TARGET_PAGE_SIZE, |
35 | 44 | + * and passing a larger page size value only affects invalidations.) | |
36 | return true; | 45 | */ |
37 | } | 46 | - if (result->f.lg_page_size < s1_lgpgsz) { |
38 | +static void gen_neon_trn_u8(TCGv_i32 t0, TCGv_i32 t1) | 47 | + if (result->f.lg_page_size < TARGET_PAGE_BITS || |
39 | +{ | 48 | + s1_lgpgsz < TARGET_PAGE_BITS) { |
40 | + TCGv_i32 rd, tmp; | 49 | + result->f.lg_page_size = 0; |
41 | + | 50 | + } else if (result->f.lg_page_size < s1_lgpgsz) { |
42 | + rd = tcg_temp_new_i32(); | 51 | result->f.lg_page_size = s1_lgpgsz; |
43 | + tmp = tcg_temp_new_i32(); | 52 | } |
44 | + | 53 | |
45 | + tcg_gen_shli_i32(rd, t0, 8); | ||
46 | + tcg_gen_andi_i32(rd, rd, 0xff00ff00); | ||
47 | + tcg_gen_andi_i32(tmp, t1, 0x00ff00ff); | ||
48 | + tcg_gen_or_i32(rd, rd, tmp); | ||
49 | + | ||
50 | + tcg_gen_shri_i32(t1, t1, 8); | ||
51 | + tcg_gen_andi_i32(t1, t1, 0x00ff00ff); | ||
52 | + tcg_gen_andi_i32(tmp, t0, 0xff00ff00); | ||
53 | + tcg_gen_or_i32(t1, t1, tmp); | ||
54 | + tcg_gen_mov_i32(t0, rd); | ||
55 | + | ||
56 | + tcg_temp_free_i32(tmp); | ||
57 | + tcg_temp_free_i32(rd); | ||
58 | +} | ||
59 | + | ||
60 | +static void gen_neon_trn_u16(TCGv_i32 t0, TCGv_i32 t1) | ||
61 | +{ | ||
62 | + TCGv_i32 rd, tmp; | ||
63 | + | ||
64 | + rd = tcg_temp_new_i32(); | ||
65 | + tmp = tcg_temp_new_i32(); | ||
66 | + | ||
67 | + tcg_gen_shli_i32(rd, t0, 16); | ||
68 | + tcg_gen_andi_i32(tmp, t1, 0xffff); | ||
69 | + tcg_gen_or_i32(rd, rd, tmp); | ||
70 | + tcg_gen_shri_i32(t1, t1, 16); | ||
71 | + tcg_gen_andi_i32(tmp, t0, 0xffff0000); | ||
72 | + tcg_gen_or_i32(t1, t1, tmp); | ||
73 | + tcg_gen_mov_i32(t0, rd); | ||
74 | + | ||
75 | + tcg_temp_free_i32(tmp); | ||
76 | + tcg_temp_free_i32(rd); | ||
77 | +} | ||
78 | + | ||
79 | +static bool trans_VTRN(DisasContext *s, arg_2misc *a) | ||
80 | +{ | ||
81 | + TCGv_i32 tmp, tmp2; | ||
82 | + int pass; | ||
83 | + | ||
84 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
85 | + return false; | ||
86 | + } | ||
87 | + | ||
88 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
89 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
90 | + ((a->vd | a->vm) & 0x10)) { | ||
91 | + return false; | ||
92 | + } | ||
93 | + | ||
94 | + if ((a->vd | a->vm) & a->q) { | ||
95 | + return false; | ||
96 | + } | ||
97 | + | ||
98 | + if (a->size == 3) { | ||
99 | + return false; | ||
100 | + } | ||
101 | + | ||
102 | + if (!vfp_access_check(s)) { | ||
103 | + return true; | ||
104 | + } | ||
105 | + | ||
106 | + if (a->size == 2) { | ||
107 | + for (pass = 0; pass < (a->q ? 4 : 2); pass += 2) { | ||
108 | + tmp = neon_load_reg(a->vm, pass); | ||
109 | + tmp2 = neon_load_reg(a->vd, pass + 1); | ||
110 | + neon_store_reg(a->vm, pass, tmp2); | ||
111 | + neon_store_reg(a->vd, pass + 1, tmp); | ||
112 | + } | ||
113 | + } else { | ||
114 | + for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
115 | + tmp = neon_load_reg(a->vm, pass); | ||
116 | + tmp2 = neon_load_reg(a->vd, pass); | ||
117 | + if (a->size == 0) { | ||
118 | + gen_neon_trn_u8(tmp, tmp2); | ||
119 | + } else { | ||
120 | + gen_neon_trn_u16(tmp, tmp2); | ||
121 | + } | ||
122 | + neon_store_reg(a->vm, pass, tmp2); | ||
123 | + neon_store_reg(a->vd, pass, tmp); | ||
124 | + } | ||
125 | + } | ||
126 | + return true; | ||
127 | +} | ||
128 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
129 | index XXXXXXX..XXXXXXX 100644 | ||
130 | --- a/target/arm/translate.c | ||
131 | +++ b/target/arm/translate.c | ||
132 | @@ -XXX,XX +XXX,XX @@ static void gen_exception_return(DisasContext *s, TCGv_i32 pc) | ||
133 | gen_rfe(s, pc, load_cpu_field(spsr)); | ||
134 | } | ||
135 | |||
136 | -static void gen_neon_trn_u8(TCGv_i32 t0, TCGv_i32 t1) | ||
137 | -{ | ||
138 | - TCGv_i32 rd, tmp; | ||
139 | - | ||
140 | - rd = tcg_temp_new_i32(); | ||
141 | - tmp = tcg_temp_new_i32(); | ||
142 | - | ||
143 | - tcg_gen_shli_i32(rd, t0, 8); | ||
144 | - tcg_gen_andi_i32(rd, rd, 0xff00ff00); | ||
145 | - tcg_gen_andi_i32(tmp, t1, 0x00ff00ff); | ||
146 | - tcg_gen_or_i32(rd, rd, tmp); | ||
147 | - | ||
148 | - tcg_gen_shri_i32(t1, t1, 8); | ||
149 | - tcg_gen_andi_i32(t1, t1, 0x00ff00ff); | ||
150 | - tcg_gen_andi_i32(tmp, t0, 0xff00ff00); | ||
151 | - tcg_gen_or_i32(t1, t1, tmp); | ||
152 | - tcg_gen_mov_i32(t0, rd); | ||
153 | - | ||
154 | - tcg_temp_free_i32(tmp); | ||
155 | - tcg_temp_free_i32(rd); | ||
156 | -} | ||
157 | - | ||
158 | -static void gen_neon_trn_u16(TCGv_i32 t0, TCGv_i32 t1) | ||
159 | -{ | ||
160 | - TCGv_i32 rd, tmp; | ||
161 | - | ||
162 | - rd = tcg_temp_new_i32(); | ||
163 | - tmp = tcg_temp_new_i32(); | ||
164 | - | ||
165 | - tcg_gen_shli_i32(rd, t0, 16); | ||
166 | - tcg_gen_andi_i32(tmp, t1, 0xffff); | ||
167 | - tcg_gen_or_i32(rd, rd, tmp); | ||
168 | - tcg_gen_shri_i32(t1, t1, 16); | ||
169 | - tcg_gen_andi_i32(tmp, t0, 0xffff0000); | ||
170 | - tcg_gen_or_i32(t1, t1, tmp); | ||
171 | - tcg_gen_mov_i32(t0, rd); | ||
172 | - | ||
173 | - tcg_temp_free_i32(tmp); | ||
174 | - tcg_temp_free_i32(rd); | ||
175 | -} | ||
176 | - | ||
177 | -/* Symbolic constants for op fields for Neon 2-register miscellaneous. | ||
178 | - * The values correspond to bits [17:16,10:7]; see the ARM ARM DDI0406B | ||
179 | - * table A7-13. | ||
180 | - */ | ||
181 | -#define NEON_2RM_VREV64 0 | ||
182 | -#define NEON_2RM_VREV32 1 | ||
183 | -#define NEON_2RM_VREV16 2 | ||
184 | -#define NEON_2RM_VPADDL 4 | ||
185 | -#define NEON_2RM_VPADDL_U 5 | ||
186 | -#define NEON_2RM_AESE 6 /* Includes AESD */ | ||
187 | -#define NEON_2RM_AESMC 7 /* Includes AESIMC */ | ||
188 | -#define NEON_2RM_VCLS 8 | ||
189 | -#define NEON_2RM_VCLZ 9 | ||
190 | -#define NEON_2RM_VCNT 10 | ||
191 | -#define NEON_2RM_VMVN 11 | ||
192 | -#define NEON_2RM_VPADAL 12 | ||
193 | -#define NEON_2RM_VPADAL_U 13 | ||
194 | -#define NEON_2RM_VQABS 14 | ||
195 | -#define NEON_2RM_VQNEG 15 | ||
196 | -#define NEON_2RM_VCGT0 16 | ||
197 | -#define NEON_2RM_VCGE0 17 | ||
198 | -#define NEON_2RM_VCEQ0 18 | ||
199 | -#define NEON_2RM_VCLE0 19 | ||
200 | -#define NEON_2RM_VCLT0 20 | ||
201 | -#define NEON_2RM_SHA1H 21 | ||
202 | -#define NEON_2RM_VABS 22 | ||
203 | -#define NEON_2RM_VNEG 23 | ||
204 | -#define NEON_2RM_VCGT0_F 24 | ||
205 | -#define NEON_2RM_VCGE0_F 25 | ||
206 | -#define NEON_2RM_VCEQ0_F 26 | ||
207 | -#define NEON_2RM_VCLE0_F 27 | ||
208 | -#define NEON_2RM_VCLT0_F 28 | ||
209 | -#define NEON_2RM_VABS_F 30 | ||
210 | -#define NEON_2RM_VNEG_F 31 | ||
211 | -#define NEON_2RM_VSWP 32 | ||
212 | -#define NEON_2RM_VTRN 33 | ||
213 | -#define NEON_2RM_VUZP 34 | ||
214 | -#define NEON_2RM_VZIP 35 | ||
215 | -#define NEON_2RM_VMOVN 36 /* Includes VQMOVN, VQMOVUN */ | ||
216 | -#define NEON_2RM_VQMOVN 37 /* Includes VQMOVUN */ | ||
217 | -#define NEON_2RM_VSHLL 38 | ||
218 | -#define NEON_2RM_SHA1SU1 39 /* Includes SHA256SU0 */ | ||
219 | -#define NEON_2RM_VRINTN 40 | ||
220 | -#define NEON_2RM_VRINTX 41 | ||
221 | -#define NEON_2RM_VRINTA 42 | ||
222 | -#define NEON_2RM_VRINTZ 43 | ||
223 | -#define NEON_2RM_VCVT_F16_F32 44 | ||
224 | -#define NEON_2RM_VRINTM 45 | ||
225 | -#define NEON_2RM_VCVT_F32_F16 46 | ||
226 | -#define NEON_2RM_VRINTP 47 | ||
227 | -#define NEON_2RM_VCVTAU 48 | ||
228 | -#define NEON_2RM_VCVTAS 49 | ||
229 | -#define NEON_2RM_VCVTNU 50 | ||
230 | -#define NEON_2RM_VCVTNS 51 | ||
231 | -#define NEON_2RM_VCVTPU 52 | ||
232 | -#define NEON_2RM_VCVTPS 53 | ||
233 | -#define NEON_2RM_VCVTMU 54 | ||
234 | -#define NEON_2RM_VCVTMS 55 | ||
235 | -#define NEON_2RM_VRECPE 56 | ||
236 | -#define NEON_2RM_VRSQRTE 57 | ||
237 | -#define NEON_2RM_VRECPE_F 58 | ||
238 | -#define NEON_2RM_VRSQRTE_F 59 | ||
239 | -#define NEON_2RM_VCVT_FS 60 | ||
240 | -#define NEON_2RM_VCVT_FU 61 | ||
241 | -#define NEON_2RM_VCVT_SF 62 | ||
242 | -#define NEON_2RM_VCVT_UF 63 | ||
243 | - | ||
244 | -/* Each entry in this array has bit n set if the insn allows | ||
245 | - * size value n (otherwise it will UNDEF). Since unallocated | ||
246 | - * op values will have no bits set they always UNDEF. | ||
247 | - */ | ||
248 | -static const uint8_t neon_2rm_sizes[] = { | ||
249 | - [NEON_2RM_VREV64] = 0x7, | ||
250 | - [NEON_2RM_VREV32] = 0x3, | ||
251 | - [NEON_2RM_VREV16] = 0x1, | ||
252 | - [NEON_2RM_VPADDL] = 0x7, | ||
253 | - [NEON_2RM_VPADDL_U] = 0x7, | ||
254 | - [NEON_2RM_AESE] = 0x1, | ||
255 | - [NEON_2RM_AESMC] = 0x1, | ||
256 | - [NEON_2RM_VCLS] = 0x7, | ||
257 | - [NEON_2RM_VCLZ] = 0x7, | ||
258 | - [NEON_2RM_VCNT] = 0x1, | ||
259 | - [NEON_2RM_VMVN] = 0x1, | ||
260 | - [NEON_2RM_VPADAL] = 0x7, | ||
261 | - [NEON_2RM_VPADAL_U] = 0x7, | ||
262 | - [NEON_2RM_VQABS] = 0x7, | ||
263 | - [NEON_2RM_VQNEG] = 0x7, | ||
264 | - [NEON_2RM_VCGT0] = 0x7, | ||
265 | - [NEON_2RM_VCGE0] = 0x7, | ||
266 | - [NEON_2RM_VCEQ0] = 0x7, | ||
267 | - [NEON_2RM_VCLE0] = 0x7, | ||
268 | - [NEON_2RM_VCLT0] = 0x7, | ||
269 | - [NEON_2RM_SHA1H] = 0x4, | ||
270 | - [NEON_2RM_VABS] = 0x7, | ||
271 | - [NEON_2RM_VNEG] = 0x7, | ||
272 | - [NEON_2RM_VCGT0_F] = 0x4, | ||
273 | - [NEON_2RM_VCGE0_F] = 0x4, | ||
274 | - [NEON_2RM_VCEQ0_F] = 0x4, | ||
275 | - [NEON_2RM_VCLE0_F] = 0x4, | ||
276 | - [NEON_2RM_VCLT0_F] = 0x4, | ||
277 | - [NEON_2RM_VABS_F] = 0x4, | ||
278 | - [NEON_2RM_VNEG_F] = 0x4, | ||
279 | - [NEON_2RM_VSWP] = 0x1, | ||
280 | - [NEON_2RM_VTRN] = 0x7, | ||
281 | - [NEON_2RM_VUZP] = 0x7, | ||
282 | - [NEON_2RM_VZIP] = 0x7, | ||
283 | - [NEON_2RM_VMOVN] = 0x7, | ||
284 | - [NEON_2RM_VQMOVN] = 0x7, | ||
285 | - [NEON_2RM_VSHLL] = 0x7, | ||
286 | - [NEON_2RM_SHA1SU1] = 0x4, | ||
287 | - [NEON_2RM_VRINTN] = 0x4, | ||
288 | - [NEON_2RM_VRINTX] = 0x4, | ||
289 | - [NEON_2RM_VRINTA] = 0x4, | ||
290 | - [NEON_2RM_VRINTZ] = 0x4, | ||
291 | - [NEON_2RM_VCVT_F16_F32] = 0x2, | ||
292 | - [NEON_2RM_VRINTM] = 0x4, | ||
293 | - [NEON_2RM_VCVT_F32_F16] = 0x2, | ||
294 | - [NEON_2RM_VRINTP] = 0x4, | ||
295 | - [NEON_2RM_VCVTAU] = 0x4, | ||
296 | - [NEON_2RM_VCVTAS] = 0x4, | ||
297 | - [NEON_2RM_VCVTNU] = 0x4, | ||
298 | - [NEON_2RM_VCVTNS] = 0x4, | ||
299 | - [NEON_2RM_VCVTPU] = 0x4, | ||
300 | - [NEON_2RM_VCVTPS] = 0x4, | ||
301 | - [NEON_2RM_VCVTMU] = 0x4, | ||
302 | - [NEON_2RM_VCVTMS] = 0x4, | ||
303 | - [NEON_2RM_VRECPE] = 0x4, | ||
304 | - [NEON_2RM_VRSQRTE] = 0x4, | ||
305 | - [NEON_2RM_VRECPE_F] = 0x4, | ||
306 | - [NEON_2RM_VRSQRTE_F] = 0x4, | ||
307 | - [NEON_2RM_VCVT_FS] = 0x4, | ||
308 | - [NEON_2RM_VCVT_FU] = 0x4, | ||
309 | - [NEON_2RM_VCVT_SF] = 0x4, | ||
310 | - [NEON_2RM_VCVT_UF] = 0x4, | ||
311 | -}; | ||
312 | - | ||
313 | static void gen_gvec_fn3_qc(uint32_t rd_ofs, uint32_t rn_ofs, uint32_t rm_ofs, | ||
314 | uint32_t opr_sz, uint32_t max_sz, | ||
315 | gen_helper_gvec_3_ptr *fn) | ||
316 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_uaba(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
317 | tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
318 | } | ||
319 | |||
320 | -/* Translate a NEON data processing instruction. Return nonzero if the | ||
321 | - instruction is invalid. | ||
322 | - We process data in a mixture of 32-bit and 64-bit chunks. | ||
323 | - Mostly we use 32-bit chunks so we can use normal scalar instructions. */ | ||
324 | - | ||
325 | -static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
326 | -{ | ||
327 | - int op; | ||
328 | - int q; | ||
329 | - int rd, rm; | ||
330 | - int size; | ||
331 | - int pass; | ||
332 | - int u; | ||
333 | - TCGv_i32 tmp, tmp2; | ||
334 | - | ||
335 | - if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
336 | - return 1; | ||
337 | - } | ||
338 | - | ||
339 | - /* FIXME: this access check should not take precedence over UNDEF | ||
340 | - * for invalid encodings; we will generate incorrect syndrome information | ||
341 | - * for attempts to execute invalid vfp/neon encodings with FP disabled. | ||
342 | - */ | ||
343 | - if (s->fp_excp_el) { | ||
344 | - gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
345 | - syn_simd_access_trap(1, 0xe, false), s->fp_excp_el); | ||
346 | - return 0; | ||
347 | - } | ||
348 | - | ||
349 | - if (!s->vfp_enabled) | ||
350 | - return 1; | ||
351 | - q = (insn & (1 << 6)) != 0; | ||
352 | - u = (insn >> 24) & 1; | ||
353 | - VFP_DREG_D(rd, insn); | ||
354 | - VFP_DREG_M(rm, insn); | ||
355 | - size = (insn >> 20) & 3; | ||
356 | - | ||
357 | - if ((insn & (1 << 23)) == 0) { | ||
358 | - /* Three register same length: handled by decodetree */ | ||
359 | - return 1; | ||
360 | - } else if (insn & (1 << 4)) { | ||
361 | - /* Two registers and shift or reg and imm: handled by decodetree */ | ||
362 | - return 1; | ||
363 | - } else { /* (insn & 0x00800010 == 0x00800000) */ | ||
364 | - if (size != 3) { | ||
365 | - /* | ||
366 | - * Three registers of different lengths, or two registers and | ||
367 | - * a scalar: handled by decodetree | ||
368 | - */ | ||
369 | - return 1; | ||
370 | - } else { /* size == 3 */ | ||
371 | - if (!u) { | ||
372 | - /* Extract: handled by decodetree */ | ||
373 | - return 1; | ||
374 | - } else if ((insn & (1 << 11)) == 0) { | ||
375 | - /* Two register misc. */ | ||
376 | - op = ((insn >> 12) & 0x30) | ((insn >> 7) & 0xf); | ||
377 | - size = (insn >> 18) & 3; | ||
378 | - /* UNDEF for unknown op values and bad op-size combinations */ | ||
379 | - if ((neon_2rm_sizes[op] & (1 << size)) == 0) { | ||
380 | - return 1; | ||
381 | - } | ||
382 | - if (q && ((rm | rd) & 1)) { | ||
383 | - return 1; | ||
384 | - } | ||
385 | - switch (op) { | ||
386 | - case NEON_2RM_VREV64: | ||
387 | - case NEON_2RM_VPADDL: case NEON_2RM_VPADDL_U: | ||
388 | - case NEON_2RM_VPADAL: case NEON_2RM_VPADAL_U: | ||
389 | - case NEON_2RM_VUZP: | ||
390 | - case NEON_2RM_VZIP: | ||
391 | - case NEON_2RM_VMOVN: case NEON_2RM_VQMOVN: | ||
392 | - case NEON_2RM_VSHLL: | ||
393 | - case NEON_2RM_VCVT_F16_F32: | ||
394 | - case NEON_2RM_VCVT_F32_F16: | ||
395 | - case NEON_2RM_VMVN: | ||
396 | - case NEON_2RM_VNEG: | ||
397 | - case NEON_2RM_VABS: | ||
398 | - case NEON_2RM_VCEQ0: | ||
399 | - case NEON_2RM_VCGT0: | ||
400 | - case NEON_2RM_VCLE0: | ||
401 | - case NEON_2RM_VCGE0: | ||
402 | - case NEON_2RM_VCLT0: | ||
403 | - case NEON_2RM_AESE: case NEON_2RM_AESMC: | ||
404 | - case NEON_2RM_SHA1H: | ||
405 | - case NEON_2RM_SHA1SU1: | ||
406 | - case NEON_2RM_VREV32: | ||
407 | - case NEON_2RM_VREV16: | ||
408 | - case NEON_2RM_VCLS: | ||
409 | - case NEON_2RM_VCLZ: | ||
410 | - case NEON_2RM_VCNT: | ||
411 | - case NEON_2RM_VABS_F: | ||
412 | - case NEON_2RM_VNEG_F: | ||
413 | - case NEON_2RM_VRECPE: | ||
414 | - case NEON_2RM_VRSQRTE: | ||
415 | - case NEON_2RM_VQABS: | ||
416 | - case NEON_2RM_VQNEG: | ||
417 | - case NEON_2RM_VRECPE_F: | ||
418 | - case NEON_2RM_VRSQRTE_F: | ||
419 | - case NEON_2RM_VCVT_FS: | ||
420 | - case NEON_2RM_VCVT_FU: | ||
421 | - case NEON_2RM_VCVT_SF: | ||
422 | - case NEON_2RM_VCVT_UF: | ||
423 | - case NEON_2RM_VRINTX: | ||
424 | - case NEON_2RM_VCGT0_F: | ||
425 | - case NEON_2RM_VCGE0_F: | ||
426 | - case NEON_2RM_VCEQ0_F: | ||
427 | - case NEON_2RM_VCLE0_F: | ||
428 | - case NEON_2RM_VCLT0_F: | ||
429 | - case NEON_2RM_VRINTN: | ||
430 | - case NEON_2RM_VRINTA: | ||
431 | - case NEON_2RM_VRINTM: | ||
432 | - case NEON_2RM_VRINTP: | ||
433 | - case NEON_2RM_VRINTZ: | ||
434 | - case NEON_2RM_VCVTAU: | ||
435 | - case NEON_2RM_VCVTAS: | ||
436 | - case NEON_2RM_VCVTNU: | ||
437 | - case NEON_2RM_VCVTNS: | ||
438 | - case NEON_2RM_VCVTPU: | ||
439 | - case NEON_2RM_VCVTPS: | ||
440 | - case NEON_2RM_VCVTMU: | ||
441 | - case NEON_2RM_VCVTMS: | ||
442 | - case NEON_2RM_VSWP: | ||
443 | - /* handled by decodetree */ | ||
444 | - return 1; | ||
445 | - case NEON_2RM_VTRN: | ||
446 | - if (size == 2) { | ||
447 | - int n; | ||
448 | - for (n = 0; n < (q ? 4 : 2); n += 2) { | ||
449 | - tmp = neon_load_reg(rm, n); | ||
450 | - tmp2 = neon_load_reg(rd, n + 1); | ||
451 | - neon_store_reg(rm, n, tmp2); | ||
452 | - neon_store_reg(rd, n + 1, tmp); | ||
453 | - } | ||
454 | - } else { | ||
455 | - goto elementwise; | ||
456 | - } | ||
457 | - break; | ||
458 | - | ||
459 | - default: | ||
460 | - elementwise: | ||
461 | - for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
462 | - tmp = neon_load_reg(rm, pass); | ||
463 | - switch (op) { | ||
464 | - case NEON_2RM_VTRN: | ||
465 | - tmp2 = neon_load_reg(rd, pass); | ||
466 | - switch (size) { | ||
467 | - case 0: gen_neon_trn_u8(tmp, tmp2); break; | ||
468 | - case 1: gen_neon_trn_u16(tmp, tmp2); break; | ||
469 | - default: abort(); | ||
470 | - } | ||
471 | - neon_store_reg(rm, pass, tmp2); | ||
472 | - break; | ||
473 | - default: | ||
474 | - /* Reserved op values were caught by the | ||
475 | - * neon_2rm_sizes[] check earlier. | ||
476 | - */ | ||
477 | - abort(); | ||
478 | - } | ||
479 | - neon_store_reg(rd, pass, tmp); | ||
480 | - } | ||
481 | - break; | ||
482 | - } | ||
483 | - } else { | ||
484 | - /* VTBL, VTBX, VDUP: handled by decodetree */ | ||
485 | - return 1; | ||
486 | - } | ||
487 | - } | ||
488 | - } | ||
489 | - return 0; | ||
490 | -} | ||
491 | - | ||
492 | static int disas_coproc_insn(DisasContext *s, uint32_t insn) | ||
493 | { | ||
494 | int cpnum, is64, crn, crm, opc1, opc2, isread, rt, rt2; | ||
495 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
496 | } | ||
497 | /* fall back to legacy decoder */ | ||
498 | |||
499 | - if (((insn >> 25) & 7) == 1) { | ||
500 | - /* NEON Data processing. */ | ||
501 | - if (disas_neon_data_insn(s, insn)) { | ||
502 | - goto illegal_op; | ||
503 | - } | ||
504 | - return; | ||
505 | - } | ||
506 | if ((insn & 0x0e000f00) == 0x0c000100) { | ||
507 | if (arm_dc_feature(s, ARM_FEATURE_IWMMXT)) { | ||
508 | /* iWMMXt register transfer. */ | ||
509 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb2_insn(DisasContext *s, uint32_t insn) | ||
510 | break; | ||
511 | } | ||
512 | if (((insn >> 24) & 3) == 3) { | ||
513 | - /* Translate into the equivalent ARM encoding. */ | ||
514 | - insn = (insn & 0xe2ffffff) | ((insn & (1 << 28)) >> 4) | (1 << 28); | ||
515 | - if (disas_neon_data_insn(s, insn)) { | ||
516 | - goto illegal_op; | ||
517 | - } | ||
518 | + /* Neon DP, but failed disas_neon_dp() */ | ||
519 | + goto illegal_op; | ||
520 | } else if (((insn >> 8) & 0xe) == 10) { | ||
521 | /* VFP, but failed disas_vfp. */ | ||
522 | goto illegal_op; | ||
523 | -- | 54 | -- |
524 | 2.20.1 | 55 | 2.25.1 |
525 | |||
526 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 3 | Cores with PMSA have the MPUIR register which has the |
4 | Message-id: 20200617072539.32686-14-f4bug@amsat.org | 4 | same encoding as the MIDR alias with opc2=4. So we only |
5 | add that alias if we are not realizing a core that | ||
6 | implements PMSA. | ||
7 | |||
8 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Message-id: 20221206102504.165775-2-tobias.roehmel@rwth-aachen.de | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | --- | 13 | --- |
8 | hw/arm/mps2.c | 1 + | 14 | target/arm/helper.c | 13 +++++++++---- |
9 | 1 file changed, 1 insertion(+) | 15 | 1 file changed, 9 insertions(+), 4 deletions(-) |
10 | 16 | ||
11 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 17 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
12 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/hw/arm/mps2.c | 19 | --- a/target/arm/helper.c |
14 | +++ b/hw/arm/mps2.c | 20 | +++ b/target/arm/helper.c |
15 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 21 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
16 | 0x4002a000}; /* Shield1 */ | 22 | .access = PL1_R, .type = ARM_CP_NO_RAW, .resetvalue = cpu->midr, |
17 | sysbus_create_simple(TYPE_ARM_SBCON_I2C, i2cbase[i], NULL); | 23 | .fieldoffset = offsetof(CPUARMState, cp15.c0_cpuid), |
18 | } | 24 | .readfn = midr_read }, |
19 | + create_unimplemented_device("i2s", 0x40024000, 0x400); | 25 | - /* crn = 0 op1 = 0 crm = 0 op2 = 4,7 : AArch32 aliases of MIDR */ |
20 | 26 | - { .name = "MIDR", .type = ARM_CP_ALIAS | ARM_CP_CONST, | |
21 | /* In hardware this is a LAN9220; the LAN9118 is software compatible | 27 | - .cp = 15, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 4, |
22 | * except that it doesn't support the checksum-offload feature. | 28 | - .access = PL1_R, .resetvalue = cpu->midr }, |
29 | + /* crn = 0 op1 = 0 crm = 0 op2 = 7 : AArch32 aliases of MIDR */ | ||
30 | { .name = "MIDR", .type = ARM_CP_ALIAS | ARM_CP_CONST, | ||
31 | .cp = 15, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 7, | ||
32 | .access = PL1_R, .resetvalue = cpu->midr }, | ||
33 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
34 | .accessfn = access_aa64_tid1, | ||
35 | .type = ARM_CP_CONST, .resetvalue = cpu->revidr }, | ||
36 | }; | ||
37 | + ARMCPRegInfo id_v8_midr_alias_cp_reginfo = { | ||
38 | + .name = "MIDR", .type = ARM_CP_ALIAS | ARM_CP_CONST, | ||
39 | + .cp = 15, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 4, | ||
40 | + .access = PL1_R, .resetvalue = cpu->midr | ||
41 | + }; | ||
42 | ARMCPRegInfo id_cp_reginfo[] = { | ||
43 | /* These are common to v8 and pre-v8 */ | ||
44 | { .name = "CTR", | ||
45 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
46 | } | ||
47 | if (arm_feature(env, ARM_FEATURE_V8)) { | ||
48 | define_arm_cp_regs(cpu, id_v8_midr_cp_reginfo); | ||
49 | + if (!arm_feature(env, ARM_FEATURE_PMSA)) { | ||
50 | + define_one_arm_cp_reg(cpu, &id_v8_midr_alias_cp_reginfo); | ||
51 | + } | ||
52 | } else { | ||
53 | define_arm_cp_regs(cpu, id_pre_v8_midr_cp_reginfo); | ||
54 | } | ||
23 | -- | 55 | -- |
24 | 2.20.1 | 56 | 2.25.1 |
25 | 57 | ||
26 | 58 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 2 | ||
3 | Cc: Cornelia Huck <cohuck@redhat.com> | 3 | RVBAR shadows RVBAR_ELx where x is the highest exception |
4 | Signed-off-by: Andrew Jones <drjones@redhat.com> | 4 | level if the highest EL is not EL3. This patch also allows |
5 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | 5 | ARMv8 CPUs to change the reset address with |
6 | Message-id: 20200616140803.25515-1-drjones@redhat.com | 6 | the rvbar property. |
7 | |||
8 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Message-id: 20221206102504.165775-3-tobias.roehmel@rwth-aachen.de | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | --- | 12 | --- |
9 | hw/arm/virt.c | 1 + | 13 | target/arm/cpu.c | 6 +++++- |
10 | 1 file changed, 1 insertion(+) | 14 | target/arm/helper.c | 21 ++++++++++++++------- |
15 | 2 files changed, 19 insertions(+), 8 deletions(-) | ||
11 | 16 | ||
12 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 17 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
13 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/virt.c | 19 | --- a/target/arm/cpu.c |
15 | +++ b/hw/arm/virt.c | 20 | +++ b/target/arm/cpu.c |
16 | @@ -XXX,XX +XXX,XX @@ DEFINE_VIRT_MACHINE_AS_LATEST(5, 1) | 21 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset_hold(Object *obj) |
17 | static void virt_machine_5_0_options(MachineClass *mc) | 22 | env->cp15.cpacr_el1 = FIELD_DP64(env->cp15.cpacr_el1, |
18 | { | 23 | CPACR, CP11, 3); |
19 | virt_machine_5_1_options(mc); | 24 | #endif |
20 | + compat_props_add(mc->compat_props, hw_compat_5_0, hw_compat_5_0_len); | 25 | + if (arm_feature(env, ARM_FEATURE_V8)) { |
21 | } | 26 | + env->cp15.rvbar = cpu->rvbar_prop; |
22 | DEFINE_VIRT_MACHINE(5, 0) | 27 | + env->regs[15] = cpu->rvbar_prop; |
28 | + } | ||
29 | } | ||
30 | |||
31 | #if defined(CONFIG_USER_ONLY) | ||
32 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_post_init(Object *obj) | ||
33 | qdev_property_add_static(DEVICE(obj), &arm_cpu_reset_hivecs_property); | ||
34 | } | ||
35 | |||
36 | - if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64)) { | ||
37 | + if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | ||
38 | object_property_add_uint64_ptr(obj, "rvbar", | ||
39 | &cpu->rvbar_prop, | ||
40 | OBJ_PROP_FLAG_READWRITE); | ||
41 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
42 | index XXXXXXX..XXXXXXX 100644 | ||
43 | --- a/target/arm/helper.c | ||
44 | +++ b/target/arm/helper.c | ||
45 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
46 | if (!arm_feature(env, ARM_FEATURE_EL3) && | ||
47 | !arm_feature(env, ARM_FEATURE_EL2)) { | ||
48 | ARMCPRegInfo rvbar = { | ||
49 | - .name = "RVBAR_EL1", .state = ARM_CP_STATE_AA64, | ||
50 | + .name = "RVBAR_EL1", .state = ARM_CP_STATE_BOTH, | ||
51 | .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 0, .opc2 = 1, | ||
52 | .access = PL1_R, | ||
53 | .fieldoffset = offsetof(CPUARMState, cp15.rvbar), | ||
54 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
55 | } | ||
56 | /* RVBAR_EL2 is only implemented if EL2 is the highest EL */ | ||
57 | if (!arm_feature(env, ARM_FEATURE_EL3)) { | ||
58 | - ARMCPRegInfo rvbar = { | ||
59 | - .name = "RVBAR_EL2", .state = ARM_CP_STATE_AA64, | ||
60 | - .opc0 = 3, .opc1 = 4, .crn = 12, .crm = 0, .opc2 = 1, | ||
61 | - .access = PL2_R, | ||
62 | - .fieldoffset = offsetof(CPUARMState, cp15.rvbar), | ||
63 | + ARMCPRegInfo rvbar[] = { | ||
64 | + { | ||
65 | + .name = "RVBAR_EL2", .state = ARM_CP_STATE_AA64, | ||
66 | + .opc0 = 3, .opc1 = 4, .crn = 12, .crm = 0, .opc2 = 1, | ||
67 | + .access = PL2_R, | ||
68 | + .fieldoffset = offsetof(CPUARMState, cp15.rvbar), | ||
69 | + }, | ||
70 | + { .name = "RVBAR", .type = ARM_CP_ALIAS, | ||
71 | + .cp = 15, .opc1 = 0, .crn = 12, .crm = 0, .opc2 = 1, | ||
72 | + .access = PL2_R, | ||
73 | + .fieldoffset = offsetof(CPUARMState, cp15.rvbar), | ||
74 | + }, | ||
75 | }; | ||
76 | - define_one_arm_cp_reg(cpu, &rvbar); | ||
77 | + define_arm_cp_regs(cpu, rvbar); | ||
78 | } | ||
79 | } | ||
23 | 80 | ||
24 | -- | 81 | -- |
25 | 2.20.1 | 82 | 2.25.1 |
26 | 83 | ||
27 | 84 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 2 | ||
3 | From 'Application Note AN385', chapter 3.14: | 3 | The v8R PMSAv8 has a two-stage MPU translation process, but, unlike |
4 | VMSAv8, the stage 2 attributes are in the same format as the stage 1 | ||
5 | attributes (8-bit MAIR format). Rather than converting the MAIR | ||
6 | format to the format used for VMSA stage 2 (bits [5:2] of a VMSA | ||
7 | stage 2 descriptor) and then converting back to do the attribute | ||
8 | combination, allow combined_attrs_nofwb() to accept s2 attributes | ||
9 | that are already in the MAIR format. | ||
4 | 10 | ||
5 | The SMM implements a simple SBCon interface based on I2C. | 11 | We move the assert() to combined_attrs_fwb(), because that function |
12 | really does require a VMSA stage 2 attribute format. (We will never | ||
13 | get there for v8R, because PMSAv8 does not implement FEAT_S2FWB.) | ||
6 | 14 | ||
7 | There are 4 SBCon interfaces on the FPGA APB subsystem. | 15 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
8 | |||
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Message-id: 20200617072539.32686-13-f4bug@amsat.org | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
17 | Message-id: 20221206102504.165775-4-tobias.roehmel@rwth-aachen.de | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 19 | --- |
14 | hw/arm/mps2.c | 8 ++++++++ | 20 | target/arm/ptw.c | 10 ++++++++-- |
15 | hw/arm/Kconfig | 1 + | 21 | 1 file changed, 8 insertions(+), 2 deletions(-) |
16 | 2 files changed, 9 insertions(+) | ||
17 | 22 | ||
18 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 23 | diff --git a/target/arm/ptw.c b/target/arm/ptw.c |
19 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/hw/arm/mps2.c | 25 | --- a/target/arm/ptw.c |
21 | +++ b/hw/arm/mps2.c | 26 | +++ b/target/arm/ptw.c |
22 | @@ -XXX,XX +XXX,XX @@ | 27 | @@ -XXX,XX +XXX,XX @@ static uint8_t combined_attrs_nofwb(uint64_t hcr, |
23 | #include "hw/misc/mps2-scc.h" | 28 | { |
24 | #include "hw/misc/mps2-fpgaio.h" | 29 | uint8_t s1lo, s2lo, s1hi, s2hi, s2_mair_attrs, ret_attrs; |
25 | #include "hw/ssi/pl022.h" | 30 | |
26 | +#include "hw/i2c/arm_sbcon_i2c.h" | 31 | - s2_mair_attrs = convert_stage2_attrs(hcr, s2.attrs); |
27 | #include "hw/net/lan9118.h" | 32 | + if (s2.is_s2_format) { |
28 | #include "net/net.h" | 33 | + s2_mair_attrs = convert_stage2_attrs(hcr, s2.attrs); |
29 | #include "hw/watchdog/cmsdk-apb-watchdog.h" | 34 | + } else { |
30 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 35 | + s2_mair_attrs = s2.attrs; |
31 | qdev_get_gpio_in(orgate_dev, j)); | ||
32 | } | ||
33 | } | ||
34 | + for (i = 0; i < 4; i++) { | ||
35 | + static const hwaddr i2cbase[] = {0x40022000, /* Touch */ | ||
36 | + 0x40023000, /* Audio */ | ||
37 | + 0x40029000, /* Shield0 */ | ||
38 | + 0x4002a000}; /* Shield1 */ | ||
39 | + sysbus_create_simple(TYPE_ARM_SBCON_I2C, i2cbase[i], NULL); | ||
40 | + } | 36 | + } |
41 | 37 | ||
42 | /* In hardware this is a LAN9220; the LAN9118 is software compatible | 38 | s1lo = extract32(s1.attrs, 0, 4); |
43 | * except that it doesn't support the checksum-offload feature. | 39 | s2lo = extract32(s2_mair_attrs, 0, 4); |
44 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | 40 | @@ -XXX,XX +XXX,XX @@ static uint8_t force_cacheattr_nibble_wb(uint8_t attr) |
45 | index XXXXXXX..XXXXXXX 100644 | 41 | */ |
46 | --- a/hw/arm/Kconfig | 42 | static uint8_t combined_attrs_fwb(ARMCacheAttrs s1, ARMCacheAttrs s2) |
47 | +++ b/hw/arm/Kconfig | 43 | { |
48 | @@ -XXX,XX +XXX,XX @@ config MPS2 | 44 | + assert(s2.is_s2_format && !s1.is_s2_format); |
49 | select SPLIT_IRQ | 45 | + |
50 | select UNIMP | 46 | switch (s2.attrs) { |
51 | select CMSDK_APB_WATCHDOG | 47 | case 7: |
52 | + select VERSATILE_I2C | 48 | /* Use stage 1 attributes */ |
53 | 49 | @@ -XXX,XX +XXX,XX @@ static ARMCacheAttrs combine_cacheattrs(uint64_t hcr, | |
54 | config FSL_IMX7 | 50 | ARMCacheAttrs ret; |
55 | bool | 51 | bool tagged = false; |
52 | |||
53 | - assert(s2.is_s2_format && !s1.is_s2_format); | ||
54 | + assert(!s1.is_s2_format); | ||
55 | ret.is_s2_format = false; | ||
56 | |||
57 | if (s1.attrs == 0xf0) { | ||
56 | -- | 58 | -- |
57 | 2.20.1 | 59 | 2.25.1 |
58 | 60 | ||
59 | 61 | diff view generated by jsdifflib |
1 | Convert the Neon insns in the 2-reg-misc group which are | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | VCVT between f32 and f16 to decodetree. | ||
3 | 2 | ||
3 | ARMv8-R AArch32 CPUs behave as if TTBCR.EAE is always 1 even | ||
4 | tough they don't have the TTBCR register. | ||
5 | See ARM Architecture Reference Manual Supplement - ARMv8, for the ARMv8-R | ||
6 | AArch32 architecture profile Version:A.c section C1.2. | ||
7 | |||
8 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Message-id: 20221206102504.165775-5-tobias.roehmel@rwth-aachen.de | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200616170844.13318-7-peter.maydell@linaro.org | ||
7 | --- | 12 | --- |
8 | target/arm/neon-dp.decode | 3 ++ | 13 | target/arm/internals.h | 4 ++++ |
9 | target/arm/translate-neon.inc.c | 96 +++++++++++++++++++++++++++++++++ | 14 | target/arm/debug_helper.c | 3 +++ |
10 | target/arm/translate.c | 65 ++-------------------- | 15 | target/arm/tlb_helper.c | 4 ++++ |
11 | 3 files changed, 102 insertions(+), 62 deletions(-) | 16 | 3 files changed, 11 insertions(+) |
12 | 17 | ||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 18 | diff --git a/target/arm/internals.h b/target/arm/internals.h |
14 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 20 | --- a/target/arm/internals.h |
16 | +++ b/target/arm/neon-dp.decode | 21 | +++ b/target/arm/internals.h |
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 22 | @@ -XXX,XX +XXX,XX @@ unsigned int arm_pamax(ARMCPU *cpu); |
18 | VQMOVN_U 1111 001 11 . 11 .. 10 .... 0 0101 1 . 0 .... @2misc_q0 | 23 | static inline bool extended_addresses_enabled(CPUARMState *env) |
19 | 24 | { | |
20 | VSHLL 1111 001 11 . 11 .. 10 .... 0 0110 0 . 0 .... @2misc_q0 | 25 | uint64_t tcr = env->cp15.tcr_el[arm_is_secure(env) ? 3 : 1]; |
21 | + | 26 | + if (arm_feature(env, ARM_FEATURE_PMSA) && |
22 | + VCVT_F16_F32 1111 001 11 . 11 .. 10 .... 0 1100 0 . 0 .... @2misc_q0 | 27 | + arm_feature(env, ARM_FEATURE_V8)) { |
23 | + VCVT_F32_F16 1111 001 11 . 11 .. 10 .... 0 1110 0 . 0 .... @2misc_q0 | ||
24 | ] | ||
25 | |||
26 | # Subgroup for size != 0b11 | ||
27 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/target/arm/translate-neon.inc.c | ||
30 | +++ b/target/arm/translate-neon.inc.c | ||
31 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSHLL(DisasContext *s, arg_2misc *a) | ||
32 | tcg_temp_free_i32(rm1); | ||
33 | return true; | ||
34 | } | ||
35 | + | ||
36 | +static bool trans_VCVT_F16_F32(DisasContext *s, arg_2misc *a) | ||
37 | +{ | ||
38 | + TCGv_ptr fpst; | ||
39 | + TCGv_i32 ahp, tmp, tmp2, tmp3; | ||
40 | + | ||
41 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
42 | + !dc_isar_feature(aa32_fp16_spconv, s)) { | ||
43 | + return false; | ||
44 | + } | ||
45 | + | ||
46 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
47 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
48 | + ((a->vd | a->vm) & 0x10)) { | ||
49 | + return false; | ||
50 | + } | ||
51 | + | ||
52 | + if ((a->vm & 1) || (a->size != 1)) { | ||
53 | + return false; | ||
54 | + } | ||
55 | + | ||
56 | + if (!vfp_access_check(s)) { | ||
57 | + return true; | 28 | + return true; |
58 | + } | 29 | + } |
59 | + | 30 | return arm_el_is_aa64(env, 1) || |
60 | + fpst = get_fpstatus_ptr(true); | 31 | (arm_feature(env, ARM_FEATURE_LPAE) && (tcr & TTBCR_EAE)); |
61 | + ahp = get_ahp_flag(); | 32 | } |
62 | + tmp = neon_load_reg(a->vm, 0); | 33 | diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c |
63 | + gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); | 34 | index XXXXXXX..XXXXXXX 100644 |
64 | + tmp2 = neon_load_reg(a->vm, 1); | 35 | --- a/target/arm/debug_helper.c |
65 | + gen_helper_vfp_fcvt_f32_to_f16(tmp2, tmp2, fpst, ahp); | 36 | +++ b/target/arm/debug_helper.c |
66 | + tcg_gen_shli_i32(tmp2, tmp2, 16); | 37 | @@ -XXX,XX +XXX,XX @@ static uint32_t arm_debug_exception_fsr(CPUARMState *env) |
67 | + tcg_gen_or_i32(tmp2, tmp2, tmp); | 38 | |
68 | + tcg_temp_free_i32(tmp); | 39 | if (target_el == 2 || arm_el_is_aa64(env, target_el)) { |
69 | + tmp = neon_load_reg(a->vm, 2); | 40 | using_lpae = true; |
70 | + gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); | 41 | + } else if (arm_feature(env, ARM_FEATURE_PMSA) && |
71 | + tmp3 = neon_load_reg(a->vm, 3); | 42 | + arm_feature(env, ARM_FEATURE_V8)) { |
72 | + neon_store_reg(a->vd, 0, tmp2); | 43 | + using_lpae = true; |
73 | + gen_helper_vfp_fcvt_f32_to_f16(tmp3, tmp3, fpst, ahp); | 44 | } else { |
74 | + tcg_gen_shli_i32(tmp3, tmp3, 16); | 45 | if (arm_feature(env, ARM_FEATURE_LPAE) && |
75 | + tcg_gen_or_i32(tmp3, tmp3, tmp); | 46 | (env->cp15.tcr_el[target_el] & TTBCR_EAE)) { |
76 | + neon_store_reg(a->vd, 1, tmp3); | 47 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c |
77 | + tcg_temp_free_i32(tmp); | 48 | index XXXXXXX..XXXXXXX 100644 |
78 | + tcg_temp_free_i32(ahp); | 49 | --- a/target/arm/tlb_helper.c |
79 | + tcg_temp_free_ptr(fpst); | 50 | +++ b/target/arm/tlb_helper.c |
80 | + | 51 | @@ -XXX,XX +XXX,XX @@ bool regime_using_lpae_format(CPUARMState *env, ARMMMUIdx mmu_idx) |
81 | + return true; | 52 | if (el == 2 || arm_el_is_aa64(env, el)) { |
82 | +} | 53 | return true; |
83 | + | 54 | } |
84 | +static bool trans_VCVT_F32_F16(DisasContext *s, arg_2misc *a) | 55 | + if (arm_feature(env, ARM_FEATURE_PMSA) && |
85 | +{ | 56 | + arm_feature(env, ARM_FEATURE_V8)) { |
86 | + TCGv_ptr fpst; | ||
87 | + TCGv_i32 ahp, tmp, tmp2, tmp3; | ||
88 | + | ||
89 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
90 | + !dc_isar_feature(aa32_fp16_spconv, s)) { | ||
91 | + return false; | ||
92 | + } | ||
93 | + | ||
94 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
95 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
96 | + ((a->vd | a->vm) & 0x10)) { | ||
97 | + return false; | ||
98 | + } | ||
99 | + | ||
100 | + if ((a->vd & 1) || (a->size != 1)) { | ||
101 | + return false; | ||
102 | + } | ||
103 | + | ||
104 | + if (!vfp_access_check(s)) { | ||
105 | + return true; | 57 | + return true; |
106 | + } | 58 | + } |
107 | + | 59 | if (arm_feature(env, ARM_FEATURE_LPAE) |
108 | + fpst = get_fpstatus_ptr(true); | 60 | && (regime_tcr(env, mmu_idx) & TTBCR_EAE)) { |
109 | + ahp = get_ahp_flag(); | 61 | return true; |
110 | + tmp3 = tcg_temp_new_i32(); | ||
111 | + tmp = neon_load_reg(a->vm, 0); | ||
112 | + tmp2 = neon_load_reg(a->vm, 1); | ||
113 | + tcg_gen_ext16u_i32(tmp3, tmp); | ||
114 | + gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); | ||
115 | + neon_store_reg(a->vd, 0, tmp3); | ||
116 | + tcg_gen_shri_i32(tmp, tmp, 16); | ||
117 | + gen_helper_vfp_fcvt_f16_to_f32(tmp, tmp, fpst, ahp); | ||
118 | + neon_store_reg(a->vd, 1, tmp); | ||
119 | + tmp3 = tcg_temp_new_i32(); | ||
120 | + tcg_gen_ext16u_i32(tmp3, tmp2); | ||
121 | + gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); | ||
122 | + neon_store_reg(a->vd, 2, tmp3); | ||
123 | + tcg_gen_shri_i32(tmp2, tmp2, 16); | ||
124 | + gen_helper_vfp_fcvt_f16_to_f32(tmp2, tmp2, fpst, ahp); | ||
125 | + neon_store_reg(a->vd, 3, tmp2); | ||
126 | + tcg_temp_free_i32(ahp); | ||
127 | + tcg_temp_free_ptr(fpst); | ||
128 | + | ||
129 | + return true; | ||
130 | +} | ||
131 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
132 | index XXXXXXX..XXXXXXX 100644 | ||
133 | --- a/target/arm/translate.c | ||
134 | +++ b/target/arm/translate.c | ||
135 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
136 | int pass; | ||
137 | int u; | ||
138 | int vec_size; | ||
139 | - TCGv_i32 tmp, tmp2, tmp3; | ||
140 | + TCGv_i32 tmp, tmp2; | ||
141 | |||
142 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
143 | return 1; | ||
144 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
145 | case NEON_2RM_VZIP: | ||
146 | case NEON_2RM_VMOVN: case NEON_2RM_VQMOVN: | ||
147 | case NEON_2RM_VSHLL: | ||
148 | + case NEON_2RM_VCVT_F16_F32: | ||
149 | + case NEON_2RM_VCVT_F32_F16: | ||
150 | /* handled by decodetree */ | ||
151 | return 1; | ||
152 | case NEON_2RM_VTRN: | ||
153 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
154 | goto elementwise; | ||
155 | } | ||
156 | break; | ||
157 | - case NEON_2RM_VCVT_F16_F32: | ||
158 | - { | ||
159 | - TCGv_ptr fpst; | ||
160 | - TCGv_i32 ahp; | ||
161 | - | ||
162 | - if (!dc_isar_feature(aa32_fp16_spconv, s) || | ||
163 | - q || (rm & 1)) { | ||
164 | - return 1; | ||
165 | - } | ||
166 | - fpst = get_fpstatus_ptr(true); | ||
167 | - ahp = get_ahp_flag(); | ||
168 | - tmp = neon_load_reg(rm, 0); | ||
169 | - gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); | ||
170 | - tmp2 = neon_load_reg(rm, 1); | ||
171 | - gen_helper_vfp_fcvt_f32_to_f16(tmp2, tmp2, fpst, ahp); | ||
172 | - tcg_gen_shli_i32(tmp2, tmp2, 16); | ||
173 | - tcg_gen_or_i32(tmp2, tmp2, tmp); | ||
174 | - tcg_temp_free_i32(tmp); | ||
175 | - tmp = neon_load_reg(rm, 2); | ||
176 | - gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); | ||
177 | - tmp3 = neon_load_reg(rm, 3); | ||
178 | - neon_store_reg(rd, 0, tmp2); | ||
179 | - gen_helper_vfp_fcvt_f32_to_f16(tmp3, tmp3, fpst, ahp); | ||
180 | - tcg_gen_shli_i32(tmp3, tmp3, 16); | ||
181 | - tcg_gen_or_i32(tmp3, tmp3, tmp); | ||
182 | - neon_store_reg(rd, 1, tmp3); | ||
183 | - tcg_temp_free_i32(tmp); | ||
184 | - tcg_temp_free_i32(ahp); | ||
185 | - tcg_temp_free_ptr(fpst); | ||
186 | - break; | ||
187 | - } | ||
188 | - case NEON_2RM_VCVT_F32_F16: | ||
189 | - { | ||
190 | - TCGv_ptr fpst; | ||
191 | - TCGv_i32 ahp; | ||
192 | - if (!dc_isar_feature(aa32_fp16_spconv, s) || | ||
193 | - q || (rd & 1)) { | ||
194 | - return 1; | ||
195 | - } | ||
196 | - fpst = get_fpstatus_ptr(true); | ||
197 | - ahp = get_ahp_flag(); | ||
198 | - tmp3 = tcg_temp_new_i32(); | ||
199 | - tmp = neon_load_reg(rm, 0); | ||
200 | - tmp2 = neon_load_reg(rm, 1); | ||
201 | - tcg_gen_ext16u_i32(tmp3, tmp); | ||
202 | - gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); | ||
203 | - neon_store_reg(rd, 0, tmp3); | ||
204 | - tcg_gen_shri_i32(tmp, tmp, 16); | ||
205 | - gen_helper_vfp_fcvt_f16_to_f32(tmp, tmp, fpst, ahp); | ||
206 | - neon_store_reg(rd, 1, tmp); | ||
207 | - tmp3 = tcg_temp_new_i32(); | ||
208 | - tcg_gen_ext16u_i32(tmp3, tmp2); | ||
209 | - gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); | ||
210 | - neon_store_reg(rd, 2, tmp3); | ||
211 | - tcg_gen_shri_i32(tmp2, tmp2, 16); | ||
212 | - gen_helper_vfp_fcvt_f16_to_f32(tmp2, tmp2, fpst, ahp); | ||
213 | - neon_store_reg(rd, 3, tmp2); | ||
214 | - tcg_temp_free_i32(ahp); | ||
215 | - tcg_temp_free_ptr(fpst); | ||
216 | - break; | ||
217 | - } | ||
218 | case NEON_2RM_AESE: case NEON_2RM_AESMC: | ||
219 | if (!dc_isar_feature(aa32_aes, s) || ((rm | rd) & 1)) { | ||
220 | return 1; | ||
221 | -- | 62 | -- |
222 | 2.20.1 | 63 | 2.25.1 |
223 | 64 | ||
224 | 65 | diff view generated by jsdifflib |
1 | Since commit ba3e7926691ed3 it has been unnecessary for target code | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | to call gen_io_end() after an IO instruction in icount mode; it is | ||
3 | sufficient to call gen_io_start() before it and to force the end of | ||
4 | the TB. | ||
5 | 2 | ||
6 | Many now-unnecessary calls to gen_io_end() were removed in commit | 3 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
7 | 9e9b10c6491153b, but some were missed or accidentally added later. | 4 | Message-id: 20221206102504.165775-6-tobias.roehmel@rwth-aachen.de |
8 | Remove unneeded calls from the arm target: | ||
9 | |||
10 | * the call in the handling of exception-return-via-LDM is | ||
11 | unnecessary, and the code is already forcing end-of-TB | ||
12 | * the call in the VFP access check code is more complicated: | ||
13 | we weren't ending the TB, so we need to add the code to | ||
14 | force that by setting DISAS_UPDATE | ||
15 | * the doc comment for ARM_CP_IO doesn't need to mention | ||
16 | gen_io_end() any more | ||
17 | |||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
21 | Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> | ||
22 | Message-id: 20200619170324.12093-1-peter.maydell@linaro.org | ||
23 | --- | 6 | --- |
24 | target/arm/cpu.h | 2 +- | 7 | target/arm/cpu.h | 6 + |
25 | target/arm/translate-vfp.inc.c | 7 +++---- | 8 | target/arm/cpu.c | 28 +++- |
26 | target/arm/translate.c | 3 --- | 9 | target/arm/helper.c | 302 +++++++++++++++++++++++++++++++++++++++++++ |
27 | 3 files changed, 4 insertions(+), 8 deletions(-) | 10 | target/arm/machine.c | 28 ++++ |
11 | 4 files changed, 360 insertions(+), 4 deletions(-) | ||
28 | 12 | ||
29 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 13 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
30 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
31 | --- a/target/arm/cpu.h | 15 | --- a/target/arm/cpu.h |
32 | +++ b/target/arm/cpu.h | 16 | +++ b/target/arm/cpu.h |
33 | @@ -XXX,XX +XXX,XX @@ static inline uint64_t cpreg_to_kvm_id(uint32_t cpregid) | 17 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUArchState { |
34 | * migration or KVM state synchronization. (Typically this is for "registers" | 18 | }; |
35 | * which are actually used as instructions for cache maintenance and so on.) | 19 | uint64_t sctlr_el[4]; |
36 | * IO indicates that this register does I/O and therefore its accesses | 20 | }; |
37 | - * need to be surrounded by gen_io_start()/gen_io_end(). In particular, | 21 | + uint64_t vsctlr; /* Virtualization System control register. */ |
38 | + * need to be marked with gen_io_start() and also end the TB. In particular, | 22 | uint64_t cpacr_el1; /* Architectural feature access control register */ |
39 | * registers which implement clocks or timers require this. | 23 | uint64_t cptr_el[4]; /* ARMv8 feature trap registers */ |
40 | * RAISES_EXC is for when the read or write hook might raise an exception; | 24 | uint32_t c1_xscaleauxcr; /* XScale auxiliary control register. */ |
41 | * the generated code will synchronize the CPU state before calling the hook | 25 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUArchState { |
42 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 26 | */ |
27 | uint32_t *rbar[M_REG_NUM_BANKS]; | ||
28 | uint32_t *rlar[M_REG_NUM_BANKS]; | ||
29 | + uint32_t *hprbar; | ||
30 | + uint32_t *hprlar; | ||
31 | uint32_t mair0[M_REG_NUM_BANKS]; | ||
32 | uint32_t mair1[M_REG_NUM_BANKS]; | ||
33 | + uint32_t hprselr; | ||
34 | } pmsav8; | ||
35 | |||
36 | /* v8M SAU */ | ||
37 | @@ -XXX,XX +XXX,XX @@ struct ArchCPU { | ||
38 | bool has_mpu; | ||
39 | /* PMSAv7 MPU number of supported regions */ | ||
40 | uint32_t pmsav7_dregion; | ||
41 | + /* PMSAv8 MPU number of supported hyp regions */ | ||
42 | + uint32_t pmsav8r_hdregion; | ||
43 | /* v8M SAU number of supported regions */ | ||
44 | uint32_t sau_sregion; | ||
45 | |||
46 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | 47 | index XXXXXXX..XXXXXXX 100644 |
44 | --- a/target/arm/translate-vfp.inc.c | 48 | --- a/target/arm/cpu.c |
45 | +++ b/target/arm/translate-vfp.inc.c | 49 | +++ b/target/arm/cpu.c |
46 | @@ -XXX,XX +XXX,XX @@ static bool full_vfp_access_check(DisasContext *s, bool ignore_vfp_enabled) | 50 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset_hold(Object *obj) |
47 | if (s->v7m_lspact) { | 51 | sizeof(*env->pmsav7.dracr) * cpu->pmsav7_dregion); |
48 | /* | ||
49 | * Lazy state saving affects external memory and also the NVIC, | ||
50 | - * so we must mark it as an IO operation for icount. | ||
51 | + * so we must mark it as an IO operation for icount (and cause | ||
52 | + * this to be the last insn in the TB). | ||
53 | */ | ||
54 | if (tb_cflags(s->base.tb) & CF_USE_ICOUNT) { | ||
55 | + s->base.is_jmp = DISAS_UPDATE; | ||
56 | gen_io_start(); | ||
57 | } | 52 | } |
58 | gen_helper_v7m_preserve_fp_state(cpu_env); | 53 | } |
59 | - if (tb_cflags(s->base.tb) & CF_USE_ICOUNT) { | 54 | + |
60 | - gen_io_end(); | 55 | + if (cpu->pmsav8r_hdregion > 0) { |
61 | - } | 56 | + memset(env->pmsav8.hprbar, 0, |
62 | /* | 57 | + sizeof(*env->pmsav8.hprbar) * cpu->pmsav8r_hdregion); |
63 | * If the preserve_fp_state helper doesn't throw an exception | 58 | + memset(env->pmsav8.hprlar, 0, |
64 | * then it will clear LSPACT; we don't need to repeat this for | 59 | + sizeof(*env->pmsav8.hprlar) * cpu->pmsav8r_hdregion); |
65 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 60 | + } |
61 | + | ||
62 | env->pmsav7.rnr[M_REG_NS] = 0; | ||
63 | env->pmsav7.rnr[M_REG_S] = 0; | ||
64 | env->pmsav8.mair0[M_REG_NS] = 0; | ||
65 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
66 | /* MPU can be configured out of a PMSA CPU either by setting has-mpu | ||
67 | * to false or by setting pmsav7-dregion to 0. | ||
68 | */ | ||
69 | - if (!cpu->has_mpu) { | ||
70 | - cpu->pmsav7_dregion = 0; | ||
71 | - } | ||
72 | - if (cpu->pmsav7_dregion == 0) { | ||
73 | + if (!cpu->has_mpu || cpu->pmsav7_dregion == 0) { | ||
74 | cpu->has_mpu = false; | ||
75 | + cpu->pmsav7_dregion = 0; | ||
76 | + cpu->pmsav8r_hdregion = 0; | ||
77 | } | ||
78 | |||
79 | if (arm_feature(env, ARM_FEATURE_PMSA) && | ||
80 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
81 | env->pmsav7.dracr = g_new0(uint32_t, nr); | ||
82 | } | ||
83 | } | ||
84 | + | ||
85 | + if (cpu->pmsav8r_hdregion > 0xff) { | ||
86 | + error_setg(errp, "PMSAv8 MPU EL2 #regions invalid %" PRIu32, | ||
87 | + cpu->pmsav8r_hdregion); | ||
88 | + return; | ||
89 | + } | ||
90 | + | ||
91 | + if (cpu->pmsav8r_hdregion) { | ||
92 | + env->pmsav8.hprbar = g_new0(uint32_t, | ||
93 | + cpu->pmsav8r_hdregion); | ||
94 | + env->pmsav8.hprlar = g_new0(uint32_t, | ||
95 | + cpu->pmsav8r_hdregion); | ||
96 | + } | ||
97 | } | ||
98 | |||
99 | if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
100 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
66 | index XXXXXXX..XXXXXXX 100644 | 101 | index XXXXXXX..XXXXXXX 100644 |
67 | --- a/target/arm/translate.c | 102 | --- a/target/arm/helper.c |
68 | +++ b/target/arm/translate.c | 103 | +++ b/target/arm/helper.c |
69 | @@ -XXX,XX +XXX,XX @@ static bool do_ldm(DisasContext *s, arg_ldst_block *a, int min_n) | 104 | @@ -XXX,XX +XXX,XX @@ static void pmsav7_rgnr_write(CPUARMState *env, const ARMCPRegInfo *ri, |
70 | gen_io_start(); | 105 | raw_write(env, ri, value); |
106 | } | ||
107 | |||
108 | +static void prbar_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
109 | + uint64_t value) | ||
110 | +{ | ||
111 | + ARMCPU *cpu = env_archcpu(env); | ||
112 | + | ||
113 | + tlb_flush(CPU(cpu)); /* Mappings may have changed - purge! */ | ||
114 | + env->pmsav8.rbar[M_REG_NS][env->pmsav7.rnr[M_REG_NS]] = value; | ||
115 | +} | ||
116 | + | ||
117 | +static uint64_t prbar_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
118 | +{ | ||
119 | + return env->pmsav8.rbar[M_REG_NS][env->pmsav7.rnr[M_REG_NS]]; | ||
120 | +} | ||
121 | + | ||
122 | +static void prlar_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
123 | + uint64_t value) | ||
124 | +{ | ||
125 | + ARMCPU *cpu = env_archcpu(env); | ||
126 | + | ||
127 | + tlb_flush(CPU(cpu)); /* Mappings may have changed - purge! */ | ||
128 | + env->pmsav8.rlar[M_REG_NS][env->pmsav7.rnr[M_REG_NS]] = value; | ||
129 | +} | ||
130 | + | ||
131 | +static uint64_t prlar_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
132 | +{ | ||
133 | + return env->pmsav8.rlar[M_REG_NS][env->pmsav7.rnr[M_REG_NS]]; | ||
134 | +} | ||
135 | + | ||
136 | +static void prselr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
137 | + uint64_t value) | ||
138 | +{ | ||
139 | + ARMCPU *cpu = env_archcpu(env); | ||
140 | + | ||
141 | + /* | ||
142 | + * Ignore writes that would select not implemented region. | ||
143 | + * This is architecturally UNPREDICTABLE. | ||
144 | + */ | ||
145 | + if (value >= cpu->pmsav7_dregion) { | ||
146 | + return; | ||
147 | + } | ||
148 | + | ||
149 | + env->pmsav7.rnr[M_REG_NS] = value; | ||
150 | +} | ||
151 | + | ||
152 | +static void hprbar_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
153 | + uint64_t value) | ||
154 | +{ | ||
155 | + ARMCPU *cpu = env_archcpu(env); | ||
156 | + | ||
157 | + tlb_flush(CPU(cpu)); /* Mappings may have changed - purge! */ | ||
158 | + env->pmsav8.hprbar[env->pmsav8.hprselr] = value; | ||
159 | +} | ||
160 | + | ||
161 | +static uint64_t hprbar_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
162 | +{ | ||
163 | + return env->pmsav8.hprbar[env->pmsav8.hprselr]; | ||
164 | +} | ||
165 | + | ||
166 | +static void hprlar_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
167 | + uint64_t value) | ||
168 | +{ | ||
169 | + ARMCPU *cpu = env_archcpu(env); | ||
170 | + | ||
171 | + tlb_flush(CPU(cpu)); /* Mappings may have changed - purge! */ | ||
172 | + env->pmsav8.hprlar[env->pmsav8.hprselr] = value; | ||
173 | +} | ||
174 | + | ||
175 | +static uint64_t hprlar_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
176 | +{ | ||
177 | + return env->pmsav8.hprlar[env->pmsav8.hprselr]; | ||
178 | +} | ||
179 | + | ||
180 | +static void hprenr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
181 | + uint64_t value) | ||
182 | +{ | ||
183 | + uint32_t n; | ||
184 | + uint32_t bit; | ||
185 | + ARMCPU *cpu = env_archcpu(env); | ||
186 | + | ||
187 | + /* Ignore writes to unimplemented regions */ | ||
188 | + int rmax = MIN(cpu->pmsav8r_hdregion, 32); | ||
189 | + value &= MAKE_64BIT_MASK(0, rmax); | ||
190 | + | ||
191 | + tlb_flush(CPU(cpu)); /* Mappings may have changed - purge! */ | ||
192 | + | ||
193 | + /* Register alias is only valid for first 32 indexes */ | ||
194 | + for (n = 0; n < rmax; ++n) { | ||
195 | + bit = extract32(value, n, 1); | ||
196 | + env->pmsav8.hprlar[n] = deposit32( | ||
197 | + env->pmsav8.hprlar[n], 0, 1, bit); | ||
198 | + } | ||
199 | +} | ||
200 | + | ||
201 | +static uint64_t hprenr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
202 | +{ | ||
203 | + uint32_t n; | ||
204 | + uint32_t result = 0x0; | ||
205 | + ARMCPU *cpu = env_archcpu(env); | ||
206 | + | ||
207 | + /* Register alias is only valid for first 32 indexes */ | ||
208 | + for (n = 0; n < MIN(cpu->pmsav8r_hdregion, 32); ++n) { | ||
209 | + if (env->pmsav8.hprlar[n] & 0x1) { | ||
210 | + result |= (0x1 << n); | ||
211 | + } | ||
212 | + } | ||
213 | + return result; | ||
214 | +} | ||
215 | + | ||
216 | +static void hprselr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
217 | + uint64_t value) | ||
218 | +{ | ||
219 | + ARMCPU *cpu = env_archcpu(env); | ||
220 | + | ||
221 | + /* | ||
222 | + * Ignore writes that would select not implemented region. | ||
223 | + * This is architecturally UNPREDICTABLE. | ||
224 | + */ | ||
225 | + if (value >= cpu->pmsav8r_hdregion) { | ||
226 | + return; | ||
227 | + } | ||
228 | + | ||
229 | + env->pmsav8.hprselr = value; | ||
230 | +} | ||
231 | + | ||
232 | +static void pmsav8r_regn_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
233 | + uint64_t value) | ||
234 | +{ | ||
235 | + ARMCPU *cpu = env_archcpu(env); | ||
236 | + uint8_t index = (extract32(ri->opc0, 0, 1) << 4) | | ||
237 | + (extract32(ri->crm, 0, 3) << 1) | extract32(ri->opc2, 2, 1); | ||
238 | + | ||
239 | + tlb_flush(CPU(cpu)); /* Mappings may have changed - purge! */ | ||
240 | + | ||
241 | + if (ri->opc1 & 4) { | ||
242 | + if (index >= cpu->pmsav8r_hdregion) { | ||
243 | + return; | ||
244 | + } | ||
245 | + if (ri->opc2 & 0x1) { | ||
246 | + env->pmsav8.hprlar[index] = value; | ||
247 | + } else { | ||
248 | + env->pmsav8.hprbar[index] = value; | ||
249 | + } | ||
250 | + } else { | ||
251 | + if (index >= cpu->pmsav7_dregion) { | ||
252 | + return; | ||
253 | + } | ||
254 | + if (ri->opc2 & 0x1) { | ||
255 | + env->pmsav8.rlar[M_REG_NS][index] = value; | ||
256 | + } else { | ||
257 | + env->pmsav8.rbar[M_REG_NS][index] = value; | ||
258 | + } | ||
259 | + } | ||
260 | +} | ||
261 | + | ||
262 | +static uint64_t pmsav8r_regn_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
263 | +{ | ||
264 | + ARMCPU *cpu = env_archcpu(env); | ||
265 | + uint8_t index = (extract32(ri->opc0, 0, 1) << 4) | | ||
266 | + (extract32(ri->crm, 0, 3) << 1) | extract32(ri->opc2, 2, 1); | ||
267 | + | ||
268 | + if (ri->opc1 & 4) { | ||
269 | + if (index >= cpu->pmsav8r_hdregion) { | ||
270 | + return 0x0; | ||
271 | + } | ||
272 | + if (ri->opc2 & 0x1) { | ||
273 | + return env->pmsav8.hprlar[index]; | ||
274 | + } else { | ||
275 | + return env->pmsav8.hprbar[index]; | ||
276 | + } | ||
277 | + } else { | ||
278 | + if (index >= cpu->pmsav7_dregion) { | ||
279 | + return 0x0; | ||
280 | + } | ||
281 | + if (ri->opc2 & 0x1) { | ||
282 | + return env->pmsav8.rlar[M_REG_NS][index]; | ||
283 | + } else { | ||
284 | + return env->pmsav8.rbar[M_REG_NS][index]; | ||
285 | + } | ||
286 | + } | ||
287 | +} | ||
288 | + | ||
289 | +static const ARMCPRegInfo pmsav8r_cp_reginfo[] = { | ||
290 | + { .name = "PRBAR", | ||
291 | + .cp = 15, .opc1 = 0, .crn = 6, .crm = 3, .opc2 = 0, | ||
292 | + .access = PL1_RW, .type = ARM_CP_NO_RAW, | ||
293 | + .accessfn = access_tvm_trvm, | ||
294 | + .readfn = prbar_read, .writefn = prbar_write }, | ||
295 | + { .name = "PRLAR", | ||
296 | + .cp = 15, .opc1 = 0, .crn = 6, .crm = 3, .opc2 = 1, | ||
297 | + .access = PL1_RW, .type = ARM_CP_NO_RAW, | ||
298 | + .accessfn = access_tvm_trvm, | ||
299 | + .readfn = prlar_read, .writefn = prlar_write }, | ||
300 | + { .name = "PRSELR", .resetvalue = 0, | ||
301 | + .cp = 15, .opc1 = 0, .crn = 6, .crm = 2, .opc2 = 1, | ||
302 | + .access = PL1_RW, .accessfn = access_tvm_trvm, | ||
303 | + .writefn = prselr_write, | ||
304 | + .fieldoffset = offsetof(CPUARMState, pmsav7.rnr[M_REG_NS]) }, | ||
305 | + { .name = "HPRBAR", .resetvalue = 0, | ||
306 | + .cp = 15, .opc1 = 4, .crn = 6, .crm = 3, .opc2 = 0, | ||
307 | + .access = PL2_RW, .type = ARM_CP_NO_RAW, | ||
308 | + .readfn = hprbar_read, .writefn = hprbar_write }, | ||
309 | + { .name = "HPRLAR", | ||
310 | + .cp = 15, .opc1 = 4, .crn = 6, .crm = 3, .opc2 = 1, | ||
311 | + .access = PL2_RW, .type = ARM_CP_NO_RAW, | ||
312 | + .readfn = hprlar_read, .writefn = hprlar_write }, | ||
313 | + { .name = "HPRSELR", .resetvalue = 0, | ||
314 | + .cp = 15, .opc1 = 4, .crn = 6, .crm = 2, .opc2 = 1, | ||
315 | + .access = PL2_RW, | ||
316 | + .writefn = hprselr_write, | ||
317 | + .fieldoffset = offsetof(CPUARMState, pmsav8.hprselr) }, | ||
318 | + { .name = "HPRENR", | ||
319 | + .cp = 15, .opc1 = 4, .crn = 6, .crm = 1, .opc2 = 1, | ||
320 | + .access = PL2_RW, .type = ARM_CP_NO_RAW, | ||
321 | + .readfn = hprenr_read, .writefn = hprenr_write }, | ||
322 | +}; | ||
323 | + | ||
324 | static const ARMCPRegInfo pmsav7_cp_reginfo[] = { | ||
325 | /* Reset for all these registers is handled in arm_cpu_reset(), | ||
326 | * because the PMSAv7 is also used by M-profile CPUs, which do | ||
327 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
328 | .access = PL1_R, .type = ARM_CP_CONST, | ||
329 | .resetvalue = cpu->pmsav7_dregion << 8 | ||
330 | }; | ||
331 | + /* HMPUIR is specific to PMSA V8 */ | ||
332 | + ARMCPRegInfo id_hmpuir_reginfo = { | ||
333 | + .name = "HMPUIR", | ||
334 | + .cp = 15, .opc1 = 4, .crn = 0, .crm = 0, .opc2 = 4, | ||
335 | + .access = PL2_R, .type = ARM_CP_CONST, | ||
336 | + .resetvalue = cpu->pmsav8r_hdregion | ||
337 | + }; | ||
338 | static const ARMCPRegInfo crn0_wi_reginfo = { | ||
339 | .name = "CRN0_WI", .cp = 15, .crn = 0, .crm = CP_ANY, | ||
340 | .opc1 = CP_ANY, .opc2 = CP_ANY, .access = PL1_W, | ||
341 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
342 | define_arm_cp_regs(cpu, id_cp_reginfo); | ||
343 | if (!arm_feature(env, ARM_FEATURE_PMSA)) { | ||
344 | define_one_arm_cp_reg(cpu, &id_tlbtr_reginfo); | ||
345 | + } else if (arm_feature(env, ARM_FEATURE_PMSA) && | ||
346 | + arm_feature(env, ARM_FEATURE_V8)) { | ||
347 | + uint32_t i = 0; | ||
348 | + char *tmp_string; | ||
349 | + | ||
350 | + define_one_arm_cp_reg(cpu, &id_mpuir_reginfo); | ||
351 | + define_one_arm_cp_reg(cpu, &id_hmpuir_reginfo); | ||
352 | + define_arm_cp_regs(cpu, pmsav8r_cp_reginfo); | ||
353 | + | ||
354 | + /* Register alias is only valid for first 32 indexes */ | ||
355 | + for (i = 0; i < MIN(cpu->pmsav7_dregion, 32); ++i) { | ||
356 | + uint8_t crm = 0b1000 | extract32(i, 1, 3); | ||
357 | + uint8_t opc1 = extract32(i, 4, 1); | ||
358 | + uint8_t opc2 = extract32(i, 0, 1) << 2; | ||
359 | + | ||
360 | + tmp_string = g_strdup_printf("PRBAR%u", i); | ||
361 | + ARMCPRegInfo tmp_prbarn_reginfo = { | ||
362 | + .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, | ||
363 | + .cp = 15, .opc1 = opc1, .crn = 6, .crm = crm, .opc2 = opc2, | ||
364 | + .access = PL1_RW, .resetvalue = 0, | ||
365 | + .accessfn = access_tvm_trvm, | ||
366 | + .writefn = pmsav8r_regn_write, .readfn = pmsav8r_regn_read | ||
367 | + }; | ||
368 | + define_one_arm_cp_reg(cpu, &tmp_prbarn_reginfo); | ||
369 | + g_free(tmp_string); | ||
370 | + | ||
371 | + opc2 = extract32(i, 0, 1) << 2 | 0x1; | ||
372 | + tmp_string = g_strdup_printf("PRLAR%u", i); | ||
373 | + ARMCPRegInfo tmp_prlarn_reginfo = { | ||
374 | + .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, | ||
375 | + .cp = 15, .opc1 = opc1, .crn = 6, .crm = crm, .opc2 = opc2, | ||
376 | + .access = PL1_RW, .resetvalue = 0, | ||
377 | + .accessfn = access_tvm_trvm, | ||
378 | + .writefn = pmsav8r_regn_write, .readfn = pmsav8r_regn_read | ||
379 | + }; | ||
380 | + define_one_arm_cp_reg(cpu, &tmp_prlarn_reginfo); | ||
381 | + g_free(tmp_string); | ||
382 | + } | ||
383 | + | ||
384 | + /* Register alias is only valid for first 32 indexes */ | ||
385 | + for (i = 0; i < MIN(cpu->pmsav8r_hdregion, 32); ++i) { | ||
386 | + uint8_t crm = 0b1000 | extract32(i, 1, 3); | ||
387 | + uint8_t opc1 = 0b100 | extract32(i, 4, 1); | ||
388 | + uint8_t opc2 = extract32(i, 0, 1) << 2; | ||
389 | + | ||
390 | + tmp_string = g_strdup_printf("HPRBAR%u", i); | ||
391 | + ARMCPRegInfo tmp_hprbarn_reginfo = { | ||
392 | + .name = tmp_string, | ||
393 | + .type = ARM_CP_NO_RAW, | ||
394 | + .cp = 15, .opc1 = opc1, .crn = 6, .crm = crm, .opc2 = opc2, | ||
395 | + .access = PL2_RW, .resetvalue = 0, | ||
396 | + .writefn = pmsav8r_regn_write, .readfn = pmsav8r_regn_read | ||
397 | + }; | ||
398 | + define_one_arm_cp_reg(cpu, &tmp_hprbarn_reginfo); | ||
399 | + g_free(tmp_string); | ||
400 | + | ||
401 | + opc2 = extract32(i, 0, 1) << 2 | 0x1; | ||
402 | + tmp_string = g_strdup_printf("HPRLAR%u", i); | ||
403 | + ARMCPRegInfo tmp_hprlarn_reginfo = { | ||
404 | + .name = tmp_string, | ||
405 | + .type = ARM_CP_NO_RAW, | ||
406 | + .cp = 15, .opc1 = opc1, .crn = 6, .crm = crm, .opc2 = opc2, | ||
407 | + .access = PL2_RW, .resetvalue = 0, | ||
408 | + .writefn = pmsav8r_regn_write, .readfn = pmsav8r_regn_read | ||
409 | + }; | ||
410 | + define_one_arm_cp_reg(cpu, &tmp_hprlarn_reginfo); | ||
411 | + g_free(tmp_string); | ||
412 | + } | ||
413 | } else if (arm_feature(env, ARM_FEATURE_V7)) { | ||
414 | define_one_arm_cp_reg(cpu, &id_mpuir_reginfo); | ||
71 | } | 415 | } |
72 | gen_helper_cpsr_write_eret(cpu_env, tmp); | 416 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
73 | - if (tb_cflags(s->base.tb) & CF_USE_ICOUNT) { | 417 | sctlr.type |= ARM_CP_SUPPRESS_TB_END; |
74 | - gen_io_end(); | 418 | } |
75 | - } | 419 | define_one_arm_cp_reg(cpu, &sctlr); |
76 | tcg_temp_free_i32(tmp); | 420 | + |
77 | /* Must exit loop to check un-masked IRQs */ | 421 | + if (arm_feature(env, ARM_FEATURE_PMSA) && |
78 | s->base.is_jmp = DISAS_EXIT; | 422 | + arm_feature(env, ARM_FEATURE_V8)) { |
423 | + ARMCPRegInfo vsctlr = { | ||
424 | + .name = "VSCTLR", .state = ARM_CP_STATE_AA32, | ||
425 | + .cp = 15, .opc1 = 4, .crn = 2, .crm = 0, .opc2 = 0, | ||
426 | + .access = PL2_RW, .resetvalue = 0x0, | ||
427 | + .fieldoffset = offsetoflow32(CPUARMState, cp15.vsctlr), | ||
428 | + }; | ||
429 | + define_one_arm_cp_reg(cpu, &vsctlr); | ||
430 | + } | ||
431 | } | ||
432 | |||
433 | if (cpu_isar_feature(aa64_lor, cpu)) { | ||
434 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
435 | index XXXXXXX..XXXXXXX 100644 | ||
436 | --- a/target/arm/machine.c | ||
437 | +++ b/target/arm/machine.c | ||
438 | @@ -XXX,XX +XXX,XX @@ static bool pmsav8_needed(void *opaque) | ||
439 | arm_feature(env, ARM_FEATURE_V8); | ||
440 | } | ||
441 | |||
442 | +static bool pmsav8r_needed(void *opaque) | ||
443 | +{ | ||
444 | + ARMCPU *cpu = opaque; | ||
445 | + CPUARMState *env = &cpu->env; | ||
446 | + | ||
447 | + return arm_feature(env, ARM_FEATURE_PMSA) && | ||
448 | + arm_feature(env, ARM_FEATURE_V8) && | ||
449 | + !arm_feature(env, ARM_FEATURE_M); | ||
450 | +} | ||
451 | + | ||
452 | +static const VMStateDescription vmstate_pmsav8r = { | ||
453 | + .name = "cpu/pmsav8/pmsav8r", | ||
454 | + .version_id = 1, | ||
455 | + .minimum_version_id = 1, | ||
456 | + .needed = pmsav8r_needed, | ||
457 | + .fields = (VMStateField[]) { | ||
458 | + VMSTATE_VARRAY_UINT32(env.pmsav8.hprbar, ARMCPU, | ||
459 | + pmsav8r_hdregion, 0, vmstate_info_uint32, uint32_t), | ||
460 | + VMSTATE_VARRAY_UINT32(env.pmsav8.hprlar, ARMCPU, | ||
461 | + pmsav8r_hdregion, 0, vmstate_info_uint32, uint32_t), | ||
462 | + VMSTATE_END_OF_LIST() | ||
463 | + }, | ||
464 | +}; | ||
465 | + | ||
466 | static const VMStateDescription vmstate_pmsav8 = { | ||
467 | .name = "cpu/pmsav8", | ||
468 | .version_id = 1, | ||
469 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav8 = { | ||
470 | VMSTATE_UINT32(env.pmsav8.mair0[M_REG_NS], ARMCPU), | ||
471 | VMSTATE_UINT32(env.pmsav8.mair1[M_REG_NS], ARMCPU), | ||
472 | VMSTATE_END_OF_LIST() | ||
473 | + }, | ||
474 | + .subsections = (const VMStateDescription * []) { | ||
475 | + &vmstate_pmsav8r, | ||
476 | + NULL | ||
477 | } | ||
478 | }; | ||
479 | |||
79 | -- | 480 | -- |
80 | 2.20.1 | 481 | 2.25.1 |
81 | 482 | ||
82 | 483 | diff view generated by jsdifflib |
1 | From: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com> | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 2 | ||
3 | This adds support for memory(pc-dimm) hot remove on arm/virt that | 3 | Add PMSAv8r translation. |
4 | uses acpi ged device. | 4 | |
5 | 5 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> | |
6 | NVDIMM hot removal is not yet supported. | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | 7 | Message-id: 20221206102504.165775-7-tobias.roehmel@rwth-aachen.de | |
8 | Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com> | ||
9 | Message-id: 20200622124157.20360-1-shameerali.kolothum.thodi@huawei.com | ||
10 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
11 | Tested-by: Eric Auger <eric.auger@redhat.com> | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 9 | --- |
14 | hw/acpi/generic_event_device.c | 29 ++++++++++++++++ | 10 | target/arm/ptw.c | 126 ++++++++++++++++++++++++++++++++++++++--------- |
15 | hw/arm/virt.c | 62 ++++++++++++++++++++++++++++++++-- | 11 | 1 file changed, 104 insertions(+), 22 deletions(-) |
16 | 2 files changed, 89 insertions(+), 2 deletions(-) | 12 | |
17 | 13 | diff --git a/target/arm/ptw.c b/target/arm/ptw.c | |
18 | diff --git a/hw/acpi/generic_event_device.c b/hw/acpi/generic_event_device.c | ||
19 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/hw/acpi/generic_event_device.c | 15 | --- a/target/arm/ptw.c |
21 | +++ b/hw/acpi/generic_event_device.c | 16 | +++ b/target/arm/ptw.c |
22 | @@ -XXX,XX +XXX,XX @@ static void acpi_ged_device_plug_cb(HotplugHandler *hotplug_dev, | 17 | @@ -XXX,XX +XXX,XX @@ static bool pmsav7_use_background_region(ARMCPU *cpu, ARMMMUIdx mmu_idx, |
23 | } | 18 | |
19 | if (arm_feature(env, ARM_FEATURE_M)) { | ||
20 | return env->v7m.mpu_ctrl[is_secure] & R_V7M_MPU_CTRL_PRIVDEFENA_MASK; | ||
21 | - } else { | ||
22 | - return regime_sctlr(env, mmu_idx) & SCTLR_BR; | ||
23 | } | ||
24 | + | ||
25 | + if (mmu_idx == ARMMMUIdx_Stage2) { | ||
26 | + return false; | ||
27 | + } | ||
28 | + | ||
29 | + return regime_sctlr(env, mmu_idx) & SCTLR_BR; | ||
24 | } | 30 | } |
25 | 31 | ||
26 | +static void acpi_ged_unplug_request_cb(HotplugHandler *hotplug_dev, | 32 | static bool get_phys_addr_pmsav7(CPUARMState *env, uint32_t address, |
27 | + DeviceState *dev, Error **errp) | 33 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_pmsav7(CPUARMState *env, uint32_t address, |
34 | return !(result->f.prot & (1 << access_type)); | ||
35 | } | ||
36 | |||
37 | +static uint32_t *regime_rbar(CPUARMState *env, ARMMMUIdx mmu_idx, | ||
38 | + uint32_t secure) | ||
28 | +{ | 39 | +{ |
29 | + AcpiGedState *s = ACPI_GED(hotplug_dev); | 40 | + if (regime_el(env, mmu_idx) == 2) { |
30 | + | 41 | + return env->pmsav8.hprbar; |
31 | + if ((object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM) && | 42 | + } else { |
32 | + !(object_dynamic_cast(OBJECT(dev), TYPE_NVDIMM)))) { | 43 | + return env->pmsav8.rbar[secure]; |
33 | + acpi_memory_unplug_request_cb(hotplug_dev, &s->memhp_state, dev, errp); | ||
34 | + } else { | ||
35 | + error_setg(errp, "acpi: device unplug request for unsupported device" | ||
36 | + " type: %s", object_get_typename(OBJECT(dev))); | ||
37 | + } | 44 | + } |
38 | +} | 45 | +} |
39 | + | 46 | + |
40 | +static void acpi_ged_unplug_cb(HotplugHandler *hotplug_dev, | 47 | +static uint32_t *regime_rlar(CPUARMState *env, ARMMMUIdx mmu_idx, |
41 | + DeviceState *dev, Error **errp) | 48 | + uint32_t secure) |
42 | +{ | 49 | +{ |
43 | + AcpiGedState *s = ACPI_GED(hotplug_dev); | 50 | + if (regime_el(env, mmu_idx) == 2) { |
44 | + | 51 | + return env->pmsav8.hprlar; |
45 | + if (object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM)) { | 52 | + } else { |
46 | + acpi_memory_unplug_cb(&s->memhp_state, dev, errp); | 53 | + return env->pmsav8.rlar[secure]; |
47 | + } else { | ||
48 | + error_setg(errp, "acpi: device unplug for unsupported device" | ||
49 | + " type: %s", object_get_typename(OBJECT(dev))); | ||
50 | + } | 54 | + } |
51 | +} | 55 | +} |
52 | + | 56 | + |
53 | static void acpi_ged_send_event(AcpiDeviceIf *adev, AcpiEventStatusBits ev) | 57 | bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, |
54 | { | 58 | MMUAccessType access_type, ARMMMUIdx mmu_idx, |
55 | AcpiGedState *s = ACPI_GED(adev); | 59 | bool secure, GetPhysAddrResult *result, |
56 | @@ -XXX,XX +XXX,XX @@ static void acpi_ged_class_init(ObjectClass *class, void *data) | 60 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, |
57 | dc->vmsd = &vmstate_acpi_ged; | 61 | bool hit = false; |
58 | 62 | uint32_t addr_page_base = address & TARGET_PAGE_MASK; | |
59 | hc->plug = acpi_ged_device_plug_cb; | 63 | uint32_t addr_page_limit = addr_page_base + (TARGET_PAGE_SIZE - 1); |
60 | + hc->unplug_request = acpi_ged_unplug_request_cb; | 64 | + int region_counter; |
61 | + hc->unplug = acpi_ged_unplug_cb; | 65 | + |
62 | 66 | + if (regime_el(env, mmu_idx) == 2) { | |
63 | adevc->send_event = acpi_ged_send_event; | 67 | + region_counter = cpu->pmsav8r_hdregion; |
68 | + } else { | ||
69 | + region_counter = cpu->pmsav7_dregion; | ||
70 | + } | ||
71 | |||
72 | result->f.lg_page_size = TARGET_PAGE_BITS; | ||
73 | result->f.phys_addr = address; | ||
74 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
75 | *mregion = -1; | ||
76 | } | ||
77 | |||
78 | + if (mmu_idx == ARMMMUIdx_Stage2) { | ||
79 | + fi->stage2 = true; | ||
80 | + } | ||
81 | + | ||
82 | /* | ||
83 | * Unlike the ARM ARM pseudocode, we don't need to check whether this | ||
84 | * was an exception vector read from the vector table (which is always | ||
85 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
86 | hit = true; | ||
87 | } | ||
88 | |||
89 | - for (n = (int)cpu->pmsav7_dregion - 1; n >= 0; n--) { | ||
90 | + uint32_t bitmask; | ||
91 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
92 | + bitmask = 0x1f; | ||
93 | + } else { | ||
94 | + bitmask = 0x3f; | ||
95 | + fi->level = 0; | ||
96 | + } | ||
97 | + | ||
98 | + for (n = region_counter - 1; n >= 0; n--) { | ||
99 | /* region search */ | ||
100 | /* | ||
101 | - * Note that the base address is bits [31:5] from the register | ||
102 | - * with bits [4:0] all zeroes, but the limit address is bits | ||
103 | - * [31:5] from the register with bits [4:0] all ones. | ||
104 | + * Note that the base address is bits [31:x] from the register | ||
105 | + * with bits [x-1:0] all zeroes, but the limit address is bits | ||
106 | + * [31:x] from the register with bits [x:0] all ones. Where x is | ||
107 | + * 5 for Cortex-M and 6 for Cortex-R | ||
108 | */ | ||
109 | - uint32_t base = env->pmsav8.rbar[secure][n] & ~0x1f; | ||
110 | - uint32_t limit = env->pmsav8.rlar[secure][n] | 0x1f; | ||
111 | + uint32_t base = regime_rbar(env, mmu_idx, secure)[n] & ~bitmask; | ||
112 | + uint32_t limit = regime_rlar(env, mmu_idx, secure)[n] | bitmask; | ||
113 | |||
114 | - if (!(env->pmsav8.rlar[secure][n] & 0x1)) { | ||
115 | + if (!(regime_rlar(env, mmu_idx, secure)[n] & 0x1)) { | ||
116 | /* Region disabled */ | ||
117 | continue; | ||
118 | } | ||
119 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
120 | * PMSAv7 where highest-numbered-region wins) | ||
121 | */ | ||
122 | fi->type = ARMFault_Permission; | ||
123 | - fi->level = 1; | ||
124 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
125 | + fi->level = 1; | ||
126 | + } | ||
127 | return true; | ||
128 | } | ||
129 | |||
130 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
131 | } | ||
132 | |||
133 | if (!hit) { | ||
134 | - /* background fault */ | ||
135 | - fi->type = ARMFault_Background; | ||
136 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
137 | + fi->type = ARMFault_Background; | ||
138 | + } else { | ||
139 | + fi->type = ARMFault_Permission; | ||
140 | + } | ||
141 | return true; | ||
142 | } | ||
143 | |||
144 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
145 | /* hit using the background region */ | ||
146 | get_phys_addr_pmsav7_default(env, mmu_idx, address, &result->f.prot); | ||
147 | } else { | ||
148 | - uint32_t ap = extract32(env->pmsav8.rbar[secure][matchregion], 1, 2); | ||
149 | - uint32_t xn = extract32(env->pmsav8.rbar[secure][matchregion], 0, 1); | ||
150 | + uint32_t matched_rbar = regime_rbar(env, mmu_idx, secure)[matchregion]; | ||
151 | + uint32_t matched_rlar = regime_rlar(env, mmu_idx, secure)[matchregion]; | ||
152 | + uint32_t ap = extract32(matched_rbar, 1, 2); | ||
153 | + uint32_t xn = extract32(matched_rbar, 0, 1); | ||
154 | bool pxn = false; | ||
155 | |||
156 | if (arm_feature(env, ARM_FEATURE_V8_1M)) { | ||
157 | - pxn = extract32(env->pmsav8.rlar[secure][matchregion], 4, 1); | ||
158 | + pxn = extract32(matched_rlar, 4, 1); | ||
159 | } | ||
160 | |||
161 | if (m_is_system_region(env, address)) { | ||
162 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
163 | xn = 1; | ||
164 | } | ||
165 | |||
166 | - result->f.prot = simple_ap_to_rw_prot(env, mmu_idx, ap); | ||
167 | + if (regime_el(env, mmu_idx) == 2) { | ||
168 | + result->f.prot = simple_ap_to_rw_prot_is_user(ap, | ||
169 | + mmu_idx != ARMMMUIdx_E2); | ||
170 | + } else { | ||
171 | + result->f.prot = simple_ap_to_rw_prot(env, mmu_idx, ap); | ||
172 | + } | ||
173 | + | ||
174 | + if (!arm_feature(env, ARM_FEATURE_M)) { | ||
175 | + uint8_t attrindx = extract32(matched_rlar, 1, 3); | ||
176 | + uint64_t mair = env->cp15.mair_el[regime_el(env, mmu_idx)]; | ||
177 | + uint8_t sh = extract32(matched_rlar, 3, 2); | ||
178 | + | ||
179 | + if (regime_sctlr(env, mmu_idx) & SCTLR_WXN && | ||
180 | + result->f.prot & PAGE_WRITE && mmu_idx != ARMMMUIdx_Stage2) { | ||
181 | + xn = 0x1; | ||
182 | + } | ||
183 | + | ||
184 | + if ((regime_el(env, mmu_idx) == 1) && | ||
185 | + regime_sctlr(env, mmu_idx) & SCTLR_UWXN && ap == 0x1) { | ||
186 | + pxn = 0x1; | ||
187 | + } | ||
188 | + | ||
189 | + result->cacheattrs.is_s2_format = false; | ||
190 | + result->cacheattrs.attrs = extract64(mair, attrindx * 8, 8); | ||
191 | + result->cacheattrs.shareability = sh; | ||
192 | + } | ||
193 | + | ||
194 | if (result->f.prot && !xn && !(pxn && !is_user)) { | ||
195 | result->f.prot |= PAGE_EXEC; | ||
196 | } | ||
197 | - /* | ||
198 | - * We don't need to look the attribute up in the MAIR0/MAIR1 | ||
199 | - * registers because that only tells us about cacheability. | ||
200 | - */ | ||
201 | + | ||
202 | if (mregion) { | ||
203 | *mregion = matchregion; | ||
204 | } | ||
205 | } | ||
206 | |||
207 | fi->type = ARMFault_Permission; | ||
208 | - fi->level = 1; | ||
209 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
210 | + fi->level = 1; | ||
211 | + } | ||
212 | return !(result->f.prot & (1 << access_type)); | ||
64 | } | 213 | } |
65 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 214 | |
66 | index XXXXXXX..XXXXXXX 100644 | 215 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_twostage(CPUARMState *env, S1Translate *ptw, |
67 | --- a/hw/arm/virt.c | 216 | cacheattrs1 = result->cacheattrs; |
68 | +++ b/hw/arm/virt.c | 217 | memset(result, 0, sizeof(*result)); |
69 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_device_plug_cb(HotplugHandler *hotplug_dev, | 218 | |
70 | } | 219 | - ret = get_phys_addr_lpae(env, ptw, ipa, access_type, is_el0, result, fi); |
71 | } | 220 | + if (arm_feature(env, ARM_FEATURE_PMSA)) { |
72 | 221 | + ret = get_phys_addr_pmsav8(env, ipa, access_type, | |
73 | +static void virt_dimm_unplug_request(HotplugHandler *hotplug_dev, | 222 | + ptw->in_mmu_idx, is_secure, result, fi); |
74 | + DeviceState *dev, Error **errp) | 223 | + } else { |
75 | +{ | 224 | + ret = get_phys_addr_lpae(env, ptw, ipa, access_type, |
76 | + VirtMachineState *vms = VIRT_MACHINE(hotplug_dev); | 225 | + is_el0, result, fi); |
77 | + Error *local_err = NULL; | 226 | + } |
78 | + | 227 | fi->s2addr = ipa; |
79 | + if (!vms->acpi_dev) { | 228 | |
80 | + error_setg(&local_err, | 229 | /* Combine the S1 and S2 perms. */ |
81 | + "memory hotplug is not enabled: missing acpi-ged device"); | ||
82 | + goto out; | ||
83 | + } | ||
84 | + | ||
85 | + if (object_dynamic_cast(OBJECT(dev), TYPE_NVDIMM)) { | ||
86 | + error_setg(&local_err, | ||
87 | + "nvdimm device hot unplug is not supported yet."); | ||
88 | + goto out; | ||
89 | + } | ||
90 | + | ||
91 | + hotplug_handler_unplug_request(HOTPLUG_HANDLER(vms->acpi_dev), dev, | ||
92 | + &local_err); | ||
93 | +out: | ||
94 | + error_propagate(errp, local_err); | ||
95 | +} | ||
96 | + | ||
97 | +static void virt_dimm_unplug(HotplugHandler *hotplug_dev, | ||
98 | + DeviceState *dev, Error **errp) | ||
99 | +{ | ||
100 | + VirtMachineState *vms = VIRT_MACHINE(hotplug_dev); | ||
101 | + Error *local_err = NULL; | ||
102 | + | ||
103 | + hotplug_handler_unplug(HOTPLUG_HANDLER(vms->acpi_dev), dev, &local_err); | ||
104 | + if (local_err) { | ||
105 | + goto out; | ||
106 | + } | ||
107 | + | ||
108 | + pc_dimm_unplug(PC_DIMM(dev), MACHINE(vms)); | ||
109 | + qdev_unrealize(dev); | ||
110 | + | ||
111 | +out: | ||
112 | + error_propagate(errp, local_err); | ||
113 | +} | ||
114 | + | ||
115 | static void virt_machine_device_unplug_request_cb(HotplugHandler *hotplug_dev, | ||
116 | DeviceState *dev, Error **errp) | ||
117 | { | ||
118 | - error_setg(errp, "device unplug request for unsupported device" | ||
119 | - " type: %s", object_get_typename(OBJECT(dev))); | ||
120 | + if (object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM)) { | ||
121 | + virt_dimm_unplug_request(hotplug_dev, dev, errp); | ||
122 | + } else { | ||
123 | + error_setg(errp, "device unplug request for unsupported device" | ||
124 | + " type: %s", object_get_typename(OBJECT(dev))); | ||
125 | + } | ||
126 | +} | ||
127 | + | ||
128 | +static void virt_machine_device_unplug_cb(HotplugHandler *hotplug_dev, | ||
129 | + DeviceState *dev, Error **errp) | ||
130 | +{ | ||
131 | + if (object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM)) { | ||
132 | + virt_dimm_unplug(hotplug_dev, dev, errp); | ||
133 | + } else { | ||
134 | + error_setg(errp, "virt: device unplug for unsupported device" | ||
135 | + " type: %s", object_get_typename(OBJECT(dev))); | ||
136 | + } | ||
137 | } | ||
138 | |||
139 | static HotplugHandler *virt_machine_get_hotplug_handler(MachineState *machine, | ||
140 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_class_init(ObjectClass *oc, void *data) | ||
141 | hc->pre_plug = virt_machine_device_pre_plug_cb; | ||
142 | hc->plug = virt_machine_device_plug_cb; | ||
143 | hc->unplug_request = virt_machine_device_unplug_request_cb; | ||
144 | + hc->unplug = virt_machine_device_unplug_cb; | ||
145 | mc->numa_mem_supported = true; | ||
146 | mc->nvdimm_supported = true; | ||
147 | mc->auto_enable_numa_with_memhp = true; | ||
148 | -- | 230 | -- |
149 | 2.20.1 | 231 | 2.25.1 |
150 | 232 | ||
151 | 233 | diff view generated by jsdifflib |
1 | Convert the VCVT instructions in the 2-reg-misc grouping to | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | decodetree. | ||
3 | 2 | ||
3 | All constants are taken from the ARM Cortex-R52 Processor TRM Revision: r1p3 | ||
4 | |||
5 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Message-id: 20221206102504.165775-8-tobias.roehmel@rwth-aachen.de | ||
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: 20200616170844.13318-19-peter.maydell@linaro.org | ||
7 | --- | 9 | --- |
8 | target/arm/neon-dp.decode | 9 +++++ | 10 | target/arm/cpu_tcg.c | 42 ++++++++++++++++++++++++++++++++++++++++++ |
9 | target/arm/translate-neon.inc.c | 70 +++++++++++++++++++++++++++++++++ | 11 | 1 file changed, 42 insertions(+) |
10 | target/arm/translate.c | 70 ++++----------------------------- | ||
11 | 3 files changed, 87 insertions(+), 62 deletions(-) | ||
12 | 12 | ||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 13 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c |
14 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 15 | --- a/target/arm/cpu_tcg.c |
16 | +++ b/target/arm/neon-dp.decode | 16 | +++ b/target/arm/cpu_tcg.c |
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 17 | @@ -XXX,XX +XXX,XX @@ static void cortex_r5_initfn(Object *obj) |
18 | 18 | define_arm_cp_regs(cpu, cortexr5_cp_reginfo); | |
19 | VRINTP 1111 001 11 . 11 .. 10 .... 0 1111 . . 0 .... @2misc | 19 | } |
20 | 20 | ||
21 | + VCVTAS 1111 001 11 . 11 .. 11 .... 0 0000 . . 0 .... @2misc | 21 | +static void cortex_r52_initfn(Object *obj) |
22 | + VCVTAU 1111 001 11 . 11 .. 11 .... 0 0001 . . 0 .... @2misc | 22 | +{ |
23 | + VCVTNS 1111 001 11 . 11 .. 11 .... 0 0010 . . 0 .... @2misc | 23 | + ARMCPU *cpu = ARM_CPU(obj); |
24 | + VCVTNU 1111 001 11 . 11 .. 11 .... 0 0011 . . 0 .... @2misc | ||
25 | + VCVTPS 1111 001 11 . 11 .. 11 .... 0 0100 . . 0 .... @2misc | ||
26 | + VCVTPU 1111 001 11 . 11 .. 11 .... 0 0101 . . 0 .... @2misc | ||
27 | + VCVTMS 1111 001 11 . 11 .. 11 .... 0 0110 . . 0 .... @2misc | ||
28 | + VCVTMU 1111 001 11 . 11 .. 11 .... 0 0111 . . 0 .... @2misc | ||
29 | + | 24 | + |
30 | VRECPE 1111 001 11 . 11 .. 11 .... 0 1000 . . 0 .... @2misc | 25 | + set_feature(&cpu->env, ARM_FEATURE_V8); |
31 | VRSQRTE 1111 001 11 . 11 .. 11 .... 0 1001 . . 0 .... @2misc | 26 | + set_feature(&cpu->env, ARM_FEATURE_EL2); |
32 | VRECPE_F 1111 001 11 . 11 .. 11 .... 0 1010 . . 0 .... @2misc | 27 | + set_feature(&cpu->env, ARM_FEATURE_PMSA); |
33 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 28 | + set_feature(&cpu->env, ARM_FEATURE_NEON); |
34 | index XXXXXXX..XXXXXXX 100644 | 29 | + set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); |
35 | --- a/target/arm/translate-neon.inc.c | 30 | + cpu->midr = 0x411fd133; /* r1p3 */ |
36 | +++ b/target/arm/translate-neon.inc.c | 31 | + cpu->revidr = 0x00000000; |
37 | @@ -XXX,XX +XXX,XX @@ DO_VRINT(VRINTA, FPROUNDING_TIEAWAY) | 32 | + cpu->reset_fpsid = 0x41034023; |
38 | DO_VRINT(VRINTZ, FPROUNDING_ZERO) | 33 | + cpu->isar.mvfr0 = 0x10110222; |
39 | DO_VRINT(VRINTM, FPROUNDING_NEGINF) | 34 | + cpu->isar.mvfr1 = 0x12111111; |
40 | DO_VRINT(VRINTP, FPROUNDING_POSINF) | 35 | + cpu->isar.mvfr2 = 0x00000043; |
36 | + cpu->ctr = 0x8144c004; | ||
37 | + cpu->reset_sctlr = 0x30c50838; | ||
38 | + cpu->isar.id_pfr0 = 0x00000131; | ||
39 | + cpu->isar.id_pfr1 = 0x10111001; | ||
40 | + cpu->isar.id_dfr0 = 0x03010006; | ||
41 | + cpu->id_afr0 = 0x00000000; | ||
42 | + cpu->isar.id_mmfr0 = 0x00211040; | ||
43 | + cpu->isar.id_mmfr1 = 0x40000000; | ||
44 | + cpu->isar.id_mmfr2 = 0x01200000; | ||
45 | + cpu->isar.id_mmfr3 = 0xf0102211; | ||
46 | + cpu->isar.id_mmfr4 = 0x00000010; | ||
47 | + cpu->isar.id_isar0 = 0x02101110; | ||
48 | + cpu->isar.id_isar1 = 0x13112111; | ||
49 | + cpu->isar.id_isar2 = 0x21232142; | ||
50 | + cpu->isar.id_isar3 = 0x01112131; | ||
51 | + cpu->isar.id_isar4 = 0x00010142; | ||
52 | + cpu->isar.id_isar5 = 0x00010001; | ||
53 | + cpu->isar.dbgdidr = 0x77168000; | ||
54 | + cpu->clidr = (1 << 27) | (1 << 24) | 0x3; | ||
55 | + cpu->ccsidr[0] = 0x700fe01a; /* 32KB L1 dcache */ | ||
56 | + cpu->ccsidr[1] = 0x201fe00a; /* 32KB L1 icache */ | ||
41 | + | 57 | + |
42 | +static bool do_vcvt(DisasContext *s, arg_2misc *a, int rmode, bool is_signed) | 58 | + cpu->pmsav7_dregion = 16; |
43 | +{ | 59 | + cpu->pmsav8r_hdregion = 16; |
44 | + /* | ||
45 | + * Handle a VCVT* operation by iterating 32 bits at a time, | ||
46 | + * with a specified rounding mode in operation. | ||
47 | + */ | ||
48 | + int pass; | ||
49 | + TCGv_ptr fpst; | ||
50 | + TCGv_i32 tcg_rmode, tcg_shift; | ||
51 | + | ||
52 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
53 | + !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
54 | + return false; | ||
55 | + } | ||
56 | + | ||
57 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
58 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
59 | + ((a->vd | a->vm) & 0x10)) { | ||
60 | + return false; | ||
61 | + } | ||
62 | + | ||
63 | + if (a->size != 2) { | ||
64 | + /* TODO: FP16 will be the size == 1 case */ | ||
65 | + return false; | ||
66 | + } | ||
67 | + | ||
68 | + if ((a->vd | a->vm) & a->q) { | ||
69 | + return false; | ||
70 | + } | ||
71 | + | ||
72 | + if (!vfp_access_check(s)) { | ||
73 | + return true; | ||
74 | + } | ||
75 | + | ||
76 | + fpst = get_fpstatus_ptr(1); | ||
77 | + tcg_shift = tcg_const_i32(0); | ||
78 | + tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rmode)); | ||
79 | + gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | ||
80 | + for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
81 | + TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
82 | + if (is_signed) { | ||
83 | + gen_helper_vfp_tosls(tmp, tmp, tcg_shift, fpst); | ||
84 | + } else { | ||
85 | + gen_helper_vfp_touls(tmp, tmp, tcg_shift, fpst); | ||
86 | + } | ||
87 | + neon_store_reg(a->vd, pass, tmp); | ||
88 | + } | ||
89 | + gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | ||
90 | + tcg_temp_free_i32(tcg_rmode); | ||
91 | + tcg_temp_free_i32(tcg_shift); | ||
92 | + tcg_temp_free_ptr(fpst); | ||
93 | + | ||
94 | + return true; | ||
95 | +} | 60 | +} |
96 | + | 61 | + |
97 | +#define DO_VCVT(INSN, RMODE, SIGNED) \ | 62 | static void cortex_r5f_initfn(Object *obj) |
98 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | 63 | { |
99 | + { \ | 64 | ARMCPU *cpu = ARM_CPU(obj); |
100 | + return do_vcvt(s, a, RMODE, SIGNED); \ | 65 | @@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo arm_tcg_cpus[] = { |
101 | + } | 66 | .class_init = arm_v7m_class_init }, |
102 | + | 67 | { .name = "cortex-r5", .initfn = cortex_r5_initfn }, |
103 | +DO_VCVT(VCVTAU, FPROUNDING_TIEAWAY, false) | 68 | { .name = "cortex-r5f", .initfn = cortex_r5f_initfn }, |
104 | +DO_VCVT(VCVTAS, FPROUNDING_TIEAWAY, true) | 69 | + { .name = "cortex-r52", .initfn = cortex_r52_initfn }, |
105 | +DO_VCVT(VCVTNU, FPROUNDING_TIEEVEN, false) | 70 | { .name = "ti925t", .initfn = ti925t_initfn }, |
106 | +DO_VCVT(VCVTNS, FPROUNDING_TIEEVEN, true) | 71 | { .name = "sa1100", .initfn = sa1100_initfn }, |
107 | +DO_VCVT(VCVTPU, FPROUNDING_POSINF, false) | 72 | { .name = "sa1110", .initfn = sa1110_initfn }, |
108 | +DO_VCVT(VCVTPS, FPROUNDING_POSINF, true) | ||
109 | +DO_VCVT(VCVTMU, FPROUNDING_NEGINF, false) | ||
110 | +DO_VCVT(VCVTMS, FPROUNDING_NEGINF, true) | ||
111 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
112 | index XXXXXXX..XXXXXXX 100644 | ||
113 | --- a/target/arm/translate.c | ||
114 | +++ b/target/arm/translate.c | ||
115 | @@ -XXX,XX +XXX,XX @@ static void gen_neon_trn_u16(TCGv_i32 t0, TCGv_i32 t1) | ||
116 | #define NEON_2RM_VCVT_SF 62 | ||
117 | #define NEON_2RM_VCVT_UF 63 | ||
118 | |||
119 | -static bool neon_2rm_is_v8_op(int op) | ||
120 | -{ | ||
121 | - /* Return true if this neon 2reg-misc op is ARMv8 and up */ | ||
122 | - switch (op) { | ||
123 | - case NEON_2RM_VRINTN: | ||
124 | - case NEON_2RM_VRINTA: | ||
125 | - case NEON_2RM_VRINTM: | ||
126 | - case NEON_2RM_VRINTP: | ||
127 | - case NEON_2RM_VRINTZ: | ||
128 | - case NEON_2RM_VRINTX: | ||
129 | - case NEON_2RM_VCVTAU: | ||
130 | - case NEON_2RM_VCVTAS: | ||
131 | - case NEON_2RM_VCVTNU: | ||
132 | - case NEON_2RM_VCVTNS: | ||
133 | - case NEON_2RM_VCVTPU: | ||
134 | - case NEON_2RM_VCVTPS: | ||
135 | - case NEON_2RM_VCVTMU: | ||
136 | - case NEON_2RM_VCVTMS: | ||
137 | - return true; | ||
138 | - default: | ||
139 | - return false; | ||
140 | - } | ||
141 | -} | ||
142 | - | ||
143 | /* Each entry in this array has bit n set if the insn allows | ||
144 | * size value n (otherwise it will UNDEF). Since unallocated | ||
145 | * op values will have no bits set they always UNDEF. | ||
146 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
147 | if ((neon_2rm_sizes[op] & (1 << size)) == 0) { | ||
148 | return 1; | ||
149 | } | ||
150 | - if (neon_2rm_is_v8_op(op) && | ||
151 | - !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
152 | - return 1; | ||
153 | - } | ||
154 | if (q && ((rm | rd) & 1)) { | ||
155 | return 1; | ||
156 | } | ||
157 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
158 | case NEON_2RM_VRINTM: | ||
159 | case NEON_2RM_VRINTP: | ||
160 | case NEON_2RM_VRINTZ: | ||
161 | + case NEON_2RM_VCVTAU: | ||
162 | + case NEON_2RM_VCVTAS: | ||
163 | + case NEON_2RM_VCVTNU: | ||
164 | + case NEON_2RM_VCVTNS: | ||
165 | + case NEON_2RM_VCVTPU: | ||
166 | + case NEON_2RM_VCVTPS: | ||
167 | + case NEON_2RM_VCVTMU: | ||
168 | + case NEON_2RM_VCVTMS: | ||
169 | /* handled by decodetree */ | ||
170 | return 1; | ||
171 | case NEON_2RM_VTRN: | ||
172 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
173 | } | ||
174 | neon_store_reg(rm, pass, tmp2); | ||
175 | break; | ||
176 | - case NEON_2RM_VCVTAU: | ||
177 | - case NEON_2RM_VCVTAS: | ||
178 | - case NEON_2RM_VCVTNU: | ||
179 | - case NEON_2RM_VCVTNS: | ||
180 | - case NEON_2RM_VCVTPU: | ||
181 | - case NEON_2RM_VCVTPS: | ||
182 | - case NEON_2RM_VCVTMU: | ||
183 | - case NEON_2RM_VCVTMS: | ||
184 | - { | ||
185 | - bool is_signed = !extract32(insn, 7, 1); | ||
186 | - TCGv_ptr fpst = get_fpstatus_ptr(1); | ||
187 | - TCGv_i32 tcg_rmode, tcg_shift; | ||
188 | - int rmode = fp_decode_rm[extract32(insn, 8, 2)]; | ||
189 | - | ||
190 | - tcg_shift = tcg_const_i32(0); | ||
191 | - tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rmode)); | ||
192 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, | ||
193 | - cpu_env); | ||
194 | - | ||
195 | - if (is_signed) { | ||
196 | - gen_helper_vfp_tosls(tmp, tmp, | ||
197 | - tcg_shift, fpst); | ||
198 | - } else { | ||
199 | - gen_helper_vfp_touls(tmp, tmp, | ||
200 | - tcg_shift, fpst); | ||
201 | - } | ||
202 | - | ||
203 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, | ||
204 | - cpu_env); | ||
205 | - tcg_temp_free_i32(tcg_rmode); | ||
206 | - tcg_temp_free_i32(tcg_shift); | ||
207 | - tcg_temp_free_ptr(fpst); | ||
208 | - break; | ||
209 | - } | ||
210 | default: | ||
211 | /* Reserved op values were caught by the | ||
212 | * neon_2rm_sizes[] check earlier. | ||
213 | -- | 73 | -- |
214 | 2.20.1 | 74 | 2.25.1 |
215 | 75 | ||
216 | 76 | diff view generated by jsdifflib |
1 | Convert the Neon VSWP insn to decodetree. Since the new implementation | 1 | From: Alex Bennée <alex.bennee@linaro.org> |
---|---|---|---|
2 | doesn't have to share a pass-loop with the other 2-reg-misc operations | ||
3 | we can implement the swap with 64-bit accesses rather than 32-bits | ||
4 | (which brings us into line with the pseudocode and is more efficient). | ||
5 | 2 | ||
3 | The check semihosting_enabled() wants to know if the guest is | ||
4 | currently in user mode. Unlike the other cases the test was inverted | ||
5 | causing us to block semihosting calls in non-EL0 modes. | ||
6 | |||
7 | Cc: qemu-stable@nongnu.org | ||
8 | Fixes: 19b26317e9 (target/arm: Honour -semihosting-config userspace=on) | ||
9 | Signed-off-by: Alex Bennée <alex.bennee@linaro.org> | ||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200616170844.13318-20-peter.maydell@linaro.org | ||
9 | --- | 12 | --- |
10 | target/arm/neon-dp.decode | 2 ++ | 13 | target/arm/translate.c | 2 +- |
11 | target/arm/translate-neon.inc.c | 41 +++++++++++++++++++++++++++++++++ | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | target/arm/translate.c | 5 +--- | ||
13 | 3 files changed, 44 insertions(+), 4 deletions(-) | ||
14 | 15 | ||
15 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/neon-dp.decode | ||
18 | +++ b/target/arm/neon-dp.decode | ||
19 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
20 | VABS_F 1111 001 11 . 11 .. 01 .... 0 1110 . . 0 .... @2misc | ||
21 | VNEG_F 1111 001 11 . 11 .. 01 .... 0 1111 . . 0 .... @2misc | ||
22 | |||
23 | + VSWP 1111 001 11 . 11 .. 10 .... 0 0000 . . 0 .... @2misc | ||
24 | + | ||
25 | VUZP 1111 001 11 . 11 .. 10 .... 0 0010 . . 0 .... @2misc | ||
26 | VZIP 1111 001 11 . 11 .. 10 .... 0 0011 . . 0 .... @2misc | ||
27 | |||
28 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/target/arm/translate-neon.inc.c | ||
31 | +++ b/target/arm/translate-neon.inc.c | ||
32 | @@ -XXX,XX +XXX,XX @@ DO_VCVT(VCVTPU, FPROUNDING_POSINF, false) | ||
33 | DO_VCVT(VCVTPS, FPROUNDING_POSINF, true) | ||
34 | DO_VCVT(VCVTMU, FPROUNDING_NEGINF, false) | ||
35 | DO_VCVT(VCVTMS, FPROUNDING_NEGINF, true) | ||
36 | + | ||
37 | +static bool trans_VSWP(DisasContext *s, arg_2misc *a) | ||
38 | +{ | ||
39 | + TCGv_i64 rm, rd; | ||
40 | + int pass; | ||
41 | + | ||
42 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
43 | + return false; | ||
44 | + } | ||
45 | + | ||
46 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
47 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
48 | + ((a->vd | a->vm) & 0x10)) { | ||
49 | + return false; | ||
50 | + } | ||
51 | + | ||
52 | + if (a->size != 0) { | ||
53 | + return false; | ||
54 | + } | ||
55 | + | ||
56 | + if ((a->vd | a->vm) & a->q) { | ||
57 | + return false; | ||
58 | + } | ||
59 | + | ||
60 | + if (!vfp_access_check(s)) { | ||
61 | + return true; | ||
62 | + } | ||
63 | + | ||
64 | + rm = tcg_temp_new_i64(); | ||
65 | + rd = tcg_temp_new_i64(); | ||
66 | + for (pass = 0; pass < (a->q ? 2 : 1); pass++) { | ||
67 | + neon_load_reg64(rm, a->vm + pass); | ||
68 | + neon_load_reg64(rd, a->vd + pass); | ||
69 | + neon_store_reg64(rm, a->vd + pass); | ||
70 | + neon_store_reg64(rd, a->vm + pass); | ||
71 | + } | ||
72 | + tcg_temp_free_i64(rm); | ||
73 | + tcg_temp_free_i64(rd); | ||
74 | + | ||
75 | + return true; | ||
76 | +} | ||
77 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 16 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
78 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
79 | --- a/target/arm/translate.c | 18 | --- a/target/arm/translate.c |
80 | +++ b/target/arm/translate.c | 19 | +++ b/target/arm/translate.c |
81 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 20 | @@ -XXX,XX +XXX,XX @@ static inline void gen_hlt(DisasContext *s, int imm) |
82 | case NEON_2RM_VCVTPS: | 21 | * semihosting, to provide some semblance of security |
83 | case NEON_2RM_VCVTMU: | 22 | * (and for consistency with our 32-bit semihosting). |
84 | case NEON_2RM_VCVTMS: | 23 | */ |
85 | + case NEON_2RM_VSWP: | 24 | - if (semihosting_enabled(s->current_el != 0) && |
86 | /* handled by decodetree */ | 25 | + if (semihosting_enabled(s->current_el == 0) && |
87 | return 1; | 26 | (imm == (s->thumb ? 0x3c : 0xf000))) { |
88 | case NEON_2RM_VTRN: | 27 | gen_exception_internal_insn(s, EXCP_SEMIHOST); |
89 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 28 | return; |
90 | for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
91 | tmp = neon_load_reg(rm, pass); | ||
92 | switch (op) { | ||
93 | - case NEON_2RM_VSWP: | ||
94 | - tmp2 = neon_load_reg(rd, pass); | ||
95 | - neon_store_reg(rm, pass, tmp2); | ||
96 | - break; | ||
97 | case NEON_2RM_VTRN: | ||
98 | tmp2 = neon_load_reg(rd, pass); | ||
99 | switch (size) { | ||
100 | -- | 29 | -- |
101 | 2.20.1 | 30 | 2.25.1 |
102 | 31 | ||
103 | 32 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | Use self-explicit definitions instead of magic values. | 3 | Fix typos, add background information |
4 | 4 | ||
5 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 5 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
6 | Message-id: 20200617072539.32686-4-f4bug@amsat.org | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 8 | --- |
10 | hw/i2c/versatile_i2c.c | 7 +++++-- | 9 | hw/timer/imx_epit.c | 20 ++++++++++++++++---- |
11 | 1 file changed, 5 insertions(+), 2 deletions(-) | 10 | 1 file changed, 16 insertions(+), 4 deletions(-) |
12 | 11 | ||
13 | diff --git a/hw/i2c/versatile_i2c.c b/hw/i2c/versatile_i2c.c | 12 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
14 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/i2c/versatile_i2c.c | 14 | --- a/hw/timer/imx_epit.c |
16 | +++ b/hw/i2c/versatile_i2c.c | 15 | +++ b/hw/timer/imx_epit.c |
17 | @@ -XXX,XX +XXX,XX @@ REG32(CONTROL_GET, 0) | 16 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_set_freq(IMXEPITState *s) |
18 | REG32(CONTROL_SET, 0) | 17 | } |
19 | REG32(CONTROL_CLR, 4) | 18 | } |
20 | 19 | ||
21 | +#define SCL BIT(0) | 20 | +/* |
22 | +#define SDA BIT(1) | 21 | + * This is called both on hardware (device) reset and software reset. |
23 | + | 22 | + */ |
24 | static uint64_t versatile_i2c_read(void *opaque, hwaddr offset, | 23 | static void imx_epit_reset(DeviceState *dev) |
25 | unsigned size) | ||
26 | { | 24 | { |
27 | @@ -XXX,XX +XXX,XX @@ static void versatile_i2c_write(void *opaque, hwaddr offset, | 25 | IMXEPITState *s = IMX_EPIT(dev); |
28 | qemu_log_mask(LOG_GUEST_ERROR, | 26 | |
29 | "%s: Bad offset 0x%x\n", __func__, (int)offset); | 27 | - /* |
30 | } | 28 | - * Soft reset doesn't touch some bits; hard reset clears them |
31 | - bitbang_i2c_set(&s->bitbang, BITBANG_I2C_SCL, (s->out & 1) != 0); | 29 | - */ |
32 | - s->in = bitbang_i2c_set(&s->bitbang, BITBANG_I2C_SDA, (s->out & 2) != 0); | 30 | + /* Soft reset doesn't touch some bits; hard reset clears them */ |
33 | + bitbang_i2c_set(&s->bitbang, BITBANG_I2C_SCL, (s->out & SCL) != 0); | 31 | s->cr &= (CR_EN|CR_ENMOD|CR_STOPEN|CR_DOZEN|CR_WAITEN|CR_DBGEN); |
34 | + s->in = bitbang_i2c_set(&s->bitbang, BITBANG_I2C_SDA, (s->out & SDA) != 0); | 32 | s->sr = 0; |
33 | s->lr = EPIT_TIMER_MAX; | ||
34 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, | ||
35 | ptimer_transaction_begin(s->timer_cmp); | ||
36 | ptimer_transaction_begin(s->timer_reload); | ||
37 | |||
38 | + /* Update the frequency. Has been done already in case of a reset. */ | ||
39 | if (!(s->cr & CR_SWR)) { | ||
40 | imx_epit_set_freq(s); | ||
41 | } | ||
42 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, | ||
43 | break; | ||
44 | |||
45 | case 1: /* SR - ACK*/ | ||
46 | - /* writing 1 to OCIF clear the OCIF bit */ | ||
47 | + /* writing 1 to OCIF clears the OCIF bit */ | ||
48 | if (value & 0x01) { | ||
49 | s->sr = 0; | ||
50 | imx_epit_update_int(s); | ||
51 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_realize(DeviceState *dev, Error **errp) | ||
52 | 0x00001000); | ||
53 | sysbus_init_mmio(sbd, &s->iomem); | ||
54 | |||
55 | + /* | ||
56 | + * The reload timer keeps running when the peripheral is enabled. It is a | ||
57 | + * kind of wall clock that does not generate any interrupts. The callback | ||
58 | + * needs to be provided, but it does nothing as the ptimer already supports | ||
59 | + * all necessary reloading functionality. | ||
60 | + */ | ||
61 | s->timer_reload = ptimer_init(imx_epit_reload, s, PTIMER_POLICY_LEGACY); | ||
62 | |||
63 | + /* | ||
64 | + * The compare timer is running only when the peripheral configuration is | ||
65 | + * in a state that will generate compare interrupts. | ||
66 | + */ | ||
67 | s->timer_cmp = ptimer_init(imx_epit_cmp, s, PTIMER_POLICY_LEGACY); | ||
35 | } | 68 | } |
36 | 69 | ||
37 | static const MemoryRegionOps versatile_i2c_ops = { | ||
38 | -- | 70 | -- |
39 | 2.20.1 | 71 | 2.25.1 |
40 | |||
41 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | From 'Application Note AN385', chapter 3.9, SPI: | 3 | remove unused defines, add needed defines |
4 | 4 | ||
5 | The SMM implements five PL022 SPI modules. | 5 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
6 | |||
7 | Two pairs of modules share the same OR-gated IRQ. | ||
8 | |||
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Message-id: 20200617072539.32686-12-f4bug@amsat.org | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 8 | --- |
14 | hw/arm/mps2.c | 24 ++++++++++++++++++++++++ | 9 | include/hw/timer/imx_epit.h | 4 ++-- |
15 | hw/arm/Kconfig | 6 +++--- | 10 | hw/timer/imx_epit.c | 4 ++-- |
16 | 2 files changed, 27 insertions(+), 3 deletions(-) | 11 | 2 files changed, 4 insertions(+), 4 deletions(-) |
17 | 12 | ||
18 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 13 | diff --git a/include/hw/timer/imx_epit.h b/include/hw/timer/imx_epit.h |
19 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/hw/arm/mps2.c | 15 | --- a/include/hw/timer/imx_epit.h |
21 | +++ b/hw/arm/mps2.c | 16 | +++ b/include/hw/timer/imx_epit.h |
22 | @@ -XXX,XX +XXX,XX @@ | 17 | @@ -XXX,XX +XXX,XX @@ |
23 | #include "hw/timer/cmsdk-apb-dualtimer.h" | 18 | #define CR_OCIEN (1 << 2) |
24 | #include "hw/misc/mps2-scc.h" | 19 | #define CR_RLD (1 << 3) |
25 | #include "hw/misc/mps2-fpgaio.h" | 20 | #define CR_PRESCALE_SHIFT (4) |
26 | +#include "hw/ssi/pl022.h" | 21 | -#define CR_PRESCALE_MASK (0xfff) |
27 | #include "hw/net/lan9118.h" | 22 | +#define CR_PRESCALE_BITS (12) |
28 | #include "net/net.h" | 23 | #define CR_SWR (1 << 16) |
29 | #include "hw/watchdog/cmsdk-apb-watchdog.h" | 24 | #define CR_IOVW (1 << 17) |
30 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 25 | #define CR_DBGEN (1 << 18) |
31 | qdev_prop_set_uint32(DEVICE(&mms->fpgaio), "prescale-clk", 25000000); | 26 | @@ -XXX,XX +XXX,XX @@ |
32 | sysbus_realize(SYS_BUS_DEVICE(&mms->fpgaio), &error_fatal); | 27 | #define CR_DOZEN (1 << 20) |
33 | sysbus_mmio_map(SYS_BUS_DEVICE(&mms->fpgaio), 0, 0x40028000); | 28 | #define CR_STOPEN (1 << 21) |
34 | + sysbus_create_simple(TYPE_PL022, 0x40025000, /* External ADC */ | 29 | #define CR_CLKSRC_SHIFT (24) |
35 | + qdev_get_gpio_in(armv7m, 22)); | 30 | -#define CR_CLKSRC_MASK (0x3 << CR_CLKSRC_SHIFT) |
36 | + for (i = 0; i < 2; i++) { | 31 | +#define CR_CLKSRC_BITS (2) |
37 | + static const int spi_irqno[] = {11, 24}; | 32 | |
38 | + static const hwaddr spibase[] = {0x40020000, /* APB */ | 33 | #define EPIT_TIMER_MAX 0XFFFFFFFFUL |
39 | + 0x40021000, /* LCD */ | 34 | |
40 | + 0x40026000, /* Shield0 */ | 35 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
41 | + 0x40027000}; /* Shield1 */ | ||
42 | + DeviceState *orgate_dev; | ||
43 | + Object *orgate; | ||
44 | + int j; | ||
45 | + | ||
46 | + orgate = object_new(TYPE_OR_IRQ); | ||
47 | + object_property_set_int(orgate, 2, "num-lines", &error_fatal); | ||
48 | + orgate_dev = DEVICE(orgate); | ||
49 | + qdev_realize(orgate_dev, NULL, &error_fatal); | ||
50 | + qdev_connect_gpio_out(orgate_dev, 0, | ||
51 | + qdev_get_gpio_in(armv7m, spi_irqno[i])); | ||
52 | + for (j = 0; j < 2; j++) { | ||
53 | + sysbus_create_simple(TYPE_PL022, spibase[2 * i + j], | ||
54 | + qdev_get_gpio_in(orgate_dev, j)); | ||
55 | + } | ||
56 | + } | ||
57 | |||
58 | /* In hardware this is a LAN9220; the LAN9118 is software compatible | ||
59 | * except that it doesn't support the checksum-offload feature. | ||
60 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
61 | index XXXXXXX..XXXXXXX 100644 | 36 | index XXXXXXX..XXXXXXX 100644 |
62 | --- a/hw/arm/Kconfig | 37 | --- a/hw/timer/imx_epit.c |
63 | +++ b/hw/arm/Kconfig | 38 | +++ b/hw/timer/imx_epit.c |
64 | @@ -XXX,XX +XXX,XX @@ config HIGHBANK | 39 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_set_freq(IMXEPITState *s) |
65 | select ARM_TIMER # sp804 | 40 | uint32_t clksrc; |
66 | select ARM_V7M | 41 | uint32_t prescaler; |
67 | select PL011 # UART | 42 | |
68 | - select PL022 # Serial port | 43 | - clksrc = extract32(s->cr, CR_CLKSRC_SHIFT, 2); |
69 | + select PL022 # SPI | 44 | - prescaler = 1 + extract32(s->cr, CR_PRESCALE_SHIFT, 12); |
70 | select PL031 # RTC | 45 | + clksrc = extract32(s->cr, CR_CLKSRC_SHIFT, CR_CLKSRC_BITS); |
71 | select PL061 # GPIO | 46 | + prescaler = 1 + extract32(s->cr, CR_PRESCALE_SHIFT, CR_PRESCALE_BITS); |
72 | select PL310 # cache controller | 47 | |
73 | @@ -XXX,XX +XXX,XX @@ config STELLARIS | 48 | s->freq = imx_ccm_get_clock_frequency(s->ccm, |
74 | select CMSDK_APB_WATCHDOG | 49 | imx_epit_clocks[clksrc]) / prescaler; |
75 | select I2C | ||
76 | select PL011 # UART | ||
77 | - select PL022 # Serial port | ||
78 | + select PL022 # SPI | ||
79 | select PL061 # GPIO | ||
80 | select SSD0303 # OLED display | ||
81 | select SSD0323 # OLED display | ||
82 | @@ -XXX,XX +XXX,XX @@ config MPS2 | ||
83 | select MPS2_FPGAIO | ||
84 | select MPS2_SCC | ||
85 | select OR_IRQ | ||
86 | - select PL022 # Serial port | ||
87 | + select PL022 # SPI | ||
88 | select PL080 # DMA controller | ||
89 | select SPLIT_IRQ | ||
90 | select UNIMP | ||
91 | -- | 50 | -- |
92 | 2.20.1 | 51 | 2.25.1 |
93 | |||
94 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | |||
3 | To differenciate with the CMSDK APB peripheral region, | ||
4 | rename this region 'CMSDK AHB peripheral region'. | ||
5 | 2 | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20200617072539.32686-8-f4bug@amsat.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 5 | --- |
11 | hw/arm/mps2.c | 3 ++- | 6 | include/hw/timer/imx_epit.h | 2 ++ |
12 | 1 file changed, 2 insertions(+), 1 deletion(-) | 7 | hw/timer/imx_epit.c | 12 ++++++------ |
8 | 2 files changed, 8 insertions(+), 6 deletions(-) | ||
13 | 9 | ||
14 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 10 | diff --git a/include/hw/timer/imx_epit.h b/include/hw/timer/imx_epit.h |
15 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/arm/mps2.c | 12 | --- a/include/hw/timer/imx_epit.h |
17 | +++ b/hw/arm/mps2.c | 13 | +++ b/include/hw/timer/imx_epit.h |
18 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 14 | @@ -XXX,XX +XXX,XX @@ |
19 | */ | 15 | #define CR_CLKSRC_SHIFT (24) |
20 | create_unimplemented_device("CMSDK APB peripheral region @0x40000000", | 16 | #define CR_CLKSRC_BITS (2) |
21 | 0x40000000, 0x00010000); | 17 | |
22 | - create_unimplemented_device("CMSDK peripheral region @0x40010000", | 18 | +#define SR_OCIF (1 << 0) |
23 | + create_unimplemented_device("CMSDK AHB peripheral region @0x40010000", | ||
24 | 0x40010000, 0x00010000); | ||
25 | create_unimplemented_device("Extra peripheral region @0x40020000", | ||
26 | 0x40020000, 0x00010000); | ||
27 | + | 19 | + |
28 | create_unimplemented_device("RESERVED 4", 0x40030000, 0x001D0000); | 20 | #define EPIT_TIMER_MAX 0XFFFFFFFFUL |
29 | create_unimplemented_device("VGA", 0x41000000, 0x0200000); | 21 | |
22 | #define TYPE_IMX_EPIT "imx.epit" | ||
23 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c | ||
24 | index XXXXXXX..XXXXXXX 100644 | ||
25 | --- a/hw/timer/imx_epit.c | ||
26 | +++ b/hw/timer/imx_epit.c | ||
27 | @@ -XXX,XX +XXX,XX @@ static const IMXClk imx_epit_clocks[] = { | ||
28 | */ | ||
29 | static void imx_epit_update_int(IMXEPITState *s) | ||
30 | { | ||
31 | - if (s->sr && (s->cr & CR_OCIEN) && (s->cr & CR_EN)) { | ||
32 | + if ((s->sr & SR_OCIF) && (s->cr & CR_OCIEN) && (s->cr & CR_EN)) { | ||
33 | qemu_irq_raise(s->irq); | ||
34 | } else { | ||
35 | qemu_irq_lower(s->irq); | ||
36 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, | ||
37 | break; | ||
38 | |||
39 | case 1: /* SR - ACK*/ | ||
40 | - /* writing 1 to OCIF clears the OCIF bit */ | ||
41 | - if (value & 0x01) { | ||
42 | - s->sr = 0; | ||
43 | + /* writing 1 to SR.OCIF clears this bit and turns the interrupt off */ | ||
44 | + if (value & SR_OCIF) { | ||
45 | + s->sr = 0; /* SR.OCIF is the only bit in this register anyway */ | ||
46 | imx_epit_update_int(s); | ||
47 | } | ||
48 | break; | ||
49 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_cmp(void *opaque) | ||
50 | IMXEPITState *s = IMX_EPIT(opaque); | ||
51 | |||
52 | DPRINTF("sr was %d\n", s->sr); | ||
53 | - | ||
54 | - s->sr = 1; | ||
55 | + /* Set interrupt status bit SR.OCIF and update the interrupt state */ | ||
56 | + s->sr |= SR_OCIF; | ||
57 | imx_epit_update_int(s); | ||
58 | } | ||
30 | 59 | ||
31 | -- | 60 | -- |
32 | 2.20.1 | 61 | 2.25.1 |
33 | |||
34 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 3 | The interrupt state can change due to: |
4 | Message-id: 20200617072539.32686-11-f4bug@amsat.org | 4 | - reset clears both SR.OCIF and CR.OCIE |
5 | - write to CR.EN or CR.OCIE | ||
6 | |||
7 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | --- | 10 | --- |
8 | hw/arm/mps2.c | 9 +++++++++ | 11 | hw/timer/imx_epit.c | 16 ++++++++++++---- |
9 | 1 file changed, 9 insertions(+) | 12 | 1 file changed, 12 insertions(+), 4 deletions(-) |
10 | 13 | ||
11 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 14 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
12 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/hw/arm/mps2.c | 16 | --- a/hw/timer/imx_epit.c |
14 | +++ b/hw/arm/mps2.c | 17 | +++ b/hw/timer/imx_epit.c |
15 | @@ -XXX,XX +XXX,XX @@ | 18 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, |
16 | #include "hw/timer/cmsdk-apb-timer.h" | 19 | if (s->cr & CR_SWR) { |
17 | #include "hw/timer/cmsdk-apb-dualtimer.h" | 20 | /* handle the reset */ |
18 | #include "hw/misc/mps2-scc.h" | 21 | imx_epit_reset(DEVICE(s)); |
19 | +#include "hw/misc/mps2-fpgaio.h" | 22 | - /* |
20 | #include "hw/net/lan9118.h" | 23 | - * TODO: could we 'break' here? following operations appear |
21 | #include "net/net.h" | 24 | - * to duplicate the work imx_epit_reset() already did. |
22 | +#include "hw/watchdog/cmsdk-apb-watchdog.h" | 25 | - */ |
23 | 26 | } | |
24 | typedef enum MPS2FPGAType { | 27 | |
25 | FPGA_AN385, | 28 | + /* |
26 | @@ -XXX,XX +XXX,XX @@ typedef struct { | 29 | + * The interrupt state can change due to: |
27 | MemoryRegion sram; | 30 | + * - reset clears both SR.OCIF and CR.OCIE |
28 | /* FPGA APB subsystem */ | 31 | + * - write to CR.EN or CR.OCIE |
29 | MPS2SCC scc; | 32 | + */ |
30 | + MPS2FPGAIO fpgaio; | 33 | + imx_epit_update_int(s); |
31 | /* CMSDK APB subsystem */ | 34 | + |
32 | CMSDKAPBDualTimer dualtimer; | 35 | + /* |
33 | + CMSDKAPBWatchdog watchdog; | 36 | + * TODO: could we 'break' here for reset? following operations appear |
34 | } MPS2MachineState; | 37 | + * to duplicate the work imx_epit_reset() already did. |
35 | 38 | + */ | |
36 | #define TYPE_MPS2_MACHINE "mps2" | 39 | + |
37 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 40 | ptimer_transaction_begin(s->timer_cmp); |
38 | qdev_prop_set_uint32(sccdev, "scc-id", mmc->scc_id); | 41 | ptimer_transaction_begin(s->timer_reload); |
39 | sysbus_realize(SYS_BUS_DEVICE(&mms->scc), &error_fatal); | 42 | |
40 | sysbus_mmio_map(SYS_BUS_DEVICE(sccdev), 0, 0x4002f000); | ||
41 | + object_initialize_child(OBJECT(mms), "fpgaio", | ||
42 | + &mms->fpgaio, TYPE_MPS2_FPGAIO); | ||
43 | + qdev_prop_set_uint32(DEVICE(&mms->fpgaio), "prescale-clk", 25000000); | ||
44 | + sysbus_realize(SYS_BUS_DEVICE(&mms->fpgaio), &error_fatal); | ||
45 | + sysbus_mmio_map(SYS_BUS_DEVICE(&mms->fpgaio), 0, 0x40028000); | ||
46 | |||
47 | /* In hardware this is a LAN9220; the LAN9118 is software compatible | ||
48 | * except that it doesn't support the checksum-offload feature. | ||
49 | -- | 43 | -- |
50 | 2.20.1 | 44 | 2.25.1 |
51 | |||
52 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | From 'Application Note AN521', chapter 4.7: | 3 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
4 | |||
5 | The SMM implements four SBCon serial modules: | ||
6 | |||
7 | One SBCon module for use by the Color LCD touch interface. | ||
8 | One SBCon module to configure the audio controller. | ||
9 | Two general purpose SBCon modules, that connect to the | ||
10 | Expansion headers J7 and J8, are intended for use with the | ||
11 | V2C-Shield1 which provide an I2C interface on the headers. | ||
12 | |||
13 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
14 | Message-id: 20200617072539.32686-15-f4bug@amsat.org | ||
15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 6 | --- |
18 | hw/arm/mps2-tz.c | 23 ++++++++++++++++++----- | 7 | hw/timer/imx_epit.c | 20 ++++++++++++++------ |
19 | 1 file changed, 18 insertions(+), 5 deletions(-) | 8 | 1 file changed, 14 insertions(+), 6 deletions(-) |
20 | 9 | ||
21 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 10 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
22 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/hw/arm/mps2-tz.c | 12 | --- a/hw/timer/imx_epit.c |
24 | +++ b/hw/arm/mps2-tz.c | 13 | +++ b/hw/timer/imx_epit.c |
25 | @@ -XXX,XX +XXX,XX @@ | 14 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_set_freq(IMXEPITState *s) |
26 | #include "hw/arm/armsse.h" | 15 | /* |
27 | #include "hw/dma/pl080.h" | 16 | * This is called both on hardware (device) reset and software reset. |
28 | #include "hw/ssi/pl022.h" | 17 | */ |
29 | +#include "hw/i2c/arm_sbcon_i2c.h" | 18 | -static void imx_epit_reset(DeviceState *dev) |
30 | #include "hw/net/lan9118.h" | 19 | +static void imx_epit_reset(IMXEPITState *s, bool is_hard_reset) |
31 | #include "net/net.h" | 20 | { |
32 | #include "hw/core/split-irq.h" | 21 | - IMXEPITState *s = IMX_EPIT(dev); |
33 | @@ -XXX,XX +XXX,XX @@ typedef struct { | 22 | - |
34 | TZPPC ppc[5]; | 23 | /* Soft reset doesn't touch some bits; hard reset clears them */ |
35 | TZMPC ssram_mpc[3]; | 24 | - s->cr &= (CR_EN|CR_ENMOD|CR_STOPEN|CR_DOZEN|CR_WAITEN|CR_DBGEN); |
36 | PL022State spi[5]; | 25 | + if (is_hard_reset) { |
37 | - UnimplementedDeviceState i2c[4]; | 26 | + s->cr = 0; |
38 | + ArmSbconI2CState i2c[4]; | 27 | + } else { |
39 | UnimplementedDeviceState i2s_audio; | 28 | + s->cr &= (CR_EN|CR_ENMOD|CR_STOPEN|CR_DOZEN|CR_WAITEN|CR_DBGEN); |
40 | UnimplementedDeviceState gpio[4]; | 29 | + } |
41 | UnimplementedDeviceState gfx; | 30 | s->sr = 0; |
42 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_spi(MPS2TZMachineState *mms, void *opaque, | 31 | s->lr = EPIT_TIMER_MAX; |
43 | return sysbus_mmio_get_region(s, 0); | 32 | s->cmp = 0; |
33 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, | ||
34 | s->cr = value & 0x03ffffff; | ||
35 | if (s->cr & CR_SWR) { | ||
36 | /* handle the reset */ | ||
37 | - imx_epit_reset(DEVICE(s)); | ||
38 | + imx_epit_reset(s, false); | ||
39 | } | ||
40 | |||
41 | /* | ||
42 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_realize(DeviceState *dev, Error **errp) | ||
43 | s->timer_cmp = ptimer_init(imx_epit_cmp, s, PTIMER_POLICY_LEGACY); | ||
44 | } | 44 | } |
45 | 45 | ||
46 | +static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | 46 | +static void imx_epit_dev_reset(DeviceState *dev) |
47 | + const char *name, hwaddr size) | ||
48 | +{ | 47 | +{ |
49 | + ArmSbconI2CState *i2c = opaque; | 48 | + IMXEPITState *s = IMX_EPIT(dev); |
50 | + SysBusDevice *s; | 49 | + imx_epit_reset(s, true); |
51 | + | ||
52 | + object_initialize_child(OBJECT(mms), name, i2c, TYPE_ARM_SBCON_I2C); | ||
53 | + s = SYS_BUS_DEVICE(i2c); | ||
54 | + sysbus_realize(s, &error_fatal); | ||
55 | + return sysbus_mmio_get_region(s, 0); | ||
56 | +} | 50 | +} |
57 | + | 51 | + |
58 | static void mps2tz_common_init(MachineState *machine) | 52 | static void imx_epit_class_init(ObjectClass *klass, void *data) |
59 | { | 53 | { |
60 | MPS2TZMachineState *mms = MPS2TZ_MACHINE(machine); | 54 | DeviceClass *dc = DEVICE_CLASS(klass); |
61 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 55 | |
62 | { "uart2", make_uart, &mms->uart[2], 0x40202000, 0x1000 }, | 56 | dc->realize = imx_epit_realize; |
63 | { "uart3", make_uart, &mms->uart[3], 0x40203000, 0x1000 }, | 57 | - dc->reset = imx_epit_reset; |
64 | { "uart4", make_uart, &mms->uart[4], 0x40204000, 0x1000 }, | 58 | + dc->reset = imx_epit_dev_reset; |
65 | - { "i2c0", make_unimp_dev, &mms->i2c[0], 0x40207000, 0x1000 }, | 59 | dc->vmsd = &vmstate_imx_timer_epit; |
66 | - { "i2c1", make_unimp_dev, &mms->i2c[1], 0x40208000, 0x1000 }, | 60 | dc->desc = "i.MX periodic timer"; |
67 | - { "i2c2", make_unimp_dev, &mms->i2c[2], 0x4020c000, 0x1000 }, | 61 | } |
68 | - { "i2c3", make_unimp_dev, &mms->i2c[3], 0x4020d000, 0x1000 }, | ||
69 | + { "i2c0", make_i2c, &mms->i2c[0], 0x40207000, 0x1000 }, | ||
70 | + { "i2c1", make_i2c, &mms->i2c[1], 0x40208000, 0x1000 }, | ||
71 | + { "i2c2", make_i2c, &mms->i2c[2], 0x4020c000, 0x1000 }, | ||
72 | + { "i2c3", make_i2c, &mms->i2c[3], 0x4020d000, 0x1000 }, | ||
73 | }, | ||
74 | }, { | ||
75 | .name = "apb_ppcexp2", | ||
76 | -- | 62 | -- |
77 | 2.20.1 | 63 | 2.25.1 |
78 | |||
79 | diff view generated by jsdifflib |
1 | In commit cfdb2c0c95ae9205b0 ("target/arm: Vectorize SABA/UABA") we | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | replaced the old handling of SABA/UABA with a vectorized implementation | ||
3 | which returns early rather than falling into the loop-ever-elements | ||
4 | code. We forgot to delete the part of the old looping code that | ||
5 | did the accumulate step, and Coverity correctly warns (CID 1428955) | ||
6 | that this code is now dead. Delete it. | ||
7 | 2 | ||
8 | Fixes: cfdb2c0c95ae9205b0 | 3 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20200619171547.29780-1-peter.maydell@linaro.org | ||
13 | --- | 6 | --- |
14 | target/arm/translate-a64.c | 12 ------------ | 7 | hw/timer/imx_epit.c | 215 ++++++++++++++++++++++++-------------------- |
15 | 1 file changed, 12 deletions(-) | 8 | 1 file changed, 117 insertions(+), 98 deletions(-) |
16 | 9 | ||
17 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 10 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
18 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/translate-a64.c | 12 | --- a/hw/timer/imx_epit.c |
20 | +++ b/target/arm/translate-a64.c | 13 | +++ b/hw/timer/imx_epit.c |
21 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | 14 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reload_compare_timer(IMXEPITState *s) |
22 | genfn(tcg_res, tcg_op1, tcg_op2); | 15 | } |
23 | } | 16 | } |
24 | 17 | ||
25 | - if (opcode == 0xf) { | 18 | +static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
26 | - /* SABA, UABA: accumulating ops */ | 19 | +{ |
27 | - static NeonGenTwoOpFn * const fns[3] = { | 20 | + uint32_t oldcr = s->cr; |
28 | - gen_helper_neon_add_u8, | 21 | + |
29 | - gen_helper_neon_add_u16, | 22 | + s->cr = value & 0x03ffffff; |
30 | - tcg_gen_add_i32, | 23 | + |
31 | - }; | 24 | + if (s->cr & CR_SWR) { |
32 | - | 25 | + /* handle the reset */ |
33 | - read_vec_element_i32(s, tcg_op1, rd, pass, MO_32); | 26 | + imx_epit_reset(s, false); |
34 | - fns[size](tcg_res, tcg_op1, tcg_res); | 27 | + } |
28 | + | ||
29 | + /* | ||
30 | + * The interrupt state can change due to: | ||
31 | + * - reset clears both SR.OCIF and CR.OCIE | ||
32 | + * - write to CR.EN or CR.OCIE | ||
33 | + */ | ||
34 | + imx_epit_update_int(s); | ||
35 | + | ||
36 | + /* | ||
37 | + * TODO: could we 'break' here for reset? following operations appear | ||
38 | + * to duplicate the work imx_epit_reset() already did. | ||
39 | + */ | ||
40 | + | ||
41 | + ptimer_transaction_begin(s->timer_cmp); | ||
42 | + ptimer_transaction_begin(s->timer_reload); | ||
43 | + | ||
44 | + /* Update the frequency. Has been done already in case of a reset. */ | ||
45 | + if (!(s->cr & CR_SWR)) { | ||
46 | + imx_epit_set_freq(s); | ||
47 | + } | ||
48 | + | ||
49 | + if (s->freq && (s->cr & CR_EN) && !(oldcr & CR_EN)) { | ||
50 | + if (s->cr & CR_ENMOD) { | ||
51 | + if (s->cr & CR_RLD) { | ||
52 | + ptimer_set_limit(s->timer_reload, s->lr, 1); | ||
53 | + ptimer_set_limit(s->timer_cmp, s->lr, 1); | ||
54 | + } else { | ||
55 | + ptimer_set_limit(s->timer_reload, EPIT_TIMER_MAX, 1); | ||
56 | + ptimer_set_limit(s->timer_cmp, EPIT_TIMER_MAX, 1); | ||
57 | + } | ||
58 | + } | ||
59 | + | ||
60 | + imx_epit_reload_compare_timer(s); | ||
61 | + ptimer_run(s->timer_reload, 0); | ||
62 | + if (s->cr & CR_OCIEN) { | ||
63 | + ptimer_run(s->timer_cmp, 0); | ||
64 | + } else { | ||
65 | + ptimer_stop(s->timer_cmp); | ||
66 | + } | ||
67 | + } else if (!(s->cr & CR_EN)) { | ||
68 | + /* stop both timers */ | ||
69 | + ptimer_stop(s->timer_reload); | ||
70 | + ptimer_stop(s->timer_cmp); | ||
71 | + } else if (s->cr & CR_OCIEN) { | ||
72 | + if (!(oldcr & CR_OCIEN)) { | ||
73 | + imx_epit_reload_compare_timer(s); | ||
74 | + ptimer_run(s->timer_cmp, 0); | ||
75 | + } | ||
76 | + } else { | ||
77 | + ptimer_stop(s->timer_cmp); | ||
78 | + } | ||
79 | + | ||
80 | + ptimer_transaction_commit(s->timer_cmp); | ||
81 | + ptimer_transaction_commit(s->timer_reload); | ||
82 | +} | ||
83 | + | ||
84 | +static void imx_epit_write_sr(IMXEPITState *s, uint32_t value) | ||
85 | +{ | ||
86 | + /* writing 1 to SR.OCIF clears this bit and turns the interrupt off */ | ||
87 | + if (value & SR_OCIF) { | ||
88 | + s->sr = 0; /* SR.OCIF is the only bit in this register anyway */ | ||
89 | + imx_epit_update_int(s); | ||
90 | + } | ||
91 | +} | ||
92 | + | ||
93 | +static void imx_epit_write_lr(IMXEPITState *s, uint32_t value) | ||
94 | +{ | ||
95 | + s->lr = value; | ||
96 | + | ||
97 | + ptimer_transaction_begin(s->timer_cmp); | ||
98 | + ptimer_transaction_begin(s->timer_reload); | ||
99 | + if (s->cr & CR_RLD) { | ||
100 | + /* Also set the limit if the LRD bit is set */ | ||
101 | + /* If IOVW bit is set then set the timer value */ | ||
102 | + ptimer_set_limit(s->timer_reload, s->lr, s->cr & CR_IOVW); | ||
103 | + ptimer_set_limit(s->timer_cmp, s->lr, 0); | ||
104 | + } else if (s->cr & CR_IOVW) { | ||
105 | + /* If IOVW bit is set then set the timer value */ | ||
106 | + ptimer_set_count(s->timer_reload, s->lr); | ||
107 | + } | ||
108 | + /* | ||
109 | + * Commit the change to s->timer_reload, so it can propagate. Otherwise | ||
110 | + * the timer interrupt may not fire properly. The commit must happen | ||
111 | + * before calling imx_epit_reload_compare_timer(), which reads | ||
112 | + * s->timer_reload internally again. | ||
113 | + */ | ||
114 | + ptimer_transaction_commit(s->timer_reload); | ||
115 | + imx_epit_reload_compare_timer(s); | ||
116 | + ptimer_transaction_commit(s->timer_cmp); | ||
117 | +} | ||
118 | + | ||
119 | +static void imx_epit_write_cmp(IMXEPITState *s, uint32_t value) | ||
120 | +{ | ||
121 | + s->cmp = value; | ||
122 | + | ||
123 | + ptimer_transaction_begin(s->timer_cmp); | ||
124 | + imx_epit_reload_compare_timer(s); | ||
125 | + ptimer_transaction_commit(s->timer_cmp); | ||
126 | +} | ||
127 | + | ||
128 | static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, | ||
129 | unsigned size) | ||
130 | { | ||
131 | IMXEPITState *s = IMX_EPIT(opaque); | ||
132 | - uint64_t oldcr; | ||
133 | |||
134 | DPRINTF("(%s, value = 0x%08x)\n", imx_epit_reg_name(offset >> 2), | ||
135 | (uint32_t)value); | ||
136 | |||
137 | switch (offset >> 2) { | ||
138 | case 0: /* CR */ | ||
139 | - | ||
140 | - oldcr = s->cr; | ||
141 | - s->cr = value & 0x03ffffff; | ||
142 | - if (s->cr & CR_SWR) { | ||
143 | - /* handle the reset */ | ||
144 | - imx_epit_reset(s, false); | ||
145 | - } | ||
146 | - | ||
147 | - /* | ||
148 | - * The interrupt state can change due to: | ||
149 | - * - reset clears both SR.OCIF and CR.OCIE | ||
150 | - * - write to CR.EN or CR.OCIE | ||
151 | - */ | ||
152 | - imx_epit_update_int(s); | ||
153 | - | ||
154 | - /* | ||
155 | - * TODO: could we 'break' here for reset? following operations appear | ||
156 | - * to duplicate the work imx_epit_reset() already did. | ||
157 | - */ | ||
158 | - | ||
159 | - ptimer_transaction_begin(s->timer_cmp); | ||
160 | - ptimer_transaction_begin(s->timer_reload); | ||
161 | - | ||
162 | - /* Update the frequency. Has been done already in case of a reset. */ | ||
163 | - if (!(s->cr & CR_SWR)) { | ||
164 | - imx_epit_set_freq(s); | ||
165 | - } | ||
166 | - | ||
167 | - if (s->freq && (s->cr & CR_EN) && !(oldcr & CR_EN)) { | ||
168 | - if (s->cr & CR_ENMOD) { | ||
169 | - if (s->cr & CR_RLD) { | ||
170 | - ptimer_set_limit(s->timer_reload, s->lr, 1); | ||
171 | - ptimer_set_limit(s->timer_cmp, s->lr, 1); | ||
172 | - } else { | ||
173 | - ptimer_set_limit(s->timer_reload, EPIT_TIMER_MAX, 1); | ||
174 | - ptimer_set_limit(s->timer_cmp, EPIT_TIMER_MAX, 1); | ||
175 | - } | ||
35 | - } | 176 | - } |
36 | - | 177 | - |
37 | write_vec_element_i32(s, tcg_res, rd, pass, MO_32); | 178 | - imx_epit_reload_compare_timer(s); |
38 | 179 | - ptimer_run(s->timer_reload, 0); | |
39 | tcg_temp_free_i32(tcg_res); | 180 | - if (s->cr & CR_OCIEN) { |
181 | - ptimer_run(s->timer_cmp, 0); | ||
182 | - } else { | ||
183 | - ptimer_stop(s->timer_cmp); | ||
184 | - } | ||
185 | - } else if (!(s->cr & CR_EN)) { | ||
186 | - /* stop both timers */ | ||
187 | - ptimer_stop(s->timer_reload); | ||
188 | - ptimer_stop(s->timer_cmp); | ||
189 | - } else if (s->cr & CR_OCIEN) { | ||
190 | - if (!(oldcr & CR_OCIEN)) { | ||
191 | - imx_epit_reload_compare_timer(s); | ||
192 | - ptimer_run(s->timer_cmp, 0); | ||
193 | - } | ||
194 | - } else { | ||
195 | - ptimer_stop(s->timer_cmp); | ||
196 | - } | ||
197 | - | ||
198 | - ptimer_transaction_commit(s->timer_cmp); | ||
199 | - ptimer_transaction_commit(s->timer_reload); | ||
200 | + imx_epit_write_cr(s, (uint32_t)value); | ||
201 | break; | ||
202 | |||
203 | - case 1: /* SR - ACK*/ | ||
204 | - /* writing 1 to SR.OCIF clears this bit and turns the interrupt off */ | ||
205 | - if (value & SR_OCIF) { | ||
206 | - s->sr = 0; /* SR.OCIF is the only bit in this register anyway */ | ||
207 | - imx_epit_update_int(s); | ||
208 | - } | ||
209 | + case 1: /* SR */ | ||
210 | + imx_epit_write_sr(s, (uint32_t)value); | ||
211 | break; | ||
212 | |||
213 | - case 2: /* LR - set ticks */ | ||
214 | - s->lr = value; | ||
215 | - | ||
216 | - ptimer_transaction_begin(s->timer_cmp); | ||
217 | - ptimer_transaction_begin(s->timer_reload); | ||
218 | - if (s->cr & CR_RLD) { | ||
219 | - /* Also set the limit if the LRD bit is set */ | ||
220 | - /* If IOVW bit is set then set the timer value */ | ||
221 | - ptimer_set_limit(s->timer_reload, s->lr, s->cr & CR_IOVW); | ||
222 | - ptimer_set_limit(s->timer_cmp, s->lr, 0); | ||
223 | - } else if (s->cr & CR_IOVW) { | ||
224 | - /* If IOVW bit is set then set the timer value */ | ||
225 | - ptimer_set_count(s->timer_reload, s->lr); | ||
226 | - } | ||
227 | - /* | ||
228 | - * Commit the change to s->timer_reload, so it can propagate. Otherwise | ||
229 | - * the timer interrupt may not fire properly. The commit must happen | ||
230 | - * before calling imx_epit_reload_compare_timer(), which reads | ||
231 | - * s->timer_reload internally again. | ||
232 | - */ | ||
233 | - ptimer_transaction_commit(s->timer_reload); | ||
234 | - imx_epit_reload_compare_timer(s); | ||
235 | - ptimer_transaction_commit(s->timer_cmp); | ||
236 | + case 2: /* LR */ | ||
237 | + imx_epit_write_lr(s, (uint32_t)value); | ||
238 | break; | ||
239 | |||
240 | case 3: /* CMP */ | ||
241 | - s->cmp = value; | ||
242 | - | ||
243 | - ptimer_transaction_begin(s->timer_cmp); | ||
244 | - imx_epit_reload_compare_timer(s); | ||
245 | - ptimer_transaction_commit(s->timer_cmp); | ||
246 | - | ||
247 | + imx_epit_write_cmp(s, (uint32_t)value); | ||
248 | break; | ||
249 | |||
250 | default: | ||
251 | qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: Bad register at offset 0x%" | ||
252 | HWADDR_PRIx "\n", TYPE_IMX_EPIT, __func__, offset); | ||
253 | - | ||
254 | break; | ||
255 | } | ||
256 | } | ||
257 | + | ||
258 | static void imx_epit_cmp(void *opaque) | ||
259 | { | ||
260 | IMXEPITState *s = IMX_EPIT(opaque); | ||
40 | -- | 261 | -- |
41 | 2.20.1 | 262 | 2.25.1 |
42 | |||
43 | diff view generated by jsdifflib |
1 | Convert the VSHLL insn in the 2-reg-misc Neon group to decodetree. | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | The CNT register is a read-only register. There is no need to | ||
4 | store it's value, it can be calculated on demand. | ||
5 | The calculated frequency is needed temporarily only. | ||
6 | |||
7 | Note that this is a migration compatibility break for all boards | ||
8 | types that use the EPIT peripheral. | ||
9 | |||
10 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200616170844.13318-6-peter.maydell@linaro.org | ||
6 | --- | 13 | --- |
7 | target/arm/neon-dp.decode | 2 ++ | 14 | include/hw/timer/imx_epit.h | 2 - |
8 | target/arm/translate-neon.inc.c | 52 +++++++++++++++++++++++++++++++++ | 15 | hw/timer/imx_epit.c | 73 ++++++++++++++----------------------- |
9 | target/arm/translate.c | 35 +--------------------- | 16 | 2 files changed, 28 insertions(+), 47 deletions(-) |
10 | 3 files changed, 55 insertions(+), 34 deletions(-) | ||
11 | 17 | ||
12 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 18 | diff --git a/include/hw/timer/imx_epit.h b/include/hw/timer/imx_epit.h |
13 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/neon-dp.decode | 20 | --- a/include/hw/timer/imx_epit.h |
15 | +++ b/target/arm/neon-dp.decode | 21 | +++ b/include/hw/timer/imx_epit.h |
16 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 22 | @@ -XXX,XX +XXX,XX @@ struct IMXEPITState { |
17 | # VQMOVN: signed result, source may be signed (_S) or unsigned (_U) | 23 | uint32_t sr; |
18 | VQMOVN_S 1111 001 11 . 11 .. 10 .... 0 0101 0 . 0 .... @2misc_q0 | 24 | uint32_t lr; |
19 | VQMOVN_U 1111 001 11 . 11 .. 10 .... 0 0101 1 . 0 .... @2misc_q0 | 25 | uint32_t cmp; |
26 | - uint32_t cnt; | ||
27 | |||
28 | - uint32_t freq; | ||
29 | qemu_irq irq; | ||
30 | }; | ||
31 | |||
32 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/hw/timer/imx_epit.c | ||
35 | +++ b/hw/timer/imx_epit.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_update_int(IMXEPITState *s) | ||
37 | } | ||
38 | } | ||
39 | |||
40 | -/* | ||
41 | - * Must be called from within a ptimer_transaction_begin/commit block | ||
42 | - * for both s->timer_cmp and s->timer_reload. | ||
43 | - */ | ||
44 | -static void imx_epit_set_freq(IMXEPITState *s) | ||
45 | +static uint32_t imx_epit_get_freq(IMXEPITState *s) | ||
46 | { | ||
47 | - uint32_t clksrc; | ||
48 | - uint32_t prescaler; | ||
49 | - | ||
50 | - clksrc = extract32(s->cr, CR_CLKSRC_SHIFT, CR_CLKSRC_BITS); | ||
51 | - prescaler = 1 + extract32(s->cr, CR_PRESCALE_SHIFT, CR_PRESCALE_BITS); | ||
52 | - | ||
53 | - s->freq = imx_ccm_get_clock_frequency(s->ccm, | ||
54 | - imx_epit_clocks[clksrc]) / prescaler; | ||
55 | - | ||
56 | - DPRINTF("Setting ptimer frequency to %u\n", s->freq); | ||
57 | - | ||
58 | - if (s->freq) { | ||
59 | - ptimer_set_freq(s->timer_reload, s->freq); | ||
60 | - ptimer_set_freq(s->timer_cmp, s->freq); | ||
61 | - } | ||
62 | + uint32_t clksrc = extract32(s->cr, CR_CLKSRC_SHIFT, CR_CLKSRC_BITS); | ||
63 | + uint32_t prescaler = 1 + extract32(s->cr, CR_PRESCALE_SHIFT, CR_PRESCALE_BITS); | ||
64 | + uint32_t f_in = imx_ccm_get_clock_frequency(s->ccm, imx_epit_clocks[clksrc]); | ||
65 | + uint32_t freq = f_in / prescaler; | ||
66 | + DPRINTF("ptimer frequency is %u\n", freq); | ||
67 | + return freq; | ||
68 | } | ||
69 | |||
70 | /* | ||
71 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reset(IMXEPITState *s, bool is_hard_reset) | ||
72 | s->sr = 0; | ||
73 | s->lr = EPIT_TIMER_MAX; | ||
74 | s->cmp = 0; | ||
75 | - s->cnt = 0; | ||
76 | ptimer_transaction_begin(s->timer_cmp); | ||
77 | ptimer_transaction_begin(s->timer_reload); | ||
78 | - /* stop both timers */ | ||
20 | + | 79 | + |
21 | + VSHLL 1111 001 11 . 11 .. 10 .... 0 0110 0 . 0 .... @2misc_q0 | 80 | + /* |
22 | ] | 81 | + * The reset switches off the input clock, so even if the CR.EN is still |
23 | 82 | + * set, the timers are no longer running. | |
24 | # Subgroup for size != 0b11 | 83 | + */ |
25 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 84 | + assert(imx_epit_get_freq(s) == 0); |
26 | index XXXXXXX..XXXXXXX 100644 | 85 | ptimer_stop(s->timer_cmp); |
27 | --- a/target/arm/translate-neon.inc.c | 86 | ptimer_stop(s->timer_reload); |
28 | +++ b/target/arm/translate-neon.inc.c | 87 | - /* compute new frequency */ |
29 | @@ -XXX,XX +XXX,XX @@ DO_VMOVN(VMOVN, gen_neon_narrow_u) | 88 | - imx_epit_set_freq(s); |
30 | DO_VMOVN(VQMOVUN, gen_helper_neon_unarrow_sat) | 89 | /* init both timers to EPIT_TIMER_MAX */ |
31 | DO_VMOVN(VQMOVN_S, gen_helper_neon_narrow_sat_s) | 90 | ptimer_set_limit(s->timer_cmp, EPIT_TIMER_MAX, 1); |
32 | DO_VMOVN(VQMOVN_U, gen_helper_neon_narrow_sat_u) | 91 | ptimer_set_limit(s->timer_reload, EPIT_TIMER_MAX, 1); |
33 | + | 92 | - if (s->freq && (s->cr & CR_EN)) { |
34 | +static bool trans_VSHLL(DisasContext *s, arg_2misc *a) | 93 | - /* if the timer is still enabled, restart it */ |
35 | +{ | 94 | - ptimer_run(s->timer_reload, 0); |
36 | + TCGv_i32 rm0, rm1; | 95 | - } |
37 | + TCGv_i64 rd; | 96 | ptimer_transaction_commit(s->timer_cmp); |
38 | + static NeonGenWidenFn * const widenfns[] = { | 97 | ptimer_transaction_commit(s->timer_reload); |
39 | + gen_helper_neon_widen_u8, | ||
40 | + gen_helper_neon_widen_u16, | ||
41 | + tcg_gen_extu_i32_i64, | ||
42 | + NULL, | ||
43 | + }; | ||
44 | + NeonGenWidenFn *widenfn = widenfns[a->size]; | ||
45 | + | ||
46 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
47 | + return false; | ||
48 | + } | ||
49 | + | ||
50 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
51 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
52 | + ((a->vd | a->vm) & 0x10)) { | ||
53 | + return false; | ||
54 | + } | ||
55 | + | ||
56 | + if (a->vd & 1) { | ||
57 | + return false; | ||
58 | + } | ||
59 | + | ||
60 | + if (!widenfn) { | ||
61 | + return false; | ||
62 | + } | ||
63 | + | ||
64 | + if (!vfp_access_check(s)) { | ||
65 | + return true; | ||
66 | + } | ||
67 | + | ||
68 | + rd = tcg_temp_new_i64(); | ||
69 | + | ||
70 | + rm0 = neon_load_reg(a->vm, 0); | ||
71 | + rm1 = neon_load_reg(a->vm, 1); | ||
72 | + | ||
73 | + widenfn(rd, rm0); | ||
74 | + tcg_gen_shli_i64(rd, rd, 8 << a->size); | ||
75 | + neon_store_reg64(rd, a->vd); | ||
76 | + widenfn(rd, rm1); | ||
77 | + tcg_gen_shli_i64(rd, rd, 8 << a->size); | ||
78 | + neon_store_reg64(rd, a->vd + 1); | ||
79 | + | ||
80 | + tcg_temp_free_i64(rd); | ||
81 | + tcg_temp_free_i32(rm0); | ||
82 | + tcg_temp_free_i32(rm1); | ||
83 | + return true; | ||
84 | +} | ||
85 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
86 | index XXXXXXX..XXXXXXX 100644 | ||
87 | --- a/target/arm/translate.c | ||
88 | +++ b/target/arm/translate.c | ||
89 | @@ -XXX,XX +XXX,XX @@ static void gen_neon_trn_u16(TCGv_i32 t0, TCGv_i32 t1) | ||
90 | tcg_temp_free_i32(rd); | ||
91 | } | 98 | } |
92 | 99 | ||
93 | -static inline void gen_neon_widen(TCGv_i64 dest, TCGv_i32 src, int size, int u) | 100 | -static uint32_t imx_epit_update_count(IMXEPITState *s) |
94 | -{ | 101 | -{ |
95 | - if (u) { | 102 | - s->cnt = ptimer_get_count(s->timer_reload); |
96 | - switch (size) { | 103 | - |
97 | - case 0: gen_helper_neon_widen_u8(dest, src); break; | 104 | - return s->cnt; |
98 | - case 1: gen_helper_neon_widen_u16(dest, src); break; | ||
99 | - case 2: tcg_gen_extu_i32_i64(dest, src); break; | ||
100 | - default: abort(); | ||
101 | - } | ||
102 | - } else { | ||
103 | - switch (size) { | ||
104 | - case 0: gen_helper_neon_widen_s8(dest, src); break; | ||
105 | - case 1: gen_helper_neon_widen_s16(dest, src); break; | ||
106 | - case 2: tcg_gen_ext_i32_i64(dest, src); break; | ||
107 | - default: abort(); | ||
108 | - } | ||
109 | - } | ||
110 | - tcg_temp_free_i32(src); | ||
111 | -} | 105 | -} |
112 | - | 106 | - |
113 | /* Symbolic constants for op fields for Neon 2-register miscellaneous. | 107 | static uint64_t imx_epit_read(void *opaque, hwaddr offset, unsigned size) |
114 | * The values correspond to bits [17:16,10:7]; see the ARM ARM DDI0406B | 108 | { |
115 | * table A7-13. | 109 | IMXEPITState *s = IMX_EPIT(opaque); |
116 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 110 | @@ -XXX,XX +XXX,XX @@ static uint64_t imx_epit_read(void *opaque, hwaddr offset, unsigned size) |
117 | case NEON_2RM_VUZP: | 111 | break; |
118 | case NEON_2RM_VZIP: | 112 | |
119 | case NEON_2RM_VMOVN: case NEON_2RM_VQMOVN: | 113 | case 4: /* CNT */ |
120 | + case NEON_2RM_VSHLL: | 114 | - imx_epit_update_count(s); |
121 | /* handled by decodetree */ | 115 | - reg_value = s->cnt; |
122 | return 1; | 116 | + reg_value = ptimer_get_count(s->timer_reload); |
123 | case NEON_2RM_VTRN: | 117 | break; |
124 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 118 | |
125 | goto elementwise; | 119 | default: |
126 | } | 120 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reload_compare_timer(IMXEPITState *s) |
127 | break; | 121 | { |
128 | - case NEON_2RM_VSHLL: | 122 | if ((s->cr & (CR_EN | CR_OCIEN)) == (CR_EN | CR_OCIEN)) { |
129 | - if (q || (rd & 1)) { | 123 | /* if the compare feature is on and timers are running */ |
130 | - return 1; | 124 | - uint32_t tmp = imx_epit_update_count(s); |
131 | - } | 125 | + uint32_t tmp = ptimer_get_count(s->timer_reload); |
132 | - tmp = neon_load_reg(rm, 0); | 126 | uint64_t next; |
133 | - tmp2 = neon_load_reg(rm, 1); | 127 | if (tmp > s->cmp) { |
134 | - for (pass = 0; pass < 2; pass++) { | 128 | /* It'll fire in this round of the timer */ |
135 | - if (pass == 1) | 129 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reload_compare_timer(IMXEPITState *s) |
136 | - tmp = tmp2; | 130 | |
137 | - gen_neon_widen(cpu_V0, tmp, size, 1); | 131 | static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
138 | - tcg_gen_shli_i64(cpu_V0, cpu_V0, 8 << size); | 132 | { |
139 | - neon_store_reg64(cpu_V0, rd + pass); | 133 | + uint32_t freq = 0; |
140 | - } | 134 | uint32_t oldcr = s->cr; |
141 | - break; | 135 | |
142 | case NEON_2RM_VCVT_F16_F32: | 136 | s->cr = value & 0x03ffffff; |
143 | { | 137 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
144 | TCGv_ptr fpst; | 138 | ptimer_transaction_begin(s->timer_cmp); |
139 | ptimer_transaction_begin(s->timer_reload); | ||
140 | |||
141 | - /* Update the frequency. Has been done already in case of a reset. */ | ||
142 | + /* | ||
143 | + * Update the frequency. In case of a reset the input clock was | ||
144 | + * switched off, so this can be skipped. | ||
145 | + */ | ||
146 | if (!(s->cr & CR_SWR)) { | ||
147 | - imx_epit_set_freq(s); | ||
148 | + freq = imx_epit_get_freq(s); | ||
149 | + if (freq) { | ||
150 | + ptimer_set_freq(s->timer_reload, freq); | ||
151 | + ptimer_set_freq(s->timer_cmp, freq); | ||
152 | + } | ||
153 | } | ||
154 | |||
155 | - if (s->freq && (s->cr & CR_EN) && !(oldcr & CR_EN)) { | ||
156 | + if (freq && (s->cr & CR_EN) && !(oldcr & CR_EN)) { | ||
157 | if (s->cr & CR_ENMOD) { | ||
158 | if (s->cr & CR_RLD) { | ||
159 | ptimer_set_limit(s->timer_reload, s->lr, 1); | ||
160 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps imx_epit_ops = { | ||
161 | |||
162 | static const VMStateDescription vmstate_imx_timer_epit = { | ||
163 | .name = TYPE_IMX_EPIT, | ||
164 | - .version_id = 2, | ||
165 | - .minimum_version_id = 2, | ||
166 | + .version_id = 3, | ||
167 | + .minimum_version_id = 3, | ||
168 | .fields = (VMStateField[]) { | ||
169 | VMSTATE_UINT32(cr, IMXEPITState), | ||
170 | VMSTATE_UINT32(sr, IMXEPITState), | ||
171 | VMSTATE_UINT32(lr, IMXEPITState), | ||
172 | VMSTATE_UINT32(cmp, IMXEPITState), | ||
173 | - VMSTATE_UINT32(cnt, IMXEPITState), | ||
174 | - VMSTATE_UINT32(freq, IMXEPITState), | ||
175 | VMSTATE_PTIMER(timer_reload, IMXEPITState), | ||
176 | VMSTATE_PTIMER(timer_cmp, IMXEPITState), | ||
177 | VMSTATE_END_OF_LIST() | ||
145 | -- | 178 | -- |
146 | 2.20.1 | 179 | 2.25.1 |
147 | |||
148 | diff view generated by jsdifflib |
1 | Convert the Neon VREV64 insn from the 2-reg-misc grouping to decodetree. | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | - fix #1263 for CR writes | ||
4 | - rework compare time handling | ||
5 | - The compare timer has to run even if CR.OCIEN is not set, | ||
6 | as SR.OCIF must be updated. | ||
7 | - The compare timer fires exactly once when the | ||
8 | compare value is less than the current value, but the | ||
9 | reload values is less than the compare value. | ||
10 | - The compare timer will never fire if the reload value is | ||
11 | less than the compare value. Disable it in this case. | ||
12 | |||
13 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> | ||
14 | [PMM: fixed minor style nits] | ||
15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200616170844.13318-2-peter.maydell@linaro.org | ||
6 | --- | 17 | --- |
7 | target/arm/neon-dp.decode | 12 ++++++++ | 18 | hw/timer/imx_epit.c | 192 ++++++++++++++++++++++++++------------------ |
8 | target/arm/translate-neon.inc.c | 50 +++++++++++++++++++++++++++++++++ | 19 | 1 file changed, 116 insertions(+), 76 deletions(-) |
9 | target/arm/translate.c | 24 ++-------------- | ||
10 | 3 files changed, 64 insertions(+), 22 deletions(-) | ||
11 | 20 | ||
12 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 21 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
13 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/neon-dp.decode | 23 | --- a/hw/timer/imx_epit.c |
15 | +++ b/target/arm/neon-dp.decode | 24 | +++ b/hw/timer/imx_epit.c |
16 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 25 | @@ -XXX,XX +XXX,XX @@ |
17 | vm=%vm_dp vd=%vd_dp size=1 | 26 | * Originally written by Hans Jiang |
18 | VDUP_scalar 1111 001 1 1 . 11 index:1 100 .... 11 000 q:1 . 0 .... \ | 27 | * Updated by Peter Chubb |
19 | vm=%vm_dp vd=%vd_dp size=2 | 28 | * Updated by Jean-Christophe Dubois <jcd@tribudubois.net> |
20 | + | 29 | + * Updated by Axel Heider |
21 | + ################################################################## | 30 | * |
22 | + # 2-reg-misc grouping: | 31 | * This code is licensed under GPL version 2 or later. See |
23 | + # 1111 001 11 D 11 size:2 opc1:2 Vd:4 0 opc2:4 q:1 M 0 Vm:4 | 32 | * the COPYING file in the top-level directory. |
24 | + ################################################################## | 33 | @@ -XXX,XX +XXX,XX @@ static uint64_t imx_epit_read(void *opaque, hwaddr offset, unsigned size) |
25 | + | 34 | return reg_value; |
26 | + &2misc vd vm q size | 35 | } |
27 | + | 36 | |
28 | + @2misc .... ... .. . .. size:2 .. .... . .... q:1 . . .... \ | 37 | -/* Must be called from ptimer_transaction_begin/commit block for s->timer_cmp */ |
29 | + &2misc vm=%vm_dp vd=%vd_dp | 38 | -static void imx_epit_reload_compare_timer(IMXEPITState *s) |
30 | + | 39 | +/* |
31 | + VREV64 1111 001 11 . 11 .. 00 .... 0 0000 . . 0 .... @2misc | 40 | + * Must be called from a ptimer_transaction_begin/commit block for |
32 | ] | 41 | + * s->timer_cmp, but outside of a transaction block of s->timer_reload, |
33 | 42 | + * so the proper counter value is read. | |
34 | # Subgroup for size != 0b11 | 43 | + */ |
35 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 44 | +static void imx_epit_update_compare_timer(IMXEPITState *s) |
36 | index XXXXXXX..XXXXXXX 100644 | 45 | { |
37 | --- a/target/arm/translate-neon.inc.c | 46 | - if ((s->cr & (CR_EN | CR_OCIEN)) == (CR_EN | CR_OCIEN)) { |
38 | +++ b/target/arm/translate-neon.inc.c | 47 | - /* if the compare feature is on and timers are running */ |
39 | @@ -XXX,XX +XXX,XX @@ static bool trans_VDUP_scalar(DisasContext *s, arg_VDUP_scalar *a) | 48 | - uint32_t tmp = ptimer_get_count(s->timer_reload); |
40 | a->q ? 16 : 8, a->q ? 16 : 8); | 49 | - uint64_t next; |
41 | return true; | 50 | - if (tmp > s->cmp) { |
42 | } | 51 | - /* It'll fire in this round of the timer */ |
43 | + | 52 | - next = tmp - s->cmp; |
44 | +static bool trans_VREV64(DisasContext *s, arg_VREV64 *a) | 53 | - } else { /* catch it next time around */ |
45 | +{ | 54 | - next = tmp - s->cmp + ((s->cr & CR_RLD) ? EPIT_TIMER_MAX : s->lr); |
46 | + int pass, half; | 55 | + uint64_t counter = 0; |
47 | + | 56 | + bool is_oneshot = false; |
48 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | 57 | + /* |
49 | + return false; | 58 | + * The compare timer only has to run if the timer peripheral is active |
59 | + * and there is an input clock, Otherwise it can be switched off. | ||
60 | + */ | ||
61 | + bool is_active = (s->cr & CR_EN) && imx_epit_get_freq(s); | ||
62 | + if (is_active) { | ||
63 | + /* | ||
64 | + * Calculate next timeout for compare timer. Reading the reload | ||
65 | + * counter returns proper results only if pending transactions | ||
66 | + * on it are committed here. Otherwise stale values are be read. | ||
67 | + */ | ||
68 | + counter = ptimer_get_count(s->timer_reload); | ||
69 | + uint64_t limit = ptimer_get_limit(s->timer_cmp); | ||
70 | + /* | ||
71 | + * The compare timer is a periodic timer if the limit is at least | ||
72 | + * the compare value. Otherwise it may fire at most once in the | ||
73 | + * current round. | ||
74 | + */ | ||
75 | + bool is_oneshot = (limit >= s->cmp); | ||
76 | + if (counter >= s->cmp) { | ||
77 | + /* The compare timer fires in the current round. */ | ||
78 | + counter -= s->cmp; | ||
79 | + } else if (!is_oneshot) { | ||
80 | + /* | ||
81 | + * The compare timer fires after a reload, as it is below the | ||
82 | + * compare value already in this round. Note that the counter | ||
83 | + * value calculated below can be above the 32-bit limit, which | ||
84 | + * is legal here because the compare timer is an internal | ||
85 | + * helper ptimer only. | ||
86 | + */ | ||
87 | + counter += limit - s->cmp; | ||
88 | + } else { | ||
89 | + /* | ||
90 | + * The compare timer won't fire in this round, and the limit is | ||
91 | + * set to a value below the compare value. This practically means | ||
92 | + * it will never fire, so it can be switched off. | ||
93 | + */ | ||
94 | + is_active = false; | ||
95 | } | ||
96 | - ptimer_set_count(s->timer_cmp, next); | ||
97 | } | ||
98 | + | ||
99 | + /* | ||
100 | + * Set the compare timer and let it run, or stop it. This is agnostic | ||
101 | + * of CR.OCIEN bit, as this bit affects interrupt generation only. The | ||
102 | + * compare timer needs to run even if no interrupts are to be generated, | ||
103 | + * because the SR.OCIF bit must be updated also. | ||
104 | + * Note that the timer might already be stopped or be running with | ||
105 | + * counter values. However, finding out when an update is needed and | ||
106 | + * when not is not trivial. It's much easier applying the setting again, | ||
107 | + * as this does not harm either and the overhead is negligible. | ||
108 | + */ | ||
109 | + if (is_active) { | ||
110 | + ptimer_set_count(s->timer_cmp, counter); | ||
111 | + ptimer_run(s->timer_cmp, is_oneshot ? 1 : 0); | ||
112 | + } else { | ||
113 | + ptimer_stop(s->timer_cmp); | ||
50 | + } | 114 | + } |
51 | + | 115 | + |
52 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | 116 | } |
53 | + if (!dc_isar_feature(aa32_simd_r32, s) && | 117 | |
54 | + ((a->vd | a->vm) & 0x10)) { | 118 | static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
55 | + return false; | 119 | { |
56 | + } | 120 | - uint32_t freq = 0; |
57 | + | 121 | uint32_t oldcr = s->cr; |
58 | + if ((a->vd | a->vm) & a->q) { | 122 | |
59 | + return false; | 123 | s->cr = value & 0x03ffffff; |
60 | + } | 124 | |
61 | + | 125 | if (s->cr & CR_SWR) { |
62 | + if (a->size == 3) { | 126 | - /* handle the reset */ |
63 | + return false; | 127 | + /* |
64 | + } | 128 | + * Reset clears CR.SWR again. It does not touch CR.EN, but the timers |
65 | + | 129 | + * are still stopped because the input clock is disabled. |
66 | + if (!vfp_access_check(s)) { | 130 | + */ |
67 | + return true; | 131 | imx_epit_reset(s, false); |
68 | + } | 132 | + } else { |
69 | + | 133 | + uint32_t freq; |
70 | + for (pass = 0; pass < (a->q ? 2 : 1); pass++) { | 134 | + uint32_t toggled_cr_bits = oldcr ^ s->cr; |
71 | + TCGv_i32 tmp[2]; | 135 | + /* re-initialize the limits if CR.RLD has changed */ |
72 | + | 136 | + bool set_limit = toggled_cr_bits & CR_RLD; |
73 | + for (half = 0; half < 2; half++) { | 137 | + /* set the counter if the timer got just enabled and CR.ENMOD is set */ |
74 | + tmp[half] = neon_load_reg(a->vm, pass * 2 + half); | 138 | + bool is_switched_on = (toggled_cr_bits & s->cr) & CR_EN; |
75 | + switch (a->size) { | 139 | + bool set_counter = is_switched_on && (s->cr & CR_ENMOD); |
76 | + case 0: | 140 | + |
77 | + tcg_gen_bswap32_i32(tmp[half], tmp[half]); | 141 | + ptimer_transaction_begin(s->timer_cmp); |
78 | + break; | 142 | + ptimer_transaction_begin(s->timer_reload); |
79 | + case 1: | 143 | + freq = imx_epit_get_freq(s); |
80 | + gen_swap_half(tmp[half]); | 144 | + if (freq) { |
81 | + break; | 145 | + ptimer_set_freq(s->timer_reload, freq); |
82 | + case 2: | 146 | + ptimer_set_freq(s->timer_cmp, freq); |
83 | + break; | 147 | + } |
84 | + default: | 148 | + |
85 | + g_assert_not_reached(); | 149 | + if (set_limit || set_counter) { |
150 | + uint64_t limit = (s->cr & CR_RLD) ? s->lr : EPIT_TIMER_MAX; | ||
151 | + ptimer_set_limit(s->timer_reload, limit, set_counter ? 1 : 0); | ||
152 | + if (set_limit) { | ||
153 | + ptimer_set_limit(s->timer_cmp, limit, 0); | ||
86 | + } | 154 | + } |
87 | + } | 155 | + } |
88 | + neon_store_reg(a->vd, pass * 2, tmp[1]); | 156 | + /* |
89 | + neon_store_reg(a->vd, pass * 2 + 1, tmp[0]); | 157 | + * If there is an input clock and the peripheral is enabled, then |
90 | + } | 158 | + * ensure the wall clock timer is ticking. Otherwise stop the timers. |
91 | + return true; | 159 | + * The compare timer will be updated later. |
92 | +} | 160 | + */ |
93 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 161 | + if (freq && (s->cr & CR_EN)) { |
94 | index XXXXXXX..XXXXXXX 100644 | 162 | + ptimer_run(s->timer_reload, 0); |
95 | --- a/target/arm/translate.c | 163 | + } else { |
96 | +++ b/target/arm/translate.c | 164 | + ptimer_stop(s->timer_reload); |
97 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 165 | + } |
98 | } | 166 | + /* Commit changes to reload timer, so they can propagate. */ |
99 | switch (op) { | 167 | + ptimer_transaction_commit(s->timer_reload); |
100 | case NEON_2RM_VREV64: | 168 | + /* Update compare timer based on the committed reload timer value. */ |
101 | - for (pass = 0; pass < (q ? 2 : 1); pass++) { | 169 | + imx_epit_update_compare_timer(s); |
102 | - tmp = neon_load_reg(rm, pass * 2); | 170 | + ptimer_transaction_commit(s->timer_cmp); |
103 | - tmp2 = neon_load_reg(rm, pass * 2 + 1); | 171 | } |
104 | - switch (size) { | 172 | |
105 | - case 0: tcg_gen_bswap32_i32(tmp, tmp); break; | 173 | /* |
106 | - case 1: gen_swap_half(tmp); break; | 174 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
107 | - case 2: /* no-op */ break; | 175 | * - write to CR.EN or CR.OCIE |
108 | - default: abort(); | 176 | */ |
109 | - } | 177 | imx_epit_update_int(s); |
110 | - neon_store_reg(rd, pass * 2 + 1, tmp); | 178 | - |
111 | - if (size == 2) { | 179 | - /* |
112 | - neon_store_reg(rd, pass * 2, tmp2); | 180 | - * TODO: could we 'break' here for reset? following operations appear |
113 | - } else { | 181 | - * to duplicate the work imx_epit_reset() already did. |
114 | - switch (size) { | 182 | - */ |
115 | - case 0: tcg_gen_bswap32_i32(tmp2, tmp2); break; | 183 | - |
116 | - case 1: gen_swap_half(tmp2); break; | 184 | - ptimer_transaction_begin(s->timer_cmp); |
117 | - default: abort(); | 185 | - ptimer_transaction_begin(s->timer_reload); |
118 | - } | 186 | - |
119 | - neon_store_reg(rd, pass * 2, tmp2); | 187 | - /* |
120 | - } | 188 | - * Update the frequency. In case of a reset the input clock was |
121 | - } | 189 | - * switched off, so this can be skipped. |
122 | - break; | 190 | - */ |
123 | + /* handled by decodetree */ | 191 | - if (!(s->cr & CR_SWR)) { |
124 | + return 1; | 192 | - freq = imx_epit_get_freq(s); |
125 | case NEON_2RM_VPADDL: case NEON_2RM_VPADDL_U: | 193 | - if (freq) { |
126 | case NEON_2RM_VPADAL: case NEON_2RM_VPADAL_U: | 194 | - ptimer_set_freq(s->timer_reload, freq); |
127 | for (pass = 0; pass < q + 1; pass++) { | 195 | - ptimer_set_freq(s->timer_cmp, freq); |
196 | - } | ||
197 | - } | ||
198 | - | ||
199 | - if (freq && (s->cr & CR_EN) && !(oldcr & CR_EN)) { | ||
200 | - if (s->cr & CR_ENMOD) { | ||
201 | - if (s->cr & CR_RLD) { | ||
202 | - ptimer_set_limit(s->timer_reload, s->lr, 1); | ||
203 | - ptimer_set_limit(s->timer_cmp, s->lr, 1); | ||
204 | - } else { | ||
205 | - ptimer_set_limit(s->timer_reload, EPIT_TIMER_MAX, 1); | ||
206 | - ptimer_set_limit(s->timer_cmp, EPIT_TIMER_MAX, 1); | ||
207 | - } | ||
208 | - } | ||
209 | - | ||
210 | - imx_epit_reload_compare_timer(s); | ||
211 | - ptimer_run(s->timer_reload, 0); | ||
212 | - if (s->cr & CR_OCIEN) { | ||
213 | - ptimer_run(s->timer_cmp, 0); | ||
214 | - } else { | ||
215 | - ptimer_stop(s->timer_cmp); | ||
216 | - } | ||
217 | - } else if (!(s->cr & CR_EN)) { | ||
218 | - /* stop both timers */ | ||
219 | - ptimer_stop(s->timer_reload); | ||
220 | - ptimer_stop(s->timer_cmp); | ||
221 | - } else if (s->cr & CR_OCIEN) { | ||
222 | - if (!(oldcr & CR_OCIEN)) { | ||
223 | - imx_epit_reload_compare_timer(s); | ||
224 | - ptimer_run(s->timer_cmp, 0); | ||
225 | - } | ||
226 | - } else { | ||
227 | - ptimer_stop(s->timer_cmp); | ||
228 | - } | ||
229 | - | ||
230 | - ptimer_transaction_commit(s->timer_cmp); | ||
231 | - ptimer_transaction_commit(s->timer_reload); | ||
232 | } | ||
233 | |||
234 | static void imx_epit_write_sr(IMXEPITState *s, uint32_t value) | ||
235 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write_lr(IMXEPITState *s, uint32_t value) | ||
236 | /* If IOVW bit is set then set the timer value */ | ||
237 | ptimer_set_count(s->timer_reload, s->lr); | ||
238 | } | ||
239 | - /* | ||
240 | - * Commit the change to s->timer_reload, so it can propagate. Otherwise | ||
241 | - * the timer interrupt may not fire properly. The commit must happen | ||
242 | - * before calling imx_epit_reload_compare_timer(), which reads | ||
243 | - * s->timer_reload internally again. | ||
244 | - */ | ||
245 | + /* Commit the changes to s->timer_reload, so they can propagate. */ | ||
246 | ptimer_transaction_commit(s->timer_reload); | ||
247 | - imx_epit_reload_compare_timer(s); | ||
248 | + /* Update the compare timer based on the committed reload timer value. */ | ||
249 | + imx_epit_update_compare_timer(s); | ||
250 | ptimer_transaction_commit(s->timer_cmp); | ||
251 | } | ||
252 | |||
253 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write_cmp(IMXEPITState *s, uint32_t value) | ||
254 | { | ||
255 | s->cmp = value; | ||
256 | |||
257 | + /* Update the compare timer based on the committed reload timer value. */ | ||
258 | ptimer_transaction_begin(s->timer_cmp); | ||
259 | - imx_epit_reload_compare_timer(s); | ||
260 | + imx_epit_update_compare_timer(s); | ||
261 | ptimer_transaction_commit(s->timer_cmp); | ||
262 | } | ||
263 | |||
264 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_cmp(void *opaque) | ||
265 | { | ||
266 | IMXEPITState *s = IMX_EPIT(opaque); | ||
267 | |||
268 | + /* The cmp ptimer can't be running when the peripheral is disabled */ | ||
269 | + assert(s->cr & CR_EN); | ||
270 | + | ||
271 | DPRINTF("sr was %d\n", s->sr); | ||
272 | /* Set interrupt status bit SR.OCIF and update the interrupt state */ | ||
273 | s->sr |= SR_OCIF; | ||
128 | -- | 274 | -- |
129 | 2.20.1 | 275 | 2.25.1 |
130 | |||
131 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | Register the GPIO peripherals as unimplemented to better | 3 | Fix these: |
4 | follow their accesses, for example booting Zephyr: | ||
5 | 4 | ||
6 | ---------------- | 5 | WARNING: Block comments use a leading /* on a separate line |
7 | IN: arm_mps2_pinmux_init | 6 | WARNING: Block comments use * on subsequent lines |
8 | 0x00001160: f64f 0231 movw r2, #0xf831 | 7 | WARNING: Block comments use a trailing */ on a separate line |
9 | 0x00001164: 4b06 ldr r3, [pc, #0x18] | ||
10 | 0x00001166: 2000 movs r0, #0 | ||
11 | 0x00001168: 619a str r2, [r3, #0x18] | ||
12 | 0x0000116a: f24c 426f movw r2, #0xc46f | ||
13 | 0x0000116e: f503 5380 add.w r3, r3, #0x1000 | ||
14 | 0x00001172: 619a str r2, [r3, #0x18] | ||
15 | 0x00001174: f44f 529e mov.w r2, #0x13c0 | ||
16 | 0x00001178: f503 5380 add.w r3, r3, #0x1000 | ||
17 | 0x0000117c: 619a str r2, [r3, #0x18] | ||
18 | 0x0000117e: 4770 bx lr | ||
19 | cmsdk-ahb-gpio: unimplemented device write (size 4, value 0xf831, offset 0x18) | ||
20 | cmsdk-ahb-gpio: unimplemented device write (size 4, value 0xc46f, offset 0x18) | ||
21 | cmsdk-ahb-gpio: unimplemented device write (size 4, value 0x13c0, offset 0x18) | ||
22 | 8 | ||
23 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
24 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 10 | Reviewed-by: Claudio Fontana <cfontana@suse.de> |
25 | Message-id: 20200617072539.32686-10-f4bug@amsat.org | 11 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
12 | Message-id: 20221213190537.511-2-farosas@suse.de | ||
26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
27 | --- | 14 | --- |
28 | hw/arm/mps2.c | 8 ++++++-- | 15 | target/arm/helper.c | 323 +++++++++++++++++++++++++++++--------------- |
29 | 1 file changed, 6 insertions(+), 2 deletions(-) | 16 | 1 file changed, 215 insertions(+), 108 deletions(-) |
30 | 17 | ||
31 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 18 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
32 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/arm/mps2.c | 20 | --- a/target/arm/helper.c |
34 | +++ b/hw/arm/mps2.c | 21 | +++ b/target/arm/helper.c |
35 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 22 | @@ -XXX,XX +XXX,XX @@ uint64_t read_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri) |
36 | MemoryRegion *system_memory = get_system_memory(); | 23 | static void write_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri, |
37 | MachineClass *mc = MACHINE_GET_CLASS(machine); | 24 | uint64_t v) |
38 | DeviceState *armv7m, *sccdev; | 25 | { |
39 | + int i; | 26 | - /* Raw write of a coprocessor register (as needed for migration, etc). |
40 | 27 | + /* | |
41 | if (strcmp(machine->cpu_type, mc->default_cpu_type) != 0) { | 28 | + * Raw write of a coprocessor register (as needed for migration, etc). |
42 | error_report("This board can only be used with CPU %s", | 29 | * Note that constant registers are treated as write-ignored; the |
43 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 30 | * caller should check for success by whether a readback gives the |
44 | */ | 31 | * value written. |
45 | Object *orgate; | 32 | @@ -XXX,XX +XXX,XX @@ static void write_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri, |
46 | DeviceState *orgate_dev; | 33 | |
47 | - int i; | 34 | static bool raw_accessors_invalid(const ARMCPRegInfo *ri) |
48 | 35 | { | |
49 | orgate = object_new(TYPE_OR_IRQ); | 36 | - /* Return true if the regdef would cause an assertion if you called |
50 | object_property_set_int(orgate, 6, "num-lines", &error_fatal); | 37 | + /* |
51 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 38 | + * Return true if the regdef would cause an assertion if you called |
52 | */ | 39 | * read_raw_cp_reg() or write_raw_cp_reg() on it (ie if it is a |
53 | Object *orgate; | 40 | * program bug for it not to have the NO_RAW flag). |
54 | DeviceState *orgate_dev; | 41 | * NB that returning false here doesn't necessarily mean that calling |
55 | - int i; | 42 | @@ -XXX,XX +XXX,XX @@ bool write_list_to_cpustate(ARMCPU *cpu) |
56 | 43 | if (ri->type & ARM_CP_NO_RAW) { | |
57 | orgate = object_new(TYPE_OR_IRQ); | 44 | continue; |
58 | object_property_set_int(orgate, 10, "num-lines", &error_fatal); | 45 | } |
59 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 46 | - /* Write value and confirm it reads back as written |
47 | + /* | ||
48 | + * Write value and confirm it reads back as written | ||
49 | * (to catch read-only registers and partially read-only | ||
50 | * registers where the incoming migration value doesn't match) | ||
51 | */ | ||
52 | @@ -XXX,XX +XXX,XX @@ static gint cpreg_key_compare(gconstpointer a, gconstpointer b) | ||
53 | |||
54 | void init_cpreg_list(ARMCPU *cpu) | ||
55 | { | ||
56 | - /* Initialise the cpreg_tuples[] array based on the cp_regs hash. | ||
57 | + /* | ||
58 | + * Initialise the cpreg_tuples[] array based on the cp_regs hash. | ||
59 | * Note that we require cpreg_tuples[] to be sorted by key ID. | ||
60 | */ | ||
61 | GList *keys; | ||
62 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_el3_aa32ns(CPUARMState *env, | ||
63 | return CP_ACCESS_OK; | ||
64 | } | ||
65 | |||
66 | -/* Some secure-only AArch32 registers trap to EL3 if used from | ||
67 | +/* | ||
68 | + * Some secure-only AArch32 registers trap to EL3 if used from | ||
69 | * Secure EL1 (but are just ordinary UNDEF in other non-EL3 contexts). | ||
70 | * Note that an access from Secure EL1 can only happen if EL3 is AArch64. | ||
71 | * We assume that the .access field is set to PL1_RW. | ||
72 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_trap_aa32s_el1(CPUARMState *env, | ||
73 | return CP_ACCESS_TRAP_UNCATEGORIZED; | ||
74 | } | ||
75 | |||
76 | -/* Check for traps to performance monitor registers, which are controlled | ||
77 | +/* | ||
78 | + * Check for traps to performance monitor registers, which are controlled | ||
79 | * by MDCR_EL2.TPM for EL2 and MDCR_EL3.TPM for EL3. | ||
80 | */ | ||
81 | static CPAccessResult access_tpm(CPUARMState *env, const ARMCPRegInfo *ri, | ||
82 | @@ -XXX,XX +XXX,XX @@ static void fcse_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) | ||
83 | ARMCPU *cpu = env_archcpu(env); | ||
84 | |||
85 | if (raw_read(env, ri) != value) { | ||
86 | - /* Unlike real hardware the qemu TLB uses virtual addresses, | ||
87 | + /* | ||
88 | + * Unlike real hardware the qemu TLB uses virtual addresses, | ||
89 | * not modified virtual addresses, so this causes a TLB flush. | ||
90 | */ | ||
91 | tlb_flush(CPU(cpu)); | ||
92 | @@ -XXX,XX +XXX,XX @@ static void contextidr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
93 | |||
94 | if (raw_read(env, ri) != value && !arm_feature(env, ARM_FEATURE_PMSA) | ||
95 | && !extended_addresses_enabled(env)) { | ||
96 | - /* For VMSA (when not using the LPAE long descriptor page table | ||
97 | + /* | ||
98 | + * For VMSA (when not using the LPAE long descriptor page table | ||
99 | * format) this register includes the ASID, so do a TLB flush. | ||
100 | * For PMSA it is purely a process ID and no action is needed. | ||
101 | */ | ||
102 | @@ -XXX,XX +XXX,XX @@ static void tlbiipas2is_hyp_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
103 | } | ||
104 | |||
105 | static const ARMCPRegInfo cp_reginfo[] = { | ||
106 | - /* Define the secure and non-secure FCSE identifier CP registers | ||
107 | + /* | ||
108 | + * Define the secure and non-secure FCSE identifier CP registers | ||
109 | * separately because there is no secure bank in V8 (no _EL3). This allows | ||
110 | * the secure register to be properly reset and migrated. There is also no | ||
111 | * v8 EL1 version of the register so the non-secure instance stands alone. | ||
112 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo cp_reginfo[] = { | ||
113 | .access = PL1_RW, .secure = ARM_CP_SECSTATE_S, | ||
114 | .fieldoffset = offsetof(CPUARMState, cp15.fcseidr_s), | ||
115 | .resetvalue = 0, .writefn = fcse_write, .raw_writefn = raw_write, }, | ||
116 | - /* Define the secure and non-secure context identifier CP registers | ||
117 | + /* | ||
118 | + * Define the secure and non-secure context identifier CP registers | ||
119 | * separately because there is no secure bank in V8 (no _EL3). This allows | ||
120 | * the secure register to be properly reset and migrated. In the | ||
121 | * non-secure case, the 32-bit register will have reset and migration | ||
122 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo cp_reginfo[] = { | ||
123 | }; | ||
124 | |||
125 | static const ARMCPRegInfo not_v8_cp_reginfo[] = { | ||
126 | - /* NB: Some of these registers exist in v8 but with more precise | ||
127 | + /* | ||
128 | + * NB: Some of these registers exist in v8 but with more precise | ||
129 | * definitions that don't use CP_ANY wildcards (mostly in v8_cp_reginfo[]). | ||
130 | */ | ||
131 | /* MMU Domain access control / MPU write buffer control */ | ||
132 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo not_v8_cp_reginfo[] = { | ||
133 | .writefn = dacr_write, .raw_writefn = raw_write, | ||
134 | .bank_fieldoffsets = { offsetoflow32(CPUARMState, cp15.dacr_s), | ||
135 | offsetoflow32(CPUARMState, cp15.dacr_ns) } }, | ||
136 | - /* ARMv7 allocates a range of implementation defined TLB LOCKDOWN regs. | ||
137 | + /* | ||
138 | + * ARMv7 allocates a range of implementation defined TLB LOCKDOWN regs. | ||
139 | * For v6 and v5, these mappings are overly broad. | ||
140 | */ | ||
141 | { .name = "TLB_LOCKDOWN", .cp = 15, .crn = 10, .crm = 0, | ||
142 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo not_v8_cp_reginfo[] = { | ||
143 | }; | ||
144 | |||
145 | static const ARMCPRegInfo not_v6_cp_reginfo[] = { | ||
146 | - /* Not all pre-v6 cores implemented this WFI, so this is slightly | ||
147 | + /* | ||
148 | + * Not all pre-v6 cores implemented this WFI, so this is slightly | ||
149 | * over-broad. | ||
150 | */ | ||
151 | { .name = "WFI_v5", .cp = 15, .crn = 7, .crm = 8, .opc1 = 0, .opc2 = 2, | ||
152 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo not_v6_cp_reginfo[] = { | ||
153 | }; | ||
154 | |||
155 | static const ARMCPRegInfo not_v7_cp_reginfo[] = { | ||
156 | - /* Standard v6 WFI (also used in some pre-v6 cores); not in v7 (which | ||
157 | + /* | ||
158 | + * Standard v6 WFI (also used in some pre-v6 cores); not in v7 (which | ||
159 | * is UNPREDICTABLE; we choose to NOP as most implementations do). | ||
160 | */ | ||
161 | { .name = "WFI_v6", .cp = 15, .crn = 7, .crm = 0, .opc1 = 0, .opc2 = 4, | ||
162 | .access = PL1_W, .type = ARM_CP_WFI }, | ||
163 | - /* L1 cache lockdown. Not architectural in v6 and earlier but in practice | ||
164 | + /* | ||
165 | + * L1 cache lockdown. Not architectural in v6 and earlier but in practice | ||
166 | * implemented in 926, 946, 1026, 1136, 1176 and 11MPCore. StrongARM and | ||
167 | * OMAPCP will override this space. | ||
168 | */ | ||
169 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo not_v7_cp_reginfo[] = { | ||
170 | { .name = "DUMMY", .cp = 15, .crn = 0, .crm = 0, .opc1 = 1, .opc2 = CP_ANY, | ||
171 | .access = PL1_R, .type = ARM_CP_CONST | ARM_CP_NO_RAW, | ||
172 | .resetvalue = 0 }, | ||
173 | - /* We don't implement pre-v7 debug but most CPUs had at least a DBGDIDR; | ||
174 | + /* | ||
175 | + * We don't implement pre-v7 debug but most CPUs had at least a DBGDIDR; | ||
176 | * implementing it as RAZ means the "debug architecture version" bits | ||
177 | * will read as a reserved value, which should cause Linux to not try | ||
178 | * to use the debug hardware. | ||
179 | */ | ||
180 | { .name = "DBGDIDR", .cp = 14, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 0, | ||
181 | .access = PL0_R, .type = ARM_CP_CONST, .resetvalue = 0 }, | ||
182 | - /* MMU TLB control. Note that the wildcarding means we cover not just | ||
183 | + /* | ||
184 | + * MMU TLB control. Note that the wildcarding means we cover not just | ||
185 | * the unified TLB ops but also the dside/iside/inner-shareable variants. | ||
186 | */ | ||
187 | { .name = "TLBIALL", .cp = 15, .crn = 8, .crm = CP_ANY, | ||
188 | @@ -XXX,XX +XXX,XX @@ static void cpacr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
189 | |||
190 | /* In ARMv8 most bits of CPACR_EL1 are RES0. */ | ||
191 | if (!arm_feature(env, ARM_FEATURE_V8)) { | ||
192 | - /* ARMv7 defines bits for unimplemented coprocessors as RAZ/WI. | ||
193 | + /* | ||
194 | + * ARMv7 defines bits for unimplemented coprocessors as RAZ/WI. | ||
195 | * ASEDIS [31] and D32DIS [30] are both UNK/SBZP without VFP. | ||
196 | * TRCDIS [28] is RAZ/WI since we do not implement a trace macrocell. | ||
197 | */ | ||
198 | @@ -XXX,XX +XXX,XX @@ static void cpacr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
199 | value |= R_CPACR_ASEDIS_MASK; | ||
200 | } | ||
201 | |||
202 | - /* VFPv3 and upwards with NEON implement 32 double precision | ||
203 | + /* | ||
204 | + * VFPv3 and upwards with NEON implement 32 double precision | ||
205 | * registers (D0-D31). | ||
206 | */ | ||
207 | if (!cpu_isar_feature(aa32_simd_r32, env_archcpu(env))) { | ||
208 | @@ -XXX,XX +XXX,XX @@ static uint64_t cpacr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
209 | |||
210 | static void cpacr_reset(CPUARMState *env, const ARMCPRegInfo *ri) | ||
211 | { | ||
212 | - /* Call cpacr_write() so that we reset with the correct RAO bits set | ||
213 | + /* | ||
214 | + * Call cpacr_write() so that we reset with the correct RAO bits set | ||
215 | * for our CPU features. | ||
216 | */ | ||
217 | cpacr_write(env, ri, 0); | ||
218 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v6_cp_reginfo[] = { | ||
219 | { .name = "MVA_prefetch", | ||
220 | .cp = 15, .crn = 7, .crm = 13, .opc1 = 0, .opc2 = 1, | ||
221 | .access = PL1_W, .type = ARM_CP_NOP }, | ||
222 | - /* We need to break the TB after ISB to execute self-modifying code | ||
223 | + /* | ||
224 | + * We need to break the TB after ISB to execute self-modifying code | ||
225 | * correctly and also to take any pending interrupts immediately. | ||
226 | * So use arm_cp_write_ignore() function instead of ARM_CP_NOP flag. | ||
227 | */ | ||
228 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v6_cp_reginfo[] = { | ||
229 | .bank_fieldoffsets = { offsetof(CPUARMState, cp15.ifar_s), | ||
230 | offsetof(CPUARMState, cp15.ifar_ns) }, | ||
231 | .resetvalue = 0, }, | ||
232 | - /* Watchpoint Fault Address Register : should actually only be present | ||
233 | + /* | ||
234 | + * Watchpoint Fault Address Register : should actually only be present | ||
235 | * for 1136, 1176, 11MPCore. | ||
236 | */ | ||
237 | { .name = "WFAR", .cp = 15, .crn = 6, .crm = 0, .opc1 = 0, .opc2 = 1, | ||
238 | @@ -XXX,XX +XXX,XX @@ static bool event_supported(uint16_t number) | ||
239 | static CPAccessResult pmreg_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
240 | bool isread) | ||
241 | { | ||
242 | - /* Performance monitor registers user accessibility is controlled | ||
243 | + /* | ||
244 | + * Performance monitor registers user accessibility is controlled | ||
245 | * by PMUSERENR. MDCR_EL2.TPM and MDCR_EL3.TPM allow configurable | ||
246 | * trapping to EL2 or EL3 for other accesses. | ||
247 | */ | ||
248 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult pmreg_access_ccntr(CPUARMState *env, | ||
249 | (MDCR_HPME | MDCR_HPMD | MDCR_HPMN | MDCR_HCCD | MDCR_HLP) | ||
250 | #define MDCR_EL3_PMU_ENABLE_BITS (MDCR_SPME | MDCR_SCCD) | ||
251 | |||
252 | -/* Returns true if the counter (pass 31 for PMCCNTR) should count events using | ||
253 | +/* | ||
254 | + * Returns true if the counter (pass 31 for PMCCNTR) should count events using | ||
255 | * the current EL, security state, and register configuration. | ||
256 | */ | ||
257 | static bool pmu_counter_enabled(CPUARMState *env, uint8_t counter) | ||
258 | @@ -XXX,XX +XXX,XX @@ static uint64_t pmccntr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
259 | static void pmselr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
260 | uint64_t value) | ||
261 | { | ||
262 | - /* The value of PMSELR.SEL affects the behavior of PMXEVTYPER and | ||
263 | + /* | ||
264 | + * The value of PMSELR.SEL affects the behavior of PMXEVTYPER and | ||
265 | * PMXEVCNTR. We allow [0..31] to be written to PMSELR here; in the | ||
266 | * meanwhile, we check PMSELR.SEL when PMXEVTYPER and PMXEVCNTR are | ||
267 | * accessed. | ||
268 | @@ -XXX,XX +XXX,XX @@ static void pmevtyper_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
269 | env->cp15.c14_pmevtyper[counter] = value & PMXEVTYPER_MASK; | ||
270 | pmevcntr_op_finish(env, counter); | ||
271 | } | ||
272 | - /* Attempts to access PMXEVTYPER are CONSTRAINED UNPREDICTABLE when | ||
273 | + /* | ||
274 | + * Attempts to access PMXEVTYPER are CONSTRAINED UNPREDICTABLE when | ||
275 | * PMSELR value is equal to or greater than the number of implemented | ||
276 | * counters, but not equal to 0x1f. We opt to behave as a RAZ/WI. | ||
277 | */ | ||
278 | @@ -XXX,XX +XXX,XX @@ static uint64_t pmevcntr_read(CPUARMState *env, const ARMCPRegInfo *ri, | ||
279 | } | ||
280 | return ret; | ||
281 | } else { | ||
282 | - /* We opt to behave as a RAZ/WI when attempts to access PM[X]EVCNTR | ||
283 | - * are CONSTRAINED UNPREDICTABLE. */ | ||
284 | + /* | ||
285 | + * We opt to behave as a RAZ/WI when attempts to access PM[X]EVCNTR | ||
286 | + * are CONSTRAINED UNPREDICTABLE. | ||
287 | + */ | ||
288 | return 0; | ||
289 | } | ||
290 | } | ||
291 | @@ -XXX,XX +XXX,XX @@ static void pmintenclr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
292 | static void vbar_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
293 | uint64_t value) | ||
294 | { | ||
295 | - /* Note that even though the AArch64 view of this register has bits | ||
296 | + /* | ||
297 | + * Note that even though the AArch64 view of this register has bits | ||
298 | * [10:0] all RES0 we can only mask the bottom 5, to comply with the | ||
299 | * architectural requirements for bits which are RES0 only in some | ||
300 | * contexts. (ARMv8 would permit us to do no masking at all, but ARMv7 | ||
301 | @@ -XXX,XX +XXX,XX @@ static void scr_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) | ||
302 | if (!arm_feature(env, ARM_FEATURE_EL2)) { | ||
303 | valid_mask &= ~SCR_HCE; | ||
304 | |||
305 | - /* On ARMv7, SMD (or SCD as it is called in v7) is only | ||
306 | + /* | ||
307 | + * On ARMv7, SMD (or SCD as it is called in v7) is only | ||
308 | * supported if EL2 exists. The bit is UNK/SBZP when | ||
309 | * EL2 is unavailable. In QEMU ARMv7, we force it to always zero | ||
310 | * when EL2 is unavailable. | ||
311 | @@ -XXX,XX +XXX,XX @@ static uint64_t ccsidr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
312 | { | ||
313 | ARMCPU *cpu = env_archcpu(env); | ||
314 | |||
315 | - /* Acquire the CSSELR index from the bank corresponding to the CCSIDR | ||
316 | + /* | ||
317 | + * Acquire the CSSELR index from the bank corresponding to the CCSIDR | ||
318 | * bank | ||
319 | */ | ||
320 | uint32_t index = A32_BANKED_REG_GET(env, csselr, | ||
321 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v7_cp_reginfo[] = { | ||
322 | /* the old v6 WFI, UNPREDICTABLE in v7 but we choose to NOP */ | ||
323 | { .name = "NOP", .cp = 15, .crn = 7, .crm = 0, .opc1 = 0, .opc2 = 4, | ||
324 | .access = PL1_W, .type = ARM_CP_NOP }, | ||
325 | - /* Performance monitors are implementation defined in v7, | ||
326 | + /* | ||
327 | + * Performance monitors are implementation defined in v7, | ||
328 | * but with an ARM recommended set of registers, which we | ||
329 | * follow. | ||
330 | * | ||
331 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v7_cp_reginfo[] = { | ||
332 | .writefn = csselr_write, .resetvalue = 0, | ||
333 | .bank_fieldoffsets = { offsetof(CPUARMState, cp15.csselr_s), | ||
334 | offsetof(CPUARMState, cp15.csselr_ns) } }, | ||
335 | - /* Auxiliary ID register: this actually has an IMPDEF value but for now | ||
336 | + /* | ||
337 | + * Auxiliary ID register: this actually has an IMPDEF value but for now | ||
338 | * just RAZ for all cores: | ||
339 | */ | ||
340 | { .name = "AIDR", .state = ARM_CP_STATE_BOTH, | ||
341 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v7_cp_reginfo[] = { | ||
342 | .access = PL1_R, .type = ARM_CP_CONST, | ||
343 | .accessfn = access_aa64_tid1, | ||
344 | .resetvalue = 0 }, | ||
345 | - /* Auxiliary fault status registers: these also are IMPDEF, and we | ||
346 | + /* | ||
347 | + * Auxiliary fault status registers: these also are IMPDEF, and we | ||
348 | * choose to RAZ/WI for all cores. | ||
349 | */ | ||
350 | { .name = "AFSR0_EL1", .state = ARM_CP_STATE_BOTH, | ||
351 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v7_cp_reginfo[] = { | ||
352 | .opc0 = 3, .opc1 = 0, .crn = 5, .crm = 1, .opc2 = 1, | ||
353 | .access = PL1_RW, .accessfn = access_tvm_trvm, | ||
354 | .type = ARM_CP_CONST, .resetvalue = 0 }, | ||
355 | - /* MAIR can just read-as-written because we don't implement caches | ||
356 | + /* | ||
357 | + * MAIR can just read-as-written because we don't implement caches | ||
358 | * and so don't need to care about memory attributes. | ||
359 | */ | ||
360 | { .name = "MAIR_EL1", .state = ARM_CP_STATE_AA64, | ||
361 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v7_cp_reginfo[] = { | ||
362 | .opc0 = 3, .opc1 = 6, .crn = 10, .crm = 2, .opc2 = 0, | ||
363 | .access = PL3_RW, .fieldoffset = offsetof(CPUARMState, cp15.mair_el[3]), | ||
364 | .resetvalue = 0 }, | ||
365 | - /* For non-long-descriptor page tables these are PRRR and NMRR; | ||
366 | + /* | ||
367 | + * For non-long-descriptor page tables these are PRRR and NMRR; | ||
368 | * regardless they still act as reads-as-written for QEMU. | ||
369 | */ | ||
370 | - /* MAIR0/1 are defined separately from their 64-bit counterpart which | ||
371 | + /* | ||
372 | + * MAIR0/1 are defined separately from their 64-bit counterpart which | ||
373 | * allows them to assign the correct fieldoffset based on the endianness | ||
374 | * handled in the field definitions. | ||
375 | */ | ||
376 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v6k_cp_reginfo[] = { | ||
377 | static CPAccessResult gt_cntfrq_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
378 | bool isread) | ||
379 | { | ||
380 | - /* CNTFRQ: not visible from PL0 if both PL0PCTEN and PL0VCTEN are zero. | ||
381 | + /* | ||
382 | + * CNTFRQ: not visible from PL0 if both PL0PCTEN and PL0VCTEN are zero. | ||
383 | * Writable only at the highest implemented exception level. | ||
384 | */ | ||
385 | int el = arm_current_el(env); | ||
386 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult gt_stimer_access(CPUARMState *env, | ||
387 | const ARMCPRegInfo *ri, | ||
388 | bool isread) | ||
389 | { | ||
390 | - /* The AArch64 register view of the secure physical timer is | ||
391 | + /* | ||
392 | + * The AArch64 register view of the secure physical timer is | ||
393 | * always accessible from EL3, and configurably accessible from | ||
394 | * Secure EL1. | ||
395 | */ | ||
396 | @@ -XXX,XX +XXX,XX @@ static void gt_recalc_timer(ARMCPU *cpu, int timeridx) | ||
397 | ARMGenericTimer *gt = &cpu->env.cp15.c14_timer[timeridx]; | ||
398 | |||
399 | if (gt->ctl & 1) { | ||
400 | - /* Timer enabled: calculate and set current ISTATUS, irq, and | ||
401 | + /* | ||
402 | + * Timer enabled: calculate and set current ISTATUS, irq, and | ||
403 | * reset timer to when ISTATUS next has to change | ||
404 | */ | ||
405 | uint64_t offset = timeridx == GTIMER_VIRT ? | ||
406 | @@ -XXX,XX +XXX,XX @@ static void gt_recalc_timer(ARMCPU *cpu, int timeridx) | ||
407 | /* Next transition is when we hit cval */ | ||
408 | nexttick = gt->cval + offset; | ||
409 | } | ||
410 | - /* Note that the desired next expiry time might be beyond the | ||
411 | + /* | ||
412 | + * Note that the desired next expiry time might be beyond the | ||
413 | * signed-64-bit range of a QEMUTimer -- in this case we just | ||
414 | * set the timer for as far in the future as possible. When the | ||
415 | * timer expires we will reset the timer for any remaining period. | ||
416 | @@ -XXX,XX +XXX,XX @@ static void gt_ctl_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
417 | /* Enable toggled */ | ||
418 | gt_recalc_timer(cpu, timeridx); | ||
419 | } else if ((oldval ^ value) & 2) { | ||
420 | - /* IMASK toggled: don't need to recalculate, | ||
421 | + /* | ||
422 | + * IMASK toggled: don't need to recalculate, | ||
423 | * just set the interrupt line based on ISTATUS | ||
424 | */ | ||
425 | int irqstate = (oldval & 4) && !(value & 2); | ||
426 | @@ -XXX,XX +XXX,XX @@ static void arm_gt_cntfrq_reset(CPUARMState *env, const ARMCPRegInfo *opaque) | ||
427 | } | ||
428 | |||
429 | static const ARMCPRegInfo generic_timer_cp_reginfo[] = { | ||
430 | - /* Note that CNTFRQ is purely reads-as-written for the benefit | ||
431 | + /* | ||
432 | + * Note that CNTFRQ is purely reads-as-written for the benefit | ||
433 | * of software; writing it doesn't actually change the timer frequency. | ||
434 | * Our reset value matches the fixed frequency we implement the timer at. | ||
435 | */ | ||
436 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo generic_timer_cp_reginfo[] = { | ||
437 | .readfn = gt_virt_redir_cval_read, .raw_readfn = raw_read, | ||
438 | .writefn = gt_virt_redir_cval_write, .raw_writefn = raw_write, | ||
439 | }, | ||
440 | - /* Secure timer -- this is actually restricted to only EL3 | ||
441 | + /* | ||
442 | + * Secure timer -- this is actually restricted to only EL3 | ||
443 | * and configurably Secure-EL1 via the accessfn. | ||
444 | */ | ||
445 | { .name = "CNTPS_TVAL_EL1", .state = ARM_CP_STATE_AA64, | ||
446 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult e2h_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
447 | |||
448 | #else | ||
449 | |||
450 | -/* In user-mode most of the generic timer registers are inaccessible | ||
451 | +/* | ||
452 | + * In user-mode most of the generic timer registers are inaccessible | ||
453 | * however modern kernels (4.12+) allow access to cntvct_el0 | ||
454 | */ | ||
455 | |||
456 | @@ -XXX,XX +XXX,XX @@ static uint64_t gt_virt_cnt_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
457 | { | ||
458 | ARMCPU *cpu = env_archcpu(env); | ||
459 | |||
460 | - /* Currently we have no support for QEMUTimer in linux-user so we | ||
461 | + /* | ||
462 | + * Currently we have no support for QEMUTimer in linux-user so we | ||
463 | * can't call gt_get_countervalue(env), instead we directly | ||
464 | * call the lower level functions. | ||
465 | */ | ||
466 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult ats_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
467 | bool isread) | ||
468 | { | ||
469 | if (ri->opc2 & 4) { | ||
470 | - /* The ATS12NSO* operations must trap to EL3 or EL2 if executed in | ||
471 | + /* | ||
472 | + * The ATS12NSO* operations must trap to EL3 or EL2 if executed in | ||
473 | * Secure EL1 (which can only happen if EL3 is AArch64). | ||
474 | * They are simply UNDEF if executed from NS EL1. | ||
475 | * They function normally from EL2 or EL3. | ||
476 | @@ -XXX,XX +XXX,XX @@ static uint64_t do_ats_write(CPUARMState *env, uint64_t value, | ||
477 | } | ||
478 | } | ||
479 | } else { | ||
480 | - /* fsr is a DFSR/IFSR value for the short descriptor | ||
481 | + /* | ||
482 | + * fsr is a DFSR/IFSR value for the short descriptor | ||
483 | * translation table format (with WnR always clear). | ||
484 | * Convert it to a 32-bit PAR. | ||
485 | */ | ||
486 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo pmsav8r_cp_reginfo[] = { | ||
487 | }; | ||
488 | |||
489 | static const ARMCPRegInfo pmsav7_cp_reginfo[] = { | ||
490 | - /* Reset for all these registers is handled in arm_cpu_reset(), | ||
491 | + /* | ||
492 | + * Reset for all these registers is handled in arm_cpu_reset(), | ||
493 | * because the PMSAv7 is also used by M-profile CPUs, which do | ||
494 | * not register cpregs but still need the state to be reset. | ||
495 | */ | ||
496 | @@ -XXX,XX +XXX,XX @@ static void vmsa_ttbcr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
497 | } | ||
498 | |||
499 | if (arm_feature(env, ARM_FEATURE_LPAE)) { | ||
500 | - /* With LPAE the TTBCR could result in a change of ASID | ||
501 | + /* | ||
502 | + * With LPAE the TTBCR could result in a change of ASID | ||
503 | * via the TTBCR.A1 bit, so do a TLB flush. | ||
504 | */ | ||
505 | tlb_flush(CPU(cpu)); | ||
506 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo vmsa_cp_reginfo[] = { | ||
507 | offsetoflow32(CPUARMState, cp15.tcr_el[1])} }, | ||
508 | }; | ||
509 | |||
510 | -/* Note that unlike TTBCR, writing to TTBCR2 does not require flushing | ||
511 | +/* | ||
512 | + * Note that unlike TTBCR, writing to TTBCR2 does not require flushing | ||
513 | * qemu tlbs nor adjusting cached masks. | ||
514 | */ | ||
515 | static const ARMCPRegInfo ttbcr2_reginfo = { | ||
516 | @@ -XXX,XX +XXX,XX @@ static void omap_wfi_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
517 | static void omap_cachemaint_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
518 | uint64_t value) | ||
519 | { | ||
520 | - /* On OMAP there are registers indicating the max/min index of dcache lines | ||
521 | + /* | ||
522 | + * On OMAP there are registers indicating the max/min index of dcache lines | ||
523 | * containing a dirty line; cache flush operations have to reset these. | ||
524 | */ | ||
525 | env->cp15.c15_i_max = 0x000; | ||
526 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo omap_cp_reginfo[] = { | ||
527 | .crm = 8, .opc1 = 0, .opc2 = 0, .access = PL1_RW, | ||
528 | .type = ARM_CP_NO_RAW, | ||
529 | .readfn = arm_cp_read_zero, .writefn = omap_wfi_write, }, | ||
530 | - /* TODO: Peripheral port remap register: | ||
531 | + /* | ||
532 | + * TODO: Peripheral port remap register: | ||
533 | * On OMAP2 mcr p15, 0, rn, c15, c2, 4 sets up the interrupt controller | ||
534 | * base address at $rn & ~0xfff and map size of 0x200 << ($rn & 0xfff), | ||
535 | * when MMU is off. | ||
536 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo xscale_cp_reginfo[] = { | ||
537 | .cp = 15, .crn = 1, .crm = 0, .opc1 = 0, .opc2 = 1, .access = PL1_RW, | ||
538 | .fieldoffset = offsetof(CPUARMState, cp15.c1_xscaleauxcr), | ||
539 | .resetvalue = 0, }, | ||
540 | - /* XScale specific cache-lockdown: since we have no cache we NOP these | ||
541 | + /* | ||
542 | + * XScale specific cache-lockdown: since we have no cache we NOP these | ||
543 | * and hope the guest does not really rely on cache behaviour. | ||
544 | */ | ||
545 | { .name = "XSCALE_LOCK_ICACHE_LINE", | ||
546 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo xscale_cp_reginfo[] = { | ||
547 | }; | ||
548 | |||
549 | static const ARMCPRegInfo dummy_c15_cp_reginfo[] = { | ||
550 | - /* RAZ/WI the whole crn=15 space, when we don't have a more specific | ||
551 | + /* | ||
552 | + * RAZ/WI the whole crn=15 space, when we don't have a more specific | ||
553 | * implementation of this implementation-defined space. | ||
554 | * Ideally this should eventually disappear in favour of actually | ||
555 | * implementing the correct behaviour for all cores. | ||
556 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo cache_block_ops_cp_reginfo[] = { | ||
557 | }; | ||
558 | |||
559 | static const ARMCPRegInfo cache_test_clean_cp_reginfo[] = { | ||
560 | - /* The cache test-and-clean instructions always return (1 << 30) | ||
561 | + /* | ||
562 | + * The cache test-and-clean instructions always return (1 << 30) | ||
563 | * to indicate that there are no dirty cache lines. | ||
564 | */ | ||
565 | { .name = "TC_DCACHE", .cp = 15, .crn = 7, .crm = 10, .opc1 = 0, .opc2 = 3, | ||
566 | @@ -XXX,XX +XXX,XX @@ static uint64_t mpidr_read_val(CPUARMState *env) | ||
567 | |||
568 | if (arm_feature(env, ARM_FEATURE_V7MP)) { | ||
569 | mpidr |= (1U << 31); | ||
570 | - /* Cores which are uniprocessor (non-coherent) | ||
571 | + /* | ||
572 | + * Cores which are uniprocessor (non-coherent) | ||
573 | * but still implement the MP extensions set | ||
574 | * bit 30. (For instance, Cortex-R5). | ||
575 | */ | ||
576 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_tocu(CPUARMState *env, const ARMCPRegInfo *ri, | ||
577 | return do_cacheop_pou_access(env, HCR_TOCU | HCR_TPU); | ||
578 | } | ||
579 | |||
580 | -/* See: D4.7.2 TLB maintenance requirements and the TLB maintenance instructions | ||
581 | +/* | ||
582 | + * See: D4.7.2 TLB maintenance requirements and the TLB maintenance instructions | ||
583 | * Page D4-1736 (DDI0487A.b) | ||
584 | */ | ||
585 | |||
586 | @@ -XXX,XX +XXX,XX @@ static void tlbi_aa64_alle3is_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
587 | static void tlbi_aa64_vae2_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
588 | uint64_t value) | ||
589 | { | ||
590 | - /* Invalidate by VA, EL2 | ||
591 | + /* | ||
592 | + * Invalidate by VA, EL2 | ||
593 | * Currently handles both VAE2 and VALE2, since we don't support | ||
594 | * flush-last-level-only. | ||
595 | */ | ||
596 | @@ -XXX,XX +XXX,XX @@ static void tlbi_aa64_vae2_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
597 | static void tlbi_aa64_vae3_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
598 | uint64_t value) | ||
599 | { | ||
600 | - /* Invalidate by VA, EL3 | ||
601 | + /* | ||
602 | + * Invalidate by VA, EL3 | ||
603 | * Currently handles both VAE3 and VALE3, since we don't support | ||
604 | * flush-last-level-only. | ||
605 | */ | ||
606 | @@ -XXX,XX +XXX,XX @@ static void tlbi_aa64_vae1is_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
607 | static void tlbi_aa64_vae1_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
608 | uint64_t value) | ||
609 | { | ||
610 | - /* Invalidate by VA, EL1&0 (AArch64 version). | ||
611 | + /* | ||
612 | + * Invalidate by VA, EL1&0 (AArch64 version). | ||
613 | * Currently handles all of VAE1, VAAE1, VAALE1 and VALE1, | ||
614 | * since we don't support flush-for-specific-ASID-only or | ||
615 | * flush-last-level-only. | ||
616 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult sp_el0_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
617 | bool isread) | ||
618 | { | ||
619 | if (!(env->pstate & PSTATE_SP)) { | ||
620 | - /* Access to SP_EL0 is undefined if it's being used as | ||
621 | + /* | ||
622 | + * Access to SP_EL0 is undefined if it's being used as | ||
623 | * the stack pointer. | ||
624 | */ | ||
625 | return CP_ACCESS_TRAP_UNCATEGORIZED; | ||
626 | @@ -XXX,XX +XXX,XX @@ static void sctlr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
627 | } | ||
628 | |||
629 | if (raw_read(env, ri) == value) { | ||
630 | - /* Skip the TLB flush if nothing actually changed; Linux likes | ||
631 | + /* | ||
632 | + * Skip the TLB flush if nothing actually changed; Linux likes | ||
633 | * to do a lot of pointless SCTLR writes. | ||
634 | */ | ||
635 | return; | ||
636 | @@ -XXX,XX +XXX,XX @@ static void mdcr_el2_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
637 | } | ||
638 | |||
639 | static const ARMCPRegInfo v8_cp_reginfo[] = { | ||
640 | - /* Minimal set of EL0-visible registers. This will need to be expanded | ||
641 | + /* | ||
642 | + * Minimal set of EL0-visible registers. This will need to be expanded | ||
643 | * significantly for system emulation of AArch64 CPUs. | ||
644 | */ | ||
645 | { .name = "NZCV", .state = ARM_CP_STATE_AA64, | ||
646 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { | ||
647 | .opc0 = 3, .opc1 = 0, .crn = 4, .crm = 0, .opc2 = 0, | ||
648 | .access = PL1_RW, | ||
649 | .fieldoffset = offsetof(CPUARMState, banked_spsr[BANK_SVC]) }, | ||
650 | - /* We rely on the access checks not allowing the guest to write to the | ||
651 | + /* | ||
652 | + * We rely on the access checks not allowing the guest to write to the | ||
653 | * state field when SPSel indicates that it's being used as the stack | ||
654 | * pointer. | ||
655 | */ | ||
656 | @@ -XXX,XX +XXX,XX @@ static void do_hcr_write(CPUARMState *env, uint64_t value, uint64_t valid_mask) | ||
657 | if (arm_feature(env, ARM_FEATURE_EL3)) { | ||
658 | valid_mask &= ~HCR_HCD; | ||
659 | } else if (cpu->psci_conduit != QEMU_PSCI_CONDUIT_SMC) { | ||
660 | - /* Architecturally HCR.TSC is RES0 if EL3 is not implemented. | ||
661 | + /* | ||
662 | + * Architecturally HCR.TSC is RES0 if EL3 is not implemented. | ||
663 | * However, if we're using the SMC PSCI conduit then QEMU is | ||
664 | * effectively acting like EL3 firmware and so the guest at | ||
665 | * EL2 should retain the ability to prevent EL1 from being | ||
666 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo el2_cp_reginfo[] = { | ||
667 | .access = PL2_W, .type = ARM_CP_NO_RAW | ARM_CP_EL3_NO_EL2_UNDEF, | ||
668 | .writefn = tlbi_aa64_vae2is_write }, | ||
669 | #ifndef CONFIG_USER_ONLY | ||
670 | - /* Unlike the other EL2-related AT operations, these must | ||
671 | + /* | ||
672 | + * Unlike the other EL2-related AT operations, these must | ||
673 | * UNDEF from EL3 if EL2 is not implemented, which is why we | ||
674 | * define them here rather than with the rest of the AT ops. | ||
675 | */ | ||
676 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo el2_cp_reginfo[] = { | ||
677 | .access = PL2_W, .accessfn = at_s1e2_access, | ||
678 | .type = ARM_CP_NO_RAW | ARM_CP_RAISES_EXC | ARM_CP_EL3_NO_EL2_UNDEF, | ||
679 | .writefn = ats_write64 }, | ||
680 | - /* The AArch32 ATS1H* operations are CONSTRAINED UNPREDICTABLE | ||
681 | + /* | ||
682 | + * The AArch32 ATS1H* operations are CONSTRAINED UNPREDICTABLE | ||
683 | * if EL2 is not implemented; we choose to UNDEF. Behaviour at EL3 | ||
684 | * with SCR.NS == 0 outside Monitor mode is UNPREDICTABLE; we choose | ||
685 | * to behave as if SCR.NS was 1. | ||
686 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo el2_cp_reginfo[] = { | ||
687 | .writefn = ats1h_write, .type = ARM_CP_NO_RAW | ARM_CP_RAISES_EXC }, | ||
688 | { .name = "CNTHCTL_EL2", .state = ARM_CP_STATE_BOTH, | ||
689 | .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 1, .opc2 = 0, | ||
690 | - /* ARMv7 requires bit 0 and 1 to reset to 1. ARMv8 defines the | ||
691 | + /* | ||
692 | + * ARMv7 requires bit 0 and 1 to reset to 1. ARMv8 defines the | ||
693 | * reset values as IMPDEF. We choose to reset to 3 to comply with | ||
694 | * both ARMv7 and ARMv8. | ||
695 | */ | ||
696 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo el2_sec_cp_reginfo[] = { | ||
697 | static CPAccessResult nsacr_access(CPUARMState *env, const ARMCPRegInfo *ri, | ||
698 | bool isread) | ||
699 | { | ||
700 | - /* The NSACR is RW at EL3, and RO for NS EL1 and NS EL2. | ||
701 | + /* | ||
702 | + * The NSACR is RW at EL3, and RO for NS EL1 and NS EL2. | ||
703 | * At Secure EL1 it traps to EL3 or EL2. | ||
704 | */ | ||
705 | if (arm_current_el(env) == 3) { | ||
706 | @@ -XXX,XX +XXX,XX @@ static void define_pmu_regs(ARMCPU *cpu) | ||
707 | } | ||
708 | } | ||
709 | |||
710 | -/* We don't know until after realize whether there's a GICv3 | ||
711 | +/* | ||
712 | + * We don't know until after realize whether there's a GICv3 | ||
713 | * attached, and that is what registers the gicv3 sysregs. | ||
714 | * So we have to fill in the GIC fields in ID_PFR/ID_PFR1_EL1/ID_AA64PFR0_EL1 | ||
715 | * at runtime. | ||
716 | @@ -XXX,XX +XXX,XX @@ static uint64_t id_aa64pfr0_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
717 | } | ||
718 | #endif | ||
719 | |||
720 | -/* Shared logic between LORID and the rest of the LOR* registers. | ||
721 | +/* | ||
722 | + * Shared logic between LORID and the rest of the LOR* registers. | ||
723 | * Secure state exclusion has already been dealt with. | ||
724 | */ | ||
725 | static CPAccessResult access_lor_ns(CPUARMState *env, | ||
726 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
727 | |||
728 | define_arm_cp_regs(cpu, cp_reginfo); | ||
729 | if (!arm_feature(env, ARM_FEATURE_V8)) { | ||
730 | - /* Must go early as it is full of wildcards that may be | ||
731 | + /* | ||
732 | + * Must go early as it is full of wildcards that may be | ||
733 | * overridden by later definitions. | ||
734 | */ | ||
735 | define_arm_cp_regs(cpu, not_v8_cp_reginfo); | ||
736 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
737 | .access = PL1_R, .type = ARM_CP_CONST, | ||
738 | .accessfn = access_aa32_tid3, | ||
739 | .resetvalue = cpu->isar.id_pfr0 }, | ||
740 | - /* ID_PFR1 is not a plain ARM_CP_CONST because we don't know | ||
741 | + /* | ||
742 | + * ID_PFR1 is not a plain ARM_CP_CONST because we don't know | ||
743 | * the value of the GIC field until after we define these regs. | ||
744 | */ | ||
745 | { .name = "ID_PFR1", .state = ARM_CP_STATE_BOTH, | ||
746 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
747 | |||
748 | define_arm_cp_regs(cpu, el3_regs); | ||
749 | } | ||
750 | - /* The behaviour of NSACR is sufficiently various that we don't | ||
751 | + /* | ||
752 | + * The behaviour of NSACR is sufficiently various that we don't | ||
753 | * try to describe it in a single reginfo: | ||
754 | * if EL3 is 64 bit, then trap to EL3 from S EL1, | ||
755 | * reads as constant 0xc00 from NS EL1 and NS EL2 | ||
756 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
757 | if (cpu_isar_feature(aa32_jazelle, cpu)) { | ||
758 | define_arm_cp_regs(cpu, jazelle_regs); | ||
759 | } | ||
760 | - /* Slightly awkwardly, the OMAP and StrongARM cores need all of | ||
761 | + /* | ||
762 | + * Slightly awkwardly, the OMAP and StrongARM cores need all of | ||
763 | * cp15 crn=0 to be writes-ignored, whereas for other cores they should | ||
764 | * be read-only (ie write causes UNDEF exception). | ||
765 | */ | ||
766 | { | ||
767 | ARMCPRegInfo id_pre_v8_midr_cp_reginfo[] = { | ||
768 | - /* Pre-v8 MIDR space. | ||
769 | + /* | ||
770 | + * Pre-v8 MIDR space. | ||
771 | * Note that the MIDR isn't a simple constant register because | ||
772 | * of the TI925 behaviour where writes to another register can | ||
773 | * cause the MIDR value to change. | ||
774 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
775 | if (arm_feature(env, ARM_FEATURE_OMAPCP) || | ||
776 | arm_feature(env, ARM_FEATURE_STRONGARM)) { | ||
777 | size_t i; | ||
778 | - /* Register the blanket "writes ignored" value first to cover the | ||
779 | + /* | ||
780 | + * Register the blanket "writes ignored" value first to cover the | ||
781 | * whole space. Then update the specific ID registers to allow write | ||
782 | * access, so that they ignore writes rather than causing them to | ||
783 | * UNDEF. | ||
784 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
785 | .raw_writefn = raw_write, | ||
786 | }; | ||
787 | if (arm_feature(env, ARM_FEATURE_XSCALE)) { | ||
788 | - /* Normally we would always end the TB on an SCTLR write, but Linux | ||
789 | + /* | ||
790 | + * Normally we would always end the TB on an SCTLR write, but Linux | ||
791 | * arch/arm/mach-pxa/sleep.S expects two instructions following | ||
792 | * an MMU enable to execute from cache. Imitate this behaviour. | ||
793 | */ | ||
794 | @@ -XXX,XX +XXX,XX @@ static void add_cpreg_to_hashtable(ARMCPU *cpu, const ARMCPRegInfo *r, | ||
795 | void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, | ||
796 | const ARMCPRegInfo *r, void *opaque) | ||
797 | { | ||
798 | - /* Define implementations of coprocessor registers. | ||
799 | + /* | ||
800 | + * Define implementations of coprocessor registers. | ||
801 | * We store these in a hashtable because typically | ||
802 | * there are less than 150 registers in a space which | ||
803 | * is 16*16*16*8*8 = 262144 in size. | ||
804 | @@ -XXX,XX +XXX,XX @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, | ||
60 | default: | 805 | default: |
61 | g_assert_not_reached(); | 806 | g_assert_not_reached(); |
62 | } | 807 | } |
63 | + for (i = 0; i < 4; i++) { | 808 | - /* The AArch64 pseudocode CheckSystemAccess() specifies that op1 |
64 | + static const hwaddr gpiobase[] = {0x40010000, 0x40011000, | 809 | + /* |
65 | + 0x40012000, 0x40013000}; | 810 | + * The AArch64 pseudocode CheckSystemAccess() specifies that op1 |
66 | + create_unimplemented_device("cmsdk-ahb-gpio", gpiobase[i], 0x1000); | 811 | * encodes a minimum access level for the register. We roll this |
67 | + } | 812 | * runtime check into our general permission check code, so check |
68 | 813 | * here that the reginfo's specified permissions are strict enough | |
69 | /* CMSDK APB subsystem */ | 814 | @@ -XXX,XX +XXX,XX @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, |
70 | cmsdk_apb_timer_create(0x40000000, qdev_get_gpio_in(armv7m, 8), SYSCLK_FRQ); | 815 | assert((r->access & ~mask) == 0); |
816 | } | ||
817 | |||
818 | - /* Check that the register definition has enough info to handle | ||
819 | + /* | ||
820 | + * Check that the register definition has enough info to handle | ||
821 | * reads and writes if they are permitted. | ||
822 | */ | ||
823 | if (!(r->type & (ARM_CP_SPECIAL_MASK | ARM_CP_CONST))) { | ||
824 | @@ -XXX,XX +XXX,XX @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, | ||
825 | continue; | ||
826 | } | ||
827 | if (state == ARM_CP_STATE_AA32) { | ||
828 | - /* Under AArch32 CP registers can be common | ||
829 | + /* | ||
830 | + * Under AArch32 CP registers can be common | ||
831 | * (same for secure and non-secure world) or banked. | ||
832 | */ | ||
833 | char *name; | ||
834 | @@ -XXX,XX +XXX,XX @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, | ||
835 | g_assert_not_reached(); | ||
836 | } | ||
837 | } else { | ||
838 | - /* AArch64 registers get mapped to non-secure instance | ||
839 | - * of AArch32 */ | ||
840 | + /* | ||
841 | + * AArch64 registers get mapped to non-secure instance | ||
842 | + * of AArch32 | ||
843 | + */ | ||
844 | add_cpreg_to_hashtable(cpu, r, opaque, state, | ||
845 | ARM_CP_SECSTATE_NS, | ||
846 | crm, opc1, opc2, r->name); | ||
847 | @@ -XXX,XX +XXX,XX @@ void arm_cp_reset_ignore(CPUARMState *env, const ARMCPRegInfo *opaque) | ||
848 | |||
849 | static int bad_mode_switch(CPUARMState *env, int mode, CPSRWriteType write_type) | ||
850 | { | ||
851 | - /* Return true if it is not valid for us to switch to | ||
852 | + /* | ||
853 | + * Return true if it is not valid for us to switch to | ||
854 | * this CPU mode (ie all the UNPREDICTABLE cases in | ||
855 | * the ARM ARM CPSRWriteByInstr pseudocode). | ||
856 | */ | ||
857 | @@ -XXX,XX +XXX,XX @@ static int bad_mode_switch(CPUARMState *env, int mode, CPSRWriteType write_type) | ||
858 | case ARM_CPU_MODE_UND: | ||
859 | case ARM_CPU_MODE_IRQ: | ||
860 | case ARM_CPU_MODE_FIQ: | ||
861 | - /* Note that we don't implement the IMPDEF NSACR.RFR which in v7 | ||
862 | + /* | ||
863 | + * Note that we don't implement the IMPDEF NSACR.RFR which in v7 | ||
864 | * allows FIQ mode to be Secure-only. (In v8 this doesn't exist.) | ||
865 | */ | ||
866 | - /* If HCR.TGE is set then changes from Monitor to NS PL1 via MSR | ||
867 | + /* | ||
868 | + * If HCR.TGE is set then changes from Monitor to NS PL1 via MSR | ||
869 | * and CPS are treated as illegal mode changes. | ||
870 | */ | ||
871 | if (write_type == CPSRWriteByInstr && | ||
872 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, | ||
873 | env->GE = (val >> 16) & 0xf; | ||
874 | } | ||
875 | |||
876 | - /* In a V7 implementation that includes the security extensions but does | ||
877 | + /* | ||
878 | + * In a V7 implementation that includes the security extensions but does | ||
879 | * not include Virtualization Extensions the SCR.FW and SCR.AW bits control | ||
880 | * whether non-secure software is allowed to change the CPSR_F and CPSR_A | ||
881 | * bits respectively. | ||
882 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, | ||
883 | changed_daif = (env->daif ^ val) & mask; | ||
884 | |||
885 | if (changed_daif & CPSR_A) { | ||
886 | - /* Check to see if we are allowed to change the masking of async | ||
887 | + /* | ||
888 | + * Check to see if we are allowed to change the masking of async | ||
889 | * abort exceptions from a non-secure state. | ||
890 | */ | ||
891 | if (!(env->cp15.scr_el3 & SCR_AW)) { | ||
892 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, | ||
893 | } | ||
894 | |||
895 | if (changed_daif & CPSR_F) { | ||
896 | - /* Check to see if we are allowed to change the masking of FIQ | ||
897 | + /* | ||
898 | + * Check to see if we are allowed to change the masking of FIQ | ||
899 | * exceptions from a non-secure state. | ||
900 | */ | ||
901 | if (!(env->cp15.scr_el3 & SCR_FW)) { | ||
902 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, | ||
903 | mask &= ~CPSR_F; | ||
904 | } | ||
905 | |||
906 | - /* Check whether non-maskable FIQ (NMFI) support is enabled. | ||
907 | + /* | ||
908 | + * Check whether non-maskable FIQ (NMFI) support is enabled. | ||
909 | * If this bit is set software is not allowed to mask | ||
910 | * FIQs, but is allowed to set CPSR_F to 0. | ||
911 | */ | ||
912 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, | ||
913 | if (write_type != CPSRWriteRaw && | ||
914 | ((env->uncached_cpsr ^ val) & mask & CPSR_M)) { | ||
915 | if ((env->uncached_cpsr & CPSR_M) == ARM_CPU_MODE_USR) { | ||
916 | - /* Note that we can only get here in USR mode if this is a | ||
917 | + /* | ||
918 | + * Note that we can only get here in USR mode if this is a | ||
919 | * gdb stub write; for this case we follow the architectural | ||
920 | * behaviour for guest writes in USR mode of ignoring an attempt | ||
921 | * to switch mode. (Those are caught by translate.c for writes | ||
922 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, | ||
923 | */ | ||
924 | mask &= ~CPSR_M; | ||
925 | } else if (bad_mode_switch(env, val & CPSR_M, write_type)) { | ||
926 | - /* Attempt to switch to an invalid mode: this is UNPREDICTABLE in | ||
927 | + /* | ||
928 | + * Attempt to switch to an invalid mode: this is UNPREDICTABLE in | ||
929 | * v7, and has defined behaviour in v8: | ||
930 | * + leave CPSR.M untouched | ||
931 | * + allow changes to the other CPSR fields | ||
932 | @@ -XXX,XX +XXX,XX @@ static void switch_mode(CPUARMState *env, int mode) | ||
933 | env->regs[14] = env->banked_r14[r14_bank_number(mode)]; | ||
934 | } | ||
935 | |||
936 | -/* Physical Interrupt Target EL Lookup Table | ||
937 | +/* | ||
938 | + * Physical Interrupt Target EL Lookup Table | ||
939 | * | ||
940 | * [ From ARM ARM section G1.13.4 (Table G1-15) ] | ||
941 | * | ||
942 | @@ -XXX,XX +XXX,XX @@ uint32_t arm_phys_excp_target_el(CPUState *cs, uint32_t excp_idx, | ||
943 | if (arm_feature(env, ARM_FEATURE_EL3)) { | ||
944 | rw = ((env->cp15.scr_el3 & SCR_RW) == SCR_RW); | ||
945 | } else { | ||
946 | - /* Either EL2 is the highest EL (and so the EL2 register width | ||
947 | + /* | ||
948 | + * Either EL2 is the highest EL (and so the EL2 register width | ||
949 | * is given by is64); or there is no EL2 or EL3, in which case | ||
950 | * the value of 'rw' does not affect the table lookup anyway. | ||
951 | */ | ||
952 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_64_to_32(CPUARMState *env) | ||
953 | env->banked_r13[bank_number(ARM_CPU_MODE_UND)] = env->xregs[23]; | ||
954 | } | ||
955 | |||
956 | - /* Registers x24-x30 are mapped to r8-r14 in FIQ mode. If we are in FIQ | ||
957 | + /* | ||
958 | + * Registers x24-x30 are mapped to r8-r14 in FIQ mode. If we are in FIQ | ||
959 | * mode, then we can copy to r8-r14. Otherwise, we copy to the | ||
960 | * FIQ bank for r8-r14. | ||
961 | */ | ||
962 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch32(CPUState *cs) | ||
963 | /* High vectors. When enabled, base address cannot be remapped. */ | ||
964 | addr += 0xffff0000; | ||
965 | } else { | ||
966 | - /* ARM v7 architectures provide a vector base address register to remap | ||
967 | + /* | ||
968 | + * ARM v7 architectures provide a vector base address register to remap | ||
969 | * the interrupt vector table. | ||
970 | * This register is only followed in non-monitor mode, and is banked. | ||
971 | * Note: only bits 31:5 are valid. | ||
972 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch64(CPUState *cs) | ||
973 | aarch64_sve_change_el(env, cur_el, new_el, is_a64(env)); | ||
974 | |||
975 | if (cur_el < new_el) { | ||
976 | - /* Entry vector offset depends on whether the implemented EL | ||
977 | + /* | ||
978 | + * Entry vector offset depends on whether the implemented EL | ||
979 | * immediately lower than the target level is using AArch32 or AArch64 | ||
980 | */ | ||
981 | bool is_aa64; | ||
982 | @@ -XXX,XX +XXX,XX @@ static void handle_semihosting(CPUState *cs) | ||
983 | } | ||
984 | #endif | ||
985 | |||
986 | -/* Handle a CPU exception for A and R profile CPUs. | ||
987 | +/* | ||
988 | + * Handle a CPU exception for A and R profile CPUs. | ||
989 | * Do any appropriate logging, handle PSCI calls, and then hand off | ||
990 | * to the AArch64-entry or AArch32-entry function depending on the | ||
991 | * target exception level's register width. | ||
992 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_interrupt(CPUState *cs) | ||
993 | } | ||
994 | #endif | ||
995 | |||
996 | - /* Hooks may change global state so BQL should be held, also the | ||
997 | + /* | ||
998 | + * Hooks may change global state so BQL should be held, also the | ||
999 | * BQL needs to be held for any modification of | ||
1000 | * cs->interrupt_request. | ||
1001 | */ | ||
1002 | @@ -XXX,XX +XXX,XX @@ ARMVAParameters aa64_va_parameters(CPUARMState *env, uint64_t va, | ||
1003 | }; | ||
1004 | } | ||
1005 | |||
1006 | -/* Note that signed overflow is undefined in C. The following routines are | ||
1007 | - careful to use unsigned types where modulo arithmetic is required. | ||
1008 | - Failure to do so _will_ break on newer gcc. */ | ||
1009 | +/* | ||
1010 | + * Note that signed overflow is undefined in C. The following routines are | ||
1011 | + * careful to use unsigned types where modulo arithmetic is required. | ||
1012 | + * Failure to do so _will_ break on newer gcc. | ||
1013 | + */ | ||
1014 | |||
1015 | /* Signed saturating arithmetic. */ | ||
1016 | |||
1017 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(sel_flags)(uint32_t flags, uint32_t a, uint32_t b) | ||
1018 | return (a & mask) | (b & ~mask); | ||
1019 | } | ||
1020 | |||
1021 | -/* CRC helpers. | ||
1022 | +/* | ||
1023 | + * CRC helpers. | ||
1024 | * The upper bytes of val (above the number specified by 'bytes') must have | ||
1025 | * been zeroed out by the caller. | ||
1026 | */ | ||
1027 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(crc32c)(uint32_t acc, uint32_t val, uint32_t bytes) | ||
1028 | return crc32c(acc, buf, bytes) ^ 0xffffffff; | ||
1029 | } | ||
1030 | |||
1031 | -/* Return the exception level to which FP-disabled exceptions should | ||
1032 | +/* | ||
1033 | + * Return the exception level to which FP-disabled exceptions should | ||
1034 | * be taken, or 0 if FP is enabled. | ||
1035 | */ | ||
1036 | int fp_exception_el(CPUARMState *env, int cur_el) | ||
1037 | @@ -XXX,XX +XXX,XX @@ int fp_exception_el(CPUARMState *env, int cur_el) | ||
1038 | #ifndef CONFIG_USER_ONLY | ||
1039 | uint64_t hcr_el2; | ||
1040 | |||
1041 | - /* CPACR and the CPTR registers don't exist before v6, so FP is | ||
1042 | + /* | ||
1043 | + * CPACR and the CPTR registers don't exist before v6, so FP is | ||
1044 | * always accessible | ||
1045 | */ | ||
1046 | if (!arm_feature(env, ARM_FEATURE_V6)) { | ||
1047 | @@ -XXX,XX +XXX,XX @@ int fp_exception_el(CPUARMState *env, int cur_el) | ||
1048 | |||
1049 | hcr_el2 = arm_hcr_el2_eff(env); | ||
1050 | |||
1051 | - /* The CPACR controls traps to EL1, or PL1 if we're 32 bit: | ||
1052 | + /* | ||
1053 | + * The CPACR controls traps to EL1, or PL1 if we're 32 bit: | ||
1054 | * 0, 2 : trap EL0 and EL1/PL1 accesses | ||
1055 | * 1 : trap only EL0 accesses | ||
1056 | * 3 : trap no accesses | ||
71 | -- | 1057 | -- |
72 | 2.20.1 | 1058 | 2.25.1 |
73 | |||
74 | diff view generated by jsdifflib |
1 | Convert the Neon 2-reg-misc VRINT insns to decodetree. | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | Giving these insns their own do_vrint() function allows us | ||
3 | to change the rounding mode just once at the start and end | ||
4 | rather than doing it for every element in the vector. | ||
5 | 2 | ||
3 | Fix the following: | ||
4 | |||
5 | ERROR: spaces required around that '|' (ctx:VxV) | ||
6 | ERROR: space required before the open parenthesis '(' | ||
7 | ERROR: spaces required around that '+' (ctx:VxB) | ||
8 | ERROR: space prohibited between function name and open parenthesis '(' | ||
9 | |||
10 | (the last two still have some occurrences in macros which I left | ||
11 | behind because it might impact readability) | ||
12 | |||
13 | Signed-off-by: Fabiano Rosas <farosas@suse.de> | ||
14 | Reviewed-by: Claudio Fontana <cfontana@suse.de> | ||
15 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||
16 | Message-id: 20221213190537.511-3-farosas@suse.de | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200616170844.13318-18-peter.maydell@linaro.org | ||
9 | --- | 18 | --- |
10 | target/arm/neon-dp.decode | 8 +++++ | 19 | target/arm/helper.c | 42 +++++++++++++++++++++--------------------- |
11 | target/arm/translate-neon.inc.c | 61 +++++++++++++++++++++++++++++++++ | 20 | 1 file changed, 21 insertions(+), 21 deletions(-) |
12 | target/arm/translate.c | 31 +++-------------- | ||
13 | 3 files changed, 74 insertions(+), 26 deletions(-) | ||
14 | 21 | ||
15 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 22 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
16 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/neon-dp.decode | 24 | --- a/target/arm/helper.c |
18 | +++ b/target/arm/neon-dp.decode | 25 | +++ b/target/arm/helper.c |
19 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 26 | @@ -XXX,XX +XXX,XX @@ static void add_cpreg_to_list(gpointer key, gpointer opaque) |
20 | SHA1SU1 1111 001 11 . 11 .. 10 .... 0 0111 0 . 0 .... @2misc_q1 | 27 | uint32_t regidx = (uintptr_t)key; |
21 | SHA256SU0 1111 001 11 . 11 .. 10 .... 0 0111 1 . 0 .... @2misc_q1 | 28 | const ARMCPRegInfo *ri = get_arm_cp_reginfo(cpu->cp_regs, regidx); |
22 | 29 | ||
23 | + VRINTN 1111 001 11 . 11 .. 10 .... 0 1000 . . 0 .... @2misc | 30 | - if (!(ri->type & (ARM_CP_NO_RAW|ARM_CP_ALIAS))) { |
24 | VRINTX 1111 001 11 . 11 .. 10 .... 0 1001 . . 0 .... @2misc | 31 | + if (!(ri->type & (ARM_CP_NO_RAW | ARM_CP_ALIAS))) { |
25 | + VRINTA 1111 001 11 . 11 .. 10 .... 0 1010 . . 0 .... @2misc | 32 | cpu->cpreg_indexes[cpu->cpreg_array_len] = cpreg_to_kvm_id(regidx); |
26 | + VRINTZ 1111 001 11 . 11 .. 10 .... 0 1011 . . 0 .... @2misc | 33 | /* The value array need not be initialized at this point */ |
27 | 34 | cpu->cpreg_array_len++; | |
28 | VCVT_F16_F32 1111 001 11 . 11 .. 10 .... 0 1100 0 . 0 .... @2misc_q0 | 35 | @@ -XXX,XX +XXX,XX @@ static void count_cpreg(gpointer key, gpointer opaque) |
29 | + | 36 | |
30 | + VRINTM 1111 001 11 . 11 .. 10 .... 0 1101 . . 0 .... @2misc | 37 | ri = g_hash_table_lookup(cpu->cp_regs, key); |
31 | + | 38 | |
32 | VCVT_F32_F16 1111 001 11 . 11 .. 10 .... 0 1110 0 . 0 .... @2misc_q0 | 39 | - if (!(ri->type & (ARM_CP_NO_RAW|ARM_CP_ALIAS))) { |
33 | 40 | + if (!(ri->type & (ARM_CP_NO_RAW | ARM_CP_ALIAS))) { | |
34 | + VRINTP 1111 001 11 . 11 .. 10 .... 0 1111 . . 0 .... @2misc | 41 | cpu->cpreg_array_len++; |
35 | + | 42 | } |
36 | VRECPE 1111 001 11 . 11 .. 11 .... 0 1000 . . 0 .... @2misc | 43 | } |
37 | VRSQRTE 1111 001 11 . 11 .. 11 .... 0 1001 . . 0 .... @2misc | 44 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v6k_cp_reginfo[] = { |
38 | VRECPE_F 1111 001 11 . 11 .. 11 .... 0 1010 . . 0 .... @2misc | 45 | .resetfn = arm_cp_reset_ignore }, |
39 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 46 | { .name = "TPIDRRO_EL0", .state = ARM_CP_STATE_AA64, |
40 | index XXXXXXX..XXXXXXX 100644 | 47 | .opc0 = 3, .opc1 = 3, .opc2 = 3, .crn = 13, .crm = 0, |
41 | --- a/target/arm/translate-neon.inc.c | 48 | - .access = PL0_R|PL1_W, |
42 | +++ b/target/arm/translate-neon.inc.c | 49 | + .access = PL0_R | PL1_W, |
43 | @@ -XXX,XX +XXX,XX @@ DO_FP_CMP0(VCGE0_F, gen_helper_neon_cge_f32, FWD) | 50 | .fieldoffset = offsetof(CPUARMState, cp15.tpidrro_el[0]), |
44 | DO_FP_CMP0(VCEQ0_F, gen_helper_neon_ceq_f32, FWD) | 51 | .resetvalue = 0}, |
45 | DO_FP_CMP0(VCLE0_F, gen_helper_neon_cge_f32, REV) | 52 | { .name = "TPIDRURO", .cp = 15, .crn = 13, .crm = 0, .opc1 = 0, .opc2 = 3, |
46 | DO_FP_CMP0(VCLT0_F, gen_helper_neon_cgt_f32, REV) | 53 | - .access = PL0_R|PL1_W, |
47 | + | 54 | + .access = PL0_R | PL1_W, |
48 | +static bool do_vrint(DisasContext *s, arg_2misc *a, int rmode) | 55 | .bank_fieldoffsets = { offsetoflow32(CPUARMState, cp15.tpidruro_s), |
49 | +{ | 56 | offsetoflow32(CPUARMState, cp15.tpidruro_ns) }, |
50 | + /* | 57 | .resetfn = arm_cp_reset_ignore }, |
51 | + * Handle a VRINT* operation by iterating 32 bits at a time, | 58 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo cache_block_ops_cp_reginfo[] = { |
52 | + * with a specified rounding mode in operation. | 59 | .resetvalue = 0 }, |
53 | + */ | 60 | /* The cache ops themselves: these all NOP for QEMU */ |
54 | + int pass; | 61 | { .name = "IICR", .cp = 15, .crm = 5, .opc1 = 0, |
55 | + TCGv_ptr fpst; | 62 | - .access = PL1_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
56 | + TCGv_i32 tcg_rmode; | 63 | + .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
57 | + | 64 | { .name = "IDCR", .cp = 15, .crm = 6, .opc1 = 0, |
58 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | 65 | - .access = PL1_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
59 | + !arm_dc_feature(s, ARM_FEATURE_V8)) { | 66 | + .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
60 | + return false; | 67 | { .name = "CDCR", .cp = 15, .crm = 12, .opc1 = 0, |
61 | + } | 68 | - .access = PL0_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
62 | + | 69 | + .access = PL0_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
63 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | 70 | { .name = "PIR", .cp = 15, .crm = 12, .opc1 = 1, |
64 | + if (!dc_isar_feature(aa32_simd_r32, s) && | 71 | - .access = PL0_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
65 | + ((a->vd | a->vm) & 0x10)) { | 72 | + .access = PL0_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
66 | + return false; | 73 | { .name = "PDR", .cp = 15, .crm = 12, .opc1 = 2, |
67 | + } | 74 | - .access = PL0_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
68 | + | 75 | + .access = PL0_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
69 | + if (a->size != 2) { | 76 | { .name = "CIDCR", .cp = 15, .crm = 14, .opc1 = 0, |
70 | + /* TODO: FP16 will be the size == 1 case */ | 77 | - .access = PL1_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
71 | + return false; | 78 | + .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
72 | + } | 79 | }; |
73 | + | 80 | |
74 | + if ((a->vd | a->vm) & a->q) { | 81 | static const ARMCPRegInfo cache_test_clean_cp_reginfo[] = { |
75 | + return false; | 82 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
76 | + } | 83 | ARMCPRegInfo cbar = { |
77 | + | 84 | .name = "CBAR", |
78 | + if (!vfp_access_check(s)) { | 85 | .cp = 15, .crn = 15, .crm = 0, .opc1 = 4, .opc2 = 0, |
79 | + return true; | 86 | - .access = PL1_R|PL3_W, .resetvalue = cpu->reset_cbar, |
80 | + } | 87 | + .access = PL1_R | PL3_W, .resetvalue = cpu->reset_cbar, |
81 | + | 88 | .fieldoffset = offsetof(CPUARMState, |
82 | + fpst = get_fpstatus_ptr(1); | 89 | cp15.c15_config_base_address) |
83 | + tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rmode)); | 90 | }; |
84 | + gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | 91 | @@ -XXX,XX +XXX,XX @@ static void switch_mode(CPUARMState *env, int mode) |
85 | + for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | 92 | return; |
86 | + TCGv_i32 tmp = neon_load_reg(a->vm, pass); | 93 | |
87 | + gen_helper_rints(tmp, tmp, fpst); | 94 | if (old_mode == ARM_CPU_MODE_FIQ) { |
88 | + neon_store_reg(a->vd, pass, tmp); | 95 | - memcpy (env->fiq_regs, env->regs + 8, 5 * sizeof(uint32_t)); |
89 | + } | 96 | - memcpy (env->regs + 8, env->usr_regs, 5 * sizeof(uint32_t)); |
90 | + gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, cpu_env); | 97 | + memcpy(env->fiq_regs, env->regs + 8, 5 * sizeof(uint32_t)); |
91 | + tcg_temp_free_i32(tcg_rmode); | 98 | + memcpy(env->regs + 8, env->usr_regs, 5 * sizeof(uint32_t)); |
92 | + tcg_temp_free_ptr(fpst); | 99 | } else if (mode == ARM_CPU_MODE_FIQ) { |
93 | + | 100 | - memcpy (env->usr_regs, env->regs + 8, 5 * sizeof(uint32_t)); |
94 | + return true; | 101 | - memcpy (env->regs + 8, env->fiq_regs, 5 * sizeof(uint32_t)); |
95 | +} | 102 | + memcpy(env->usr_regs, env->regs + 8, 5 * sizeof(uint32_t)); |
96 | + | 103 | + memcpy(env->regs + 8, env->fiq_regs, 5 * sizeof(uint32_t)); |
97 | +#define DO_VRINT(INSN, RMODE) \ | 104 | } |
98 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | 105 | |
99 | + { \ | 106 | i = bank_number(old_mode); |
100 | + return do_vrint(s, a, RMODE); \ | 107 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
101 | + } | 108 | RESULT(sum, n, 16); \ |
102 | + | 109 | if (sum >= 0) \ |
103 | +DO_VRINT(VRINTN, FPROUNDING_TIEEVEN) | 110 | ge |= 3 << (n * 2); \ |
104 | +DO_VRINT(VRINTA, FPROUNDING_TIEAWAY) | 111 | - } while(0) |
105 | +DO_VRINT(VRINTZ, FPROUNDING_ZERO) | 112 | + } while (0) |
106 | +DO_VRINT(VRINTM, FPROUNDING_NEGINF) | 113 | |
107 | +DO_VRINT(VRINTP, FPROUNDING_POSINF) | 114 | #define SARITH8(a, b, n, op) do { \ |
108 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 115 | int32_t sum; \ |
109 | index XXXXXXX..XXXXXXX 100644 | 116 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
110 | --- a/target/arm/translate.c | 117 | RESULT(sum, n, 8); \ |
111 | +++ b/target/arm/translate.c | 118 | if (sum >= 0) \ |
112 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 119 | ge |= 1 << n; \ |
113 | case NEON_2RM_VCEQ0_F: | 120 | - } while(0) |
114 | case NEON_2RM_VCLE0_F: | 121 | + } while (0) |
115 | case NEON_2RM_VCLT0_F: | 122 | |
116 | + case NEON_2RM_VRINTN: | 123 | |
117 | + case NEON_2RM_VRINTA: | 124 | #define ADD16(a, b, n) SARITH16(a, b, n, +) |
118 | + case NEON_2RM_VRINTM: | 125 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
119 | + case NEON_2RM_VRINTP: | 126 | RESULT(sum, n, 16); \ |
120 | + case NEON_2RM_VRINTZ: | 127 | if ((sum >> 16) == 1) \ |
121 | /* handled by decodetree */ | 128 | ge |= 3 << (n * 2); \ |
122 | return 1; | 129 | - } while(0) |
123 | case NEON_2RM_VTRN: | 130 | + } while (0) |
124 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 131 | |
125 | } | 132 | #define ADD8(a, b, n) do { \ |
126 | neon_store_reg(rm, pass, tmp2); | 133 | uint32_t sum; \ |
127 | break; | 134 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
128 | - case NEON_2RM_VRINTN: | 135 | RESULT(sum, n, 8); \ |
129 | - case NEON_2RM_VRINTA: | 136 | if ((sum >> 8) == 1) \ |
130 | - case NEON_2RM_VRINTM: | 137 | ge |= 1 << n; \ |
131 | - case NEON_2RM_VRINTP: | 138 | - } while(0) |
132 | - case NEON_2RM_VRINTZ: | 139 | + } while (0) |
133 | - { | 140 | |
134 | - TCGv_i32 tcg_rmode; | 141 | #define SUB16(a, b, n) do { \ |
135 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | 142 | uint32_t sum; \ |
136 | - int rmode; | 143 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
137 | - | 144 | RESULT(sum, n, 16); \ |
138 | - if (op == NEON_2RM_VRINTZ) { | 145 | if ((sum >> 16) == 0) \ |
139 | - rmode = FPROUNDING_ZERO; | 146 | ge |= 3 << (n * 2); \ |
140 | - } else { | 147 | - } while(0) |
141 | - rmode = fp_decode_rm[((op & 0x6) >> 1) ^ 1]; | 148 | + } while (0) |
142 | - } | 149 | |
143 | - | 150 | #define SUB8(a, b, n) do { \ |
144 | - tcg_rmode = tcg_const_i32(arm_rmode_to_sf(rmode)); | 151 | uint32_t sum; \ |
145 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, | 152 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
146 | - cpu_env); | 153 | RESULT(sum, n, 8); \ |
147 | - gen_helper_rints(tmp, tmp, fpstatus); | 154 | if ((sum >> 8) == 0) \ |
148 | - gen_helper_set_neon_rmode(tcg_rmode, tcg_rmode, | 155 | ge |= 1 << n; \ |
149 | - cpu_env); | 156 | - } while(0) |
150 | - tcg_temp_free_ptr(fpstatus); | 157 | + } while (0) |
151 | - tcg_temp_free_i32(tcg_rmode); | 158 | |
152 | - break; | 159 | #define PFX u |
153 | - } | 160 | #define ARITH_GE |
154 | case NEON_2RM_VCVTAU: | ||
155 | case NEON_2RM_VCVTAS: | ||
156 | case NEON_2RM_VCVTNU: | ||
157 | -- | 161 | -- |
158 | 2.20.1 | 162 | 2.25.1 |
159 | |||
160 | diff view generated by jsdifflib |
1 | The functions neon_element_offset(), neon_load_element(), | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | neon_load_element64(), neon_store_element() and | ||
3 | neon_store_element64() are used only in the translate-neon.inc.c | ||
4 | file, so move their definitions there. | ||
5 | 2 | ||
6 | Since the .inc.c file is #included in translate.c this doesn't make | 3 | Fix this: |
7 | much difference currently, but it's a more logical place to put the | 4 | ERROR: braces {} are necessary for all arms of this statement |
8 | functions and it might be helpful if we ever decide to try to make | ||
9 | the .inc.c files genuinely separate compilation units. | ||
10 | 5 | ||
6 | Signed-off-by: Fabiano Rosas <farosas@suse.de> | ||
7 | Reviewed-by: Claudio Fontana <cfontana@suse.de> | ||
8 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||
9 | Message-id: 20221213190537.511-4-farosas@suse.de | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
13 | Message-id: 20200616170844.13318-22-peter.maydell@linaro.org | ||
14 | --- | 11 | --- |
15 | target/arm/translate-neon.inc.c | 101 ++++++++++++++++++++++++++++++++ | 12 | target/arm/helper.c | 67 ++++++++++++++++++++++++++++----------------- |
16 | target/arm/translate.c | 101 -------------------------------- | 13 | 1 file changed, 42 insertions(+), 25 deletions(-) |
17 | 2 files changed, 101 insertions(+), 101 deletions(-) | ||
18 | 14 | ||
19 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 15 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
20 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/target/arm/translate-neon.inc.c | 17 | --- a/target/arm/helper.c |
22 | +++ b/target/arm/translate-neon.inc.c | 18 | +++ b/target/arm/helper.c |
23 | @@ -XXX,XX +XXX,XX @@ static inline int rsub_8(DisasContext *s, int x) | 19 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
24 | #include "decode-neon-ls.inc.c" | 20 | env->CF = (val >> 29) & 1; |
25 | #include "decode-neon-shared.inc.c" | 21 | env->VF = (val << 3) & 0x80000000; |
26 | 22 | } | |
27 | +/* Return the offset of a 2**SIZE piece of a NEON register, at index ELE, | 23 | - if (mask & CPSR_Q) |
28 | + * where 0 is the least significant end of the register. | 24 | + if (mask & CPSR_Q) { |
29 | + */ | 25 | env->QF = ((val & CPSR_Q) != 0); |
30 | +static inline long | 26 | - if (mask & CPSR_T) |
31 | +neon_element_offset(int reg, int element, MemOp size) | ||
32 | +{ | ||
33 | + int element_size = 1 << size; | ||
34 | + int ofs = element * element_size; | ||
35 | +#ifdef HOST_WORDS_BIGENDIAN | ||
36 | + /* Calculate the offset assuming fully little-endian, | ||
37 | + * then XOR to account for the order of the 8-byte units. | ||
38 | + */ | ||
39 | + if (element_size < 8) { | ||
40 | + ofs ^= 8 - element_size; | ||
41 | + } | 27 | + } |
42 | +#endif | 28 | + if (mask & CPSR_T) { |
43 | + return neon_reg_offset(reg, 0) + ofs; | 29 | env->thumb = ((val & CPSR_T) != 0); |
44 | +} | ||
45 | + | ||
46 | +static void neon_load_element(TCGv_i32 var, int reg, int ele, MemOp mop) | ||
47 | +{ | ||
48 | + long offset = neon_element_offset(reg, ele, mop & MO_SIZE); | ||
49 | + | ||
50 | + switch (mop) { | ||
51 | + case MO_UB: | ||
52 | + tcg_gen_ld8u_i32(var, cpu_env, offset); | ||
53 | + break; | ||
54 | + case MO_UW: | ||
55 | + tcg_gen_ld16u_i32(var, cpu_env, offset); | ||
56 | + break; | ||
57 | + case MO_UL: | ||
58 | + tcg_gen_ld_i32(var, cpu_env, offset); | ||
59 | + break; | ||
60 | + default: | ||
61 | + g_assert_not_reached(); | ||
62 | + } | 30 | + } |
63 | +} | 31 | if (mask & CPSR_IT_0_1) { |
64 | + | 32 | env->condexec_bits &= ~3; |
65 | +static void neon_load_element64(TCGv_i64 var, int reg, int ele, MemOp mop) | 33 | env->condexec_bits |= (val >> 25) & 3; |
66 | +{ | 34 | @@ -XXX,XX +XXX,XX @@ static void switch_mode(CPUARMState *env, int mode) |
67 | + long offset = neon_element_offset(reg, ele, mop & MO_SIZE); | 35 | int i; |
68 | + | 36 | |
69 | + switch (mop) { | 37 | old_mode = env->uncached_cpsr & CPSR_M; |
70 | + case MO_UB: | 38 | - if (mode == old_mode) |
71 | + tcg_gen_ld8u_i64(var, cpu_env, offset); | 39 | + if (mode == old_mode) { |
72 | + break; | 40 | return; |
73 | + case MO_UW: | ||
74 | + tcg_gen_ld16u_i64(var, cpu_env, offset); | ||
75 | + break; | ||
76 | + case MO_UL: | ||
77 | + tcg_gen_ld32u_i64(var, cpu_env, offset); | ||
78 | + break; | ||
79 | + case MO_Q: | ||
80 | + tcg_gen_ld_i64(var, cpu_env, offset); | ||
81 | + break; | ||
82 | + default: | ||
83 | + g_assert_not_reached(); | ||
84 | + } | 41 | + } |
85 | +} | 42 | |
86 | + | 43 | if (old_mode == ARM_CPU_MODE_FIQ) { |
87 | +static void neon_store_element(int reg, int ele, MemOp size, TCGv_i32 var) | 44 | memcpy(env->fiq_regs, env->regs + 8, 5 * sizeof(uint32_t)); |
88 | +{ | 45 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch32(CPUState *cs) |
89 | + long offset = neon_element_offset(reg, ele, size); | 46 | new_mode = ARM_CPU_MODE_UND; |
90 | + | 47 | addr = 0x04; |
91 | + switch (size) { | 48 | mask = CPSR_I; |
92 | + case MO_8: | 49 | - if (env->thumb) |
93 | + tcg_gen_st8_i32(var, cpu_env, offset); | 50 | + if (env->thumb) { |
94 | + break; | 51 | offset = 2; |
95 | + case MO_16: | 52 | - else |
96 | + tcg_gen_st16_i32(var, cpu_env, offset); | 53 | + } else { |
97 | + break; | 54 | offset = 4; |
98 | + case MO_32: | 55 | + } |
99 | + tcg_gen_st_i32(var, cpu_env, offset); | 56 | break; |
100 | + break; | 57 | case EXCP_SWI: |
101 | + default: | 58 | new_mode = ARM_CPU_MODE_SVC; |
102 | + g_assert_not_reached(); | 59 | @@ -XXX,XX +XXX,XX @@ static inline uint16_t add16_sat(uint16_t a, uint16_t b) |
60 | |||
61 | res = a + b; | ||
62 | if (((res ^ a) & 0x8000) && !((a ^ b) & 0x8000)) { | ||
63 | - if (a & 0x8000) | ||
64 | + if (a & 0x8000) { | ||
65 | res = 0x8000; | ||
66 | - else | ||
67 | + } else { | ||
68 | res = 0x7fff; | ||
69 | + } | ||
70 | } | ||
71 | return res; | ||
72 | } | ||
73 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t add8_sat(uint8_t a, uint8_t b) | ||
74 | |||
75 | res = a + b; | ||
76 | if (((res ^ a) & 0x80) && !((a ^ b) & 0x80)) { | ||
77 | - if (a & 0x80) | ||
78 | + if (a & 0x80) { | ||
79 | res = 0x80; | ||
80 | - else | ||
81 | + } else { | ||
82 | res = 0x7f; | ||
83 | + } | ||
84 | } | ||
85 | return res; | ||
86 | } | ||
87 | @@ -XXX,XX +XXX,XX @@ static inline uint16_t sub16_sat(uint16_t a, uint16_t b) | ||
88 | |||
89 | res = a - b; | ||
90 | if (((res ^ a) & 0x8000) && ((a ^ b) & 0x8000)) { | ||
91 | - if (a & 0x8000) | ||
92 | + if (a & 0x8000) { | ||
93 | res = 0x8000; | ||
94 | - else | ||
95 | + } else { | ||
96 | res = 0x7fff; | ||
97 | + } | ||
98 | } | ||
99 | return res; | ||
100 | } | ||
101 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_sat(uint8_t a, uint8_t b) | ||
102 | |||
103 | res = a - b; | ||
104 | if (((res ^ a) & 0x80) && ((a ^ b) & 0x80)) { | ||
105 | - if (a & 0x80) | ||
106 | + if (a & 0x80) { | ||
107 | res = 0x80; | ||
108 | - else | ||
109 | + } else { | ||
110 | res = 0x7f; | ||
111 | + } | ||
112 | } | ||
113 | return res; | ||
114 | } | ||
115 | @@ -XXX,XX +XXX,XX @@ static inline uint16_t add16_usat(uint16_t a, uint16_t b) | ||
116 | { | ||
117 | uint16_t res; | ||
118 | res = a + b; | ||
119 | - if (res < a) | ||
120 | + if (res < a) { | ||
121 | res = 0xffff; | ||
103 | + } | 122 | + } |
104 | +} | 123 | return res; |
105 | + | 124 | } |
106 | +static void neon_store_element64(int reg, int ele, MemOp size, TCGv_i64 var) | 125 | |
107 | +{ | 126 | static inline uint16_t sub16_usat(uint16_t a, uint16_t b) |
108 | + long offset = neon_element_offset(reg, ele, size); | 127 | { |
109 | + | 128 | - if (a > b) |
110 | + switch (size) { | 129 | + if (a > b) { |
111 | + case MO_8: | 130 | return a - b; |
112 | + tcg_gen_st8_i64(var, cpu_env, offset); | 131 | - else |
113 | + break; | 132 | + } else { |
114 | + case MO_16: | 133 | return 0; |
115 | + tcg_gen_st16_i64(var, cpu_env, offset); | ||
116 | + break; | ||
117 | + case MO_32: | ||
118 | + tcg_gen_st32_i64(var, cpu_env, offset); | ||
119 | + break; | ||
120 | + case MO_64: | ||
121 | + tcg_gen_st_i64(var, cpu_env, offset); | ||
122 | + break; | ||
123 | + default: | ||
124 | + g_assert_not_reached(); | ||
125 | + } | 134 | + } |
126 | +} | 135 | } |
127 | + | 136 | |
128 | static bool trans_VCMLA(DisasContext *s, arg_VCMLA *a) | 137 | static inline uint8_t add8_usat(uint8_t a, uint8_t b) |
129 | { | 138 | { |
130 | int opr_sz; | 139 | uint8_t res; |
131 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 140 | res = a + b; |
132 | index XXXXXXX..XXXXXXX 100644 | 141 | - if (res < a) |
133 | --- a/target/arm/translate.c | 142 | + if (res < a) { |
134 | +++ b/target/arm/translate.c | 143 | res = 0xff; |
135 | @@ -XXX,XX +XXX,XX @@ neon_reg_offset (int reg, int n) | 144 | + } |
136 | return vfp_reg_offset(0, sreg); | 145 | return res; |
137 | } | 146 | } |
138 | 147 | ||
139 | -/* Return the offset of a 2**SIZE piece of a NEON register, at index ELE, | 148 | static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
140 | - * where 0 is the least significant end of the register. | ||
141 | - */ | ||
142 | -static inline long | ||
143 | -neon_element_offset(int reg, int element, MemOp size) | ||
144 | -{ | ||
145 | - int element_size = 1 << size; | ||
146 | - int ofs = element * element_size; | ||
147 | -#ifdef HOST_WORDS_BIGENDIAN | ||
148 | - /* Calculate the offset assuming fully little-endian, | ||
149 | - * then XOR to account for the order of the 8-byte units. | ||
150 | - */ | ||
151 | - if (element_size < 8) { | ||
152 | - ofs ^= 8 - element_size; | ||
153 | - } | ||
154 | -#endif | ||
155 | - return neon_reg_offset(reg, 0) + ofs; | ||
156 | -} | ||
157 | - | ||
158 | static TCGv_i32 neon_load_reg(int reg, int pass) | ||
159 | { | 149 | { |
160 | TCGv_i32 tmp = tcg_temp_new_i32(); | 150 | - if (a > b) |
161 | @@ -XXX,XX +XXX,XX @@ static TCGv_i32 neon_load_reg(int reg, int pass) | 151 | + if (a > b) { |
162 | return tmp; | 152 | return a - b; |
153 | - else | ||
154 | + } else { | ||
155 | return 0; | ||
156 | + } | ||
163 | } | 157 | } |
164 | 158 | ||
165 | -static void neon_load_element(TCGv_i32 var, int reg, int ele, MemOp mop) | 159 | #define ADD16(a, b, n) RESULT(add16_usat(a, b), n, 16); |
166 | -{ | 160 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
167 | - long offset = neon_element_offset(reg, ele, mop & MO_SIZE); | 161 | |
168 | - | 162 | static inline uint8_t do_usad(uint8_t a, uint8_t b) |
169 | - switch (mop) { | ||
170 | - case MO_UB: | ||
171 | - tcg_gen_ld8u_i32(var, cpu_env, offset); | ||
172 | - break; | ||
173 | - case MO_UW: | ||
174 | - tcg_gen_ld16u_i32(var, cpu_env, offset); | ||
175 | - break; | ||
176 | - case MO_UL: | ||
177 | - tcg_gen_ld_i32(var, cpu_env, offset); | ||
178 | - break; | ||
179 | - default: | ||
180 | - g_assert_not_reached(); | ||
181 | - } | ||
182 | -} | ||
183 | - | ||
184 | -static void neon_load_element64(TCGv_i64 var, int reg, int ele, MemOp mop) | ||
185 | -{ | ||
186 | - long offset = neon_element_offset(reg, ele, mop & MO_SIZE); | ||
187 | - | ||
188 | - switch (mop) { | ||
189 | - case MO_UB: | ||
190 | - tcg_gen_ld8u_i64(var, cpu_env, offset); | ||
191 | - break; | ||
192 | - case MO_UW: | ||
193 | - tcg_gen_ld16u_i64(var, cpu_env, offset); | ||
194 | - break; | ||
195 | - case MO_UL: | ||
196 | - tcg_gen_ld32u_i64(var, cpu_env, offset); | ||
197 | - break; | ||
198 | - case MO_Q: | ||
199 | - tcg_gen_ld_i64(var, cpu_env, offset); | ||
200 | - break; | ||
201 | - default: | ||
202 | - g_assert_not_reached(); | ||
203 | - } | ||
204 | -} | ||
205 | - | ||
206 | static void neon_store_reg(int reg, int pass, TCGv_i32 var) | ||
207 | { | 163 | { |
208 | tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass)); | 164 | - if (a > b) |
209 | tcg_temp_free_i32(var); | 165 | + if (a > b) { |
166 | return a - b; | ||
167 | - else | ||
168 | + } else { | ||
169 | return b - a; | ||
170 | + } | ||
210 | } | 171 | } |
211 | 172 | ||
212 | -static void neon_store_element(int reg, int ele, MemOp size, TCGv_i32 var) | 173 | /* Unsigned sum of absolute byte differences. */ |
213 | -{ | 174 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(sel_flags)(uint32_t flags, uint32_t a, uint32_t b) |
214 | - long offset = neon_element_offset(reg, ele, size); | 175 | uint32_t mask; |
215 | - | 176 | |
216 | - switch (size) { | 177 | mask = 0; |
217 | - case MO_8: | 178 | - if (flags & 1) |
218 | - tcg_gen_st8_i32(var, cpu_env, offset); | 179 | + if (flags & 1) { |
219 | - break; | 180 | mask |= 0xff; |
220 | - case MO_16: | 181 | - if (flags & 2) |
221 | - tcg_gen_st16_i32(var, cpu_env, offset); | 182 | + } |
222 | - break; | 183 | + if (flags & 2) { |
223 | - case MO_32: | 184 | mask |= 0xff00; |
224 | - tcg_gen_st_i32(var, cpu_env, offset); | 185 | - if (flags & 4) |
225 | - break; | 186 | + } |
226 | - default: | 187 | + if (flags & 4) { |
227 | - g_assert_not_reached(); | 188 | mask |= 0xff0000; |
228 | - } | 189 | - if (flags & 8) |
229 | -} | 190 | + } |
230 | - | 191 | + if (flags & 8) { |
231 | -static void neon_store_element64(int reg, int ele, MemOp size, TCGv_i64 var) | 192 | mask |= 0xff000000; |
232 | -{ | 193 | + } |
233 | - long offset = neon_element_offset(reg, ele, size); | 194 | return (a & mask) | (b & ~mask); |
234 | - | 195 | } |
235 | - switch (size) { | 196 | |
236 | - case MO_8: | ||
237 | - tcg_gen_st8_i64(var, cpu_env, offset); | ||
238 | - break; | ||
239 | - case MO_16: | ||
240 | - tcg_gen_st16_i64(var, cpu_env, offset); | ||
241 | - break; | ||
242 | - case MO_32: | ||
243 | - tcg_gen_st32_i64(var, cpu_env, offset); | ||
244 | - break; | ||
245 | - case MO_64: | ||
246 | - tcg_gen_st_i64(var, cpu_env, offset); | ||
247 | - break; | ||
248 | - default: | ||
249 | - g_assert_not_reached(); | ||
250 | - } | ||
251 | -} | ||
252 | - | ||
253 | static inline void neon_load_reg64(TCGv_i64 var, int reg) | ||
254 | { | ||
255 | tcg_gen_ld_i64(var, cpu_env, vfp_reg_offset(1, reg)); | ||
256 | -- | 197 | -- |
257 | 2.20.1 | 198 | 2.25.1 |
258 | |||
259 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | We already model the CMSDK APB watchdog device, let's use it! | 3 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
4 | 4 | Reviewed-by: Claudio Fontana <cfontana@suse.de> | |
5 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 6 | Message-id: 20221213190537.511-5-farosas@suse.de |
7 | Message-id: 20200617072539.32686-9-f4bug@amsat.org | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 8 | --- |
11 | hw/arm/mps2.c | 7 +++++++ | 9 | target/arm/m_helper.c | 16 ---------------- |
12 | hw/arm/Kconfig | 1 + | 10 | 1 file changed, 16 deletions(-) |
13 | 2 files changed, 8 insertions(+) | ||
14 | 11 | ||
15 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 12 | diff --git a/target/arm/m_helper.c b/target/arm/m_helper.c |
16 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/arm/mps2.c | 14 | --- a/target/arm/m_helper.c |
18 | +++ b/hw/arm/mps2.c | 15 | +++ b/target/arm/m_helper.c |
19 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 16 | @@ -XXX,XX +XXX,XX @@ |
20 | sysbus_connect_irq(SYS_BUS_DEVICE(&mms->dualtimer), 0, | 17 | */ |
21 | qdev_get_gpio_in(armv7m, 10)); | 18 | |
22 | sysbus_mmio_map(SYS_BUS_DEVICE(&mms->dualtimer), 0, 0x40002000); | 19 | #include "qemu/osdep.h" |
23 | + object_initialize_child(OBJECT(mms), "watchdog", &mms->watchdog, | 20 | -#include "qemu/units.h" |
24 | + TYPE_CMSDK_APB_WATCHDOG); | 21 | -#include "target/arm/idau.h" |
25 | + qdev_prop_set_uint32(DEVICE(&mms->watchdog), "wdogclk-frq", SYSCLK_FRQ); | 22 | -#include "trace.h" |
26 | + sysbus_realize(SYS_BUS_DEVICE(&mms->watchdog), &error_fatal); | 23 | #include "cpu.h" |
27 | + sysbus_connect_irq(SYS_BUS_DEVICE(&mms->watchdog), 0, | 24 | #include "internals.h" |
28 | + qdev_get_gpio_in_named(armv7m, "NMI", 0)); | 25 | -#include "exec/gdbstub.h" |
29 | + sysbus_mmio_map(SYS_BUS_DEVICE(&mms->watchdog), 0, 0x40008000); | 26 | #include "exec/helper-proto.h" |
30 | 27 | -#include "qemu/host-utils.h" | |
31 | /* FPGA APB subsystem */ | 28 | #include "qemu/main-loop.h" |
32 | object_initialize_child(OBJECT(mms), "scc", &mms->scc, TYPE_MPS2_SCC); | 29 | #include "qemu/bitops.h" |
33 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | 30 | -#include "qemu/crc32c.h" |
34 | index XXXXXXX..XXXXXXX 100644 | 31 | -#include "qemu/qemu-print.h" |
35 | --- a/hw/arm/Kconfig | 32 | #include "qemu/log.h" |
36 | +++ b/hw/arm/Kconfig | 33 | #include "exec/exec-all.h" |
37 | @@ -XXX,XX +XXX,XX @@ config MPS2 | 34 | -#include <zlib.h> /* For crc32 */ |
38 | select PL080 # DMA controller | 35 | -#include "semihosting/semihost.h" |
39 | select SPLIT_IRQ | 36 | -#include "sysemu/cpus.h" |
40 | select UNIMP | 37 | -#include "sysemu/kvm.h" |
41 | + select CMSDK_APB_WATCHDOG | 38 | -#include "qemu/range.h" |
42 | 39 | -#include "qapi/qapi-commands-machine-target.h" | |
43 | config FSL_IMX7 | 40 | -#include "qapi/error.h" |
44 | bool | 41 | -#include "qemu/guest-random.h" |
42 | #ifdef CONFIG_TCG | ||
43 | -#include "arm_ldst.h" | ||
44 | #include "exec/cpu_ldst.h" | ||
45 | #include "semihosting/common-semi.h" | ||
46 | #endif | ||
45 | -- | 47 | -- |
46 | 2.20.1 | 48 | 2.25.1 |
47 | |||
48 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | 'ARM SBCon two-wire serial bus interface' is the official | 3 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
4 | name describing the pair of registers used to bitbanging | 4 | Reviewed-by: Claudio Fontana <cfontana@suse.de> |
5 | I2C in the Versatile boards. | 5 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
6 | 6 | Message-id: 20221213190537.511-6-farosas@suse.de | |
7 | Make the private VersatileI2CState structure as public | ||
8 | ArmSbconI2CState. | ||
9 | Add the TYPE_ARM_SBCON_I2C, alias to our current | ||
10 | TYPE_VERSATILE_I2C model. | ||
11 | Rename the memory region description as 'arm_sbcon_i2c'. | ||
12 | |||
13 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
14 | Message-id: 20200617072539.32686-5-f4bug@amsat.org | ||
15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 8 | --- |
18 | include/hw/i2c/arm_sbcon_i2c.h | 35 ++++++++++++++++++++++++++++++++++ | 9 | target/arm/helper.c | 7 ------- |
19 | hw/i2c/versatile_i2c.c | 17 +++++------------ | 10 | 1 file changed, 7 deletions(-) |
20 | MAINTAINERS | 1 + | ||
21 | 3 files changed, 41 insertions(+), 12 deletions(-) | ||
22 | create mode 100644 include/hw/i2c/arm_sbcon_i2c.h | ||
23 | 11 | ||
24 | diff --git a/include/hw/i2c/arm_sbcon_i2c.h b/include/hw/i2c/arm_sbcon_i2c.h | 12 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
25 | new file mode 100644 | ||
26 | index XXXXXXX..XXXXXXX | ||
27 | --- /dev/null | ||
28 | +++ b/include/hw/i2c/arm_sbcon_i2c.h | ||
29 | @@ -XXX,XX +XXX,XX @@ | ||
30 | +/* | ||
31 | + * ARM SBCon two-wire serial bus interface (I2C bitbang) | ||
32 | + * a.k.a. | ||
33 | + * ARM Versatile I2C controller | ||
34 | + * | ||
35 | + * Copyright (c) 2006-2007 CodeSourcery. | ||
36 | + * Copyright (c) 2012 Oskar Andero <oskar.andero@gmail.com> | ||
37 | + * Copyright (C) 2020 Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
38 | + * | ||
39 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
40 | + */ | ||
41 | +#ifndef HW_I2C_ARM_SBCON_H | ||
42 | +#define HW_I2C_ARM_SBCON_H | ||
43 | + | ||
44 | +#include "hw/sysbus.h" | ||
45 | +#include "hw/i2c/bitbang_i2c.h" | ||
46 | + | ||
47 | +#define TYPE_VERSATILE_I2C "versatile_i2c" | ||
48 | +#define TYPE_ARM_SBCON_I2C TYPE_VERSATILE_I2C | ||
49 | + | ||
50 | +#define ARM_SBCON_I2C(obj) \ | ||
51 | + OBJECT_CHECK(ArmSbconI2CState, (obj), TYPE_ARM_SBCON_I2C) | ||
52 | + | ||
53 | +typedef struct ArmSbconI2CState { | ||
54 | + /*< private >*/ | ||
55 | + SysBusDevice parent_obj; | ||
56 | + /*< public >*/ | ||
57 | + | ||
58 | + MemoryRegion iomem; | ||
59 | + bitbang_i2c_interface bitbang; | ||
60 | + int out; | ||
61 | + int in; | ||
62 | +} ArmSbconI2CState; | ||
63 | + | ||
64 | +#endif /* HW_I2C_ARM_SBCON_H */ | ||
65 | diff --git a/hw/i2c/versatile_i2c.c b/hw/i2c/versatile_i2c.c | ||
66 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
67 | --- a/hw/i2c/versatile_i2c.c | 14 | --- a/target/arm/helper.c |
68 | +++ b/hw/i2c/versatile_i2c.c | 15 | +++ b/target/arm/helper.c |
69 | @@ -XXX,XX +XXX,XX @@ | ||
70 | /* | ||
71 | - * ARM Versatile I2C controller | ||
72 | + * ARM SBCon two-wire serial bus interface (I2C bitbang) | ||
73 | + * a.k.a. ARM Versatile I2C controller | ||
74 | * | ||
75 | * Copyright (c) 2006-2007 CodeSourcery. | ||
76 | * Copyright (c) 2012 Oskar Andero <oskar.andero@gmail.com> | ||
77 | @@ -XXX,XX +XXX,XX @@ | 16 | @@ -XXX,XX +XXX,XX @@ |
78 | */ | 17 | */ |
79 | 18 | ||
80 | #include "qemu/osdep.h" | 19 | #include "qemu/osdep.h" |
81 | -#include "hw/sysbus.h" | 20 | -#include "qemu/units.h" |
82 | -#include "hw/i2c/bitbang_i2c.h" | ||
83 | +#include "hw/i2c/arm_sbcon_i2c.h" | ||
84 | #include "hw/registerfields.h" | ||
85 | #include "qemu/log.h" | 21 | #include "qemu/log.h" |
86 | #include "qemu/module.h" | 22 | #include "trace.h" |
87 | 23 | #include "cpu.h" | |
88 | -#define TYPE_VERSATILE_I2C "versatile_i2c" | 24 | #include "internals.h" |
89 | #define VERSATILE_I2C(obj) \ | 25 | #include "exec/helper-proto.h" |
90 | OBJECT_CHECK(VersatileI2CState, (obj), TYPE_VERSATILE_I2C) | 26 | -#include "qemu/host-utils.h" |
91 | 27 | #include "qemu/main-loop.h" | |
92 | -typedef struct VersatileI2CState { | 28 | #include "qemu/timer.h" |
93 | - SysBusDevice parent_obj; | 29 | #include "qemu/bitops.h" |
94 | +typedef ArmSbconI2CState VersatileI2CState; | 30 | @@ -XXX,XX +XXX,XX @@ |
95 | 31 | #include "exec/exec-all.h" | |
96 | - MemoryRegion iomem; | 32 | #include <zlib.h> /* For crc32 */ |
97 | - bitbang_i2c_interface bitbang; | 33 | #include "hw/irq.h" |
98 | - int out; | 34 | -#include "semihosting/semihost.h" |
99 | - int in; | 35 | -#include "sysemu/cpus.h" |
100 | -} VersatileI2CState; | 36 | #include "sysemu/cpu-timers.h" |
101 | 37 | #include "sysemu/kvm.h" | |
102 | REG32(CONTROL_GET, 0) | 38 | -#include "qemu/range.h" |
103 | REG32(CONTROL_SET, 0) | 39 | #include "qapi/qapi-commands-machine-target.h" |
104 | @@ -XXX,XX +XXX,XX @@ static void versatile_i2c_init(Object *obj) | 40 | #include "qapi/error.h" |
105 | bus = i2c_init_bus(dev, "i2c"); | 41 | #include "qemu/guest-random.h" |
106 | bitbang_i2c_init(&s->bitbang, bus); | 42 | #ifdef CONFIG_TCG |
107 | memory_region_init_io(&s->iomem, obj, &versatile_i2c_ops, s, | 43 | -#include "arm_ldst.h" |
108 | - "versatile_i2c", 0x1000); | 44 | -#include "exec/cpu_ldst.h" |
109 | + "arm_sbcon_i2c", 0x1000); | 45 | #include "semihosting/common-semi.h" |
110 | sysbus_init_mmio(sbd, &s->iomem); | 46 | #endif |
111 | } | 47 | #include "cpregs.h" |
112 | |||
113 | diff --git a/MAINTAINERS b/MAINTAINERS | ||
114 | index XXXXXXX..XXXXXXX 100644 | ||
115 | --- a/MAINTAINERS | ||
116 | +++ b/MAINTAINERS | ||
117 | @@ -XXX,XX +XXX,XX @@ M: Peter Maydell <peter.maydell@linaro.org> | ||
118 | L: qemu-arm@nongnu.org | ||
119 | S: Maintained | ||
120 | F: hw/*/versatile* | ||
121 | +F: include/hw/i2c/arm_sbcon_i2c.h | ||
122 | F: hw/misc/arm_sysctl.c | ||
123 | F: docs/system/arm/versatile.rst | ||
124 | |||
125 | -- | 48 | -- |
126 | 2.20.1 | 49 | 2.25.1 |
127 | |||
128 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Claudio Fontana <cfontana@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | Since commit d70c996df23f, when enabling the PMU we get: | 3 | Remove some unused headers. |
4 | 4 | ||
5 | $ qemu-system-aarch64 -cpu host,pmu=on -M virt,accel=kvm,gic-version=3 | 5 | Signed-off-by: Claudio Fontana <cfontana@suse.de> |
6 | Segmentation fault (core dumped) | 6 | Acked-by: Richard Henderson <richard.henderson@linaro.org> |
7 | 7 | Reviewed-by: Claudio Fontana <cfontana@suse.de> | |
8 | Thread 1 "qemu-system-aar" received signal SIGSEGV, Segmentation fault. | 8 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
9 | 0x0000aaaaaae356d0 in kvm_ioctl (s=0x0, type=44547) at accel/kvm/kvm-all.c:2588 | 9 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
10 | 2588 ret = ioctl(s->fd, type, arg); | 10 | Message-id: 20221213190537.511-7-farosas@suse.de |
11 | (gdb) bt | 11 | [added back some includes that are still needed at this point] |
12 | #0 0x0000aaaaaae356d0 in kvm_ioctl (s=0x0, type=44547) at accel/kvm/kvm-all.c:2588 | 12 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
13 | #1 0x0000aaaaaae31568 in kvm_check_extension (s=0x0, extension=126) at accel/kvm/kvm-all.c:916 | ||
14 | #2 0x0000aaaaaafce254 in kvm_arm_pmu_supported (cpu=0xaaaaac214ab0) at target/arm/kvm.c:213 | ||
15 | #3 0x0000aaaaaafc0f94 in arm_set_pmu (obj=0xaaaaac214ab0, value=true, errp=0xffffffffe438) at target/arm/cpu.c:1111 | ||
16 | #4 0x0000aaaaab5533ac in property_set_bool (obj=0xaaaaac214ab0, v=0xaaaaac223a80, name=0xaaaaac11a970 "pmu", opaque=0xaaaaac222730, errp=0xffffffffe438) at qom/object.c:2170 | ||
17 | #5 0x0000aaaaab5512f0 in object_property_set (obj=0xaaaaac214ab0, v=0xaaaaac223a80, name=0xaaaaac11a970 "pmu", errp=0xffffffffe438) at qom/object.c:1328 | ||
18 | #6 0x0000aaaaab551e10 in object_property_parse (obj=0xaaaaac214ab0, string=0xaaaaac11b4c0 "on", name=0xaaaaac11a970 "pmu", errp=0xffffffffe438) at qom/object.c:1561 | ||
19 | #7 0x0000aaaaab54ee8c in object_apply_global_props (obj=0xaaaaac214ab0, props=0xaaaaac018e20, errp=0xaaaaabd6fd88 <error_fatal>) at qom/object.c:407 | ||
20 | #8 0x0000aaaaab1dd5a4 in qdev_prop_set_globals (dev=0xaaaaac214ab0) at hw/core/qdev-properties.c:1218 | ||
21 | #9 0x0000aaaaab1d9fac in device_post_init (obj=0xaaaaac214ab0) at hw/core/qdev.c:1050 | ||
22 | ... | ||
23 | #15 0x0000aaaaab54f310 in object_initialize_with_type (obj=0xaaaaac214ab0, size=52208, type=0xaaaaabe237f0) at qom/object.c:512 | ||
24 | #16 0x0000aaaaab54fa24 in object_new_with_type (type=0xaaaaabe237f0) at qom/object.c:687 | ||
25 | #17 0x0000aaaaab54fa80 in object_new (typename=0xaaaaabe23970 "host-arm-cpu") at qom/object.c:702 | ||
26 | #18 0x0000aaaaaaf04a74 in machvirt_init (machine=0xaaaaac0a8550) at hw/arm/virt.c:1770 | ||
27 | #19 0x0000aaaaab1e8720 in machine_run_board_init (machine=0xaaaaac0a8550) at hw/core/machine.c:1138 | ||
28 | #20 0x0000aaaaaaf95394 in qemu_init (argc=5, argv=0xffffffffea58, envp=0xffffffffea88) at softmmu/vl.c:4348 | ||
29 | #21 0x0000aaaaaada3f74 in main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at softmmu/main.c:48 | ||
30 | |||
31 | This is because in frame #2, cpu->kvm_state is still NULL | ||
32 | (the vCPU is not yet realized). | ||
33 | |||
34 | KVM has a hard requirement of all cores supporting the same | ||
35 | feature set. We only need to check if the accelerator supports | ||
36 | a feature, not each vCPU individually. | ||
37 | |||
38 | Fix by removing the 'CPUState *cpu' argument from the | ||
39 | kvm_arm_<FEATURE>_supported() functions. | ||
40 | |||
41 | Fixes: d70c996df23f ('Use CPUState::kvm_state in kvm_arm_pmu_supported') | ||
42 | Reported-by: Haibo Xu <haibo.xu@linaro.org> | ||
43 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
44 | Acked-by: Paolo Bonzini <pbonzini@redhat.com> | ||
45 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
46 | Suggested-by: Paolo Bonzini <pbonzini@redhat.com> | ||
47 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
48 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
49 | --- | 14 | --- |
50 | target/arm/kvm_arm.h | 21 +++++++++------------ | 15 | target/arm/cpu.c | 1 - |
51 | target/arm/cpu.c | 2 +- | 16 | target/arm/cpu64.c | 6 ------ |
52 | target/arm/cpu64.c | 10 +++++----- | 17 | 2 files changed, 7 deletions(-) |
53 | target/arm/kvm.c | 4 ++-- | ||
54 | target/arm/kvm64.c | 14 +++++--------- | ||
55 | 5 files changed, 22 insertions(+), 29 deletions(-) | ||
56 | 18 | ||
57 | diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h | ||
58 | index XXXXXXX..XXXXXXX 100644 | ||
59 | --- a/target/arm/kvm_arm.h | ||
60 | +++ b/target/arm/kvm_arm.h | ||
61 | @@ -XXX,XX +XXX,XX @@ void kvm_arm_add_vcpu_properties(Object *obj); | ||
62 | |||
63 | /** | ||
64 | * kvm_arm_aarch32_supported: | ||
65 | - * @cs: CPUState | ||
66 | * | ||
67 | - * Returns: true if the KVM VCPU can enable AArch32 mode | ||
68 | + * Returns: true if KVM can enable AArch32 mode | ||
69 | * and false otherwise. | ||
70 | */ | ||
71 | -bool kvm_arm_aarch32_supported(CPUState *cs); | ||
72 | +bool kvm_arm_aarch32_supported(void); | ||
73 | |||
74 | /** | ||
75 | * kvm_arm_pmu_supported: | ||
76 | - * @cs: CPUState | ||
77 | * | ||
78 | - * Returns: true if the KVM VCPU can enable its PMU | ||
79 | + * Returns: true if KVM can enable the PMU | ||
80 | * and false otherwise. | ||
81 | */ | ||
82 | -bool kvm_arm_pmu_supported(CPUState *cs); | ||
83 | +bool kvm_arm_pmu_supported(void); | ||
84 | |||
85 | /** | ||
86 | * kvm_arm_sve_supported: | ||
87 | - * @cs: CPUState | ||
88 | * | ||
89 | - * Returns true if the KVM VCPU can enable SVE and false otherwise. | ||
90 | + * Returns true if KVM can enable SVE and false otherwise. | ||
91 | */ | ||
92 | -bool kvm_arm_sve_supported(CPUState *cs); | ||
93 | +bool kvm_arm_sve_supported(void); | ||
94 | |||
95 | /** | ||
96 | * kvm_arm_get_max_vm_ipa_size: | ||
97 | @@ -XXX,XX +XXX,XX @@ static inline void kvm_arm_set_cpu_features_from_host(ARMCPU *cpu) | ||
98 | |||
99 | static inline void kvm_arm_add_vcpu_properties(Object *obj) {} | ||
100 | |||
101 | -static inline bool kvm_arm_aarch32_supported(CPUState *cs) | ||
102 | +static inline bool kvm_arm_aarch32_supported(void) | ||
103 | { | ||
104 | return false; | ||
105 | } | ||
106 | |||
107 | -static inline bool kvm_arm_pmu_supported(CPUState *cs) | ||
108 | +static inline bool kvm_arm_pmu_supported(void) | ||
109 | { | ||
110 | return false; | ||
111 | } | ||
112 | |||
113 | -static inline bool kvm_arm_sve_supported(CPUState *cs) | ||
114 | +static inline bool kvm_arm_sve_supported(void) | ||
115 | { | ||
116 | return false; | ||
117 | } | ||
118 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 19 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
119 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
120 | --- a/target/arm/cpu.c | 21 | --- a/target/arm/cpu.c |
121 | +++ b/target/arm/cpu.c | 22 | +++ b/target/arm/cpu.c |
122 | @@ -XXX,XX +XXX,XX @@ static void arm_set_pmu(Object *obj, bool value, Error **errp) | 23 | @@ -XXX,XX +XXX,XX @@ |
123 | ARMCPU *cpu = ARM_CPU(obj); | 24 | #include "target/arm/idau.h" |
124 | 25 | #include "qemu/module.h" | |
125 | if (value) { | 26 | #include "qapi/error.h" |
126 | - if (kvm_enabled() && !kvm_arm_pmu_supported(CPU(cpu))) { | 27 | -#include "qapi/visitor.h" |
127 | + if (kvm_enabled() && !kvm_arm_pmu_supported()) { | 28 | #include "cpu.h" |
128 | error_setg(errp, "'pmu' feature not supported by KVM on this host"); | 29 | #ifdef CONFIG_TCG |
129 | return; | 30 | #include "hw/core/tcg-cpu-ops.h" |
130 | } | ||
131 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | 31 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c |
132 | index XXXXXXX..XXXXXXX 100644 | 32 | index XXXXXXX..XXXXXXX 100644 |
133 | --- a/target/arm/cpu64.c | 33 | --- a/target/arm/cpu64.c |
134 | +++ b/target/arm/cpu64.c | 34 | +++ b/target/arm/cpu64.c |
135 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp) | 35 | @@ -XXX,XX +XXX,XX @@ |
136 | 36 | #include "qemu/osdep.h" | |
137 | /* Collect the set of vector lengths supported by KVM. */ | 37 | #include "qapi/error.h" |
138 | bitmap_zero(kvm_supported, ARM_MAX_VQ); | 38 | #include "cpu.h" |
139 | - if (kvm_enabled() && kvm_arm_sve_supported(CPU(cpu))) { | 39 | -#ifdef CONFIG_TCG |
140 | + if (kvm_enabled() && kvm_arm_sve_supported()) { | 40 | -#include "hw/core/tcg-cpu-ops.h" |
141 | kvm_arm_sve_get_vls(CPU(cpu), kvm_supported); | 41 | -#endif /* CONFIG_TCG */ |
142 | } else if (kvm_enabled()) { | 42 | #include "qemu/module.h" |
143 | assert(!cpu_isar_feature(aa64_sve, cpu)); | 43 | -#if !defined(CONFIG_USER_ONLY) |
144 | @@ -XXX,XX +XXX,XX @@ static void cpu_max_set_sve_max_vq(Object *obj, Visitor *v, const char *name, | 44 | -#include "hw/loader.h" |
145 | return; | 45 | -#endif |
146 | } | 46 | #include "sysemu/kvm.h" |
147 | 47 | #include "sysemu/hvf.h" | |
148 | - if (kvm_enabled() && !kvm_arm_sve_supported(CPU(cpu))) { | 48 | #include "kvm_arm.h" |
149 | + if (kvm_enabled() && !kvm_arm_sve_supported()) { | ||
150 | error_setg(errp, "cannot set sve-max-vq"); | ||
151 | error_append_hint(errp, "SVE not supported by KVM on this host\n"); | ||
152 | return; | ||
153 | @@ -XXX,XX +XXX,XX @@ static void cpu_arm_set_sve_vq(Object *obj, Visitor *v, const char *name, | ||
154 | return; | ||
155 | } | ||
156 | |||
157 | - if (value && kvm_enabled() && !kvm_arm_sve_supported(CPU(cpu))) { | ||
158 | + if (value && kvm_enabled() && !kvm_arm_sve_supported()) { | ||
159 | error_setg(errp, "cannot enable %s", name); | ||
160 | error_append_hint(errp, "SVE not supported by KVM on this host\n"); | ||
161 | return; | ||
162 | @@ -XXX,XX +XXX,XX @@ static void cpu_arm_set_sve(Object *obj, Visitor *v, const char *name, | ||
163 | return; | ||
164 | } | ||
165 | |||
166 | - if (value && kvm_enabled() && !kvm_arm_sve_supported(CPU(cpu))) { | ||
167 | + if (value && kvm_enabled() && !kvm_arm_sve_supported()) { | ||
168 | error_setg(errp, "'sve' feature not supported by KVM on this host"); | ||
169 | return; | ||
170 | } | ||
171 | @@ -XXX,XX +XXX,XX @@ static void aarch64_cpu_set_aarch64(Object *obj, bool value, Error **errp) | ||
172 | * uniform execution state like do_interrupt. | ||
173 | */ | ||
174 | if (value == false) { | ||
175 | - if (!kvm_enabled() || !kvm_arm_aarch32_supported(CPU(cpu))) { | ||
176 | + if (!kvm_enabled() || !kvm_arm_aarch32_supported()) { | ||
177 | error_setg(errp, "'aarch64' feature cannot be disabled " | ||
178 | "unless KVM is enabled and 32-bit EL1 " | ||
179 | "is supported"); | ||
180 | diff --git a/target/arm/kvm.c b/target/arm/kvm.c | ||
181 | index XXXXXXX..XXXXXXX 100644 | ||
182 | --- a/target/arm/kvm.c | ||
183 | +++ b/target/arm/kvm.c | ||
184 | @@ -XXX,XX +XXX,XX @@ void kvm_arm_add_vcpu_properties(Object *obj) | ||
185 | } | ||
186 | } | ||
187 | |||
188 | -bool kvm_arm_pmu_supported(CPUState *cpu) | ||
189 | +bool kvm_arm_pmu_supported(void) | ||
190 | { | ||
191 | - return kvm_check_extension(cpu->kvm_state, KVM_CAP_ARM_PMU_V3); | ||
192 | + return kvm_check_extension(kvm_state, KVM_CAP_ARM_PMU_V3); | ||
193 | } | ||
194 | |||
195 | int kvm_arm_get_max_vm_ipa_size(MachineState *ms) | ||
196 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | ||
197 | index XXXXXXX..XXXXXXX 100644 | ||
198 | --- a/target/arm/kvm64.c | ||
199 | +++ b/target/arm/kvm64.c | ||
200 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | ||
201 | return true; | ||
202 | } | ||
203 | |||
204 | -bool kvm_arm_aarch32_supported(CPUState *cpu) | ||
205 | +bool kvm_arm_aarch32_supported(void) | ||
206 | { | ||
207 | - KVMState *s = KVM_STATE(current_accel()); | ||
208 | - | ||
209 | - return kvm_check_extension(s, KVM_CAP_ARM_EL1_32BIT); | ||
210 | + return kvm_check_extension(kvm_state, KVM_CAP_ARM_EL1_32BIT); | ||
211 | } | ||
212 | |||
213 | -bool kvm_arm_sve_supported(CPUState *cpu) | ||
214 | +bool kvm_arm_sve_supported(void) | ||
215 | { | ||
216 | - KVMState *s = KVM_STATE(current_accel()); | ||
217 | - | ||
218 | - return kvm_check_extension(s, KVM_CAP_ARM_SVE); | ||
219 | + return kvm_check_extension(kvm_state, KVM_CAP_ARM_SVE); | ||
220 | } | ||
221 | |||
222 | QEMU_BUILD_BUG_ON(KVM_ARM64_SVE_VQ_MIN != 1); | ||
223 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_init_vcpu(CPUState *cs) | ||
224 | env->features &= ~(1ULL << ARM_FEATURE_PMU); | ||
225 | } | ||
226 | if (cpu_isar_feature(aa64_sve, cpu)) { | ||
227 | - assert(kvm_arm_sve_supported(cs)); | ||
228 | + assert(kvm_arm_sve_supported()); | ||
229 | cpu->kvm_init_features[0] |= 1 << KVM_ARM_VCPU_SVE; | ||
230 | } | ||
231 | |||
232 | -- | 49 | -- |
233 | 2.20.1 | 50 | 2.25.1 |
234 | |||
235 | diff view generated by jsdifflib |
1 | Convert the fp-compare-with-zero insns in the Neon 2-reg-misc group to | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | decodetree. | ||
3 | 2 | ||
3 | The pointed MouseTransformInfo structure is accessed read-only. | ||
4 | |||
5 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20221220142520.24094-2-philmd@linaro.org | ||
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: 20200616170844.13318-17-peter.maydell@linaro.org | ||
7 | --- | 9 | --- |
8 | target/arm/neon-dp.decode | 6 ++++ | 10 | include/hw/input/tsc2xxx.h | 4 ++-- |
9 | target/arm/translate-neon.inc.c | 28 ++++++++++++++++++ | 11 | hw/input/tsc2005.c | 2 +- |
10 | target/arm/translate.c | 50 ++++----------------------------- | 12 | hw/input/tsc210x.c | 3 +-- |
11 | 3 files changed, 39 insertions(+), 45 deletions(-) | 13 | 3 files changed, 4 insertions(+), 5 deletions(-) |
12 | 14 | ||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 15 | diff --git a/include/hw/input/tsc2xxx.h b/include/hw/input/tsc2xxx.h |
14 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 17 | --- a/include/hw/input/tsc2xxx.h |
16 | +++ b/target/arm/neon-dp.decode | 18 | +++ b/include/hw/input/tsc2xxx.h |
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 19 | @@ -XXX,XX +XXX,XX @@ uWireSlave *tsc2102_init(qemu_irq pint); |
18 | VABS 1111 001 11 . 11 .. 01 .... 0 0110 . . 0 .... @2misc | 20 | uWireSlave *tsc2301_init(qemu_irq penirq, qemu_irq kbirq, qemu_irq dav); |
19 | VNEG 1111 001 11 . 11 .. 01 .... 0 0111 . . 0 .... @2misc | 21 | I2SCodec *tsc210x_codec(uWireSlave *chip); |
20 | 22 | uint32_t tsc210x_txrx(void *opaque, uint32_t value, int len); | |
21 | + VCGT0_F 1111 001 11 . 11 .. 01 .... 0 1000 . . 0 .... @2misc | 23 | -void tsc210x_set_transform(uWireSlave *chip, MouseTransformInfo *info); |
22 | + VCGE0_F 1111 001 11 . 11 .. 01 .... 0 1001 . . 0 .... @2misc | 24 | +void tsc210x_set_transform(uWireSlave *chip, const MouseTransformInfo *info); |
23 | + VCEQ0_F 1111 001 11 . 11 .. 01 .... 0 1010 . . 0 .... @2misc | 25 | void tsc210x_key_event(uWireSlave *chip, int key, int down); |
24 | + VCLE0_F 1111 001 11 . 11 .. 01 .... 0 1011 . . 0 .... @2misc | 26 | |
25 | + VCLT0_F 1111 001 11 . 11 .. 01 .... 0 1100 . . 0 .... @2misc | 27 | /* tsc2005.c */ |
26 | + | 28 | void *tsc2005_init(qemu_irq pintdav); |
27 | VABS_F 1111 001 11 . 11 .. 01 .... 0 1110 . . 0 .... @2misc | 29 | uint32_t tsc2005_txrx(void *opaque, uint32_t value, int len); |
28 | VNEG_F 1111 001 11 . 11 .. 01 .... 0 1111 . . 0 .... @2misc | 30 | -void tsc2005_set_transform(void *opaque, MouseTransformInfo *info); |
29 | 31 | +void tsc2005_set_transform(void *opaque, const MouseTransformInfo *info); | |
30 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 32 | |
33 | #endif | ||
34 | diff --git a/hw/input/tsc2005.c b/hw/input/tsc2005.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | 35 | index XXXXXXX..XXXXXXX 100644 |
32 | --- a/target/arm/translate-neon.inc.c | 36 | --- a/hw/input/tsc2005.c |
33 | +++ b/target/arm/translate-neon.inc.c | 37 | +++ b/hw/input/tsc2005.c |
34 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | 38 | @@ -XXX,XX +XXX,XX @@ void *tsc2005_init(qemu_irq pintdav) |
35 | } | 39 | * from the touchscreen. Assuming 12-bit precision was used during |
36 | return do_2misc_fp(s, a, gen_helper_rints_exact); | 40 | * tslib calibration. |
37 | } | 41 | */ |
38 | + | 42 | -void tsc2005_set_transform(void *opaque, MouseTransformInfo *info) |
39 | +#define WRAP_FP_CMP0_FWD(WRAPNAME, FUNC) \ | 43 | +void tsc2005_set_transform(void *opaque, const MouseTransformInfo *info) |
40 | + static void WRAPNAME(TCGv_i32 d, TCGv_i32 m, TCGv_ptr fpst) \ | 44 | { |
41 | + { \ | 45 | TSC2005State *s = (TSC2005State *) opaque; |
42 | + TCGv_i32 zero = tcg_const_i32(0); \ | 46 | |
43 | + FUNC(d, m, zero, fpst); \ | 47 | diff --git a/hw/input/tsc210x.c b/hw/input/tsc210x.c |
44 | + tcg_temp_free_i32(zero); \ | ||
45 | + } | ||
46 | +#define WRAP_FP_CMP0_REV(WRAPNAME, FUNC) \ | ||
47 | + static void WRAPNAME(TCGv_i32 d, TCGv_i32 m, TCGv_ptr fpst) \ | ||
48 | + { \ | ||
49 | + TCGv_i32 zero = tcg_const_i32(0); \ | ||
50 | + FUNC(d, zero, m, fpst); \ | ||
51 | + tcg_temp_free_i32(zero); \ | ||
52 | + } | ||
53 | + | ||
54 | +#define DO_FP_CMP0(INSN, FUNC, REV) \ | ||
55 | + WRAP_FP_CMP0_##REV(gen_##INSN, FUNC) \ | ||
56 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
57 | + { \ | ||
58 | + return do_2misc_fp(s, a, gen_##INSN); \ | ||
59 | + } | ||
60 | + | ||
61 | +DO_FP_CMP0(VCGT0_F, gen_helper_neon_cgt_f32, FWD) | ||
62 | +DO_FP_CMP0(VCGE0_F, gen_helper_neon_cge_f32, FWD) | ||
63 | +DO_FP_CMP0(VCEQ0_F, gen_helper_neon_ceq_f32, FWD) | ||
64 | +DO_FP_CMP0(VCLE0_F, gen_helper_neon_cge_f32, REV) | ||
65 | +DO_FP_CMP0(VCLT0_F, gen_helper_neon_cgt_f32, REV) | ||
66 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
67 | index XXXXXXX..XXXXXXX 100644 | 48 | index XXXXXXX..XXXXXXX 100644 |
68 | --- a/target/arm/translate.c | 49 | --- a/hw/input/tsc210x.c |
69 | +++ b/target/arm/translate.c | 50 | +++ b/hw/input/tsc210x.c |
70 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 51 | @@ -XXX,XX +XXX,XX @@ I2SCodec *tsc210x_codec(uWireSlave *chip) |
71 | case NEON_2RM_VCVT_SF: | 52 | * from the touchscreen. Assuming 12-bit precision was used during |
72 | case NEON_2RM_VCVT_UF: | 53 | * tslib calibration. |
73 | case NEON_2RM_VRINTX: | 54 | */ |
74 | + case NEON_2RM_VCGT0_F: | 55 | -void tsc210x_set_transform(uWireSlave *chip, |
75 | + case NEON_2RM_VCGE0_F: | 56 | - MouseTransformInfo *info) |
76 | + case NEON_2RM_VCEQ0_F: | 57 | +void tsc210x_set_transform(uWireSlave *chip, const MouseTransformInfo *info) |
77 | + case NEON_2RM_VCLE0_F: | 58 | { |
78 | + case NEON_2RM_VCLT0_F: | 59 | TSC210xState *s = (TSC210xState *) chip->opaque; |
79 | /* handled by decodetree */ | 60 | #if 0 |
80 | return 1; | ||
81 | case NEON_2RM_VTRN: | ||
82 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
83 | for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
84 | tmp = neon_load_reg(rm, pass); | ||
85 | switch (op) { | ||
86 | - case NEON_2RM_VCGT0_F: | ||
87 | - { | ||
88 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
89 | - tmp2 = tcg_const_i32(0); | ||
90 | - gen_helper_neon_cgt_f32(tmp, tmp, tmp2, fpstatus); | ||
91 | - tcg_temp_free_i32(tmp2); | ||
92 | - tcg_temp_free_ptr(fpstatus); | ||
93 | - break; | ||
94 | - } | ||
95 | - case NEON_2RM_VCGE0_F: | ||
96 | - { | ||
97 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
98 | - tmp2 = tcg_const_i32(0); | ||
99 | - gen_helper_neon_cge_f32(tmp, tmp, tmp2, fpstatus); | ||
100 | - tcg_temp_free_i32(tmp2); | ||
101 | - tcg_temp_free_ptr(fpstatus); | ||
102 | - break; | ||
103 | - } | ||
104 | - case NEON_2RM_VCEQ0_F: | ||
105 | - { | ||
106 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
107 | - tmp2 = tcg_const_i32(0); | ||
108 | - gen_helper_neon_ceq_f32(tmp, tmp, tmp2, fpstatus); | ||
109 | - tcg_temp_free_i32(tmp2); | ||
110 | - tcg_temp_free_ptr(fpstatus); | ||
111 | - break; | ||
112 | - } | ||
113 | - case NEON_2RM_VCLE0_F: | ||
114 | - { | ||
115 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
116 | - tmp2 = tcg_const_i32(0); | ||
117 | - gen_helper_neon_cge_f32(tmp, tmp2, tmp, fpstatus); | ||
118 | - tcg_temp_free_i32(tmp2); | ||
119 | - tcg_temp_free_ptr(fpstatus); | ||
120 | - break; | ||
121 | - } | ||
122 | - case NEON_2RM_VCLT0_F: | ||
123 | - { | ||
124 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
125 | - tmp2 = tcg_const_i32(0); | ||
126 | - gen_helper_neon_cgt_f32(tmp, tmp2, tmp, fpstatus); | ||
127 | - tcg_temp_free_i32(tmp2); | ||
128 | - tcg_temp_free_ptr(fpstatus); | ||
129 | - break; | ||
130 | - } | ||
131 | case NEON_2RM_VSWP: | ||
132 | tmp2 = neon_load_reg(rd, pass); | ||
133 | neon_store_reg(rm, pass, tmp2); | ||
134 | -- | 61 | -- |
135 | 2.20.1 | 62 | 2.25.1 |
136 | 63 | ||
137 | 64 | diff view generated by jsdifflib |
1 | All the other typedefs like these spell "Op" with a lowercase 'p'; | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | remane the NeonGenTwoSingleOPFn and NeonGenTwoDoubleOPFn typedefs to | ||
3 | match. | ||
4 | 2 | ||
3 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20221220142520.24094-3-philmd@linaro.org | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200616170844.13318-11-peter.maydell@linaro.org | ||
8 | --- | 7 | --- |
9 | target/arm/translate.h | 4 ++-- | 8 | hw/arm/nseries.c | 18 +++++++++--------- |
10 | target/arm/translate-a64.c | 4 ++-- | 9 | 1 file changed, 9 insertions(+), 9 deletions(-) |
11 | target/arm/translate-neon.inc.c | 2 +- | ||
12 | 3 files changed, 5 insertions(+), 5 deletions(-) | ||
13 | 10 | ||
14 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 11 | diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c |
15 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/translate.h | 13 | --- a/hw/arm/nseries.c |
17 | +++ b/target/arm/translate.h | 14 | +++ b/hw/arm/nseries.c |
18 | @@ -XXX,XX +XXX,XX @@ typedef void NeonGenNarrowFn(TCGv_i32, TCGv_i64); | 15 | @@ -XXX,XX +XXX,XX @@ static void n8x0_i2c_setup(struct n800_s *s) |
19 | typedef void NeonGenNarrowEnvFn(TCGv_i32, TCGv_ptr, TCGv_i64); | ||
20 | typedef void NeonGenWidenFn(TCGv_i64, TCGv_i32); | ||
21 | typedef void NeonGenTwoOpWidenFn(TCGv_i64, TCGv_i32, TCGv_i32); | ||
22 | -typedef void NeonGenTwoSingleOPFn(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_ptr); | ||
23 | -typedef void NeonGenTwoDoubleOPFn(TCGv_i64, TCGv_i64, TCGv_i64, TCGv_ptr); | ||
24 | +typedef void NeonGenTwoSingleOpFn(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_ptr); | ||
25 | +typedef void NeonGenTwoDoubleOpFn(TCGv_i64, TCGv_i64, TCGv_i64, TCGv_ptr); | ||
26 | typedef void NeonGenOne64OpFn(TCGv_i64, TCGv_i64); | ||
27 | typedef void CryptoTwoOpFn(TCGv_ptr, TCGv_ptr); | ||
28 | typedef void CryptoThreeOpIntFn(TCGv_ptr, TCGv_ptr, TCGv_i32); | ||
29 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/target/arm/translate-a64.c | ||
32 | +++ b/target/arm/translate-a64.c | ||
33 | @@ -XXX,XX +XXX,XX @@ static void handle_2misc_fcmp_zero(DisasContext *s, int opcode, | ||
34 | TCGv_i64 tcg_op = tcg_temp_new_i64(); | ||
35 | TCGv_i64 tcg_zero = tcg_const_i64(0); | ||
36 | TCGv_i64 tcg_res = tcg_temp_new_i64(); | ||
37 | - NeonGenTwoDoubleOPFn *genfn; | ||
38 | + NeonGenTwoDoubleOpFn *genfn; | ||
39 | bool swap = false; | ||
40 | int pass; | ||
41 | |||
42 | @@ -XXX,XX +XXX,XX @@ static void handle_2misc_fcmp_zero(DisasContext *s, int opcode, | ||
43 | TCGv_i32 tcg_op = tcg_temp_new_i32(); | ||
44 | TCGv_i32 tcg_zero = tcg_const_i32(0); | ||
45 | TCGv_i32 tcg_res = tcg_temp_new_i32(); | ||
46 | - NeonGenTwoSingleOPFn *genfn; | ||
47 | + NeonGenTwoSingleOpFn *genfn; | ||
48 | bool swap = false; | ||
49 | int pass, maxpasses; | ||
50 | |||
51 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/target/arm/translate-neon.inc.c | ||
54 | +++ b/target/arm/translate-neon.inc.c | ||
55 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSHLL_U_2sh(DisasContext *s, arg_2reg_shift *a) | ||
56 | } | 16 | } |
57 | 17 | ||
58 | static bool do_fp_2sh(DisasContext *s, arg_2reg_shift *a, | 18 | /* Touchscreen and keypad controller */ |
59 | - NeonGenTwoSingleOPFn *fn) | 19 | -static MouseTransformInfo n800_pointercal = { |
60 | + NeonGenTwoSingleOpFn *fn) | 20 | +static const MouseTransformInfo n800_pointercal = { |
21 | .x = 800, | ||
22 | .y = 480, | ||
23 | .a = { 14560, -68, -3455208, -39, -9621, 35152972, 65536 }, | ||
24 | }; | ||
25 | |||
26 | -static MouseTransformInfo n810_pointercal = { | ||
27 | +static const MouseTransformInfo n810_pointercal = { | ||
28 | .x = 800, | ||
29 | .y = 480, | ||
30 | .a = { 15041, 148, -4731056, 171, -10238, 35933380, 65536 }, | ||
31 | @@ -XXX,XX +XXX,XX @@ static void n810_key_event(void *opaque, int keycode) | ||
32 | |||
33 | #define M 0 | ||
34 | |||
35 | -static int n810_keys[0x80] = { | ||
36 | +static const int n810_keys[0x80] = { | ||
37 | [0x01] = 16, /* Q */ | ||
38 | [0x02] = 37, /* K */ | ||
39 | [0x03] = 24, /* O */ | ||
40 | @@ -XXX,XX +XXX,XX @@ static void n8x0_usb_setup(struct n800_s *s) | ||
41 | /* Setup done before the main bootloader starts by some early setup code | ||
42 | * - used when we want to run the main bootloader in emulation. This | ||
43 | * isn't documented. */ | ||
44 | -static uint32_t n800_pinout[104] = { | ||
45 | +static const uint32_t n800_pinout[104] = { | ||
46 | 0x080f00d8, 0x00d40808, 0x03080808, 0x080800d0, | ||
47 | 0x00dc0808, 0x0b0f0f00, 0x080800b4, 0x00c00808, | ||
48 | 0x08080808, 0x180800c4, 0x00b80000, 0x08080808, | ||
49 | @@ -XXX,XX +XXX,XX @@ static void n8x0_boot_init(void *opaque) | ||
50 | #define OMAP_TAG_CBUS 0x4e03 | ||
51 | #define OMAP_TAG_EM_ASIC_BB5 0x4e04 | ||
52 | |||
53 | -static struct omap_gpiosw_info_s { | ||
54 | +static const struct omap_gpiosw_info_s { | ||
55 | const char *name; | ||
56 | int line; | ||
57 | int type; | ||
58 | @@ -XXX,XX +XXX,XX @@ static struct omap_gpiosw_info_s { | ||
59 | { NULL } | ||
60 | }; | ||
61 | |||
62 | -static struct omap_partition_info_s { | ||
63 | +static const struct omap_partition_info_s { | ||
64 | uint32_t offset; | ||
65 | uint32_t size; | ||
66 | int mask; | ||
67 | @@ -XXX,XX +XXX,XX @@ static struct omap_partition_info_s { | ||
68 | { 0, 0, 0, NULL } | ||
69 | }; | ||
70 | |||
71 | -static uint8_t n8x0_bd_addr[6] = { N8X0_BD_ADDR }; | ||
72 | +static const uint8_t n8x0_bd_addr[6] = { N8X0_BD_ADDR }; | ||
73 | |||
74 | static int n8x0_atag_setup(void *p, int model) | ||
61 | { | 75 | { |
62 | /* FP operations in 2-reg-and-shift group */ | 76 | uint8_t *b; |
63 | TCGv_i32 tmp, shiftv; | 77 | uint16_t *w; |
78 | uint32_t *l; | ||
79 | - struct omap_gpiosw_info_s *gpiosw; | ||
80 | - struct omap_partition_info_s *partition; | ||
81 | + const struct omap_gpiosw_info_s *gpiosw; | ||
82 | + const struct omap_partition_info_s *partition; | ||
83 | const char *tag; | ||
84 | |||
85 | w = p; | ||
64 | -- | 86 | -- |
65 | 2.20.1 | 87 | 2.25.1 |
66 | 88 | ||
67 | 89 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Use self-explicit definitions instead of magic values. | 3 | Silent when compiling with -Wextra: |
4 | 4 | ||
5 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 5 | ../hw/arm/nseries.c:1081:12: warning: missing field 'line' initializer [-Wmissing-field-initializers] |
6 | Message-id: 20200617072539.32686-3-f4bug@amsat.org | 6 | { NULL } |
7 | ^ | ||
8 | |||
9 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
10 | Message-id: 20221220142520.24094-4-philmd@linaro.org | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 13 | --- |
10 | hw/i2c/versatile_i2c.c | 14 ++++++++++---- | 14 | hw/arm/nseries.c | 10 ++++------ |
11 | 1 file changed, 10 insertions(+), 4 deletions(-) | 15 | 1 file changed, 4 insertions(+), 6 deletions(-) |
12 | 16 | ||
13 | diff --git a/hw/i2c/versatile_i2c.c b/hw/i2c/versatile_i2c.c | 17 | diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c |
14 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/i2c/versatile_i2c.c | 19 | --- a/hw/arm/nseries.c |
16 | +++ b/hw/i2c/versatile_i2c.c | 20 | +++ b/hw/arm/nseries.c |
17 | @@ -XXX,XX +XXX,XX @@ | 21 | @@ -XXX,XX +XXX,XX @@ static const struct omap_gpiosw_info_s { |
18 | #include "qemu/osdep.h" | 22 | "headphone", N8X0_HEADPHONE_GPIO, |
19 | #include "hw/sysbus.h" | 23 | OMAP_GPIOSW_TYPE_CONNECTION | OMAP_GPIOSW_INVERTED, |
20 | #include "hw/i2c/bitbang_i2c.h" | 24 | }, |
21 | +#include "hw/registerfields.h" | 25 | - { NULL } |
22 | #include "qemu/log.h" | 26 | + { /* end of list */ } |
23 | #include "qemu/module.h" | 27 | }, n810_gpiosw_info[] = { |
24 | 28 | { | |
25 | @@ -XXX,XX +XXX,XX @@ typedef struct VersatileI2CState { | 29 | "gps_reset", N810_GPS_RESET_GPIO, |
26 | int in; | 30 | @@ -XXX,XX +XXX,XX @@ static const struct omap_gpiosw_info_s { |
27 | } VersatileI2CState; | 31 | "slide", N810_SLIDE_GPIO, |
28 | 32 | OMAP_GPIOSW_TYPE_COVER | OMAP_GPIOSW_INVERTED, | |
29 | +REG32(CONTROL_GET, 0) | 33 | }, |
30 | +REG32(CONTROL_SET, 0) | 34 | - { NULL } |
31 | +REG32(CONTROL_CLR, 4) | 35 | + { /* end of list */ } |
32 | + | 36 | }; |
33 | static uint64_t versatile_i2c_read(void *opaque, hwaddr offset, | 37 | |
34 | unsigned size) | 38 | static const struct omap_partition_info_s { |
35 | { | 39 | @@ -XXX,XX +XXX,XX @@ static const struct omap_partition_info_s { |
36 | VersatileI2CState *s = (VersatileI2CState *)opaque; | 40 | { 0x00080000, 0x00200000, 0x0, "kernel" }, |
37 | 41 | { 0x00280000, 0x00200000, 0x3, "initfs" }, | |
38 | - if (offset == 0) { | 42 | { 0x00480000, 0x0fb80000, 0x3, "rootfs" }, |
39 | + switch (offset) { | 43 | - |
40 | + case A_CONTROL_SET: | 44 | - { 0, 0, 0, NULL } |
41 | return (s->out & 1) | (s->in << 1); | 45 | + { /* end of list */ } |
42 | - } else { | 46 | }, n810_part_info[] = { |
43 | + default: | 47 | { 0x00000000, 0x00020000, 0x3, "bootloader" }, |
44 | qemu_log_mask(LOG_GUEST_ERROR, | 48 | { 0x00020000, 0x00060000, 0x0, "config" }, |
45 | "%s: Bad offset 0x%x\n", __func__, (int)offset); | 49 | { 0x00080000, 0x00220000, 0x0, "kernel" }, |
46 | return -1; | 50 | { 0x002a0000, 0x00400000, 0x0, "initfs" }, |
47 | @@ -XXX,XX +XXX,XX @@ static void versatile_i2c_write(void *opaque, hwaddr offset, | 51 | { 0x006a0000, 0x0f960000, 0x0, "rootfs" }, |
48 | VersatileI2CState *s = (VersatileI2CState *)opaque; | 52 | - |
49 | 53 | - { 0, 0, 0, NULL } | |
50 | switch (offset) { | 54 | + { /* end of list */ } |
51 | - case 0: | 55 | }; |
52 | + case A_CONTROL_SET: | 56 | |
53 | s->out |= value & 3; | 57 | static const uint8_t n8x0_bd_addr[6] = { N8X0_BD_ADDR }; |
54 | break; | ||
55 | - case 4: | ||
56 | + case A_CONTROL_CLR: | ||
57 | s->out &= ~value; | ||
58 | break; | ||
59 | default: | ||
60 | -- | 58 | -- |
61 | 2.20.1 | 59 | 2.25.1 |
62 | 60 | ||
63 | 61 | diff view generated by jsdifflib |
1 | From: David CARLIER <devnexen@gmail.com> | 1 | From: Zhuojia Shen <chaosdefinition@hotmail.com> |
---|---|---|---|
2 | 2 | ||
3 | From 3025a0ce3fdf7d3559fc35a52c659f635f5c750c Mon Sep 17 00:00:00 2001 | 3 | In CPUID registers exposed to userspace, some registers were missing |
4 | From: David Carlier <devnexen@gmail.com> | 4 | and some fields were not exposed. This patch aligns exposed ID |
5 | Date: Tue, 26 May 2020 21:35:27 +0100 | 5 | registers and their fields with what the upstream kernel currently |
6 | Subject: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for Mac | 6 | exposes. |
7 | 7 | ||
8 | Using dyld API to get the full path of the current process. | 8 | Specifically, the following new ID registers/fields are exposed to |
9 | 9 | userspace: | |
10 | Signed-off-by: David Carlier <devnexen@gmail.com> | 10 | |
11 | Message-id: CA+XhMqxwC10XHVs4Z-JfE0-WLAU3ztDuU9QKVi31mjr59HWCxg@mail.gmail.com | 11 | ID_AA64PFR1_EL1.BT: bits 3-0 |
12 | ID_AA64PFR1_EL1.MTE: bits 11-8 | ||
13 | ID_AA64PFR1_EL1.SME: bits 27-24 | ||
14 | |||
15 | ID_AA64ZFR0_EL1.SVEver: bits 3-0 | ||
16 | ID_AA64ZFR0_EL1.AES: bits 7-4 | ||
17 | ID_AA64ZFR0_EL1.BitPerm: bits 19-16 | ||
18 | ID_AA64ZFR0_EL1.BF16: bits 23-20 | ||
19 | ID_AA64ZFR0_EL1.SHA3: bits 35-32 | ||
20 | ID_AA64ZFR0_EL1.SM4: bits 43-40 | ||
21 | ID_AA64ZFR0_EL1.I8MM: bits 47-44 | ||
22 | ID_AA64ZFR0_EL1.F32MM: bits 55-52 | ||
23 | ID_AA64ZFR0_EL1.F64MM: bits 59-56 | ||
24 | |||
25 | ID_AA64SMFR0_EL1.F32F32: bit 32 | ||
26 | ID_AA64SMFR0_EL1.B16F32: bit 34 | ||
27 | ID_AA64SMFR0_EL1.F16F32: bit 35 | ||
28 | ID_AA64SMFR0_EL1.I8I32: bits 39-36 | ||
29 | ID_AA64SMFR0_EL1.F64F64: bit 48 | ||
30 | ID_AA64SMFR0_EL1.I16I64: bits 55-52 | ||
31 | ID_AA64SMFR0_EL1.FA64: bit 63 | ||
32 | |||
33 | ID_AA64MMFR0_EL1.ECV: bits 63-60 | ||
34 | |||
35 | ID_AA64MMFR1_EL1.AFP: bits 47-44 | ||
36 | |||
37 | ID_AA64MMFR2_EL1.AT: bits 35-32 | ||
38 | |||
39 | ID_AA64ISAR0_EL1.RNDR: bits 63-60 | ||
40 | |||
41 | ID_AA64ISAR1_EL1.FRINTTS: bits 35-32 | ||
42 | ID_AA64ISAR1_EL1.BF16: bits 47-44 | ||
43 | ID_AA64ISAR1_EL1.DGH: bits 51-48 | ||
44 | ID_AA64ISAR1_EL1.I8MM: bits 55-52 | ||
45 | |||
46 | ID_AA64ISAR2_EL1.WFxT: bits 3-0 | ||
47 | ID_AA64ISAR2_EL1.RPRES: bits 7-4 | ||
48 | ID_AA64ISAR2_EL1.GPA3: bits 11-8 | ||
49 | ID_AA64ISAR2_EL1.APA3: bits 15-12 | ||
50 | |||
51 | The code is also refactored to use symbolic names for ID register fields | ||
52 | for better readability and maintainability. | ||
53 | |||
54 | The test case in tests/tcg/aarch64/sysregs.c is also updated to match | ||
55 | the intended behavior. | ||
56 | |||
57 | Signed-off-by: Zhuojia Shen <chaosdefinition@hotmail.com> | ||
58 | Message-id: DS7PR12MB6309FB585E10772928F14271ACE79@DS7PR12MB6309.namprd12.prod.outlook.com | ||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 59 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
60 | [PMM: use Sn_n_Cn_Cn_n syntax to work with older assemblers | ||
61 | that don't recognize id_aa64isar2_el1 and id_aa64mmfr2_el1] | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 62 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 63 | --- |
15 | util/oslib-posix.c | 15 +++++++++++++++ | 64 | target/arm/helper.c | 96 +++++++++++++++++++++++++------ |
16 | 1 file changed, 15 insertions(+) | 65 | tests/tcg/aarch64/sysregs.c | 24 ++++++-- |
17 | 66 | tests/tcg/aarch64/Makefile.target | 7 ++- | |
18 | diff --git a/util/oslib-posix.c b/util/oslib-posix.c | 67 | 3 files changed, 103 insertions(+), 24 deletions(-) |
68 | |||
69 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
19 | index XXXXXXX..XXXXXXX 100644 | 70 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/util/oslib-posix.c | 71 | --- a/target/arm/helper.c |
21 | +++ b/util/oslib-posix.c | 72 | +++ b/target/arm/helper.c |
73 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
74 | #ifdef CONFIG_USER_ONLY | ||
75 | static const ARMCPRegUserSpaceInfo v8_user_idregs[] = { | ||
76 | { .name = "ID_AA64PFR0_EL1", | ||
77 | - .exported_bits = 0x000f000f00ff0000, | ||
78 | - .fixed_bits = 0x0000000000000011 }, | ||
79 | + .exported_bits = R_ID_AA64PFR0_FP_MASK | | ||
80 | + R_ID_AA64PFR0_ADVSIMD_MASK | | ||
81 | + R_ID_AA64PFR0_SVE_MASK | | ||
82 | + R_ID_AA64PFR0_DIT_MASK, | ||
83 | + .fixed_bits = (0x1u << R_ID_AA64PFR0_EL0_SHIFT) | | ||
84 | + (0x1u << R_ID_AA64PFR0_EL1_SHIFT) }, | ||
85 | { .name = "ID_AA64PFR1_EL1", | ||
86 | - .exported_bits = 0x00000000000000f0 }, | ||
87 | + .exported_bits = R_ID_AA64PFR1_BT_MASK | | ||
88 | + R_ID_AA64PFR1_SSBS_MASK | | ||
89 | + R_ID_AA64PFR1_MTE_MASK | | ||
90 | + R_ID_AA64PFR1_SME_MASK }, | ||
91 | { .name = "ID_AA64PFR*_EL1_RESERVED", | ||
92 | - .is_glob = true }, | ||
93 | - { .name = "ID_AA64ZFR0_EL1" }, | ||
94 | + .is_glob = true }, | ||
95 | + { .name = "ID_AA64ZFR0_EL1", | ||
96 | + .exported_bits = R_ID_AA64ZFR0_SVEVER_MASK | | ||
97 | + R_ID_AA64ZFR0_AES_MASK | | ||
98 | + R_ID_AA64ZFR0_BITPERM_MASK | | ||
99 | + R_ID_AA64ZFR0_BFLOAT16_MASK | | ||
100 | + R_ID_AA64ZFR0_SHA3_MASK | | ||
101 | + R_ID_AA64ZFR0_SM4_MASK | | ||
102 | + R_ID_AA64ZFR0_I8MM_MASK | | ||
103 | + R_ID_AA64ZFR0_F32MM_MASK | | ||
104 | + R_ID_AA64ZFR0_F64MM_MASK }, | ||
105 | + { .name = "ID_AA64SMFR0_EL1", | ||
106 | + .exported_bits = R_ID_AA64SMFR0_F32F32_MASK | | ||
107 | + R_ID_AA64SMFR0_B16F32_MASK | | ||
108 | + R_ID_AA64SMFR0_F16F32_MASK | | ||
109 | + R_ID_AA64SMFR0_I8I32_MASK | | ||
110 | + R_ID_AA64SMFR0_F64F64_MASK | | ||
111 | + R_ID_AA64SMFR0_I16I64_MASK | | ||
112 | + R_ID_AA64SMFR0_FA64_MASK }, | ||
113 | { .name = "ID_AA64MMFR0_EL1", | ||
114 | - .fixed_bits = 0x00000000ff000000 }, | ||
115 | - { .name = "ID_AA64MMFR1_EL1" }, | ||
116 | + .exported_bits = R_ID_AA64MMFR0_ECV_MASK, | ||
117 | + .fixed_bits = (0xfu << R_ID_AA64MMFR0_TGRAN64_SHIFT) | | ||
118 | + (0xfu << R_ID_AA64MMFR0_TGRAN4_SHIFT) }, | ||
119 | + { .name = "ID_AA64MMFR1_EL1", | ||
120 | + .exported_bits = R_ID_AA64MMFR1_AFP_MASK }, | ||
121 | + { .name = "ID_AA64MMFR2_EL1", | ||
122 | + .exported_bits = R_ID_AA64MMFR2_AT_MASK }, | ||
123 | { .name = "ID_AA64MMFR*_EL1_RESERVED", | ||
124 | - .is_glob = true }, | ||
125 | + .is_glob = true }, | ||
126 | { .name = "ID_AA64DFR0_EL1", | ||
127 | - .fixed_bits = 0x0000000000000006 }, | ||
128 | - { .name = "ID_AA64DFR1_EL1" }, | ||
129 | + .fixed_bits = (0x6u << R_ID_AA64DFR0_DEBUGVER_SHIFT) }, | ||
130 | + { .name = "ID_AA64DFR1_EL1" }, | ||
131 | { .name = "ID_AA64DFR*_EL1_RESERVED", | ||
132 | - .is_glob = true }, | ||
133 | + .is_glob = true }, | ||
134 | { .name = "ID_AA64AFR*", | ||
135 | - .is_glob = true }, | ||
136 | + .is_glob = true }, | ||
137 | { .name = "ID_AA64ISAR0_EL1", | ||
138 | - .exported_bits = 0x00fffffff0fffff0 }, | ||
139 | + .exported_bits = R_ID_AA64ISAR0_AES_MASK | | ||
140 | + R_ID_AA64ISAR0_SHA1_MASK | | ||
141 | + R_ID_AA64ISAR0_SHA2_MASK | | ||
142 | + R_ID_AA64ISAR0_CRC32_MASK | | ||
143 | + R_ID_AA64ISAR0_ATOMIC_MASK | | ||
144 | + R_ID_AA64ISAR0_RDM_MASK | | ||
145 | + R_ID_AA64ISAR0_SHA3_MASK | | ||
146 | + R_ID_AA64ISAR0_SM3_MASK | | ||
147 | + R_ID_AA64ISAR0_SM4_MASK | | ||
148 | + R_ID_AA64ISAR0_DP_MASK | | ||
149 | + R_ID_AA64ISAR0_FHM_MASK | | ||
150 | + R_ID_AA64ISAR0_TS_MASK | | ||
151 | + R_ID_AA64ISAR0_RNDR_MASK }, | ||
152 | { .name = "ID_AA64ISAR1_EL1", | ||
153 | - .exported_bits = 0x000000f0ffffffff }, | ||
154 | + .exported_bits = R_ID_AA64ISAR1_DPB_MASK | | ||
155 | + R_ID_AA64ISAR1_APA_MASK | | ||
156 | + R_ID_AA64ISAR1_API_MASK | | ||
157 | + R_ID_AA64ISAR1_JSCVT_MASK | | ||
158 | + R_ID_AA64ISAR1_FCMA_MASK | | ||
159 | + R_ID_AA64ISAR1_LRCPC_MASK | | ||
160 | + R_ID_AA64ISAR1_GPA_MASK | | ||
161 | + R_ID_AA64ISAR1_GPI_MASK | | ||
162 | + R_ID_AA64ISAR1_FRINTTS_MASK | | ||
163 | + R_ID_AA64ISAR1_SB_MASK | | ||
164 | + R_ID_AA64ISAR1_BF16_MASK | | ||
165 | + R_ID_AA64ISAR1_DGH_MASK | | ||
166 | + R_ID_AA64ISAR1_I8MM_MASK }, | ||
167 | + { .name = "ID_AA64ISAR2_EL1", | ||
168 | + .exported_bits = R_ID_AA64ISAR2_WFXT_MASK | | ||
169 | + R_ID_AA64ISAR2_RPRES_MASK | | ||
170 | + R_ID_AA64ISAR2_GPA3_MASK | | ||
171 | + R_ID_AA64ISAR2_APA3_MASK }, | ||
172 | { .name = "ID_AA64ISAR*_EL1_RESERVED", | ||
173 | - .is_glob = true }, | ||
174 | + .is_glob = true }, | ||
175 | }; | ||
176 | modify_arm_cp_regs(v8_idregs, v8_user_idregs); | ||
177 | #endif | ||
178 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
179 | #ifdef CONFIG_USER_ONLY | ||
180 | static const ARMCPRegUserSpaceInfo id_v8_user_midr_cp_reginfo[] = { | ||
181 | { .name = "MIDR_EL1", | ||
182 | - .exported_bits = 0x00000000ffffffff }, | ||
183 | - { .name = "REVIDR_EL1" }, | ||
184 | + .exported_bits = R_MIDR_EL1_REVISION_MASK | | ||
185 | + R_MIDR_EL1_PARTNUM_MASK | | ||
186 | + R_MIDR_EL1_ARCHITECTURE_MASK | | ||
187 | + R_MIDR_EL1_VARIANT_MASK | | ||
188 | + R_MIDR_EL1_IMPLEMENTER_MASK }, | ||
189 | + { .name = "REVIDR_EL1" }, | ||
190 | }; | ||
191 | modify_arm_cp_regs(id_v8_midr_cp_reginfo, id_v8_user_midr_cp_reginfo); | ||
192 | #endif | ||
193 | diff --git a/tests/tcg/aarch64/sysregs.c b/tests/tcg/aarch64/sysregs.c | ||
194 | index XXXXXXX..XXXXXXX 100644 | ||
195 | --- a/tests/tcg/aarch64/sysregs.c | ||
196 | +++ b/tests/tcg/aarch64/sysregs.c | ||
22 | @@ -XXX,XX +XXX,XX @@ | 197 | @@ -XXX,XX +XXX,XX @@ |
23 | #include <lwp.h> | 198 | #define HWCAP_CPUID (1 << 11) |
24 | #endif | 199 | #endif |
25 | 200 | ||
26 | +#ifdef __APPLE__ | 201 | +/* |
27 | +#include <mach-o/dyld.h> | 202 | + * Older assemblers don't recognize newer system register names, |
203 | + * but we can still access them by the Sn_n_Cn_Cn_n syntax. | ||
204 | + */ | ||
205 | +#define SYS_ID_AA64ISAR2_EL1 S3_0_C0_C6_2 | ||
206 | +#define SYS_ID_AA64MMFR2_EL1 S3_0_C0_C7_2 | ||
207 | + | ||
208 | int failed_bit_count; | ||
209 | |||
210 | /* Read and print system register `id' value */ | ||
211 | @@ -XXX,XX +XXX,XX @@ int main(void) | ||
212 | * minimum valid fields - for the purposes of this check allowed | ||
213 | * to have non-zero values. | ||
214 | */ | ||
215 | - get_cpu_reg_check_mask(id_aa64isar0_el1, _m(00ff,ffff,f0ff,fff0)); | ||
216 | - get_cpu_reg_check_mask(id_aa64isar1_el1, _m(0000,00f0,ffff,ffff)); | ||
217 | + get_cpu_reg_check_mask(id_aa64isar0_el1, _m(f0ff,ffff,f0ff,fff0)); | ||
218 | + get_cpu_reg_check_mask(id_aa64isar1_el1, _m(00ff,f0ff,ffff,ffff)); | ||
219 | + get_cpu_reg_check_mask(SYS_ID_AA64ISAR2_EL1, _m(0000,0000,0000,ffff)); | ||
220 | /* TGran4 & TGran64 as pegged to -1 */ | ||
221 | - get_cpu_reg_check_mask(id_aa64mmfr0_el1, _m(0000,0000,ff00,0000)); | ||
222 | - get_cpu_reg_check_zero(id_aa64mmfr1_el1); | ||
223 | + get_cpu_reg_check_mask(id_aa64mmfr0_el1, _m(f000,0000,ff00,0000)); | ||
224 | + get_cpu_reg_check_mask(id_aa64mmfr1_el1, _m(0000,f000,0000,0000)); | ||
225 | + get_cpu_reg_check_mask(SYS_ID_AA64MMFR2_EL1, _m(0000,000f,0000,0000)); | ||
226 | /* EL1/EL0 reported as AA64 only */ | ||
227 | get_cpu_reg_check_mask(id_aa64pfr0_el1, _m(000f,000f,00ff,0011)); | ||
228 | - get_cpu_reg_check_mask(id_aa64pfr1_el1, _m(0000,0000,0000,00f0)); | ||
229 | + get_cpu_reg_check_mask(id_aa64pfr1_el1, _m(0000,0000,0f00,0fff)); | ||
230 | /* all hidden, DebugVer fixed to 0x6 (ARMv8 debug architecture) */ | ||
231 | get_cpu_reg_check_mask(id_aa64dfr0_el1, _m(0000,0000,0000,0006)); | ||
232 | get_cpu_reg_check_zero(id_aa64dfr1_el1); | ||
233 | - get_cpu_reg_check_zero(id_aa64zfr0_el1); | ||
234 | + get_cpu_reg_check_mask(id_aa64zfr0_el1, _m(0ff0,ff0f,00ff,00ff)); | ||
235 | +#ifdef HAS_ARMV9_SME | ||
236 | + get_cpu_reg_check_mask(id_aa64smfr0_el1, _m(80f1,00fd,0000,0000)); | ||
28 | +#endif | 237 | +#endif |
29 | + | 238 | |
30 | #include "qemu/mmap-alloc.h" | 239 | get_cpu_reg_check_zero(id_aa64afr0_el1); |
31 | 240 | get_cpu_reg_check_zero(id_aa64afr1_el1); | |
32 | #ifdef CONFIG_DEBUG_STACK_USAGE | 241 | diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target |
33 | @@ -XXX,XX +XXX,XX @@ void qemu_init_exec_dir(const char *argv0) | 242 | index XXXXXXX..XXXXXXX 100644 |
34 | p = buf; | 243 | --- a/tests/tcg/aarch64/Makefile.target |
35 | } | 244 | +++ b/tests/tcg/aarch64/Makefile.target |
36 | } | 245 | @@ -XXX,XX +XXX,XX @@ config-cc.mak: Makefile |
37 | +#elif defined(__APPLE__) | 246 | $(call cc-option,-march=armv8.1-a+sve2, CROSS_CC_HAS_SVE2); \ |
38 | + { | 247 | $(call cc-option,-march=armv8.3-a, CROSS_CC_HAS_ARMV8_3); \ |
39 | + char fpath[PATH_MAX]; | 248 | $(call cc-option,-mbranch-protection=standard, CROSS_CC_HAS_ARMV8_BTI); \ |
40 | + uint32_t len = sizeof(fpath); | 249 | - $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE)) 3> config-cc.mak |
41 | + if (_NSGetExecutablePath(fpath, &len) == 0) { | 250 | + $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE); \ |
42 | + p = realpath(fpath, buf); | 251 | + $(call cc-option,-march=armv9-a+sme, CROSS_CC_HAS_ARMV9_SME)) 3> config-cc.mak |
43 | + if (!p) { | 252 | -include config-cc.mak |
44 | + return; | 253 | |
45 | + } | 254 | # Pauth Tests |
46 | + } | 255 | @@ -XXX,XX +XXX,XX @@ endif |
47 | + } | 256 | ifneq ($(CROSS_CC_HAS_SVE),) |
48 | #endif | 257 | # System Registers Tests |
49 | /* If we don't have any way of figuring out the actual executable | 258 | AARCH64_TESTS += sysregs |
50 | location then try argv[0]. */ | 259 | +ifneq ($(CROSS_CC_HAS_ARMV9_SME),) |
260 | +sysregs: CFLAGS+=-march=armv9-a+sme -DHAS_ARMV9_SME | ||
261 | +else | ||
262 | sysregs: CFLAGS+=-march=armv8.1-a+sve | ||
263 | +endif | ||
264 | |||
265 | # SVE ioctl test | ||
266 | AARCH64_TESTS += sve-ioctls | ||
51 | -- | 267 | -- |
52 | 2.20.1 | 268 | 2.25.1 |
53 | |||
54 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the pairwise ops VPADDL and VPADAL in the 2-reg-misc grouping | ||
2 | to decodetree. | ||
3 | 1 | ||
4 | At this point we can get rid of the weird CPU_V001 #define that was | ||
5 | used to avoid having to explicitly list all the arguments being | ||
6 | passed to some TCG gen/helper functions. | ||
7 | |||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Message-id: 20200616170844.13318-3-peter.maydell@linaro.org | ||
11 | --- | ||
12 | target/arm/neon-dp.decode | 6 ++ | ||
13 | target/arm/translate-neon.inc.c | 149 ++++++++++++++++++++++++++++++++ | ||
14 | target/arm/translate.c | 35 +------- | ||
15 | 3 files changed, 157 insertions(+), 33 deletions(-) | ||
16 | |||
17 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/target/arm/neon-dp.decode | ||
20 | +++ b/target/arm/neon-dp.decode | ||
21 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
22 | &2misc vm=%vm_dp vd=%vd_dp | ||
23 | |||
24 | VREV64 1111 001 11 . 11 .. 00 .... 0 0000 . . 0 .... @2misc | ||
25 | + | ||
26 | + VPADDL_S 1111 001 11 . 11 .. 00 .... 0 0100 . . 0 .... @2misc | ||
27 | + VPADDL_U 1111 001 11 . 11 .. 00 .... 0 0101 . . 0 .... @2misc | ||
28 | + | ||
29 | + VPADAL_S 1111 001 11 . 11 .. 00 .... 0 1100 . . 0 .... @2misc | ||
30 | + VPADAL_U 1111 001 11 . 11 .. 00 .... 0 1101 . . 0 .... @2misc | ||
31 | ] | ||
32 | |||
33 | # Subgroup for size != 0b11 | ||
34 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
35 | index XXXXXXX..XXXXXXX 100644 | ||
36 | --- a/target/arm/translate-neon.inc.c | ||
37 | +++ b/target/arm/translate-neon.inc.c | ||
38 | @@ -XXX,XX +XXX,XX @@ static bool trans_VREV64(DisasContext *s, arg_VREV64 *a) | ||
39 | } | ||
40 | return true; | ||
41 | } | ||
42 | + | ||
43 | +static bool do_2misc_pairwise(DisasContext *s, arg_2misc *a, | ||
44 | + NeonGenWidenFn *widenfn, | ||
45 | + NeonGenTwo64OpFn *opfn, | ||
46 | + NeonGenTwo64OpFn *accfn) | ||
47 | +{ | ||
48 | + /* | ||
49 | + * Pairwise long operations: widen both halves of the pair, | ||
50 | + * combine the pairs with the opfn, and then possibly accumulate | ||
51 | + * into the destination with the accfn. | ||
52 | + */ | ||
53 | + int pass; | ||
54 | + | ||
55 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
56 | + return false; | ||
57 | + } | ||
58 | + | ||
59 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
60 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
61 | + ((a->vd | a->vm) & 0x10)) { | ||
62 | + return false; | ||
63 | + } | ||
64 | + | ||
65 | + if ((a->vd | a->vm) & a->q) { | ||
66 | + return false; | ||
67 | + } | ||
68 | + | ||
69 | + if (!widenfn) { | ||
70 | + return false; | ||
71 | + } | ||
72 | + | ||
73 | + if (!vfp_access_check(s)) { | ||
74 | + return true; | ||
75 | + } | ||
76 | + | ||
77 | + for (pass = 0; pass < a->q + 1; pass++) { | ||
78 | + TCGv_i32 tmp; | ||
79 | + TCGv_i64 rm0_64, rm1_64, rd_64; | ||
80 | + | ||
81 | + rm0_64 = tcg_temp_new_i64(); | ||
82 | + rm1_64 = tcg_temp_new_i64(); | ||
83 | + rd_64 = tcg_temp_new_i64(); | ||
84 | + tmp = neon_load_reg(a->vm, pass * 2); | ||
85 | + widenfn(rm0_64, tmp); | ||
86 | + tcg_temp_free_i32(tmp); | ||
87 | + tmp = neon_load_reg(a->vm, pass * 2 + 1); | ||
88 | + widenfn(rm1_64, tmp); | ||
89 | + tcg_temp_free_i32(tmp); | ||
90 | + opfn(rd_64, rm0_64, rm1_64); | ||
91 | + tcg_temp_free_i64(rm0_64); | ||
92 | + tcg_temp_free_i64(rm1_64); | ||
93 | + | ||
94 | + if (accfn) { | ||
95 | + TCGv_i64 tmp64 = tcg_temp_new_i64(); | ||
96 | + neon_load_reg64(tmp64, a->vd + pass); | ||
97 | + accfn(rd_64, tmp64, rd_64); | ||
98 | + tcg_temp_free_i64(tmp64); | ||
99 | + } | ||
100 | + neon_store_reg64(rd_64, a->vd + pass); | ||
101 | + tcg_temp_free_i64(rd_64); | ||
102 | + } | ||
103 | + return true; | ||
104 | +} | ||
105 | + | ||
106 | +static bool trans_VPADDL_S(DisasContext *s, arg_2misc *a) | ||
107 | +{ | ||
108 | + static NeonGenWidenFn * const widenfn[] = { | ||
109 | + gen_helper_neon_widen_s8, | ||
110 | + gen_helper_neon_widen_s16, | ||
111 | + tcg_gen_ext_i32_i64, | ||
112 | + NULL, | ||
113 | + }; | ||
114 | + static NeonGenTwo64OpFn * const opfn[] = { | ||
115 | + gen_helper_neon_paddl_u16, | ||
116 | + gen_helper_neon_paddl_u32, | ||
117 | + tcg_gen_add_i64, | ||
118 | + NULL, | ||
119 | + }; | ||
120 | + | ||
121 | + return do_2misc_pairwise(s, a, widenfn[a->size], opfn[a->size], NULL); | ||
122 | +} | ||
123 | + | ||
124 | +static bool trans_VPADDL_U(DisasContext *s, arg_2misc *a) | ||
125 | +{ | ||
126 | + static NeonGenWidenFn * const widenfn[] = { | ||
127 | + gen_helper_neon_widen_u8, | ||
128 | + gen_helper_neon_widen_u16, | ||
129 | + tcg_gen_extu_i32_i64, | ||
130 | + NULL, | ||
131 | + }; | ||
132 | + static NeonGenTwo64OpFn * const opfn[] = { | ||
133 | + gen_helper_neon_paddl_u16, | ||
134 | + gen_helper_neon_paddl_u32, | ||
135 | + tcg_gen_add_i64, | ||
136 | + NULL, | ||
137 | + }; | ||
138 | + | ||
139 | + return do_2misc_pairwise(s, a, widenfn[a->size], opfn[a->size], NULL); | ||
140 | +} | ||
141 | + | ||
142 | +static bool trans_VPADAL_S(DisasContext *s, arg_2misc *a) | ||
143 | +{ | ||
144 | + static NeonGenWidenFn * const widenfn[] = { | ||
145 | + gen_helper_neon_widen_s8, | ||
146 | + gen_helper_neon_widen_s16, | ||
147 | + tcg_gen_ext_i32_i64, | ||
148 | + NULL, | ||
149 | + }; | ||
150 | + static NeonGenTwo64OpFn * const opfn[] = { | ||
151 | + gen_helper_neon_paddl_u16, | ||
152 | + gen_helper_neon_paddl_u32, | ||
153 | + tcg_gen_add_i64, | ||
154 | + NULL, | ||
155 | + }; | ||
156 | + static NeonGenTwo64OpFn * const accfn[] = { | ||
157 | + gen_helper_neon_addl_u16, | ||
158 | + gen_helper_neon_addl_u32, | ||
159 | + tcg_gen_add_i64, | ||
160 | + NULL, | ||
161 | + }; | ||
162 | + | ||
163 | + return do_2misc_pairwise(s, a, widenfn[a->size], opfn[a->size], | ||
164 | + accfn[a->size]); | ||
165 | +} | ||
166 | + | ||
167 | +static bool trans_VPADAL_U(DisasContext *s, arg_2misc *a) | ||
168 | +{ | ||
169 | + static NeonGenWidenFn * const widenfn[] = { | ||
170 | + gen_helper_neon_widen_u8, | ||
171 | + gen_helper_neon_widen_u16, | ||
172 | + tcg_gen_extu_i32_i64, | ||
173 | + NULL, | ||
174 | + }; | ||
175 | + static NeonGenTwo64OpFn * const opfn[] = { | ||
176 | + gen_helper_neon_paddl_u16, | ||
177 | + gen_helper_neon_paddl_u32, | ||
178 | + tcg_gen_add_i64, | ||
179 | + NULL, | ||
180 | + }; | ||
181 | + static NeonGenTwo64OpFn * const accfn[] = { | ||
182 | + gen_helper_neon_addl_u16, | ||
183 | + gen_helper_neon_addl_u32, | ||
184 | + tcg_gen_add_i64, | ||
185 | + NULL, | ||
186 | + }; | ||
187 | + | ||
188 | + return do_2misc_pairwise(s, a, widenfn[a->size], opfn[a->size], | ||
189 | + accfn[a->size]); | ||
190 | +} | ||
191 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
192 | index XXXXXXX..XXXXXXX 100644 | ||
193 | --- a/target/arm/translate.c | ||
194 | +++ b/target/arm/translate.c | ||
195 | @@ -XXX,XX +XXX,XX @@ static void gen_exception_return(DisasContext *s, TCGv_i32 pc) | ||
196 | gen_rfe(s, pc, load_cpu_field(spsr)); | ||
197 | } | ||
198 | |||
199 | -#define CPU_V001 cpu_V0, cpu_V0, cpu_V1 | ||
200 | - | ||
201 | static int gen_neon_unzip(int rd, int rm, int size, int q) | ||
202 | { | ||
203 | TCGv_ptr pd, pm; | ||
204 | @@ -XXX,XX +XXX,XX @@ static inline void gen_neon_widen(TCGv_i64 dest, TCGv_i32 src, int size, int u) | ||
205 | tcg_temp_free_i32(src); | ||
206 | } | ||
207 | |||
208 | -static inline void gen_neon_addl(int size) | ||
209 | -{ | ||
210 | - switch (size) { | ||
211 | - case 0: gen_helper_neon_addl_u16(CPU_V001); break; | ||
212 | - case 1: gen_helper_neon_addl_u32(CPU_V001); break; | ||
213 | - case 2: tcg_gen_add_i64(CPU_V001); break; | ||
214 | - default: abort(); | ||
215 | - } | ||
216 | -} | ||
217 | - | ||
218 | static void gen_neon_narrow_op(int op, int u, int size, | ||
219 | TCGv_i32 dest, TCGv_i64 src) | ||
220 | { | ||
221 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
222 | } | ||
223 | switch (op) { | ||
224 | case NEON_2RM_VREV64: | ||
225 | - /* handled by decodetree */ | ||
226 | - return 1; | ||
227 | case NEON_2RM_VPADDL: case NEON_2RM_VPADDL_U: | ||
228 | case NEON_2RM_VPADAL: case NEON_2RM_VPADAL_U: | ||
229 | - for (pass = 0; pass < q + 1; pass++) { | ||
230 | - tmp = neon_load_reg(rm, pass * 2); | ||
231 | - gen_neon_widen(cpu_V0, tmp, size, op & 1); | ||
232 | - tmp = neon_load_reg(rm, pass * 2 + 1); | ||
233 | - gen_neon_widen(cpu_V1, tmp, size, op & 1); | ||
234 | - switch (size) { | ||
235 | - case 0: gen_helper_neon_paddl_u16(CPU_V001); break; | ||
236 | - case 1: gen_helper_neon_paddl_u32(CPU_V001); break; | ||
237 | - case 2: tcg_gen_add_i64(CPU_V001); break; | ||
238 | - default: abort(); | ||
239 | - } | ||
240 | - if (op >= NEON_2RM_VPADAL) { | ||
241 | - /* Accumulate. */ | ||
242 | - neon_load_reg64(cpu_V1, rd + pass); | ||
243 | - gen_neon_addl(size); | ||
244 | - } | ||
245 | - neon_store_reg64(cpu_V0, rd + pass); | ||
246 | - } | ||
247 | - break; | ||
248 | + /* handled by decodetree */ | ||
249 | + return 1; | ||
250 | case NEON_2RM_VTRN: | ||
251 | if (size == 2) { | ||
252 | int n; | ||
253 | -- | ||
254 | 2.20.1 | ||
255 | |||
256 | diff view generated by jsdifflib |
1 | Make gen_swap_half() take a source and destination TCGv_i32 rather | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | than modifying the input TCGv_i32; we're going to want to be able to | ||
3 | use it with the more flexible function signature, and this also | ||
4 | brings it into line with other functions like gen_rev16() and | ||
5 | gen_revsh(). | ||
6 | 2 | ||
3 | This function is not used anywhere outside this file, | ||
4 | so we can make the function "static void". | ||
5 | |||
6 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
9 | Message-id: 20221216214924.4711-2-philmd@linaro.org | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200616170844.13318-12-peter.maydell@linaro.org | ||
10 | --- | 11 | --- |
11 | target/arm/translate-neon.inc.c | 2 +- | 12 | include/hw/arm/smmu-common.h | 3 --- |
12 | target/arm/translate.c | 10 +++++----- | 13 | hw/arm/smmu-common.c | 2 +- |
13 | 2 files changed, 6 insertions(+), 6 deletions(-) | 14 | 2 files changed, 1 insertion(+), 4 deletions(-) |
14 | 15 | ||
15 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 16 | diff --git a/include/hw/arm/smmu-common.h b/include/hw/arm/smmu-common.h |
16 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/translate-neon.inc.c | 18 | --- a/include/hw/arm/smmu-common.h |
18 | +++ b/target/arm/translate-neon.inc.c | 19 | +++ b/include/hw/arm/smmu-common.h |
19 | @@ -XXX,XX +XXX,XX @@ static bool trans_VREV64(DisasContext *s, arg_VREV64 *a) | 20 | @@ -XXX,XX +XXX,XX @@ void smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, |
20 | tcg_gen_bswap32_i32(tmp[half], tmp[half]); | 21 | /* Unmap the range of all the notifiers registered to any IOMMU mr */ |
21 | break; | 22 | void smmu_inv_notifiers_all(SMMUState *s); |
22 | case 1: | 23 | |
23 | - gen_swap_half(tmp[half]); | 24 | -/* Unmap the range of all the notifiers registered to @mr */ |
24 | + gen_swap_half(tmp[half], tmp[half]); | 25 | -void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr); |
25 | break; | 26 | - |
26 | case 2: | 27 | #endif /* HW_ARM_SMMU_COMMON_H */ |
27 | break; | 28 | diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c |
28 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
29 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/target/arm/translate.c | 30 | --- a/hw/arm/smmu-common.c |
31 | +++ b/target/arm/translate.c | 31 | +++ b/hw/arm/smmu-common.c |
32 | @@ -XXX,XX +XXX,XX @@ static void gen_revsh(TCGv_i32 dest, TCGv_i32 var) | 32 | @@ -XXX,XX +XXX,XX @@ static void smmu_unmap_notifier_range(IOMMUNotifier *n) |
33 | } | 33 | } |
34 | 34 | ||
35 | /* Swap low and high halfwords. */ | 35 | /* Unmap all notifiers attached to @mr */ |
36 | -static void gen_swap_half(TCGv_i32 var) | 36 | -inline void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr) |
37 | +static void gen_swap_half(TCGv_i32 dest, TCGv_i32 var) | 37 | +static void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr) |
38 | { | 38 | { |
39 | - tcg_gen_rotri_i32(var, var, 16); | 39 | IOMMUNotifier *n; |
40 | + tcg_gen_rotri_i32(dest, var, 16); | ||
41 | } | ||
42 | |||
43 | /* Dual 16-bit add. Result placed in t0 and t1 is marked as dead. | ||
44 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
45 | case NEON_2RM_VREV32: | ||
46 | switch (size) { | ||
47 | case 0: tcg_gen_bswap32_i32(tmp, tmp); break; | ||
48 | - case 1: gen_swap_half(tmp); break; | ||
49 | + case 1: gen_swap_half(tmp, tmp); break; | ||
50 | default: abort(); | ||
51 | } | ||
52 | break; | ||
53 | @@ -XXX,XX +XXX,XX @@ static bool op_smlad(DisasContext *s, arg_rrrr *a, bool m_swap, bool sub) | ||
54 | t1 = load_reg(s, a->rn); | ||
55 | t2 = load_reg(s, a->rm); | ||
56 | if (m_swap) { | ||
57 | - gen_swap_half(t2); | ||
58 | + gen_swap_half(t2, t2); | ||
59 | } | ||
60 | gen_smul_dual(t1, t2); | ||
61 | |||
62 | @@ -XXX,XX +XXX,XX @@ static bool op_smlald(DisasContext *s, arg_rrrr *a, bool m_swap, bool sub) | ||
63 | t1 = load_reg(s, a->rn); | ||
64 | t2 = load_reg(s, a->rm); | ||
65 | if (m_swap) { | ||
66 | - gen_swap_half(t2); | ||
67 | + gen_swap_half(t2, t2); | ||
68 | } | ||
69 | gen_smul_dual(t1, t2); | ||
70 | 40 | ||
71 | -- | 41 | -- |
72 | 2.20.1 | 42 | 2.25.1 |
73 | 43 | ||
74 | 44 | diff view generated by jsdifflib |
1 | Convert the Neon narrowing moves VMQNV, VQMOVN, VQMOVUN in the 2-reg-misc | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | group to decodetree. | ||
3 | 2 | ||
3 | When using Clang ("Apple clang version 14.0.0 (clang-1400.0.29.202)") | ||
4 | and building with -Wall we get: | ||
5 | |||
6 | hw/arm/smmu-common.c:173:33: warning: static function 'smmu_hash_remove_by_asid_iova' is used in an inline function with external linkage [-Wstatic-in-inline] | ||
7 | hw/arm/smmu-common.h:170:1: note: use 'static' to give inline function 'smmu_iotlb_inv_iova' internal linkage | ||
8 | void smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, | ||
9 | ^ | ||
10 | static | ||
11 | |||
12 | None of our code base require / use inlined functions with external | ||
13 | linkage. Some places use internal inlining in the hot path. These | ||
14 | two functions are certainly not in any hot path and don't justify | ||
15 | any inlining, so these are likely oversights rather than intentional. | ||
16 | |||
17 | Reported-by: Stefan Weil <sw@weilnetz.de> | ||
18 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
19 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
21 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
22 | Message-id: 20221216214924.4711-3-philmd@linaro.org | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200616170844.13318-5-peter.maydell@linaro.org | ||
7 | --- | 24 | --- |
8 | target/arm/neon-dp.decode | 9 ++++ | 25 | hw/arm/smmu-common.c | 13 ++++++------- |
9 | target/arm/translate-neon.inc.c | 59 ++++++++++++++++++++++++ | 26 | 1 file changed, 6 insertions(+), 7 deletions(-) |
10 | target/arm/translate.c | 81 +-------------------------------- | ||
11 | 3 files changed, 70 insertions(+), 79 deletions(-) | ||
12 | 27 | ||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 28 | diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c |
14 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 30 | --- a/hw/arm/smmu-common.c |
16 | +++ b/target/arm/neon-dp.decode | 31 | +++ b/hw/arm/smmu-common.c |
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 32 | @@ -XXX,XX +XXX,XX @@ void smmu_iotlb_insert(SMMUState *bs, SMMUTransCfg *cfg, SMMUTLBEntry *new) |
18 | 33 | g_hash_table_insert(bs->iotlb, key, new); | |
19 | @2misc .... ... .. . .. size:2 .. .... . .... q:1 . . .... \ | ||
20 | &2misc vm=%vm_dp vd=%vd_dp | ||
21 | + @2misc_q0 .... ... .. . .. size:2 .. .... . .... . . . .... \ | ||
22 | + &2misc vm=%vm_dp vd=%vd_dp q=0 | ||
23 | |||
24 | VREV64 1111 001 11 . 11 .. 00 .... 0 0000 . . 0 .... @2misc | ||
25 | |||
26 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
27 | |||
28 | VUZP 1111 001 11 . 11 .. 10 .... 0 0010 . . 0 .... @2misc | ||
29 | VZIP 1111 001 11 . 11 .. 10 .... 0 0011 . . 0 .... @2misc | ||
30 | + | ||
31 | + VMOVN 1111 001 11 . 11 .. 10 .... 0 0100 0 . 0 .... @2misc_q0 | ||
32 | + # VQMOVUN: unsigned result (source is always signed) | ||
33 | + VQMOVUN 1111 001 11 . 11 .. 10 .... 0 0100 1 . 0 .... @2misc_q0 | ||
34 | + # VQMOVN: signed result, source may be signed (_S) or unsigned (_U) | ||
35 | + VQMOVN_S 1111 001 11 . 11 .. 10 .... 0 0101 0 . 0 .... @2misc_q0 | ||
36 | + VQMOVN_U 1111 001 11 . 11 .. 10 .... 0 0101 1 . 0 .... @2misc_q0 | ||
37 | ] | ||
38 | |||
39 | # Subgroup for size != 0b11 | ||
40 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/target/arm/translate-neon.inc.c | ||
43 | +++ b/target/arm/translate-neon.inc.c | ||
44 | @@ -XXX,XX +XXX,XX @@ static bool trans_VZIP(DisasContext *s, arg_2misc *a) | ||
45 | }; | ||
46 | return do_zip_uzp(s, a, fn[a->q][a->size]); | ||
47 | } | 34 | } |
48 | + | 35 | |
49 | +static bool do_vmovn(DisasContext *s, arg_2misc *a, | 36 | -inline void smmu_iotlb_inv_all(SMMUState *s) |
50 | + NeonGenNarrowEnvFn *narrowfn) | 37 | +void smmu_iotlb_inv_all(SMMUState *s) |
51 | +{ | 38 | { |
52 | + TCGv_i64 rm; | 39 | trace_smmu_iotlb_inv_all(); |
53 | + TCGv_i32 rd0, rd1; | 40 | g_hash_table_remove_all(s->iotlb); |
54 | + | 41 | @@ -XXX,XX +XXX,XX @@ static gboolean smmu_hash_remove_by_asid_iova(gpointer key, gpointer value, |
55 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | 42 | ((entry->iova & ~info->mask) == info->iova); |
56 | + return false; | ||
57 | + } | ||
58 | + | ||
59 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
60 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
61 | + ((a->vd | a->vm) & 0x10)) { | ||
62 | + return false; | ||
63 | + } | ||
64 | + | ||
65 | + if (a->vm & 1) { | ||
66 | + return false; | ||
67 | + } | ||
68 | + | ||
69 | + if (!narrowfn) { | ||
70 | + return false; | ||
71 | + } | ||
72 | + | ||
73 | + if (!vfp_access_check(s)) { | ||
74 | + return true; | ||
75 | + } | ||
76 | + | ||
77 | + rm = tcg_temp_new_i64(); | ||
78 | + rd0 = tcg_temp_new_i32(); | ||
79 | + rd1 = tcg_temp_new_i32(); | ||
80 | + | ||
81 | + neon_load_reg64(rm, a->vm); | ||
82 | + narrowfn(rd0, cpu_env, rm); | ||
83 | + neon_load_reg64(rm, a->vm + 1); | ||
84 | + narrowfn(rd1, cpu_env, rm); | ||
85 | + neon_store_reg(a->vd, 0, rd0); | ||
86 | + neon_store_reg(a->vd, 1, rd1); | ||
87 | + tcg_temp_free_i64(rm); | ||
88 | + return true; | ||
89 | +} | ||
90 | + | ||
91 | +#define DO_VMOVN(INSN, FUNC) \ | ||
92 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
93 | + { \ | ||
94 | + static NeonGenNarrowEnvFn * const narrowfn[] = { \ | ||
95 | + FUNC##8, \ | ||
96 | + FUNC##16, \ | ||
97 | + FUNC##32, \ | ||
98 | + NULL, \ | ||
99 | + }; \ | ||
100 | + return do_vmovn(s, a, narrowfn[a->size]); \ | ||
101 | + } | ||
102 | + | ||
103 | +DO_VMOVN(VMOVN, gen_neon_narrow_u) | ||
104 | +DO_VMOVN(VQMOVUN, gen_helper_neon_unarrow_sat) | ||
105 | +DO_VMOVN(VQMOVN_S, gen_helper_neon_narrow_sat_s) | ||
106 | +DO_VMOVN(VQMOVN_U, gen_helper_neon_narrow_sat_u) | ||
107 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
108 | index XXXXXXX..XXXXXXX 100644 | ||
109 | --- a/target/arm/translate.c | ||
110 | +++ b/target/arm/translate.c | ||
111 | @@ -XXX,XX +XXX,XX @@ static void gen_neon_trn_u16(TCGv_i32 t0, TCGv_i32 t1) | ||
112 | tcg_temp_free_i32(rd); | ||
113 | } | 43 | } |
114 | 44 | ||
115 | -static inline void gen_neon_narrow(int size, TCGv_i32 dest, TCGv_i64 src) | 45 | -inline void |
116 | -{ | 46 | -smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, |
117 | - switch (size) { | 47 | - uint8_t tg, uint64_t num_pages, uint8_t ttl) |
118 | - case 0: gen_helper_neon_narrow_u8(dest, src); break; | 48 | +void smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, |
119 | - case 1: gen_helper_neon_narrow_u16(dest, src); break; | 49 | + uint8_t tg, uint64_t num_pages, uint8_t ttl) |
120 | - case 2: tcg_gen_extrl_i64_i32(dest, src); break; | ||
121 | - default: abort(); | ||
122 | - } | ||
123 | -} | ||
124 | - | ||
125 | -static inline void gen_neon_narrow_sats(int size, TCGv_i32 dest, TCGv_i64 src) | ||
126 | -{ | ||
127 | - switch (size) { | ||
128 | - case 0: gen_helper_neon_narrow_sat_s8(dest, cpu_env, src); break; | ||
129 | - case 1: gen_helper_neon_narrow_sat_s16(dest, cpu_env, src); break; | ||
130 | - case 2: gen_helper_neon_narrow_sat_s32(dest, cpu_env, src); break; | ||
131 | - default: abort(); | ||
132 | - } | ||
133 | -} | ||
134 | - | ||
135 | -static inline void gen_neon_narrow_satu(int size, TCGv_i32 dest, TCGv_i64 src) | ||
136 | -{ | ||
137 | - switch (size) { | ||
138 | - case 0: gen_helper_neon_narrow_sat_u8(dest, cpu_env, src); break; | ||
139 | - case 1: gen_helper_neon_narrow_sat_u16(dest, cpu_env, src); break; | ||
140 | - case 2: gen_helper_neon_narrow_sat_u32(dest, cpu_env, src); break; | ||
141 | - default: abort(); | ||
142 | - } | ||
143 | -} | ||
144 | - | ||
145 | -static inline void gen_neon_unarrow_sats(int size, TCGv_i32 dest, TCGv_i64 src) | ||
146 | -{ | ||
147 | - switch (size) { | ||
148 | - case 0: gen_helper_neon_unarrow_sat8(dest, cpu_env, src); break; | ||
149 | - case 1: gen_helper_neon_unarrow_sat16(dest, cpu_env, src); break; | ||
150 | - case 2: gen_helper_neon_unarrow_sat32(dest, cpu_env, src); break; | ||
151 | - default: abort(); | ||
152 | - } | ||
153 | -} | ||
154 | - | ||
155 | static inline void gen_neon_widen(TCGv_i64 dest, TCGv_i32 src, int size, int u) | ||
156 | { | 50 | { |
157 | if (u) { | 51 | /* if tg is not set we use 4KB range invalidation */ |
158 | @@ -XXX,XX +XXX,XX @@ static inline void gen_neon_widen(TCGv_i64 dest, TCGv_i32 src, int size, int u) | 52 | uint8_t granule = tg ? tg * 2 + 10 : 12; |
159 | tcg_temp_free_i32(src); | 53 | @@ -XXX,XX +XXX,XX @@ smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, |
54 | &info); | ||
160 | } | 55 | } |
161 | 56 | ||
162 | -static void gen_neon_narrow_op(int op, int u, int size, | 57 | -inline void smmu_iotlb_inv_asid(SMMUState *s, uint16_t asid) |
163 | - TCGv_i32 dest, TCGv_i64 src) | 58 | +void smmu_iotlb_inv_asid(SMMUState *s, uint16_t asid) |
164 | -{ | 59 | { |
165 | - if (op) { | 60 | trace_smmu_iotlb_inv_asid(asid); |
166 | - if (u) { | 61 | g_hash_table_foreach_remove(s->iotlb, smmu_hash_remove_by_asid, &asid); |
167 | - gen_neon_unarrow_sats(size, dest, src); | 62 | @@ -XXX,XX +XXX,XX @@ error: |
168 | - } else { | 63 | * |
169 | - gen_neon_narrow(size, dest, src); | 64 | * return 0 on success |
170 | - } | 65 | */ |
171 | - } else { | 66 | -inline int smmu_ptw(SMMUTransCfg *cfg, dma_addr_t iova, IOMMUAccessFlags perm, |
172 | - if (u) { | 67 | - SMMUTLBEntry *tlbe, SMMUPTWEventInfo *info) |
173 | - gen_neon_narrow_satu(size, dest, src); | 68 | +int smmu_ptw(SMMUTransCfg *cfg, dma_addr_t iova, IOMMUAccessFlags perm, |
174 | - } else { | 69 | + SMMUTLBEntry *tlbe, SMMUPTWEventInfo *info) |
175 | - gen_neon_narrow_sats(size, dest, src); | 70 | { |
176 | - } | 71 | if (!cfg->aa64) { |
177 | - } | 72 | /* |
178 | -} | ||
179 | - | ||
180 | /* Symbolic constants for op fields for Neon 2-register miscellaneous. | ||
181 | * The values correspond to bits [17:16,10:7]; see the ARM ARM DDI0406B | ||
182 | * table A7-13. | ||
183 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
184 | !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
185 | return 1; | ||
186 | } | ||
187 | - if ((op != NEON_2RM_VMOVN && op != NEON_2RM_VQMOVN) && | ||
188 | - q && ((rm | rd) & 1)) { | ||
189 | + if (q && ((rm | rd) & 1)) { | ||
190 | return 1; | ||
191 | } | ||
192 | switch (op) { | ||
193 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
194 | case NEON_2RM_VPADAL: case NEON_2RM_VPADAL_U: | ||
195 | case NEON_2RM_VUZP: | ||
196 | case NEON_2RM_VZIP: | ||
197 | + case NEON_2RM_VMOVN: case NEON_2RM_VQMOVN: | ||
198 | /* handled by decodetree */ | ||
199 | return 1; | ||
200 | case NEON_2RM_VTRN: | ||
201 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
202 | goto elementwise; | ||
203 | } | ||
204 | break; | ||
205 | - case NEON_2RM_VMOVN: case NEON_2RM_VQMOVN: | ||
206 | - /* also VQMOVUN; op field and mnemonics don't line up */ | ||
207 | - if (rm & 1) { | ||
208 | - return 1; | ||
209 | - } | ||
210 | - tmp2 = NULL; | ||
211 | - for (pass = 0; pass < 2; pass++) { | ||
212 | - neon_load_reg64(cpu_V0, rm + pass); | ||
213 | - tmp = tcg_temp_new_i32(); | ||
214 | - gen_neon_narrow_op(op == NEON_2RM_VMOVN, q, size, | ||
215 | - tmp, cpu_V0); | ||
216 | - if (pass == 0) { | ||
217 | - tmp2 = tmp; | ||
218 | - } else { | ||
219 | - neon_store_reg(rd, 0, tmp2); | ||
220 | - neon_store_reg(rd, 1, tmp); | ||
221 | - } | ||
222 | - } | ||
223 | - break; | ||
224 | case NEON_2RM_VSHLL: | ||
225 | if (q || (rd & 1)) { | ||
226 | return 1; | ||
227 | -- | 73 | -- |
228 | 2.20.1 | 74 | 2.25.1 |
229 | 75 | ||
230 | 76 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | 2 | ||
3 | Add a trace event to see when a guest disable/enable the watchdog. | 3 | So far the GPT timers were unable to raise IRQs to the processor. |
4 | 4 | ||
5 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 5 | Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> |
6 | Message-id: 20200617072539.32686-2-f4bug@amsat.org | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 8 | --- |
10 | hw/watchdog/cmsdk-apb-watchdog.c | 1 + | 9 | include/hw/arm/fsl-imx7.h | 5 +++++ |
11 | hw/watchdog/trace-events | 1 + | 10 | hw/arm/fsl-imx7.c | 10 ++++++++++ |
12 | 2 files changed, 2 insertions(+) | 11 | 2 files changed, 15 insertions(+) |
13 | 12 | ||
14 | diff --git a/hw/watchdog/cmsdk-apb-watchdog.c b/hw/watchdog/cmsdk-apb-watchdog.c | 13 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h |
15 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/watchdog/cmsdk-apb-watchdog.c | 15 | --- a/include/hw/arm/fsl-imx7.h |
17 | +++ b/hw/watchdog/cmsdk-apb-watchdog.c | 16 | +++ b/include/hw/arm/fsl-imx7.h |
18 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_write(void *opaque, hwaddr offset, | 17 | @@ -XXX,XX +XXX,XX @@ enum FslIMX7IRQs { |
19 | break; | 18 | FSL_IMX7_USB2_IRQ = 42, |
20 | case A_WDOGLOCK: | 19 | FSL_IMX7_USB3_IRQ = 40, |
21 | s->lock = (value != WDOG_UNLOCK_VALUE); | 20 | |
22 | + trace_cmsdk_apb_watchdog_lock(s->lock); | 21 | + FSL_IMX7_GPT1_IRQ = 55, |
23 | break; | 22 | + FSL_IMX7_GPT2_IRQ = 54, |
24 | case A_WDOGITCR: | 23 | + FSL_IMX7_GPT3_IRQ = 53, |
25 | if (s->is_luminary) { | 24 | + FSL_IMX7_GPT4_IRQ = 52, |
26 | diff --git a/hw/watchdog/trace-events b/hw/watchdog/trace-events | 25 | + |
26 | FSL_IMX7_WDOG1_IRQ = 78, | ||
27 | FSL_IMX7_WDOG2_IRQ = 79, | ||
28 | FSL_IMX7_WDOG3_IRQ = 10, | ||
29 | diff --git a/hw/arm/fsl-imx7.c b/hw/arm/fsl-imx7.c | ||
27 | index XXXXXXX..XXXXXXX 100644 | 30 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/hw/watchdog/trace-events | 31 | --- a/hw/arm/fsl-imx7.c |
29 | +++ b/hw/watchdog/trace-events | 32 | +++ b/hw/arm/fsl-imx7.c |
30 | @@ -XXX,XX +XXX,XX @@ | 33 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp) |
31 | cmsdk_apb_watchdog_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB watchdog read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | 34 | FSL_IMX7_GPT4_ADDR, |
32 | cmsdk_apb_watchdog_write(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB watchdog write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | 35 | }; |
33 | cmsdk_apb_watchdog_reset(void) "CMSDK APB watchdog: reset" | 36 | |
34 | +cmsdk_apb_watchdog_lock(uint32_t lock) "CMSDK APB watchdog: lock %" PRIu32 | 37 | + static const int FSL_IMX7_GPTn_IRQ[FSL_IMX7_NUM_GPTS] = { |
38 | + FSL_IMX7_GPT1_IRQ, | ||
39 | + FSL_IMX7_GPT2_IRQ, | ||
40 | + FSL_IMX7_GPT3_IRQ, | ||
41 | + FSL_IMX7_GPT4_IRQ, | ||
42 | + }; | ||
43 | + | ||
44 | s->gpt[i].ccm = IMX_CCM(&s->ccm); | ||
45 | sysbus_realize(SYS_BUS_DEVICE(&s->gpt[i]), &error_abort); | ||
46 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->gpt[i]), 0, FSL_IMX7_GPTn_ADDR[i]); | ||
47 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gpt[i]), 0, | ||
48 | + qdev_get_gpio_in(DEVICE(&s->a7mpcore), | ||
49 | + FSL_IMX7_GPTn_IRQ[i])); | ||
50 | } | ||
51 | |||
52 | for (i = 0; i < FSL_IMX7_NUM_GPIOS; i++) { | ||
35 | -- | 53 | -- |
36 | 2.20.1 | 54 | 2.25.1 |
37 | |||
38 | diff view generated by jsdifflib |
1 | Convert the Neon VZIP and VUZP insns in the 2-reg-misc group to | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | decodetree. | ||
3 | 2 | ||
3 | CCM derived clocks will have to be added later. | ||
4 | |||
5 | Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200616170844.13318-4-peter.maydell@linaro.org | ||
7 | --- | 8 | --- |
8 | target/arm/neon-dp.decode | 3 ++ | 9 | hw/misc/imx7_ccm.c | 49 +++++++++++++++++++++++++++++++++++++--------- |
9 | target/arm/translate-neon.inc.c | 74 ++++++++++++++++++++++++++ | 10 | 1 file changed, 40 insertions(+), 9 deletions(-) |
10 | target/arm/translate.c | 92 +-------------------------------- | ||
11 | 3 files changed, 79 insertions(+), 90 deletions(-) | ||
12 | 11 | ||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 12 | diff --git a/hw/misc/imx7_ccm.c b/hw/misc/imx7_ccm.c |
14 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 14 | --- a/hw/misc/imx7_ccm.c |
16 | +++ b/target/arm/neon-dp.decode | 15 | +++ b/hw/misc/imx7_ccm.c |
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | 16 | @@ -XXX,XX +XXX,XX @@ |
18 | 17 | #include "hw/misc/imx7_ccm.h" | |
19 | VPADAL_S 1111 001 11 . 11 .. 00 .... 0 1100 . . 0 .... @2misc | 18 | #include "migration/vmstate.h" |
20 | VPADAL_U 1111 001 11 . 11 .. 00 .... 0 1101 . . 0 .... @2misc | 19 | |
20 | +#include "trace.h" | ||
21 | + | 21 | + |
22 | + VUZP 1111 001 11 . 11 .. 10 .... 0 0010 . . 0 .... @2misc | 22 | +#define CKIH_FREQ 24000000 /* 24MHz crystal input */ |
23 | + VZIP 1111 001 11 . 11 .. 10 .... 0 0011 . . 0 .... @2misc | ||
24 | ] | ||
25 | |||
26 | # Subgroup for size != 0b11 | ||
27 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/target/arm/translate-neon.inc.c | ||
30 | +++ b/target/arm/translate-neon.inc.c | ||
31 | @@ -XXX,XX +XXX,XX @@ static bool trans_VPADAL_U(DisasContext *s, arg_2misc *a) | ||
32 | return do_2misc_pairwise(s, a, widenfn[a->size], opfn[a->size], | ||
33 | accfn[a->size]); | ||
34 | } | ||
35 | + | 23 | + |
36 | +typedef void ZipFn(TCGv_ptr, TCGv_ptr); | 24 | static void imx7_analog_reset(DeviceState *dev) |
25 | { | ||
26 | IMX7AnalogState *s = IMX7_ANALOG(dev); | ||
27 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_imx7_ccm = { | ||
28 | static uint32_t imx7_ccm_get_clock_frequency(IMXCCMState *dev, IMXClk clock) | ||
29 | { | ||
30 | /* | ||
31 | - * This function is "consumed" by GPT emulation code, however on | ||
32 | - * i.MX7 each GPT block can have their own clock root. This means | ||
33 | - * that this functions needs somehow to know requester's identity | ||
34 | - * and the way to pass it: be it via additional IMXClk constants | ||
35 | - * or by adding another argument to this method needs to be | ||
36 | - * figured out | ||
37 | + * This function is "consumed" by GPT emulation code. Some clocks | ||
38 | + * have fixed frequencies and we can provide requested frequency | ||
39 | + * easily. However for CCM provided clocks (like IPG) each GPT | ||
40 | + * timer can have its own clock root. | ||
41 | + * This means we need additionnal information when calling this | ||
42 | + * function to know the requester's identity. | ||
43 | */ | ||
44 | - qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: Not implemented\n", | ||
45 | - TYPE_IMX7_CCM, __func__); | ||
46 | - return 0; | ||
47 | + uint32_t freq = 0; | ||
37 | + | 48 | + |
38 | +static bool do_zip_uzp(DisasContext *s, arg_2misc *a, | 49 | + switch (clock) { |
39 | + ZipFn *fn) | 50 | + case CLK_NONE: |
40 | +{ | 51 | + break; |
41 | + TCGv_ptr pd, pm; | 52 | + case CLK_32k: |
42 | + | 53 | + freq = CKIL_FREQ; |
43 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | 54 | + break; |
44 | + return false; | 55 | + case CLK_HIGH: |
56 | + freq = CKIH_FREQ; | ||
57 | + break; | ||
58 | + case CLK_IPG: | ||
59 | + case CLK_IPG_HIGH: | ||
60 | + /* | ||
61 | + * For now we don't have a way to figure out the device this | ||
62 | + * function is called for. Until then the IPG derived clocks | ||
63 | + * are left unimplemented. | ||
64 | + */ | ||
65 | + qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: Clock %d Not implemented\n", | ||
66 | + TYPE_IMX7_CCM, __func__, clock); | ||
67 | + break; | ||
68 | + default: | ||
69 | + qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: unsupported clock %d\n", | ||
70 | + TYPE_IMX7_CCM, __func__, clock); | ||
71 | + break; | ||
45 | + } | 72 | + } |
46 | + | 73 | + |
47 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | 74 | + trace_ccm_clock_freq(clock, freq); |
48 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
49 | + ((a->vd | a->vm) & 0x10)) { | ||
50 | + return false; | ||
51 | + } | ||
52 | + | 75 | + |
53 | + if ((a->vd | a->vm) & a->q) { | 76 | + return freq; |
54 | + return false; | ||
55 | + } | ||
56 | + | ||
57 | + if (!fn) { | ||
58 | + /* Bad size or size/q combination */ | ||
59 | + return false; | ||
60 | + } | ||
61 | + | ||
62 | + if (!vfp_access_check(s)) { | ||
63 | + return true; | ||
64 | + } | ||
65 | + | ||
66 | + pd = vfp_reg_ptr(true, a->vd); | ||
67 | + pm = vfp_reg_ptr(true, a->vm); | ||
68 | + fn(pd, pm); | ||
69 | + tcg_temp_free_ptr(pd); | ||
70 | + tcg_temp_free_ptr(pm); | ||
71 | + return true; | ||
72 | +} | ||
73 | + | ||
74 | +static bool trans_VUZP(DisasContext *s, arg_2misc *a) | ||
75 | +{ | ||
76 | + static ZipFn * const fn[2][4] = { | ||
77 | + { | ||
78 | + gen_helper_neon_unzip8, | ||
79 | + gen_helper_neon_unzip16, | ||
80 | + NULL, | ||
81 | + NULL, | ||
82 | + }, { | ||
83 | + gen_helper_neon_qunzip8, | ||
84 | + gen_helper_neon_qunzip16, | ||
85 | + gen_helper_neon_qunzip32, | ||
86 | + NULL, | ||
87 | + } | ||
88 | + }; | ||
89 | + return do_zip_uzp(s, a, fn[a->q][a->size]); | ||
90 | +} | ||
91 | + | ||
92 | +static bool trans_VZIP(DisasContext *s, arg_2misc *a) | ||
93 | +{ | ||
94 | + static ZipFn * const fn[2][4] = { | ||
95 | + { | ||
96 | + gen_helper_neon_zip8, | ||
97 | + gen_helper_neon_zip16, | ||
98 | + NULL, | ||
99 | + NULL, | ||
100 | + }, { | ||
101 | + gen_helper_neon_qzip8, | ||
102 | + gen_helper_neon_qzip16, | ||
103 | + gen_helper_neon_qzip32, | ||
104 | + NULL, | ||
105 | + } | ||
106 | + }; | ||
107 | + return do_zip_uzp(s, a, fn[a->q][a->size]); | ||
108 | +} | ||
109 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
110 | index XXXXXXX..XXXXXXX 100644 | ||
111 | --- a/target/arm/translate.c | ||
112 | +++ b/target/arm/translate.c | ||
113 | @@ -XXX,XX +XXX,XX @@ static void gen_exception_return(DisasContext *s, TCGv_i32 pc) | ||
114 | gen_rfe(s, pc, load_cpu_field(spsr)); | ||
115 | } | 77 | } |
116 | 78 | ||
117 | -static int gen_neon_unzip(int rd, int rm, int size, int q) | 79 | static void imx7_ccm_class_init(ObjectClass *klass, void *data) |
118 | -{ | ||
119 | - TCGv_ptr pd, pm; | ||
120 | - | ||
121 | - if (!q && size == 2) { | ||
122 | - return 1; | ||
123 | - } | ||
124 | - pd = vfp_reg_ptr(true, rd); | ||
125 | - pm = vfp_reg_ptr(true, rm); | ||
126 | - if (q) { | ||
127 | - switch (size) { | ||
128 | - case 0: | ||
129 | - gen_helper_neon_qunzip8(pd, pm); | ||
130 | - break; | ||
131 | - case 1: | ||
132 | - gen_helper_neon_qunzip16(pd, pm); | ||
133 | - break; | ||
134 | - case 2: | ||
135 | - gen_helper_neon_qunzip32(pd, pm); | ||
136 | - break; | ||
137 | - default: | ||
138 | - abort(); | ||
139 | - } | ||
140 | - } else { | ||
141 | - switch (size) { | ||
142 | - case 0: | ||
143 | - gen_helper_neon_unzip8(pd, pm); | ||
144 | - break; | ||
145 | - case 1: | ||
146 | - gen_helper_neon_unzip16(pd, pm); | ||
147 | - break; | ||
148 | - default: | ||
149 | - abort(); | ||
150 | - } | ||
151 | - } | ||
152 | - tcg_temp_free_ptr(pd); | ||
153 | - tcg_temp_free_ptr(pm); | ||
154 | - return 0; | ||
155 | -} | ||
156 | - | ||
157 | -static int gen_neon_zip(int rd, int rm, int size, int q) | ||
158 | -{ | ||
159 | - TCGv_ptr pd, pm; | ||
160 | - | ||
161 | - if (!q && size == 2) { | ||
162 | - return 1; | ||
163 | - } | ||
164 | - pd = vfp_reg_ptr(true, rd); | ||
165 | - pm = vfp_reg_ptr(true, rm); | ||
166 | - if (q) { | ||
167 | - switch (size) { | ||
168 | - case 0: | ||
169 | - gen_helper_neon_qzip8(pd, pm); | ||
170 | - break; | ||
171 | - case 1: | ||
172 | - gen_helper_neon_qzip16(pd, pm); | ||
173 | - break; | ||
174 | - case 2: | ||
175 | - gen_helper_neon_qzip32(pd, pm); | ||
176 | - break; | ||
177 | - default: | ||
178 | - abort(); | ||
179 | - } | ||
180 | - } else { | ||
181 | - switch (size) { | ||
182 | - case 0: | ||
183 | - gen_helper_neon_zip8(pd, pm); | ||
184 | - break; | ||
185 | - case 1: | ||
186 | - gen_helper_neon_zip16(pd, pm); | ||
187 | - break; | ||
188 | - default: | ||
189 | - abort(); | ||
190 | - } | ||
191 | - } | ||
192 | - tcg_temp_free_ptr(pd); | ||
193 | - tcg_temp_free_ptr(pm); | ||
194 | - return 0; | ||
195 | -} | ||
196 | - | ||
197 | static void gen_neon_trn_u8(TCGv_i32 t0, TCGv_i32 t1) | ||
198 | { | ||
199 | TCGv_i32 rd, tmp; | ||
200 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
201 | case NEON_2RM_VREV64: | ||
202 | case NEON_2RM_VPADDL: case NEON_2RM_VPADDL_U: | ||
203 | case NEON_2RM_VPADAL: case NEON_2RM_VPADAL_U: | ||
204 | + case NEON_2RM_VUZP: | ||
205 | + case NEON_2RM_VZIP: | ||
206 | /* handled by decodetree */ | ||
207 | return 1; | ||
208 | case NEON_2RM_VTRN: | ||
209 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
210 | goto elementwise; | ||
211 | } | ||
212 | break; | ||
213 | - case NEON_2RM_VUZP: | ||
214 | - if (gen_neon_unzip(rd, rm, size, q)) { | ||
215 | - return 1; | ||
216 | - } | ||
217 | - break; | ||
218 | - case NEON_2RM_VZIP: | ||
219 | - if (gen_neon_zip(rd, rm, size, q)) { | ||
220 | - return 1; | ||
221 | - } | ||
222 | - break; | ||
223 | case NEON_2RM_VMOVN: case NEON_2RM_VQMOVN: | ||
224 | /* also VQMOVUN; op field and mnemonics don't line up */ | ||
225 | if (rm & 1) { | ||
226 | -- | 80 | -- |
227 | 2.20.1 | 81 | 2.25.1 |
228 | |||
229 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert to decodetree the insns in the Neon 2-reg-misc grouping which | ||
2 | we implement using gvec. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200616170844.13318-8-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/neon-dp.decode | 11 +++++++ | ||
9 | target/arm/translate-neon.inc.c | 55 +++++++++++++++++++++++++++++++++ | ||
10 | target/arm/translate.c | 35 +++++---------------- | ||
11 | 3 files changed, 74 insertions(+), 27 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/neon-dp.decode | ||
16 | +++ b/target/arm/neon-dp.decode | ||
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
18 | VPADDL_S 1111 001 11 . 11 .. 00 .... 0 0100 . . 0 .... @2misc | ||
19 | VPADDL_U 1111 001 11 . 11 .. 00 .... 0 0101 . . 0 .... @2misc | ||
20 | |||
21 | + VMVN 1111 001 11 . 11 .. 00 .... 0 1011 . . 0 .... @2misc | ||
22 | + | ||
23 | VPADAL_S 1111 001 11 . 11 .. 00 .... 0 1100 . . 0 .... @2misc | ||
24 | VPADAL_U 1111 001 11 . 11 .. 00 .... 0 1101 . . 0 .... @2misc | ||
25 | |||
26 | + VCGT0 1111 001 11 . 11 .. 01 .... 0 0000 . . 0 .... @2misc | ||
27 | + VCGE0 1111 001 11 . 11 .. 01 .... 0 0001 . . 0 .... @2misc | ||
28 | + VCEQ0 1111 001 11 . 11 .. 01 .... 0 0010 . . 0 .... @2misc | ||
29 | + VCLE0 1111 001 11 . 11 .. 01 .... 0 0011 . . 0 .... @2misc | ||
30 | + VCLT0 1111 001 11 . 11 .. 01 .... 0 0100 . . 0 .... @2misc | ||
31 | + | ||
32 | + VABS 1111 001 11 . 11 .. 01 .... 0 0110 . . 0 .... @2misc | ||
33 | + VNEG 1111 001 11 . 11 .. 01 .... 0 0111 . . 0 .... @2misc | ||
34 | + | ||
35 | VUZP 1111 001 11 . 11 .. 10 .... 0 0010 . . 0 .... @2misc | ||
36 | VZIP 1111 001 11 . 11 .. 10 .... 0 0011 . . 0 .... @2misc | ||
37 | |||
38 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/target/arm/translate-neon.inc.c | ||
41 | +++ b/target/arm/translate-neon.inc.c | ||
42 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_F32_F16(DisasContext *s, arg_2misc *a) | ||
43 | |||
44 | return true; | ||
45 | } | ||
46 | + | ||
47 | +static bool do_2misc_vec(DisasContext *s, arg_2misc *a, GVecGen2Fn *fn) | ||
48 | +{ | ||
49 | + int vec_size = a->q ? 16 : 8; | ||
50 | + int rd_ofs = neon_reg_offset(a->vd, 0); | ||
51 | + int rm_ofs = neon_reg_offset(a->vm, 0); | ||
52 | + | ||
53 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
54 | + return false; | ||
55 | + } | ||
56 | + | ||
57 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
58 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
59 | + ((a->vd | a->vm) & 0x10)) { | ||
60 | + return false; | ||
61 | + } | ||
62 | + | ||
63 | + if (a->size == 3) { | ||
64 | + return false; | ||
65 | + } | ||
66 | + | ||
67 | + if ((a->vd | a->vm) & a->q) { | ||
68 | + return false; | ||
69 | + } | ||
70 | + | ||
71 | + if (!vfp_access_check(s)) { | ||
72 | + return true; | ||
73 | + } | ||
74 | + | ||
75 | + fn(a->size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
76 | + | ||
77 | + return true; | ||
78 | +} | ||
79 | + | ||
80 | +#define DO_2MISC_VEC(INSN, FN) \ | ||
81 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
82 | + { \ | ||
83 | + return do_2misc_vec(s, a, FN); \ | ||
84 | + } | ||
85 | + | ||
86 | +DO_2MISC_VEC(VNEG, tcg_gen_gvec_neg) | ||
87 | +DO_2MISC_VEC(VABS, tcg_gen_gvec_abs) | ||
88 | +DO_2MISC_VEC(VCEQ0, gen_gvec_ceq0) | ||
89 | +DO_2MISC_VEC(VCGT0, gen_gvec_cgt0) | ||
90 | +DO_2MISC_VEC(VCLE0, gen_gvec_cle0) | ||
91 | +DO_2MISC_VEC(VCGE0, gen_gvec_cge0) | ||
92 | +DO_2MISC_VEC(VCLT0, gen_gvec_clt0) | ||
93 | + | ||
94 | +static bool trans_VMVN(DisasContext *s, arg_2misc *a) | ||
95 | +{ | ||
96 | + if (a->size != 0) { | ||
97 | + return false; | ||
98 | + } | ||
99 | + return do_2misc_vec(s, a, tcg_gen_gvec_not); | ||
100 | +} | ||
101 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
102 | index XXXXXXX..XXXXXXX 100644 | ||
103 | --- a/target/arm/translate.c | ||
104 | +++ b/target/arm/translate.c | ||
105 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
106 | int size; | ||
107 | int pass; | ||
108 | int u; | ||
109 | - int vec_size; | ||
110 | TCGv_i32 tmp, tmp2; | ||
111 | |||
112 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
113 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
114 | VFP_DREG_D(rd, insn); | ||
115 | VFP_DREG_M(rm, insn); | ||
116 | size = (insn >> 20) & 3; | ||
117 | - vec_size = q ? 16 : 8; | ||
118 | rd_ofs = neon_reg_offset(rd, 0); | ||
119 | rm_ofs = neon_reg_offset(rm, 0); | ||
120 | |||
121 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
122 | case NEON_2RM_VSHLL: | ||
123 | case NEON_2RM_VCVT_F16_F32: | ||
124 | case NEON_2RM_VCVT_F32_F16: | ||
125 | + case NEON_2RM_VMVN: | ||
126 | + case NEON_2RM_VNEG: | ||
127 | + case NEON_2RM_VABS: | ||
128 | + case NEON_2RM_VCEQ0: | ||
129 | + case NEON_2RM_VCGT0: | ||
130 | + case NEON_2RM_VCLE0: | ||
131 | + case NEON_2RM_VCGE0: | ||
132 | + case NEON_2RM_VCLT0: | ||
133 | /* handled by decodetree */ | ||
134 | return 1; | ||
135 | case NEON_2RM_VTRN: | ||
136 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
137 | q ? gen_helper_crypto_sha256su0 | ||
138 | : gen_helper_crypto_sha1su1); | ||
139 | break; | ||
140 | - case NEON_2RM_VMVN: | ||
141 | - tcg_gen_gvec_not(0, rd_ofs, rm_ofs, vec_size, vec_size); | ||
142 | - break; | ||
143 | - case NEON_2RM_VNEG: | ||
144 | - tcg_gen_gvec_neg(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
145 | - break; | ||
146 | - case NEON_2RM_VABS: | ||
147 | - tcg_gen_gvec_abs(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
148 | - break; | ||
149 | - | ||
150 | - case NEON_2RM_VCEQ0: | ||
151 | - gen_gvec_ceq0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
152 | - break; | ||
153 | - case NEON_2RM_VCGT0: | ||
154 | - gen_gvec_cgt0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
155 | - break; | ||
156 | - case NEON_2RM_VCLE0: | ||
157 | - gen_gvec_cle0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
158 | - break; | ||
159 | - case NEON_2RM_VCGE0: | ||
160 | - gen_gvec_cge0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
161 | - break; | ||
162 | - case NEON_2RM_VCLT0: | ||
163 | - gen_gvec_clt0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
164 | - break; | ||
165 | |||
166 | default: | ||
167 | elementwise: | ||
168 | -- | ||
169 | 2.20.1 | ||
170 | |||
171 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon-2-reg misc crypto ops (AESE, AESMC, SHA1H, SHA1SU1) | ||
2 | to decodetree. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200616170844.13318-9-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/neon-dp.decode | 12 ++++++++ | ||
9 | target/arm/translate-neon.inc.c | 42 ++++++++++++++++++++++++++ | ||
10 | target/arm/translate.c | 52 +++------------------------------ | ||
11 | 3 files changed, 58 insertions(+), 48 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/neon-dp.decode | ||
16 | +++ b/target/arm/neon-dp.decode | ||
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
18 | &2misc vm=%vm_dp vd=%vd_dp | ||
19 | @2misc_q0 .... ... .. . .. size:2 .. .... . .... . . . .... \ | ||
20 | &2misc vm=%vm_dp vd=%vd_dp q=0 | ||
21 | + @2misc_q1 .... ... .. . .. size:2 .. .... . .... . . . .... \ | ||
22 | + &2misc vm=%vm_dp vd=%vd_dp q=1 | ||
23 | |||
24 | VREV64 1111 001 11 . 11 .. 00 .... 0 0000 . . 0 .... @2misc | ||
25 | |||
26 | VPADDL_S 1111 001 11 . 11 .. 00 .... 0 0100 . . 0 .... @2misc | ||
27 | VPADDL_U 1111 001 11 . 11 .. 00 .... 0 0101 . . 0 .... @2misc | ||
28 | |||
29 | + AESE 1111 001 11 . 11 .. 00 .... 0 0110 0 . 0 .... @2misc_q1 | ||
30 | + AESD 1111 001 11 . 11 .. 00 .... 0 0110 1 . 0 .... @2misc_q1 | ||
31 | + AESMC 1111 001 11 . 11 .. 00 .... 0 0111 0 . 0 .... @2misc_q1 | ||
32 | + AESIMC 1111 001 11 . 11 .. 00 .... 0 0111 1 . 0 .... @2misc_q1 | ||
33 | + | ||
34 | VMVN 1111 001 11 . 11 .. 00 .... 0 1011 . . 0 .... @2misc | ||
35 | |||
36 | VPADAL_S 1111 001 11 . 11 .. 00 .... 0 1100 . . 0 .... @2misc | ||
37 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
38 | VCLE0 1111 001 11 . 11 .. 01 .... 0 0011 . . 0 .... @2misc | ||
39 | VCLT0 1111 001 11 . 11 .. 01 .... 0 0100 . . 0 .... @2misc | ||
40 | |||
41 | + SHA1H 1111 001 11 . 11 .. 01 .... 0 0101 1 . 0 .... @2misc_q1 | ||
42 | + | ||
43 | VABS 1111 001 11 . 11 .. 01 .... 0 0110 . . 0 .... @2misc | ||
44 | VNEG 1111 001 11 . 11 .. 01 .... 0 0111 . . 0 .... @2misc | ||
45 | |||
46 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
47 | |||
48 | VSHLL 1111 001 11 . 11 .. 10 .... 0 0110 0 . 0 .... @2misc_q0 | ||
49 | |||
50 | + SHA1SU1 1111 001 11 . 11 .. 10 .... 0 0111 0 . 0 .... @2misc_q1 | ||
51 | + SHA256SU0 1111 001 11 . 11 .. 10 .... 0 0111 1 . 0 .... @2misc_q1 | ||
52 | + | ||
53 | VCVT_F16_F32 1111 001 11 . 11 .. 10 .... 0 1100 0 . 0 .... @2misc_q0 | ||
54 | VCVT_F32_F16 1111 001 11 . 11 .. 10 .... 0 1110 0 . 0 .... @2misc_q0 | ||
55 | ] | ||
56 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | --- a/target/arm/translate-neon.inc.c | ||
59 | +++ b/target/arm/translate-neon.inc.c | ||
60 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMVN(DisasContext *s, arg_2misc *a) | ||
61 | } | ||
62 | return do_2misc_vec(s, a, tcg_gen_gvec_not); | ||
63 | } | ||
64 | + | ||
65 | +#define WRAP_2M_3_OOL_FN(WRAPNAME, FUNC, DATA) \ | ||
66 | + static void WRAPNAME(unsigned vece, uint32_t rd_ofs, \ | ||
67 | + uint32_t rm_ofs, uint32_t oprsz, \ | ||
68 | + uint32_t maxsz) \ | ||
69 | + { \ | ||
70 | + tcg_gen_gvec_3_ool(rd_ofs, rd_ofs, rm_ofs, oprsz, maxsz, \ | ||
71 | + DATA, FUNC); \ | ||
72 | + } | ||
73 | + | ||
74 | +#define WRAP_2M_2_OOL_FN(WRAPNAME, FUNC, DATA) \ | ||
75 | + static void WRAPNAME(unsigned vece, uint32_t rd_ofs, \ | ||
76 | + uint32_t rm_ofs, uint32_t oprsz, \ | ||
77 | + uint32_t maxsz) \ | ||
78 | + { \ | ||
79 | + tcg_gen_gvec_2_ool(rd_ofs, rm_ofs, oprsz, maxsz, DATA, FUNC); \ | ||
80 | + } | ||
81 | + | ||
82 | +WRAP_2M_3_OOL_FN(gen_AESE, gen_helper_crypto_aese, 0) | ||
83 | +WRAP_2M_3_OOL_FN(gen_AESD, gen_helper_crypto_aese, 1) | ||
84 | +WRAP_2M_2_OOL_FN(gen_AESMC, gen_helper_crypto_aesmc, 0) | ||
85 | +WRAP_2M_2_OOL_FN(gen_AESIMC, gen_helper_crypto_aesmc, 1) | ||
86 | +WRAP_2M_2_OOL_FN(gen_SHA1H, gen_helper_crypto_sha1h, 0) | ||
87 | +WRAP_2M_2_OOL_FN(gen_SHA1SU1, gen_helper_crypto_sha1su1, 0) | ||
88 | +WRAP_2M_2_OOL_FN(gen_SHA256SU0, gen_helper_crypto_sha256su0, 0) | ||
89 | + | ||
90 | +#define DO_2M_CRYPTO(INSN, FEATURE, SIZE) \ | ||
91 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
92 | + { \ | ||
93 | + if (!dc_isar_feature(FEATURE, s) || a->size != SIZE) { \ | ||
94 | + return false; \ | ||
95 | + } \ | ||
96 | + return do_2misc_vec(s, a, gen_##INSN); \ | ||
97 | + } | ||
98 | + | ||
99 | +DO_2M_CRYPTO(AESE, aa32_aes, 0) | ||
100 | +DO_2M_CRYPTO(AESD, aa32_aes, 0) | ||
101 | +DO_2M_CRYPTO(AESMC, aa32_aes, 0) | ||
102 | +DO_2M_CRYPTO(AESIMC, aa32_aes, 0) | ||
103 | +DO_2M_CRYPTO(SHA1H, aa32_sha1, 2) | ||
104 | +DO_2M_CRYPTO(SHA1SU1, aa32_sha1, 2) | ||
105 | +DO_2M_CRYPTO(SHA256SU0, aa32_sha2, 2) | ||
106 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
107 | index XXXXXXX..XXXXXXX 100644 | ||
108 | --- a/target/arm/translate.c | ||
109 | +++ b/target/arm/translate.c | ||
110 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
111 | { | ||
112 | int op; | ||
113 | int q; | ||
114 | - int rd, rm, rd_ofs, rm_ofs; | ||
115 | + int rd, rm; | ||
116 | int size; | ||
117 | int pass; | ||
118 | int u; | ||
119 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
120 | VFP_DREG_D(rd, insn); | ||
121 | VFP_DREG_M(rm, insn); | ||
122 | size = (insn >> 20) & 3; | ||
123 | - rd_ofs = neon_reg_offset(rd, 0); | ||
124 | - rm_ofs = neon_reg_offset(rm, 0); | ||
125 | |||
126 | if ((insn & (1 << 23)) == 0) { | ||
127 | /* Three register same length: handled by decodetree */ | ||
128 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
129 | case NEON_2RM_VCLE0: | ||
130 | case NEON_2RM_VCGE0: | ||
131 | case NEON_2RM_VCLT0: | ||
132 | + case NEON_2RM_AESE: case NEON_2RM_AESMC: | ||
133 | + case NEON_2RM_SHA1H: | ||
134 | + case NEON_2RM_SHA1SU1: | ||
135 | /* handled by decodetree */ | ||
136 | return 1; | ||
137 | case NEON_2RM_VTRN: | ||
138 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
139 | goto elementwise; | ||
140 | } | ||
141 | break; | ||
142 | - case NEON_2RM_AESE: case NEON_2RM_AESMC: | ||
143 | - if (!dc_isar_feature(aa32_aes, s) || ((rm | rd) & 1)) { | ||
144 | - return 1; | ||
145 | - } | ||
146 | - /* | ||
147 | - * Bit 6 is the lowest opcode bit; it distinguishes | ||
148 | - * between encryption (AESE/AESMC) and decryption | ||
149 | - * (AESD/AESIMC). | ||
150 | - */ | ||
151 | - if (op == NEON_2RM_AESE) { | ||
152 | - tcg_gen_gvec_3_ool(vfp_reg_offset(true, rd), | ||
153 | - vfp_reg_offset(true, rd), | ||
154 | - vfp_reg_offset(true, rm), | ||
155 | - 16, 16, extract32(insn, 6, 1), | ||
156 | - gen_helper_crypto_aese); | ||
157 | - } else { | ||
158 | - tcg_gen_gvec_2_ool(vfp_reg_offset(true, rd), | ||
159 | - vfp_reg_offset(true, rm), | ||
160 | - 16, 16, extract32(insn, 6, 1), | ||
161 | - gen_helper_crypto_aesmc); | ||
162 | - } | ||
163 | - break; | ||
164 | - case NEON_2RM_SHA1H: | ||
165 | - if (!dc_isar_feature(aa32_sha1, s) || ((rm | rd) & 1)) { | ||
166 | - return 1; | ||
167 | - } | ||
168 | - tcg_gen_gvec_2_ool(rd_ofs, rm_ofs, 16, 16, 0, | ||
169 | - gen_helper_crypto_sha1h); | ||
170 | - break; | ||
171 | - case NEON_2RM_SHA1SU1: | ||
172 | - if ((rm | rd) & 1) { | ||
173 | - return 1; | ||
174 | - } | ||
175 | - /* bit 6 (q): set -> SHA256SU0, cleared -> SHA1SU1 */ | ||
176 | - if (q) { | ||
177 | - if (!dc_isar_feature(aa32_sha2, s)) { | ||
178 | - return 1; | ||
179 | - } | ||
180 | - } else if (!dc_isar_feature(aa32_sha1, s)) { | ||
181 | - return 1; | ||
182 | - } | ||
183 | - tcg_gen_gvec_2_ool(rd_ofs, rm_ofs, 16, 16, 0, | ||
184 | - q ? gen_helper_crypto_sha256su0 | ||
185 | - : gen_helper_crypto_sha1su1); | ||
186 | - break; | ||
187 | |||
188 | default: | ||
189 | elementwise: | ||
190 | -- | ||
191 | 2.20.1 | ||
192 | |||
193 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The NeonGenOneOpFn typedef breaks with the pattern of the other | ||
2 | NeonGen*Fn typedefs, because it is a TCGv_i64 -> TCGv_i64 operation | ||
3 | but it does not have '64' in its name. Rename it to NeonGenOne64OpFn, | ||
4 | so that the old name is available for a TCGv_i32 -> TCGv_i32 operation | ||
5 | (which we will need in a subsequent commit). | ||
6 | 1 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200616170844.13318-10-peter.maydell@linaro.org | ||
10 | --- | ||
11 | target/arm/translate.h | 2 +- | ||
12 | target/arm/translate-a64.c | 4 ++-- | ||
13 | 2 files changed, 3 insertions(+), 3 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/translate.h | ||
18 | +++ b/target/arm/translate.h | ||
19 | @@ -XXX,XX +XXX,XX @@ typedef void NeonGenWidenFn(TCGv_i64, TCGv_i32); | ||
20 | typedef void NeonGenTwoOpWidenFn(TCGv_i64, TCGv_i32, TCGv_i32); | ||
21 | typedef void NeonGenTwoSingleOPFn(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_ptr); | ||
22 | typedef void NeonGenTwoDoubleOPFn(TCGv_i64, TCGv_i64, TCGv_i64, TCGv_ptr); | ||
23 | -typedef void NeonGenOneOpFn(TCGv_i64, TCGv_i64); | ||
24 | +typedef void NeonGenOne64OpFn(TCGv_i64, TCGv_i64); | ||
25 | typedef void CryptoTwoOpFn(TCGv_ptr, TCGv_ptr); | ||
26 | typedef void CryptoThreeOpIntFn(TCGv_ptr, TCGv_ptr, TCGv_i32); | ||
27 | typedef void CryptoThreeOpFn(TCGv_ptr, TCGv_ptr, TCGv_ptr); | ||
28 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/target/arm/translate-a64.c | ||
31 | +++ b/target/arm/translate-a64.c | ||
32 | @@ -XXX,XX +XXX,XX @@ static void handle_2misc_pairwise(DisasContext *s, int opcode, bool u, | ||
33 | } else { | ||
34 | for (pass = 0; pass < maxpass; pass++) { | ||
35 | TCGv_i64 tcg_op = tcg_temp_new_i64(); | ||
36 | - NeonGenOneOpFn *genfn; | ||
37 | - static NeonGenOneOpFn * const fns[2][2] = { | ||
38 | + NeonGenOne64OpFn *genfn; | ||
39 | + static NeonGenOne64OpFn * const fns[2][2] = { | ||
40 | { gen_helper_neon_addlp_s8, gen_helper_neon_addlp_u8 }, | ||
41 | { gen_helper_neon_addlp_s16, gen_helper_neon_addlp_u16 }, | ||
42 | }; | ||
43 | -- | ||
44 | 2.20.1 | ||
45 | |||
46 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the VREV32 and VREV16 insns in the Neon 2-reg-misc group | ||
2 | to decodetree. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200616170844.13318-13-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/translate.h | 1 + | ||
9 | target/arm/neon-dp.decode | 2 ++ | ||
10 | target/arm/translate-neon.inc.c | 55 +++++++++++++++++++++++++++++++++ | ||
11 | target/arm/translate.c | 12 ++----- | ||
12 | 4 files changed, 60 insertions(+), 10 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/translate.h | ||
17 | +++ b/target/arm/translate.h | ||
18 | @@ -XXX,XX +XXX,XX @@ typedef void GVecGen4Fn(unsigned, uint32_t, uint32_t, uint32_t, | ||
19 | uint32_t, uint32_t, uint32_t); | ||
20 | |||
21 | /* Function prototype for gen_ functions for calling Neon helpers */ | ||
22 | +typedef void NeonGenOneOpFn(TCGv_i32, TCGv_i32); | ||
23 | typedef void NeonGenOneOpEnvFn(TCGv_i32, TCGv_ptr, TCGv_i32); | ||
24 | typedef void NeonGenTwoOpFn(TCGv_i32, TCGv_i32, TCGv_i32); | ||
25 | typedef void NeonGenTwoOpEnvFn(TCGv_i32, TCGv_ptr, TCGv_i32, TCGv_i32); | ||
26 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
27 | index XXXXXXX..XXXXXXX 100644 | ||
28 | --- a/target/arm/neon-dp.decode | ||
29 | +++ b/target/arm/neon-dp.decode | ||
30 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
31 | &2misc vm=%vm_dp vd=%vd_dp q=1 | ||
32 | |||
33 | VREV64 1111 001 11 . 11 .. 00 .... 0 0000 . . 0 .... @2misc | ||
34 | + VREV32 1111 001 11 . 11 .. 00 .... 0 0001 . . 0 .... @2misc | ||
35 | + VREV16 1111 001 11 . 11 .. 00 .... 0 0010 . . 0 .... @2misc | ||
36 | |||
37 | VPADDL_S 1111 001 11 . 11 .. 00 .... 0 0100 . . 0 .... @2misc | ||
38 | VPADDL_U 1111 001 11 . 11 .. 00 .... 0 0101 . . 0 .... @2misc | ||
39 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/translate-neon.inc.c | ||
42 | +++ b/target/arm/translate-neon.inc.c | ||
43 | @@ -XXX,XX +XXX,XX @@ DO_2M_CRYPTO(AESIMC, aa32_aes, 0) | ||
44 | DO_2M_CRYPTO(SHA1H, aa32_sha1, 2) | ||
45 | DO_2M_CRYPTO(SHA1SU1, aa32_sha1, 2) | ||
46 | DO_2M_CRYPTO(SHA256SU0, aa32_sha2, 2) | ||
47 | + | ||
48 | +static bool do_2misc(DisasContext *s, arg_2misc *a, NeonGenOneOpFn *fn) | ||
49 | +{ | ||
50 | + int pass; | ||
51 | + | ||
52 | + /* Handle a 2-reg-misc operation by iterating 32 bits at a time */ | ||
53 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
54 | + return false; | ||
55 | + } | ||
56 | + | ||
57 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
58 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
59 | + ((a->vd | a->vm) & 0x10)) { | ||
60 | + return false; | ||
61 | + } | ||
62 | + | ||
63 | + if (!fn) { | ||
64 | + return false; | ||
65 | + } | ||
66 | + | ||
67 | + if ((a->vd | a->vm) & a->q) { | ||
68 | + return false; | ||
69 | + } | ||
70 | + | ||
71 | + if (!vfp_access_check(s)) { | ||
72 | + return true; | ||
73 | + } | ||
74 | + | ||
75 | + for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
76 | + TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
77 | + fn(tmp, tmp); | ||
78 | + neon_store_reg(a->vd, pass, tmp); | ||
79 | + } | ||
80 | + | ||
81 | + return true; | ||
82 | +} | ||
83 | + | ||
84 | +static bool trans_VREV32(DisasContext *s, arg_2misc *a) | ||
85 | +{ | ||
86 | + static NeonGenOneOpFn * const fn[] = { | ||
87 | + tcg_gen_bswap32_i32, | ||
88 | + gen_swap_half, | ||
89 | + NULL, | ||
90 | + NULL, | ||
91 | + }; | ||
92 | + return do_2misc(s, a, fn[a->size]); | ||
93 | +} | ||
94 | + | ||
95 | +static bool trans_VREV16(DisasContext *s, arg_2misc *a) | ||
96 | +{ | ||
97 | + if (a->size != 0) { | ||
98 | + return false; | ||
99 | + } | ||
100 | + return do_2misc(s, a, gen_rev16); | ||
101 | +} | ||
102 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
103 | index XXXXXXX..XXXXXXX 100644 | ||
104 | --- a/target/arm/translate.c | ||
105 | +++ b/target/arm/translate.c | ||
106 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
107 | case NEON_2RM_AESE: case NEON_2RM_AESMC: | ||
108 | case NEON_2RM_SHA1H: | ||
109 | case NEON_2RM_SHA1SU1: | ||
110 | + case NEON_2RM_VREV32: | ||
111 | + case NEON_2RM_VREV16: | ||
112 | /* handled by decodetree */ | ||
113 | return 1; | ||
114 | case NEON_2RM_VTRN: | ||
115 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
116 | for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
117 | tmp = neon_load_reg(rm, pass); | ||
118 | switch (op) { | ||
119 | - case NEON_2RM_VREV32: | ||
120 | - switch (size) { | ||
121 | - case 0: tcg_gen_bswap32_i32(tmp, tmp); break; | ||
122 | - case 1: gen_swap_half(tmp, tmp); break; | ||
123 | - default: abort(); | ||
124 | - } | ||
125 | - break; | ||
126 | - case NEON_2RM_VREV16: | ||
127 | - gen_rev16(tmp, tmp); | ||
128 | - break; | ||
129 | case NEON_2RM_VCLS: | ||
130 | switch (size) { | ||
131 | case 0: gen_helper_neon_cls_s8(tmp, tmp); break; | ||
132 | -- | ||
133 | 2.20.1 | ||
134 | |||
135 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the remaining ops in the Neon 2-reg-misc group which | ||
2 | can be implemented simply with our do_2misc() helper. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200616170844.13318-14-peter.maydell@linaro.org | ||
7 | --- | ||
8 | target/arm/neon-dp.decode | 10 +++++ | ||
9 | target/arm/translate-neon.inc.c | 69 +++++++++++++++++++++++++++++++++ | ||
10 | target/arm/translate.c | 38 ++++-------------- | ||
11 | 3 files changed, 86 insertions(+), 31 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/neon-dp.decode | ||
16 | +++ b/target/arm/neon-dp.decode | ||
17 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
18 | AESMC 1111 001 11 . 11 .. 00 .... 0 0111 0 . 0 .... @2misc_q1 | ||
19 | AESIMC 1111 001 11 . 11 .. 00 .... 0 0111 1 . 0 .... @2misc_q1 | ||
20 | |||
21 | + VCLS 1111 001 11 . 11 .. 00 .... 0 1000 . . 0 .... @2misc | ||
22 | + VCLZ 1111 001 11 . 11 .. 00 .... 0 1001 . . 0 .... @2misc | ||
23 | + VCNT 1111 001 11 . 11 .. 00 .... 0 1010 . . 0 .... @2misc | ||
24 | + | ||
25 | VMVN 1111 001 11 . 11 .. 00 .... 0 1011 . . 0 .... @2misc | ||
26 | |||
27 | VPADAL_S 1111 001 11 . 11 .. 00 .... 0 1100 . . 0 .... @2misc | ||
28 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
29 | VABS 1111 001 11 . 11 .. 01 .... 0 0110 . . 0 .... @2misc | ||
30 | VNEG 1111 001 11 . 11 .. 01 .... 0 0111 . . 0 .... @2misc | ||
31 | |||
32 | + VABS_F 1111 001 11 . 11 .. 01 .... 0 1110 . . 0 .... @2misc | ||
33 | + VNEG_F 1111 001 11 . 11 .. 01 .... 0 1111 . . 0 .... @2misc | ||
34 | + | ||
35 | VUZP 1111 001 11 . 11 .. 10 .... 0 0010 . . 0 .... @2misc | ||
36 | VZIP 1111 001 11 . 11 .. 10 .... 0 0011 . . 0 .... @2misc | ||
37 | |||
38 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
39 | |||
40 | VCVT_F16_F32 1111 001 11 . 11 .. 10 .... 0 1100 0 . 0 .... @2misc_q0 | ||
41 | VCVT_F32_F16 1111 001 11 . 11 .. 10 .... 0 1110 0 . 0 .... @2misc_q0 | ||
42 | + | ||
43 | + VRECPE 1111 001 11 . 11 .. 11 .... 0 1000 . . 0 .... @2misc | ||
44 | + VRSQRTE 1111 001 11 . 11 .. 11 .... 0 1001 . . 0 .... @2misc | ||
45 | ] | ||
46 | |||
47 | # Subgroup for size != 0b11 | ||
48 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/target/arm/translate-neon.inc.c | ||
51 | +++ b/target/arm/translate-neon.inc.c | ||
52 | @@ -XXX,XX +XXX,XX @@ static bool trans_VREV16(DisasContext *s, arg_2misc *a) | ||
53 | } | ||
54 | return do_2misc(s, a, gen_rev16); | ||
55 | } | ||
56 | + | ||
57 | +static bool trans_VCLS(DisasContext *s, arg_2misc *a) | ||
58 | +{ | ||
59 | + static NeonGenOneOpFn * const fn[] = { | ||
60 | + gen_helper_neon_cls_s8, | ||
61 | + gen_helper_neon_cls_s16, | ||
62 | + gen_helper_neon_cls_s32, | ||
63 | + NULL, | ||
64 | + }; | ||
65 | + return do_2misc(s, a, fn[a->size]); | ||
66 | +} | ||
67 | + | ||
68 | +static void do_VCLZ_32(TCGv_i32 rd, TCGv_i32 rm) | ||
69 | +{ | ||
70 | + tcg_gen_clzi_i32(rd, rm, 32); | ||
71 | +} | ||
72 | + | ||
73 | +static bool trans_VCLZ(DisasContext *s, arg_2misc *a) | ||
74 | +{ | ||
75 | + static NeonGenOneOpFn * const fn[] = { | ||
76 | + gen_helper_neon_clz_u8, | ||
77 | + gen_helper_neon_clz_u16, | ||
78 | + do_VCLZ_32, | ||
79 | + NULL, | ||
80 | + }; | ||
81 | + return do_2misc(s, a, fn[a->size]); | ||
82 | +} | ||
83 | + | ||
84 | +static bool trans_VCNT(DisasContext *s, arg_2misc *a) | ||
85 | +{ | ||
86 | + if (a->size != 0) { | ||
87 | + return false; | ||
88 | + } | ||
89 | + return do_2misc(s, a, gen_helper_neon_cnt_u8); | ||
90 | +} | ||
91 | + | ||
92 | +static bool trans_VABS_F(DisasContext *s, arg_2misc *a) | ||
93 | +{ | ||
94 | + if (a->size != 2) { | ||
95 | + return false; | ||
96 | + } | ||
97 | + /* TODO: FP16 : size == 1 */ | ||
98 | + return do_2misc(s, a, gen_helper_vfp_abss); | ||
99 | +} | ||
100 | + | ||
101 | +static bool trans_VNEG_F(DisasContext *s, arg_2misc *a) | ||
102 | +{ | ||
103 | + if (a->size != 2) { | ||
104 | + return false; | ||
105 | + } | ||
106 | + /* TODO: FP16 : size == 1 */ | ||
107 | + return do_2misc(s, a, gen_helper_vfp_negs); | ||
108 | +} | ||
109 | + | ||
110 | +static bool trans_VRECPE(DisasContext *s, arg_2misc *a) | ||
111 | +{ | ||
112 | + if (a->size != 2) { | ||
113 | + return false; | ||
114 | + } | ||
115 | + return do_2misc(s, a, gen_helper_recpe_u32); | ||
116 | +} | ||
117 | + | ||
118 | +static bool trans_VRSQRTE(DisasContext *s, arg_2misc *a) | ||
119 | +{ | ||
120 | + if (a->size != 2) { | ||
121 | + return false; | ||
122 | + } | ||
123 | + return do_2misc(s, a, gen_helper_rsqrte_u32); | ||
124 | +} | ||
125 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
126 | index XXXXXXX..XXXXXXX 100644 | ||
127 | --- a/target/arm/translate.c | ||
128 | +++ b/target/arm/translate.c | ||
129 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
130 | case NEON_2RM_SHA1SU1: | ||
131 | case NEON_2RM_VREV32: | ||
132 | case NEON_2RM_VREV16: | ||
133 | + case NEON_2RM_VCLS: | ||
134 | + case NEON_2RM_VCLZ: | ||
135 | + case NEON_2RM_VCNT: | ||
136 | + case NEON_2RM_VABS_F: | ||
137 | + case NEON_2RM_VNEG_F: | ||
138 | + case NEON_2RM_VRECPE: | ||
139 | + case NEON_2RM_VRSQRTE: | ||
140 | /* handled by decodetree */ | ||
141 | return 1; | ||
142 | case NEON_2RM_VTRN: | ||
143 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
144 | for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
145 | tmp = neon_load_reg(rm, pass); | ||
146 | switch (op) { | ||
147 | - case NEON_2RM_VCLS: | ||
148 | - switch (size) { | ||
149 | - case 0: gen_helper_neon_cls_s8(tmp, tmp); break; | ||
150 | - case 1: gen_helper_neon_cls_s16(tmp, tmp); break; | ||
151 | - case 2: gen_helper_neon_cls_s32(tmp, tmp); break; | ||
152 | - default: abort(); | ||
153 | - } | ||
154 | - break; | ||
155 | - case NEON_2RM_VCLZ: | ||
156 | - switch (size) { | ||
157 | - case 0: gen_helper_neon_clz_u8(tmp, tmp); break; | ||
158 | - case 1: gen_helper_neon_clz_u16(tmp, tmp); break; | ||
159 | - case 2: tcg_gen_clzi_i32(tmp, tmp, 32); break; | ||
160 | - default: abort(); | ||
161 | - } | ||
162 | - break; | ||
163 | - case NEON_2RM_VCNT: | ||
164 | - gen_helper_neon_cnt_u8(tmp, tmp); | ||
165 | - break; | ||
166 | case NEON_2RM_VQABS: | ||
167 | switch (size) { | ||
168 | case 0: | ||
169 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
170 | tcg_temp_free_ptr(fpstatus); | ||
171 | break; | ||
172 | } | ||
173 | - case NEON_2RM_VABS_F: | ||
174 | - gen_helper_vfp_abss(tmp, tmp); | ||
175 | - break; | ||
176 | - case NEON_2RM_VNEG_F: | ||
177 | - gen_helper_vfp_negs(tmp, tmp); | ||
178 | - break; | ||
179 | case NEON_2RM_VSWP: | ||
180 | tmp2 = neon_load_reg(rd, pass); | ||
181 | neon_store_reg(rm, pass, tmp2); | ||
182 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
183 | tcg_temp_free_ptr(fpst); | ||
184 | break; | ||
185 | } | ||
186 | - case NEON_2RM_VRECPE: | ||
187 | - gen_helper_recpe_u32(tmp, tmp); | ||
188 | - break; | ||
189 | - case NEON_2RM_VRSQRTE: | ||
190 | - gen_helper_rsqrte_u32(tmp, tmp); | ||
191 | - break; | ||
192 | case NEON_2RM_VRECPE_F: | ||
193 | { | ||
194 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
195 | -- | ||
196 | 2.20.1 | ||
197 | |||
198 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VQABS and VQNEG insns to decodetree. | ||
2 | Since these are the only ones which need cpu_env passing to | ||
3 | the helper, we wrap the helper rather than creating a whole | ||
4 | new do_2misc_env() function. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200616170844.13318-15-peter.maydell@linaro.org | ||
9 | --- | ||
10 | target/arm/neon-dp.decode | 3 +++ | ||
11 | target/arm/translate-neon.inc.c | 35 +++++++++++++++++++++++++++++++++ | ||
12 | target/arm/translate.c | 30 ++-------------------------- | ||
13 | 3 files changed, 40 insertions(+), 28 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/neon-dp.decode | ||
18 | +++ b/target/arm/neon-dp.decode | ||
19 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
20 | VPADAL_S 1111 001 11 . 11 .. 00 .... 0 1100 . . 0 .... @2misc | ||
21 | VPADAL_U 1111 001 11 . 11 .. 00 .... 0 1101 . . 0 .... @2misc | ||
22 | |||
23 | + VQABS 1111 001 11 . 11 .. 00 .... 0 1110 . . 0 .... @2misc | ||
24 | + VQNEG 1111 001 11 . 11 .. 00 .... 0 1111 . . 0 .... @2misc | ||
25 | + | ||
26 | VCGT0 1111 001 11 . 11 .. 01 .... 0 0000 . . 0 .... @2misc | ||
27 | VCGE0 1111 001 11 . 11 .. 01 .... 0 0001 . . 0 .... @2misc | ||
28 | VCEQ0 1111 001 11 . 11 .. 01 .... 0 0010 . . 0 .... @2misc | ||
29 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/target/arm/translate-neon.inc.c | ||
32 | +++ b/target/arm/translate-neon.inc.c | ||
33 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRSQRTE(DisasContext *s, arg_2misc *a) | ||
34 | } | ||
35 | return do_2misc(s, a, gen_helper_rsqrte_u32); | ||
36 | } | ||
37 | + | ||
38 | +#define WRAP_1OP_ENV_FN(WRAPNAME, FUNC) \ | ||
39 | + static void WRAPNAME(TCGv_i32 d, TCGv_i32 m) \ | ||
40 | + { \ | ||
41 | + FUNC(d, cpu_env, m); \ | ||
42 | + } | ||
43 | + | ||
44 | +WRAP_1OP_ENV_FN(gen_VQABS_s8, gen_helper_neon_qabs_s8) | ||
45 | +WRAP_1OP_ENV_FN(gen_VQABS_s16, gen_helper_neon_qabs_s16) | ||
46 | +WRAP_1OP_ENV_FN(gen_VQABS_s32, gen_helper_neon_qabs_s32) | ||
47 | +WRAP_1OP_ENV_FN(gen_VQNEG_s8, gen_helper_neon_qneg_s8) | ||
48 | +WRAP_1OP_ENV_FN(gen_VQNEG_s16, gen_helper_neon_qneg_s16) | ||
49 | +WRAP_1OP_ENV_FN(gen_VQNEG_s32, gen_helper_neon_qneg_s32) | ||
50 | + | ||
51 | +static bool trans_VQABS(DisasContext *s, arg_2misc *a) | ||
52 | +{ | ||
53 | + static NeonGenOneOpFn * const fn[] = { | ||
54 | + gen_VQABS_s8, | ||
55 | + gen_VQABS_s16, | ||
56 | + gen_VQABS_s32, | ||
57 | + NULL, | ||
58 | + }; | ||
59 | + return do_2misc(s, a, fn[a->size]); | ||
60 | +} | ||
61 | + | ||
62 | +static bool trans_VQNEG(DisasContext *s, arg_2misc *a) | ||
63 | +{ | ||
64 | + static NeonGenOneOpFn * const fn[] = { | ||
65 | + gen_VQNEG_s8, | ||
66 | + gen_VQNEG_s16, | ||
67 | + gen_VQNEG_s32, | ||
68 | + NULL, | ||
69 | + }; | ||
70 | + return do_2misc(s, a, fn[a->size]); | ||
71 | +} | ||
72 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
73 | index XXXXXXX..XXXXXXX 100644 | ||
74 | --- a/target/arm/translate.c | ||
75 | +++ b/target/arm/translate.c | ||
76 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
77 | case NEON_2RM_VNEG_F: | ||
78 | case NEON_2RM_VRECPE: | ||
79 | case NEON_2RM_VRSQRTE: | ||
80 | + case NEON_2RM_VQABS: | ||
81 | + case NEON_2RM_VQNEG: | ||
82 | /* handled by decodetree */ | ||
83 | return 1; | ||
84 | case NEON_2RM_VTRN: | ||
85 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
86 | for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
87 | tmp = neon_load_reg(rm, pass); | ||
88 | switch (op) { | ||
89 | - case NEON_2RM_VQABS: | ||
90 | - switch (size) { | ||
91 | - case 0: | ||
92 | - gen_helper_neon_qabs_s8(tmp, cpu_env, tmp); | ||
93 | - break; | ||
94 | - case 1: | ||
95 | - gen_helper_neon_qabs_s16(tmp, cpu_env, tmp); | ||
96 | - break; | ||
97 | - case 2: | ||
98 | - gen_helper_neon_qabs_s32(tmp, cpu_env, tmp); | ||
99 | - break; | ||
100 | - default: abort(); | ||
101 | - } | ||
102 | - break; | ||
103 | - case NEON_2RM_VQNEG: | ||
104 | - switch (size) { | ||
105 | - case 0: | ||
106 | - gen_helper_neon_qneg_s8(tmp, cpu_env, tmp); | ||
107 | - break; | ||
108 | - case 1: | ||
109 | - gen_helper_neon_qneg_s16(tmp, cpu_env, tmp); | ||
110 | - break; | ||
111 | - case 2: | ||
112 | - gen_helper_neon_qneg_s32(tmp, cpu_env, tmp); | ||
113 | - break; | ||
114 | - default: abort(); | ||
115 | - } | ||
116 | - break; | ||
117 | case NEON_2RM_VCGT0_F: | ||
118 | { | ||
119 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
120 | -- | ||
121 | 2.20.1 | ||
122 | |||
123 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon 2-reg-misc insns which are implemented with | ||
2 | simple calls to functions that take the input, output and | ||
3 | fpstatus pointer. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200616170844.13318-16-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/translate.h | 1 + | ||
10 | target/arm/neon-dp.decode | 8 +++++ | ||
11 | target/arm/translate-neon.inc.c | 62 +++++++++++++++++++++++++++++++++ | ||
12 | target/arm/translate.c | 56 ++++------------------------- | ||
13 | 4 files changed, 78 insertions(+), 49 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/translate.h | ||
18 | +++ b/target/arm/translate.h | ||
19 | @@ -XXX,XX +XXX,XX @@ typedef void NeonGenNarrowFn(TCGv_i32, TCGv_i64); | ||
20 | typedef void NeonGenNarrowEnvFn(TCGv_i32, TCGv_ptr, TCGv_i64); | ||
21 | typedef void NeonGenWidenFn(TCGv_i64, TCGv_i32); | ||
22 | typedef void NeonGenTwoOpWidenFn(TCGv_i64, TCGv_i32, TCGv_i32); | ||
23 | +typedef void NeonGenOneSingleOpFn(TCGv_i32, TCGv_i32, TCGv_ptr); | ||
24 | typedef void NeonGenTwoSingleOpFn(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_ptr); | ||
25 | typedef void NeonGenTwoDoubleOpFn(TCGv_i64, TCGv_i64, TCGv_i64, TCGv_ptr); | ||
26 | typedef void NeonGenOne64OpFn(TCGv_i64, TCGv_i64); | ||
27 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/target/arm/neon-dp.decode | ||
30 | +++ b/target/arm/neon-dp.decode | ||
31 | @@ -XXX,XX +XXX,XX @@ Vimm_1r 1111 001 . 1 . 000 ... .... cmode:4 0 . op:1 1 .... @1reg_imm | ||
32 | SHA1SU1 1111 001 11 . 11 .. 10 .... 0 0111 0 . 0 .... @2misc_q1 | ||
33 | SHA256SU0 1111 001 11 . 11 .. 10 .... 0 0111 1 . 0 .... @2misc_q1 | ||
34 | |||
35 | + VRINTX 1111 001 11 . 11 .. 10 .... 0 1001 . . 0 .... @2misc | ||
36 | + | ||
37 | VCVT_F16_F32 1111 001 11 . 11 .. 10 .... 0 1100 0 . 0 .... @2misc_q0 | ||
38 | VCVT_F32_F16 1111 001 11 . 11 .. 10 .... 0 1110 0 . 0 .... @2misc_q0 | ||
39 | |||
40 | VRECPE 1111 001 11 . 11 .. 11 .... 0 1000 . . 0 .... @2misc | ||
41 | VRSQRTE 1111 001 11 . 11 .. 11 .... 0 1001 . . 0 .... @2misc | ||
42 | + VRECPE_F 1111 001 11 . 11 .. 11 .... 0 1010 . . 0 .... @2misc | ||
43 | + VRSQRTE_F 1111 001 11 . 11 .. 11 .... 0 1011 . . 0 .... @2misc | ||
44 | + VCVT_FS 1111 001 11 . 11 .. 11 .... 0 1100 . . 0 .... @2misc | ||
45 | + VCVT_FU 1111 001 11 . 11 .. 11 .... 0 1101 . . 0 .... @2misc | ||
46 | + VCVT_SF 1111 001 11 . 11 .. 11 .... 0 1110 . . 0 .... @2misc | ||
47 | + VCVT_UF 1111 001 11 . 11 .. 11 .... 0 1111 . . 0 .... @2misc | ||
48 | ] | ||
49 | |||
50 | # Subgroup for size != 0b11 | ||
51 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/target/arm/translate-neon.inc.c | ||
54 | +++ b/target/arm/translate-neon.inc.c | ||
55 | @@ -XXX,XX +XXX,XX @@ static bool trans_VQNEG(DisasContext *s, arg_2misc *a) | ||
56 | }; | ||
57 | return do_2misc(s, a, fn[a->size]); | ||
58 | } | ||
59 | + | ||
60 | +static bool do_2misc_fp(DisasContext *s, arg_2misc *a, | ||
61 | + NeonGenOneSingleOpFn *fn) | ||
62 | +{ | ||
63 | + int pass; | ||
64 | + TCGv_ptr fpst; | ||
65 | + | ||
66 | + /* Handle a 2-reg-misc operation by iterating 32 bits at a time */ | ||
67 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
68 | + return false; | ||
69 | + } | ||
70 | + | ||
71 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
72 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
73 | + ((a->vd | a->vm) & 0x10)) { | ||
74 | + return false; | ||
75 | + } | ||
76 | + | ||
77 | + if (a->size != 2) { | ||
78 | + /* TODO: FP16 will be the size == 1 case */ | ||
79 | + return false; | ||
80 | + } | ||
81 | + | ||
82 | + if ((a->vd | a->vm) & a->q) { | ||
83 | + return false; | ||
84 | + } | ||
85 | + | ||
86 | + if (!vfp_access_check(s)) { | ||
87 | + return true; | ||
88 | + } | ||
89 | + | ||
90 | + fpst = get_fpstatus_ptr(1); | ||
91 | + for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
92 | + TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
93 | + fn(tmp, tmp, fpst); | ||
94 | + neon_store_reg(a->vd, pass, tmp); | ||
95 | + } | ||
96 | + tcg_temp_free_ptr(fpst); | ||
97 | + | ||
98 | + return true; | ||
99 | +} | ||
100 | + | ||
101 | +#define DO_2MISC_FP(INSN, FUNC) \ | ||
102 | + static bool trans_##INSN(DisasContext *s, arg_2misc *a) \ | ||
103 | + { \ | ||
104 | + return do_2misc_fp(s, a, FUNC); \ | ||
105 | + } | ||
106 | + | ||
107 | +DO_2MISC_FP(VRECPE_F, gen_helper_recpe_f32) | ||
108 | +DO_2MISC_FP(VRSQRTE_F, gen_helper_rsqrte_f32) | ||
109 | +DO_2MISC_FP(VCVT_FS, gen_helper_vfp_sitos) | ||
110 | +DO_2MISC_FP(VCVT_FU, gen_helper_vfp_uitos) | ||
111 | +DO_2MISC_FP(VCVT_SF, gen_helper_vfp_tosizs) | ||
112 | +DO_2MISC_FP(VCVT_UF, gen_helper_vfp_touizs) | ||
113 | + | ||
114 | +static bool trans_VRINTX(DisasContext *s, arg_2misc *a) | ||
115 | +{ | ||
116 | + if (!arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
117 | + return false; | ||
118 | + } | ||
119 | + return do_2misc_fp(s, a, gen_helper_rints_exact); | ||
120 | +} | ||
121 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
122 | index XXXXXXX..XXXXXXX 100644 | ||
123 | --- a/target/arm/translate.c | ||
124 | +++ b/target/arm/translate.c | ||
125 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
126 | case NEON_2RM_VRSQRTE: | ||
127 | case NEON_2RM_VQABS: | ||
128 | case NEON_2RM_VQNEG: | ||
129 | + case NEON_2RM_VRECPE_F: | ||
130 | + case NEON_2RM_VRSQRTE_F: | ||
131 | + case NEON_2RM_VCVT_FS: | ||
132 | + case NEON_2RM_VCVT_FU: | ||
133 | + case NEON_2RM_VCVT_SF: | ||
134 | + case NEON_2RM_VCVT_UF: | ||
135 | + case NEON_2RM_VRINTX: | ||
136 | /* handled by decodetree */ | ||
137 | return 1; | ||
138 | case NEON_2RM_VTRN: | ||
139 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
140 | tcg_temp_free_i32(tcg_rmode); | ||
141 | break; | ||
142 | } | ||
143 | - case NEON_2RM_VRINTX: | ||
144 | - { | ||
145 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
146 | - gen_helper_rints_exact(tmp, tmp, fpstatus); | ||
147 | - tcg_temp_free_ptr(fpstatus); | ||
148 | - break; | ||
149 | - } | ||
150 | case NEON_2RM_VCVTAU: | ||
151 | case NEON_2RM_VCVTAS: | ||
152 | case NEON_2RM_VCVTNU: | ||
153 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
154 | tcg_temp_free_ptr(fpst); | ||
155 | break; | ||
156 | } | ||
157 | - case NEON_2RM_VRECPE_F: | ||
158 | - { | ||
159 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
160 | - gen_helper_recpe_f32(tmp, tmp, fpstatus); | ||
161 | - tcg_temp_free_ptr(fpstatus); | ||
162 | - break; | ||
163 | - } | ||
164 | - case NEON_2RM_VRSQRTE_F: | ||
165 | - { | ||
166 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
167 | - gen_helper_rsqrte_f32(tmp, tmp, fpstatus); | ||
168 | - tcg_temp_free_ptr(fpstatus); | ||
169 | - break; | ||
170 | - } | ||
171 | - case NEON_2RM_VCVT_FS: /* VCVT.F32.S32 */ | ||
172 | - { | ||
173 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
174 | - gen_helper_vfp_sitos(tmp, tmp, fpstatus); | ||
175 | - tcg_temp_free_ptr(fpstatus); | ||
176 | - break; | ||
177 | - } | ||
178 | - case NEON_2RM_VCVT_FU: /* VCVT.F32.U32 */ | ||
179 | - { | ||
180 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
181 | - gen_helper_vfp_uitos(tmp, tmp, fpstatus); | ||
182 | - tcg_temp_free_ptr(fpstatus); | ||
183 | - break; | ||
184 | - } | ||
185 | - case NEON_2RM_VCVT_SF: /* VCVT.S32.F32 */ | ||
186 | - { | ||
187 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
188 | - gen_helper_vfp_tosizs(tmp, tmp, fpstatus); | ||
189 | - tcg_temp_free_ptr(fpstatus); | ||
190 | - break; | ||
191 | - } | ||
192 | - case NEON_2RM_VCVT_UF: /* VCVT.U32.F32 */ | ||
193 | - { | ||
194 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
195 | - gen_helper_vfp_touizs(tmp, tmp, fpstatus); | ||
196 | - tcg_temp_free_ptr(fpstatus); | ||
197 | - break; | ||
198 | - } | ||
199 | default: | ||
200 | /* Reserved op values were caught by the | ||
201 | * neon_2rm_sizes[] check earlier. | ||
202 | -- | ||
203 | 2.20.1 | ||
204 | |||
205 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | 2 | ||
3 | By using the TYPE_* definitions for devices, we can: | 3 | The i.MX6UL doesn't support CLK_HIGH ou CLK_HIGH_DIV clock source. |
4 | - quickly find where devices are used with 'git-grep' | ||
5 | - easily rename a device (one-line change). | ||
6 | 4 | ||
7 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 5 | Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> |
8 | Message-id: 20200617072539.32686-6-f4bug@amsat.org | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 8 | --- |
12 | hw/arm/realview.c | 3 ++- | 9 | include/hw/timer/imx_gpt.h | 1 + |
13 | hw/arm/versatilepb.c | 3 ++- | 10 | hw/arm/fsl-imx6ul.c | 2 +- |
14 | hw/arm/vexpress.c | 3 ++- | 11 | hw/misc/imx6ul_ccm.c | 6 ------ |
15 | 3 files changed, 6 insertions(+), 3 deletions(-) | 12 | hw/timer/imx_gpt.c | 25 +++++++++++++++++++++++++ |
13 | 4 files changed, 27 insertions(+), 7 deletions(-) | ||
16 | 14 | ||
17 | diff --git a/hw/arm/realview.c b/hw/arm/realview.c | 15 | diff --git a/include/hw/timer/imx_gpt.h b/include/hw/timer/imx_gpt.h |
18 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/realview.c | 17 | --- a/include/hw/timer/imx_gpt.h |
20 | +++ b/hw/arm/realview.c | 18 | +++ b/include/hw/timer/imx_gpt.h |
21 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ |
22 | #include "hw/cpu/a9mpcore.h" | 20 | #define TYPE_IMX25_GPT "imx25.gpt" |
23 | #include "hw/intc/realview_gic.h" | 21 | #define TYPE_IMX31_GPT "imx31.gpt" |
24 | #include "hw/irq.h" | 22 | #define TYPE_IMX6_GPT "imx6.gpt" |
25 | +#include "hw/i2c/arm_sbcon_i2c.h" | 23 | +#define TYPE_IMX6UL_GPT "imx6ul.gpt" |
26 | 24 | #define TYPE_IMX7_GPT "imx7.gpt" | |
27 | #define SMP_BOOT_ADDR 0xe0000000 | 25 | |
28 | #define SMP_BOOTREG_ADDR 0x10000030 | 26 | #define TYPE_IMX_GPT TYPE_IMX25_GPT |
29 | @@ -XXX,XX +XXX,XX @@ static void realview_init(MachineState *machine, | 27 | diff --git a/hw/arm/fsl-imx6ul.c b/hw/arm/fsl-imx6ul.c |
30 | } | 28 | index XXXXXXX..XXXXXXX 100644 |
29 | --- a/hw/arm/fsl-imx6ul.c | ||
30 | +++ b/hw/arm/fsl-imx6ul.c | ||
31 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx6ul_init(Object *obj) | ||
32 | */ | ||
33 | for (i = 0; i < FSL_IMX6UL_NUM_GPTS; i++) { | ||
34 | snprintf(name, NAME_SIZE, "gpt%d", i); | ||
35 | - object_initialize_child(obj, name, &s->gpt[i], TYPE_IMX7_GPT); | ||
36 | + object_initialize_child(obj, name, &s->gpt[i], TYPE_IMX6UL_GPT); | ||
31 | } | 37 | } |
32 | 38 | ||
33 | - dev = sysbus_create_simple("versatile_i2c", 0x10002000, NULL); | 39 | /* |
34 | + dev = sysbus_create_simple(TYPE_VERSATILE_I2C, 0x10002000, NULL); | 40 | diff --git a/hw/misc/imx6ul_ccm.c b/hw/misc/imx6ul_ccm.c |
35 | i2c = (I2CBus *)qdev_get_child_bus(dev, "i2c"); | ||
36 | i2c_create_slave(i2c, "ds1338", 0x68); | ||
37 | |||
38 | diff --git a/hw/arm/versatilepb.c b/hw/arm/versatilepb.c | ||
39 | index XXXXXXX..XXXXXXX 100644 | 41 | index XXXXXXX..XXXXXXX 100644 |
40 | --- a/hw/arm/versatilepb.c | 42 | --- a/hw/misc/imx6ul_ccm.c |
41 | +++ b/hw/arm/versatilepb.c | 43 | +++ b/hw/misc/imx6ul_ccm.c |
42 | @@ -XXX,XX +XXX,XX @@ | 44 | @@ -XXX,XX +XXX,XX @@ static uint32_t imx6ul_ccm_get_clock_frequency(IMXCCMState *dev, IMXClk clock) |
43 | #include "sysemu/sysemu.h" | 45 | case CLK_32k: |
44 | #include "hw/pci/pci.h" | 46 | freq = CKIL_FREQ; |
45 | #include "hw/i2c/i2c.h" | 47 | break; |
46 | +#include "hw/i2c/arm_sbcon_i2c.h" | 48 | - case CLK_HIGH: |
47 | #include "hw/irq.h" | 49 | - freq = CKIH_FREQ; |
48 | #include "hw/boards.h" | 50 | - break; |
49 | #include "exec/address-spaces.h" | 51 | - case CLK_HIGH_DIV: |
50 | @@ -XXX,XX +XXX,XX @@ static void versatile_init(MachineState *machine, int board_id) | 52 | - freq = CKIH_FREQ / 8; |
51 | /* Add PL031 Real Time Clock. */ | 53 | - break; |
52 | sysbus_create_simple("pl031", 0x101e8000, pic[10]); | 54 | default: |
53 | 55 | qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: unsupported clock %d\n", | |
54 | - dev = sysbus_create_simple("versatile_i2c", 0x10002000, NULL); | 56 | TYPE_IMX6UL_CCM, __func__, clock); |
55 | + dev = sysbus_create_simple(TYPE_VERSATILE_I2C, 0x10002000, NULL); | 57 | diff --git a/hw/timer/imx_gpt.c b/hw/timer/imx_gpt.c |
56 | i2c = (I2CBus *)qdev_get_child_bus(dev, "i2c"); | ||
57 | i2c_create_slave(i2c, "ds1338", 0x68); | ||
58 | |||
59 | diff --git a/hw/arm/vexpress.c b/hw/arm/vexpress.c | ||
60 | index XXXXXXX..XXXXXXX 100644 | 58 | index XXXXXXX..XXXXXXX 100644 |
61 | --- a/hw/arm/vexpress.c | 59 | --- a/hw/timer/imx_gpt.c |
62 | +++ b/hw/arm/vexpress.c | 60 | +++ b/hw/timer/imx_gpt.c |
63 | @@ -XXX,XX +XXX,XX @@ | 61 | @@ -XXX,XX +XXX,XX @@ static const IMXClk imx6_gpt_clocks[] = { |
64 | #include "hw/char/pl011.h" | 62 | CLK_HIGH, /* 111 reference clock */ |
65 | #include "hw/cpu/a9mpcore.h" | 63 | }; |
66 | #include "hw/cpu/a15mpcore.h" | 64 | |
67 | +#include "hw/i2c/arm_sbcon_i2c.h" | 65 | +static const IMXClk imx6ul_gpt_clocks[] = { |
68 | 66 | + CLK_NONE, /* 000 No clock source */ | |
69 | #define VEXPRESS_BOARD_ID 0x8e0 | 67 | + CLK_IPG, /* 001 ipg_clk, 532MHz*/ |
70 | #define VEXPRESS_FLASH_SIZE (64 * 1024 * 1024) | 68 | + CLK_IPG_HIGH, /* 010 ipg_clk_highfreq */ |
71 | @@ -XXX,XX +XXX,XX @@ static void vexpress_common_init(MachineState *machine) | 69 | + CLK_EXT, /* 011 External clock */ |
72 | sysbus_create_simple("sp804", map[VE_TIMER01], pic[2]); | 70 | + CLK_32k, /* 100 ipg_clk_32k */ |
73 | sysbus_create_simple("sp804", map[VE_TIMER23], pic[3]); | 71 | + CLK_NONE, /* 101 not defined */ |
74 | 72 | + CLK_NONE, /* 110 not defined */ | |
75 | - dev = sysbus_create_simple("versatile_i2c", map[VE_SERIALDVI], NULL); | 73 | + CLK_NONE, /* 111 not defined */ |
76 | + dev = sysbus_create_simple(TYPE_VERSATILE_I2C, map[VE_SERIALDVI], NULL); | 74 | +}; |
77 | i2c = (I2CBus *)qdev_get_child_bus(dev, "i2c"); | 75 | + |
78 | i2c_create_slave(i2c, "sii9022", 0x39); | 76 | static const IMXClk imx7_gpt_clocks[] = { |
77 | CLK_NONE, /* 000 No clock source */ | ||
78 | CLK_IPG, /* 001 ipg_clk, 532MHz*/ | ||
79 | @@ -XXX,XX +XXX,XX @@ static void imx6_gpt_init(Object *obj) | ||
80 | s->clocks = imx6_gpt_clocks; | ||
81 | } | ||
82 | |||
83 | +static void imx6ul_gpt_init(Object *obj) | ||
84 | +{ | ||
85 | + IMXGPTState *s = IMX_GPT(obj); | ||
86 | + | ||
87 | + s->clocks = imx6ul_gpt_clocks; | ||
88 | +} | ||
89 | + | ||
90 | static void imx7_gpt_init(Object *obj) | ||
91 | { | ||
92 | IMXGPTState *s = IMX_GPT(obj); | ||
93 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo imx6_gpt_info = { | ||
94 | .instance_init = imx6_gpt_init, | ||
95 | }; | ||
96 | |||
97 | +static const TypeInfo imx6ul_gpt_info = { | ||
98 | + .name = TYPE_IMX6UL_GPT, | ||
99 | + .parent = TYPE_IMX25_GPT, | ||
100 | + .instance_init = imx6ul_gpt_init, | ||
101 | +}; | ||
102 | + | ||
103 | static const TypeInfo imx7_gpt_info = { | ||
104 | .name = TYPE_IMX7_GPT, | ||
105 | .parent = TYPE_IMX25_GPT, | ||
106 | @@ -XXX,XX +XXX,XX @@ static void imx_gpt_register_types(void) | ||
107 | type_register_static(&imx25_gpt_info); | ||
108 | type_register_static(&imx31_gpt_info); | ||
109 | type_register_static(&imx6_gpt_info); | ||
110 | + type_register_static(&imx6ul_gpt_info); | ||
111 | type_register_static(&imx7_gpt_info); | ||
112 | } | ||
79 | 113 | ||
80 | -- | 114 | -- |
81 | 2.20.1 | 115 | 2.25.1 |
82 | |||
83 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | 2 | ||
3 | Some cpu features may be enabled and disabled for all configurations | 3 | IRQs were not associated to the various GPIO devices inside i.MX7D. |
4 | that support the feature. Let's test that. | 4 | This patch brings the i.MX7D on par with i.MX6. |
5 | 5 | ||
6 | A recent regression[*] inspired adding these tests. | 6 | Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> |
7 | 7 | Message-id: 20221226101418.415170-1-jcd@tribudubois.net | |
8 | [*] '-cpu host,pmu=on' caused a segfault | ||
9 | |||
10 | Signed-off-by: Andrew Jones <drjones@redhat.com> | ||
11 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
12 | Message-id: 20200623090622.30365-2-philmd@redhat.com | ||
13 | Message-Id: <20200623082310.17577-1-drjones@redhat.com> | ||
14 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 10 | --- |
17 | tests/qtest/arm-cpu-features.c | 38 ++++++++++++++++++++++++++++++---- | 11 | include/hw/arm/fsl-imx7.h | 15 +++++++++++++++ |
18 | 1 file changed, 34 insertions(+), 4 deletions(-) | 12 | hw/arm/fsl-imx7.c | 31 ++++++++++++++++++++++++++++++- |
13 | 2 files changed, 45 insertions(+), 1 deletion(-) | ||
19 | 14 | ||
20 | diff --git a/tests/qtest/arm-cpu-features.c b/tests/qtest/arm-cpu-features.c | 15 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h |
21 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
22 | --- a/tests/qtest/arm-cpu-features.c | 17 | --- a/include/hw/arm/fsl-imx7.h |
23 | +++ b/tests/qtest/arm-cpu-features.c | 18 | +++ b/include/hw/arm/fsl-imx7.h |
24 | @@ -XXX,XX +XXX,XX @@ static bool resp_get_feature(QDict *resp, const char *feature) | 19 | @@ -XXX,XX +XXX,XX @@ enum FslIMX7IRQs { |
25 | qobject_unref(_resp); \ | 20 | FSL_IMX7_GPT3_IRQ = 53, |
26 | }) | 21 | FSL_IMX7_GPT4_IRQ = 52, |
27 | 22 | ||
28 | -#define assert_feature(qts, cpu_type, feature, expected_value) \ | 23 | + FSL_IMX7_GPIO1_LOW_IRQ = 64, |
29 | +#define resp_assert_feature(resp, feature, expected_value) \ | 24 | + FSL_IMX7_GPIO1_HIGH_IRQ = 65, |
30 | ({ \ | 25 | + FSL_IMX7_GPIO2_LOW_IRQ = 66, |
31 | - QDict *_resp, *_props; \ | 26 | + FSL_IMX7_GPIO2_HIGH_IRQ = 67, |
32 | + QDict *_props; \ | 27 | + FSL_IMX7_GPIO3_LOW_IRQ = 68, |
33 | \ | 28 | + FSL_IMX7_GPIO3_HIGH_IRQ = 69, |
34 | - _resp = do_query_no_props(qts, cpu_type); \ | 29 | + FSL_IMX7_GPIO4_LOW_IRQ = 70, |
35 | g_assert(_resp); \ | 30 | + FSL_IMX7_GPIO4_HIGH_IRQ = 71, |
36 | g_assert(resp_has_props(_resp)); \ | 31 | + FSL_IMX7_GPIO5_LOW_IRQ = 72, |
37 | _props = resp_get_props(_resp); \ | 32 | + FSL_IMX7_GPIO5_HIGH_IRQ = 73, |
38 | g_assert(qdict_get(_props, feature)); \ | 33 | + FSL_IMX7_GPIO6_LOW_IRQ = 74, |
39 | g_assert(qdict_get_bool(_props, feature) == (expected_value)); \ | 34 | + FSL_IMX7_GPIO6_HIGH_IRQ = 75, |
40 | +}) | 35 | + FSL_IMX7_GPIO7_LOW_IRQ = 76, |
36 | + FSL_IMX7_GPIO7_HIGH_IRQ = 77, | ||
41 | + | 37 | + |
42 | +#define assert_feature(qts, cpu_type, feature, expected_value) \ | 38 | FSL_IMX7_WDOG1_IRQ = 78, |
43 | +({ \ | 39 | FSL_IMX7_WDOG2_IRQ = 79, |
44 | + QDict *_resp; \ | 40 | FSL_IMX7_WDOG3_IRQ = 10, |
45 | + \ | 41 | diff --git a/hw/arm/fsl-imx7.c b/hw/arm/fsl-imx7.c |
46 | + _resp = do_query_no_props(qts, cpu_type); \ | 42 | index XXXXXXX..XXXXXXX 100644 |
47 | + g_assert(_resp); \ | 43 | --- a/hw/arm/fsl-imx7.c |
48 | + resp_assert_feature(_resp, feature, expected_value); \ | 44 | +++ b/hw/arm/fsl-imx7.c |
49 | + qobject_unref(_resp); \ | 45 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp) |
50 | +}) | 46 | FSL_IMX7_GPIO7_ADDR, |
47 | }; | ||
48 | |||
49 | + static const int FSL_IMX7_GPIOn_LOW_IRQ[FSL_IMX7_NUM_GPIOS] = { | ||
50 | + FSL_IMX7_GPIO1_LOW_IRQ, | ||
51 | + FSL_IMX7_GPIO2_LOW_IRQ, | ||
52 | + FSL_IMX7_GPIO3_LOW_IRQ, | ||
53 | + FSL_IMX7_GPIO4_LOW_IRQ, | ||
54 | + FSL_IMX7_GPIO5_LOW_IRQ, | ||
55 | + FSL_IMX7_GPIO6_LOW_IRQ, | ||
56 | + FSL_IMX7_GPIO7_LOW_IRQ, | ||
57 | + }; | ||
51 | + | 58 | + |
52 | +#define assert_set_feature(qts, cpu_type, feature, value) \ | 59 | + static const int FSL_IMX7_GPIOn_HIGH_IRQ[FSL_IMX7_NUM_GPIOS] = { |
53 | +({ \ | 60 | + FSL_IMX7_GPIO1_HIGH_IRQ, |
54 | + const char *_fmt = (value) ? "{ %s: true }" : "{ %s: false }"; \ | 61 | + FSL_IMX7_GPIO2_HIGH_IRQ, |
55 | + QDict *_resp; \ | 62 | + FSL_IMX7_GPIO3_HIGH_IRQ, |
56 | + \ | 63 | + FSL_IMX7_GPIO4_HIGH_IRQ, |
57 | + _resp = do_query(qts, cpu_type, _fmt, feature); \ | 64 | + FSL_IMX7_GPIO5_HIGH_IRQ, |
58 | + g_assert(_resp); \ | 65 | + FSL_IMX7_GPIO6_HIGH_IRQ, |
59 | + resp_assert_feature(_resp, feature, value); \ | 66 | + FSL_IMX7_GPIO7_HIGH_IRQ, |
60 | qobject_unref(_resp); \ | 67 | + }; |
61 | }) | ||
62 | |||
63 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion(const void *data) | ||
64 | assert_error(qts, "host", "The CPU type 'host' requires KVM", NULL); | ||
65 | |||
66 | /* Test expected feature presence/absence for some cpu types */ | ||
67 | - assert_has_feature_enabled(qts, "max", "pmu"); | ||
68 | assert_has_feature_enabled(qts, "cortex-a15", "pmu"); | ||
69 | assert_has_not_feature(qts, "cortex-a15", "aarch64"); | ||
70 | |||
71 | + /* Enabling and disabling pmu should always work. */ | ||
72 | + assert_has_feature_enabled(qts, "max", "pmu"); | ||
73 | + assert_set_feature(qts, "max", "pmu", false); | ||
74 | + assert_set_feature(qts, "max", "pmu", true); | ||
75 | + | 68 | + |
76 | assert_has_not_feature(qts, "max", "kvm-no-adjvtime"); | 69 | sysbus_realize(SYS_BUS_DEVICE(&s->gpio[i]), &error_abort); |
77 | 70 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->gpio[i]), 0, FSL_IMX7_GPIOn_ADDR[i]); | |
78 | if (g_str_equal(qtest_get_arch(), "aarch64")) { | 71 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->gpio[i]), 0, |
79 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | 72 | + FSL_IMX7_GPIOn_ADDR[i]); |
80 | return; | 73 | + |
74 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gpio[i]), 0, | ||
75 | + qdev_get_gpio_in(DEVICE(&s->a7mpcore), | ||
76 | + FSL_IMX7_GPIOn_LOW_IRQ[i])); | ||
77 | + | ||
78 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gpio[i]), 1, | ||
79 | + qdev_get_gpio_in(DEVICE(&s->a7mpcore), | ||
80 | + FSL_IMX7_GPIOn_HIGH_IRQ[i])); | ||
81 | } | 81 | } |
82 | 82 | ||
83 | + /* Enabling and disabling kvm-no-adjvtime should always work. */ | 83 | /* |
84 | assert_has_feature_disabled(qts, "host", "kvm-no-adjvtime"); | ||
85 | + assert_set_feature(qts, "host", "kvm-no-adjvtime", true); | ||
86 | + assert_set_feature(qts, "host", "kvm-no-adjvtime", false); | ||
87 | |||
88 | if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
89 | bool kvm_supports_sve; | ||
90 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
91 | char *error; | ||
92 | |||
93 | assert_has_feature_enabled(qts, "host", "aarch64"); | ||
94 | + | ||
95 | + /* Enabling and disabling pmu should always work. */ | ||
96 | assert_has_feature_enabled(qts, "host", "pmu"); | ||
97 | + assert_set_feature(qts, "host", "pmu", false); | ||
98 | + assert_set_feature(qts, "host", "pmu", true); | ||
99 | |||
100 | assert_error(qts, "cortex-a15", | ||
101 | "We cannot guarantee the CPU type 'cortex-a15' works " | ||
102 | -- | 84 | -- |
103 | 2.20.1 | 85 | 2.25.1 |
104 | |||
105 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Stephen Longfield <slongfield@google.com> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 3 | Size is used at lines 1088/1188 for the loop, which reads the last 4 |
4 | Message-id: 20200617072539.32686-7-f4bug@amsat.org | 4 | bytes from the crc_ptr so it does need to get increased, however it |
5 | shouldn't be increased before the buffer is passed to CRC computation, | ||
6 | or the crc32 function will access uninitialized memory. | ||
7 | |||
8 | This was pointed out to me by clg@kaod.org during the code review of | ||
9 | a similar patch to hw/net/ftgmac100.c | ||
10 | |||
11 | Change-Id: Ib0464303b191af1e28abeb2f5105eb25aadb5e9b | ||
12 | Signed-off-by: Stephen Longfield <slongfield@google.com> | ||
13 | Reviewed-by: Patrick Venture <venture@google.com> | ||
14 | Message-id: 20221221183202.3788132-1-slongfield@google.com | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | --- | 17 | --- |
8 | hw/arm/mps2.c | 5 ++++- | 18 | hw/net/imx_fec.c | 8 ++++---- |
9 | 1 file changed, 4 insertions(+), 1 deletion(-) | 19 | 1 file changed, 4 insertions(+), 4 deletions(-) |
10 | 20 | ||
11 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 21 | diff --git a/hw/net/imx_fec.c b/hw/net/imx_fec.c |
12 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/hw/arm/mps2.c | 23 | --- a/hw/net/imx_fec.c |
14 | +++ b/hw/arm/mps2.c | 24 | +++ b/hw/net/imx_fec.c |
15 | @@ -XXX,XX +XXX,XX @@ typedef struct { | 25 | @@ -XXX,XX +XXX,XX @@ static ssize_t imx_fec_receive(NetClientState *nc, const uint8_t *buf, |
16 | MemoryRegion blockram_m2; | 26 | return 0; |
17 | MemoryRegion blockram_m3; | ||
18 | MemoryRegion sram; | ||
19 | + /* FPGA APB subsystem */ | ||
20 | MPS2SCC scc; | ||
21 | + /* CMSDK APB subsystem */ | ||
22 | CMSDKAPBDualTimer dualtimer; | ||
23 | } MPS2MachineState; | ||
24 | |||
25 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | ||
26 | g_assert_not_reached(); | ||
27 | } | 27 | } |
28 | 28 | ||
29 | + /* CMSDK APB subsystem */ | 29 | - /* 4 bytes for the CRC. */ |
30 | cmsdk_apb_timer_create(0x40000000, qdev_get_gpio_in(armv7m, 8), SYSCLK_FRQ); | 30 | - size += 4; |
31 | cmsdk_apb_timer_create(0x40001000, qdev_get_gpio_in(armv7m, 9), SYSCLK_FRQ); | 31 | crc = cpu_to_be32(crc32(~0, buf, size)); |
32 | - | 32 | + /* Increase size by 4, loop below reads the last 4 bytes from crc_ptr. */ |
33 | object_initialize_child(OBJECT(mms), "dualtimer", &mms->dualtimer, | 33 | + size += 4; |
34 | TYPE_CMSDK_APB_DUALTIMER); | 34 | crc_ptr = (uint8_t *) &crc; |
35 | qdev_prop_set_uint32(DEVICE(&mms->dualtimer), "pclk-frq", SYSCLK_FRQ); | 35 | |
36 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 36 | /* Huge frames are truncated. */ |
37 | qdev_get_gpio_in(armv7m, 10)); | 37 | @@ -XXX,XX +XXX,XX @@ static ssize_t imx_enet_receive(NetClientState *nc, const uint8_t *buf, |
38 | sysbus_mmio_map(SYS_BUS_DEVICE(&mms->dualtimer), 0, 0x40002000); | 38 | return 0; |
39 | 39 | } | |
40 | + /* FPGA APB subsystem */ | 40 | |
41 | object_initialize_child(OBJECT(mms), "scc", &mms->scc, TYPE_MPS2_SCC); | 41 | - /* 4 bytes for the CRC. */ |
42 | sccdev = DEVICE(&mms->scc); | 42 | - size += 4; |
43 | qdev_prop_set_uint32(sccdev, "scc-cfg4", 0x2); | 43 | crc = cpu_to_be32(crc32(~0, buf, size)); |
44 | + /* Increase size by 4, loop below reads the last 4 bytes from crc_ptr. */ | ||
45 | + size += 4; | ||
46 | crc_ptr = (uint8_t *) &crc; | ||
47 | |||
48 | if (shift16) { | ||
44 | -- | 49 | -- |
45 | 2.20.1 | 50 | 2.25.1 |
46 | |||
47 | diff view generated by jsdifflib |