1 | Mostly this is patches from me and RTH cleaning up and doing | 1 | Some arm patches; my to-review queue is by no means empty, but |
---|---|---|---|
2 | more decodetree conversion for AArch32 Neon. The major new feature | 2 | this is a big enough set of patches to be getting on with... |
3 | is Dongjiu Geng's patchset to report host memory errors to KVM guests; | ||
4 | also a new aspeed board from Patrick Williams. | ||
5 | 3 | ||
6 | thanks | ||
7 | -- PMM | 4 | -- PMM |
8 | 5 | ||
9 | The following changes since commit 035b448b84f3557206abc44d786c5d3db2638f7d: | 6 | The following changes since commit cb9c6a8e5ad6a1f0ce164d352e3102df46986e22: |
10 | 7 | ||
11 | Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-14' into staging (2020-05-14 10:58:30 +0100) | 8 | .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs (2023-01-04 18:58:33 +0000) |
12 | 9 | ||
13 | are available in the Git repository at: | 10 | are available in the Git repository at: |
14 | 11 | ||
15 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200514 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20230105 |
16 | 13 | ||
17 | for you to fetch changes up to e95485f85657be21135c17a9226e297c21e73360: | 14 | for you to fetch changes up to 93c9678de9dc7d2e68f9e8477da072bac30ef132: |
18 | 15 | ||
19 | target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree (2020-05-14 15:03:09 +0100) | 16 | hw/net: Fix read of uninitialized memory in imx_fec. (2023-01-05 15:33:00 +0000) |
20 | 17 | ||
21 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
22 | target-arm queue: | 19 | target-arm queue: |
23 | * target/arm: Use correct GDB XML for M-profile cores | 20 | * Implement AArch32 ARMv8-R support |
24 | * target/arm: Code cleanup to use gvec APIs better | 21 | * Add Cortex-R52 CPU |
25 | * aspeed: Add support for the sonorapass-bmc board | 22 | * fix handling of HLT semihosting in system mode |
26 | * target/arm: Support reporting KVM host memory errors | 23 | * hw/timer/ixm_epit: cleanup and fix bug in compare handling |
27 | to the guest via ACPI notifications | 24 | * target/arm: Coding style fixes |
28 | * target/arm: Finish conversion of Neon 3-reg-same insns to decodetree | 25 | * target/arm: Clean up includes |
26 | * nseries: minor code cleanups | ||
27 | * target/arm: align exposed ID registers with Linux | ||
28 | * hw/arm/smmu-common: remove unnecessary inlines | ||
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 | ||
29 | 33 | ||
30 | ---------------------------------------------------------------- | 34 | ---------------------------------------------------------------- |
31 | Dongjiu Geng (10): | 35 | Alex Bennée (1): |
32 | acpi: nvdimm: change NVDIMM_UUID_LE to a common macro | 36 | target/arm: fix handling of HLT semihosting in system mode |
33 | hw/arm/virt: Introduce a RAS machine option | ||
34 | docs: APEI GHES generation and CPER record description | ||
35 | ACPI: Build related register address fields via hardware error fw_cfg blob | ||
36 | ACPI: Build Hardware Error Source Table | ||
37 | ACPI: Record the Generic Error Status Block address | ||
38 | KVM: Move hwpoison page related functions into kvm-all.c | ||
39 | ACPI: Record Generic Error Status Block(GESB) table | ||
40 | target-arm: kvm64: handle SIGBUS signal from kernel or KVM | ||
41 | MAINTAINERS: Add ACPI/HEST/GHES entries | ||
42 | 37 | ||
43 | Patrick Williams (1): | 38 | Axel Heider (8): |
44 | aspeed: Add support for the sonorapass-bmc board | 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 | ||
45 | 47 | ||
46 | Peter Maydell (18): | 48 | Claudio Fontana (1): |
47 | target/arm: Use correct GDB XML for M-profile cores | 49 | target/arm: cleanup cpu includes |
48 | target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetree | ||
49 | target/arm: Convert Neon 3-reg-same SHA to decodetree | ||
50 | target/arm: Convert Neon 64-bit element 3-reg-same insns | ||
51 | target/arm: Convert Neon VHADD 3-reg-same insns | ||
52 | target/arm: Convert Neon VABA/VABD 3-reg-same to decodetree | ||
53 | target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetree | ||
54 | target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree | ||
55 | target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns to decodetree | ||
56 | target/arm: Convert Neon VPADD 3-reg-same insns to decodetree | ||
57 | target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree | ||
58 | target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree | ||
59 | target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree | ||
60 | target/arm: Convert Neon fp VMUL, VMLA, VMLS 3-reg-same insns to decodetree | ||
61 | target/arm: Convert Neon 3-reg-same compare insns to decodetree | ||
62 | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual place | ||
63 | target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree | ||
64 | target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree | ||
65 | 50 | ||
66 | Richard Henderson (16): | 51 | Fabiano Rosas (5): |
67 | target/arm: Create gen_gvec_[us]sra | 52 | target/arm: Fix checkpatch comment style warnings in helper.c |
68 | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | 53 | target/arm: Fix checkpatch space errors in helper.c |
69 | target/arm: Create gen_gvec_{sri,sli} | 54 | target/arm: Fix checkpatch brace errors in helper.c |
70 | target/arm: Remove unnecessary range check for VSHL | 55 | target/arm: Remove unused includes from m_helper.c |
71 | target/arm: Tidy handle_vec_simd_shri | 56 | target/arm: Remove unused includes from helper.c |
72 | target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0 | ||
73 | target/arm: Create gen_gvec_{mla,mls} | ||
74 | target/arm: Swap argument order for VSHL during decode | ||
75 | target/arm: Create gen_gvec_{cmtst,ushl,sshl} | ||
76 | target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub} | ||
77 | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | ||
78 | target/arm: Create gen_gvec_{qrdmla,qrdmls} | ||
79 | target/arm: Pass pointer to qc to qrdmla/qrdmls | ||
80 | target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_* | ||
81 | target/arm: Vectorize SABD/UABD | ||
82 | target/arm: Vectorize SABA/UABA | ||
83 | 57 | ||
84 | docs/specs/acpi_hest_ghes.rst | 110 ++ | 58 | Jean-Christophe Dubois (4): |
85 | docs/specs/index.rst | 1 + | 59 | i.MX7D: Connect GPT timers to IRQ |
86 | configure | 4 +- | 60 | i.MX7D: Compute clock frequency for the fixed frequency clocks. |
87 | default-configs/arm-softmmu.mak | 1 + | 61 | i.MX6UL: Add a specific GPT timer instance for the i.MX6UL |
88 | include/hw/acpi/aml-build.h | 1 + | 62 | i.MX7D: Connect IRQs to GPIO devices. |
89 | include/hw/acpi/generic_event_device.h | 2 + | ||
90 | include/hw/acpi/ghes.h | 74 + | ||
91 | include/hw/arm/virt.h | 1 + | ||
92 | include/qemu/uuid.h | 27 + | ||
93 | include/sysemu/kvm.h | 3 +- | ||
94 | include/sysemu/kvm_int.h | 12 + | ||
95 | target/arm/cpu.h | 4 + | ||
96 | target/arm/helper.h | 78 +- | ||
97 | target/arm/internals.h | 5 +- | ||
98 | target/arm/translate.h | 84 +- | ||
99 | target/i386/cpu.h | 2 + | ||
100 | target/arm/neon-dp.decode | 119 +- | ||
101 | accel/kvm/kvm-all.c | 36 + | ||
102 | hw/acpi/aml-build.c | 2 + | ||
103 | hw/acpi/generic_event_device.c | 19 + | ||
104 | hw/acpi/ghes.c | 448 ++++++ | ||
105 | hw/acpi/nvdimm.c | 10 +- | ||
106 | hw/arm/aspeed.c | 78 ++ | ||
107 | hw/arm/virt-acpi-build.c | 15 + | ||
108 | hw/arm/virt.c | 23 + | ||
109 | target/arm/cpu_tcg.c | 1 + | ||
110 | target/arm/gdbstub.c | 22 +- | ||
111 | target/arm/helper.c | 2 +- | ||
112 | target/arm/kvm64.c | 77 ++ | ||
113 | target/arm/neon_helper.c | 17 - | ||
114 | target/arm/tlb_helper.c | 2 +- | ||
115 | target/arm/translate-a64.c | 210 +-- | ||
116 | target/arm/translate-neon.inc.c | 682 +++++++++- | ||
117 | target/arm/translate.c | 2349 +++++++++++++++++--------------- | ||
118 | target/arm/vec_helper.c | 240 +++- | ||
119 | target/arm/vfp_helper.c | 9 +- | ||
120 | target/i386/kvm.c | 36 - | ||
121 | MAINTAINERS | 9 + | ||
122 | gdb-xml/arm-m-profile.xml | 27 + | ||
123 | hw/acpi/Kconfig | 4 + | ||
124 | hw/acpi/Makefile.objs | 1 + | ||
125 | 41 files changed, 3402 insertions(+), 1445 deletions(-) | ||
126 | create mode 100644 docs/specs/acpi_hest_ghes.rst | ||
127 | create mode 100644 include/hw/acpi/ghes.h | ||
128 | create mode 100644 hw/acpi/ghes.c | ||
129 | create mode 100644 gdb-xml/arm-m-profile.xml | ||
130 | 63 | ||
64 | Peter Maydell (1): | ||
65 | target/arm:Set lg_page_size to 0 if either S1 or S2 asks for it | ||
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 integer 3-reg-same compare insns VCGE, VCGT, | 1 | In get_phys_addr_twostage() we set the lg_page_size of the result to |
---|---|---|---|
2 | VCEQ, VACGE and VACGT to decodetree. | 2 | the maximum of the stage 1 and stage 2 page sizes. This works for |
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. | ||
13 | |||
14 | This has no effect for VMSA because currently the VMSA lookup always | ||
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. | ||
3 | 18 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20200512163904.10918-15-peter.maydell@linaro.org | 21 | Message-id: 20221212142708.610090-1-peter.maydell@linaro.org |
7 | --- | 22 | --- |
8 | target/arm/neon-dp.decode | 5 +++++ | 23 | target/arm/ptw.c | 16 +++++++++++++--- |
9 | target/arm/translate-neon.inc.c | 6 +++++ | 24 | 1 file changed, 13 insertions(+), 3 deletions(-) |
10 | target/arm/translate.c | 39 ++------------------------------- | ||
11 | 3 files changed, 13 insertions(+), 37 deletions(-) | ||
12 | 25 | ||
13 | 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 |
14 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 28 | --- a/target/arm/ptw.c |
16 | +++ b/target/arm/neon-dp.decode | 29 | +++ b/target/arm/ptw.c |
17 | @@ -XXX,XX +XXX,XX @@ VABD_fp_3s 1111 001 1 0 . 1 . .... .... 1101 ... 0 .... @3same_fp | 30 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_twostage(CPUARMState *env, S1Translate *ptw, |
18 | VMLA_fp_3s 1111 001 0 0 . 0 . .... .... 1101 ... 1 .... @3same_fp | ||
19 | VMLS_fp_3s 1111 001 0 0 . 1 . .... .... 1101 ... 1 .... @3same_fp | ||
20 | VMUL_fp_3s 1111 001 1 0 . 0 . .... .... 1101 ... 1 .... @3same_fp | ||
21 | +VCEQ_fp_3s 1111 001 0 0 . 0 . .... .... 1110 ... 0 .... @3same_fp | ||
22 | +VCGE_fp_3s 1111 001 1 0 . 0 . .... .... 1110 ... 0 .... @3same_fp | ||
23 | +VACGE_fp_3s 1111 001 1 0 . 0 . .... .... 1110 ... 1 .... @3same_fp | ||
24 | +VCGT_fp_3s 1111 001 1 0 . 1 . .... .... 1110 ... 0 .... @3same_fp | ||
25 | +VACGT_fp_3s 1111 001 1 0 . 1 . .... .... 1110 ... 1 .... @3same_fp | ||
26 | VPMAX_fp_3s 1111 001 1 0 . 0 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
27 | VPMIN_fp_3s 1111 001 1 0 . 1 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
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_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s) | ||
33 | return do_3same_fp(s, a, FUNC, READS_VD); \ | ||
34 | } | 31 | } |
35 | 32 | ||
36 | +DO_3S_FP(VCEQ, gen_helper_neon_ceq_f32, false) | 33 | /* |
37 | +DO_3S_FP(VCGE, gen_helper_neon_cge_f32, false) | 34 | - * Use the maximum of the S1 & S2 page size, so that invalidation |
38 | +DO_3S_FP(VCGT, gen_helper_neon_cgt_f32, false) | 35 | - * of pages > TARGET_PAGE_SIZE works correctly. |
39 | +DO_3S_FP(VACGE, gen_helper_neon_acge_f32, false) | 36 | + * If either S1 or S2 returned a result smaller than TARGET_PAGE_SIZE, |
40 | +DO_3S_FP(VACGT, gen_helper_neon_acgt_f32, false) | 37 | + * this means "don't put this in the TLB"; in this case, return a |
41 | + | 38 | + * result with lg_page_size == 0 to achieve that. Otherwise, |
42 | static void gen_VMLA_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | 39 | + * use the maximum of the S1 & S2 page size, so that invalidation |
43 | TCGv_ptr fpstatus) | 40 | + * of pages > TARGET_PAGE_SIZE works correctly. (This works even though |
44 | { | 41 | + * we know the combined result permissions etc only cover the minimum |
45 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 42 | + * of the S1 and S2 page size, because we know that the common TLB code |
46 | index XXXXXXX..XXXXXXX 100644 | 43 | + * never actually creates TLB entries bigger than TARGET_PAGE_SIZE, |
47 | --- a/target/arm/translate.c | 44 | + * and passing a larger page size value only affects invalidations.) |
48 | +++ b/target/arm/translate.c | 45 | */ |
49 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 46 | - if (result->f.lg_page_size < s1_lgpgsz) { |
50 | case NEON_3R_VQDMULH_VQRDMULH: | 47 | + if (result->f.lg_page_size < TARGET_PAGE_BITS || |
51 | case NEON_3R_FLOAT_ARITH: | 48 | + s1_lgpgsz < TARGET_PAGE_BITS) { |
52 | case NEON_3R_FLOAT_MULTIPLY: | 49 | + result->f.lg_page_size = 0; |
53 | + case NEON_3R_FLOAT_CMP: | 50 | + } else if (result->f.lg_page_size < s1_lgpgsz) { |
54 | + case NEON_3R_FLOAT_ACMP: | 51 | result->f.lg_page_size = s1_lgpgsz; |
55 | /* Already handled by decodetree */ | 52 | } |
56 | return 1; | 53 | |
57 | } | ||
58 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
59 | return 1; /* VPMIN/VPMAX handled by decodetree */ | ||
60 | } | ||
61 | break; | ||
62 | - case NEON_3R_FLOAT_CMP: | ||
63 | - if (!u && size) { | ||
64 | - /* no encoding for U=0 C=1x */ | ||
65 | - return 1; | ||
66 | - } | ||
67 | - break; | ||
68 | - case NEON_3R_FLOAT_ACMP: | ||
69 | - if (!u) { | ||
70 | - return 1; | ||
71 | - } | ||
72 | - break; | ||
73 | case NEON_3R_FLOAT_MISC: | ||
74 | /* VMAXNM/VMINNM in ARMv8 */ | ||
75 | if (u && !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
76 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
77 | tmp = neon_load_reg(rn, pass); | ||
78 | tmp2 = neon_load_reg(rm, pass); | ||
79 | switch (op) { | ||
80 | - case NEON_3R_FLOAT_CMP: | ||
81 | - { | ||
82 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
83 | - if (!u) { | ||
84 | - gen_helper_neon_ceq_f32(tmp, tmp, tmp2, fpstatus); | ||
85 | - } else { | ||
86 | - if (size == 0) { | ||
87 | - gen_helper_neon_cge_f32(tmp, tmp, tmp2, fpstatus); | ||
88 | - } else { | ||
89 | - gen_helper_neon_cgt_f32(tmp, tmp, tmp2, fpstatus); | ||
90 | - } | ||
91 | - } | ||
92 | - tcg_temp_free_ptr(fpstatus); | ||
93 | - break; | ||
94 | - } | ||
95 | - case NEON_3R_FLOAT_ACMP: | ||
96 | - { | ||
97 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
98 | - if (size == 0) { | ||
99 | - gen_helper_neon_acge_f32(tmp, tmp, tmp2, fpstatus); | ||
100 | - } else { | ||
101 | - gen_helper_neon_acgt_f32(tmp, tmp, tmp2, fpstatus); | ||
102 | - } | ||
103 | - tcg_temp_free_ptr(fpstatus); | ||
104 | - break; | ||
105 | - } | ||
106 | case NEON_3R_FLOAT_MINMAX: | ||
107 | { | ||
108 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
109 | -- | 54 | -- |
110 | 2.20.1 | 55 | 2.25.1 |
111 | |||
112 | diff view generated by jsdifflib |
1 | Convert the Neon VABA and VABD insns in the 3-reg-same group to | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | decodetree. | ||
3 | 2 | ||
3 | Cores with PMSA have the MPUIR register which has the | ||
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> | ||
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 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200512163904.10918-6-peter.maydell@linaro.org | ||
7 | --- | 13 | --- |
8 | target/arm/neon-dp.decode | 6 ++++++ | 14 | target/arm/helper.c | 13 +++++++++---- |
9 | target/arm/translate-neon.inc.c | 4 ++++ | 15 | 1 file changed, 9 insertions(+), 4 deletions(-) |
10 | target/arm/translate.c | 22 ++-------------------- | ||
11 | 3 files changed, 12 insertions(+), 20 deletions(-) | ||
12 | 16 | ||
13 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 17 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
14 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 19 | --- a/target/arm/helper.c |
16 | +++ b/target/arm/neon-dp.decode | 20 | +++ b/target/arm/helper.c |
17 | @@ -XXX,XX +XXX,XX @@ VMAX_U_3s 1111 001 1 0 . .. .... .... 0110 . . . 0 .... @3same | 21 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
18 | VMIN_S_3s 1111 001 0 0 . .. .... .... 0110 . . . 1 .... @3same | 22 | .access = PL1_R, .type = ARM_CP_NO_RAW, .resetvalue = cpu->midr, |
19 | VMIN_U_3s 1111 001 1 0 . .. .... .... 0110 . . . 1 .... @3same | 23 | .fieldoffset = offsetof(CPUARMState, cp15.c0_cpuid), |
20 | 24 | .readfn = midr_read }, | |
21 | +VABD_S_3s 1111 001 0 0 . .. .... .... 0111 . . . 0 .... @3same | 25 | - /* crn = 0 op1 = 0 crm = 0 op2 = 4,7 : AArch32 aliases of MIDR */ |
22 | +VABD_U_3s 1111 001 1 0 . .. .... .... 0111 . . . 0 .... @3same | 26 | - { .name = "MIDR", .type = ARM_CP_ALIAS | ARM_CP_CONST, |
23 | + | 27 | - .cp = 15, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 4, |
24 | +VABA_S_3s 1111 001 0 0 . .. .... .... 0111 . . . 1 .... @3same | 28 | - .access = PL1_R, .resetvalue = cpu->midr }, |
25 | +VABA_U_3s 1111 001 1 0 . .. .... .... 0111 . . . 1 .... @3same | 29 | + /* crn = 0 op1 = 0 crm = 0 op2 = 7 : AArch32 aliases of MIDR */ |
26 | + | 30 | { .name = "MIDR", .type = ARM_CP_ALIAS | ARM_CP_CONST, |
27 | VADD_3s 1111 001 0 0 . .. .... .... 1000 . . . 0 .... @3same | 31 | .cp = 15, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 7, |
28 | VSUB_3s 1111 001 1 0 . .. .... .... 1000 . . . 0 .... @3same | 32 | .access = PL1_R, .resetvalue = cpu->midr }, |
29 | 33 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | |
30 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 34 | .accessfn = access_aa64_tid1, |
31 | index XXXXXXX..XXXXXXX 100644 | 35 | .type = ARM_CP_CONST, .resetvalue = cpu->revidr }, |
32 | --- a/target/arm/translate-neon.inc.c | 36 | }; |
33 | +++ b/target/arm/translate-neon.inc.c | 37 | + ARMCPRegInfo id_v8_midr_alias_cp_reginfo = { |
34 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_NO_SZ_3(VMUL, tcg_gen_gvec_mul) | 38 | + .name = "MIDR", .type = ARM_CP_ALIAS | ARM_CP_CONST, |
35 | DO_3SAME_NO_SZ_3(VMLA, gen_gvec_mla) | 39 | + .cp = 15, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 4, |
36 | DO_3SAME_NO_SZ_3(VMLS, gen_gvec_mls) | 40 | + .access = PL1_R, .resetvalue = cpu->midr |
37 | DO_3SAME_NO_SZ_3(VTST, gen_gvec_cmtst) | 41 | + }; |
38 | +DO_3SAME_NO_SZ_3(VABD_S, gen_gvec_sabd) | 42 | ARMCPRegInfo id_cp_reginfo[] = { |
39 | +DO_3SAME_NO_SZ_3(VABA_S, gen_gvec_saba) | 43 | /* These are common to v8 and pre-v8 */ |
40 | +DO_3SAME_NO_SZ_3(VABD_U, gen_gvec_uabd) | 44 | { .name = "CTR", |
41 | +DO_3SAME_NO_SZ_3(VABA_U, gen_gvec_uaba) | 45 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
42 | 46 | } | |
43 | #define DO_3SAME_CMP(INSN, COND) \ | 47 | if (arm_feature(env, ARM_FEATURE_V8)) { |
44 | static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | 48 | define_arm_cp_regs(cpu, id_v8_midr_cp_reginfo); |
45 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 49 | + if (!arm_feature(env, ARM_FEATURE_PMSA)) { |
46 | index XXXXXXX..XXXXXXX 100644 | 50 | + define_one_arm_cp_reg(cpu, &id_v8_midr_alias_cp_reginfo); |
47 | --- a/target/arm/translate.c | 51 | + } |
48 | +++ b/target/arm/translate.c | 52 | } else { |
49 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 53 | define_arm_cp_regs(cpu, id_pre_v8_midr_cp_reginfo); |
50 | /* VQRDMLSH : handled by decodetree */ | ||
51 | return 1; | ||
52 | |||
53 | - case NEON_3R_VABD: | ||
54 | - if (u) { | ||
55 | - gen_gvec_uabd(size, rd_ofs, rn_ofs, rm_ofs, | ||
56 | - vec_size, vec_size); | ||
57 | - } else { | ||
58 | - gen_gvec_sabd(size, rd_ofs, rn_ofs, rm_ofs, | ||
59 | - vec_size, vec_size); | ||
60 | - } | ||
61 | - return 0; | ||
62 | - | ||
63 | - case NEON_3R_VABA: | ||
64 | - if (u) { | ||
65 | - gen_gvec_uaba(size, rd_ofs, rn_ofs, rm_ofs, | ||
66 | - vec_size, vec_size); | ||
67 | - } else { | ||
68 | - gen_gvec_saba(size, rd_ofs, rn_ofs, rm_ofs, | ||
69 | - vec_size, vec_size); | ||
70 | - } | ||
71 | - return 0; | ||
72 | - | ||
73 | case NEON_3R_VADD_VSUB: | ||
74 | case NEON_3R_LOGIC: | ||
75 | case NEON_3R_VMAX: | ||
76 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
77 | case NEON_3R_VSHL: | ||
78 | case NEON_3R_SHA: | ||
79 | case NEON_3R_VHADD: | ||
80 | + case NEON_3R_VABD: | ||
81 | + case NEON_3R_VABA: | ||
82 | /* Already handled by decodetree */ | ||
83 | return 1; | ||
84 | } | 54 | } |
85 | -- | 55 | -- |
86 | 2.20.1 | 56 | 2.25.1 |
87 | 57 | ||
88 | 58 | diff view generated by jsdifflib |
1 | Convert the VQSHL, VRSHL and VQRSHL insns in the 3-reg-same | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | group to decodetree. We have already implemented the size==0b11 | ||
3 | case of these insns; this commit handles the remaining sizes. | ||
4 | 2 | ||
3 | RVBAR shadows RVBAR_ELx where x is the highest exception | ||
4 | level if the highest EL is not EL3. This patch also allows | ||
5 | ARMv8 CPUs to change the reset address with | ||
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 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200512163904.10918-8-peter.maydell@linaro.org | ||
8 | --- | 12 | --- |
9 | target/arm/neon-dp.decode | 30 ++++++++++++++++++----- | 13 | target/arm/cpu.c | 6 +++++- |
10 | target/arm/translate-neon.inc.c | 43 +++++++++++++++++++++++++++++++++ | 14 | target/arm/helper.c | 21 ++++++++++++++------- |
11 | target/arm/translate.c | 22 +++-------------- | 15 | 2 files changed, 19 insertions(+), 8 deletions(-) |
12 | 3 files changed, 70 insertions(+), 25 deletions(-) | ||
13 | 16 | ||
14 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 17 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
15 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/neon-dp.decode | 19 | --- a/target/arm/cpu.c |
17 | +++ b/target/arm/neon-dp.decode | 20 | +++ b/target/arm/cpu.c |
18 | @@ -XXX,XX +XXX,XX @@ VSHL_U_3s 1111 001 1 0 . .. .... .... 0100 . . . 0 .... @3same_rev | 21 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset_hold(Object *obj) |
19 | @3same_64_rev .... ... . . . 11 .... .... .... . q:1 . . .... \ | 22 | env->cp15.cpacr_el1 = FIELD_DP64(env->cp15.cpacr_el1, |
20 | &3same vm=%vn_dp vn=%vm_dp vd=%vd_dp size=3 | 23 | CPACR, CP11, 3); |
21 | 24 | #endif | |
22 | -VQSHL_S64_3s 1111 001 0 0 . .. .... .... 0100 . . . 1 .... @3same_64_rev | 25 | + if (arm_feature(env, ARM_FEATURE_V8)) { |
23 | -VQSHL_U64_3s 1111 001 1 0 . .. .... .... 0100 . . . 1 .... @3same_64_rev | 26 | + env->cp15.rvbar = cpu->rvbar_prop; |
24 | -VRSHL_S64_3s 1111 001 0 0 . .. .... .... 0101 . . . 0 .... @3same_64_rev | 27 | + env->regs[15] = cpu->rvbar_prop; |
25 | -VRSHL_U64_3s 1111 001 1 0 . .. .... .... 0101 . . . 0 .... @3same_64_rev | 28 | + } |
26 | -VQRSHL_S64_3s 1111 001 0 0 . .. .... .... 0101 . . . 1 .... @3same_64_rev | 29 | } |
27 | -VQRSHL_U64_3s 1111 001 1 0 . .. .... .... 0101 . . . 1 .... @3same_64_rev | 30 | |
28 | +{ | 31 | #if defined(CONFIG_USER_ONLY) |
29 | + VQSHL_S64_3s 1111 001 0 0 . .. .... .... 0100 . . . 1 .... @3same_64_rev | 32 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_post_init(Object *obj) |
30 | + VQSHL_S_3s 1111 001 0 0 . .. .... .... 0100 . . . 1 .... @3same_rev | 33 | qdev_property_add_static(DEVICE(obj), &arm_cpu_reset_hivecs_property); |
31 | +} | 34 | } |
32 | +{ | 35 | |
33 | + VQSHL_U64_3s 1111 001 1 0 . .. .... .... 0100 . . . 1 .... @3same_64_rev | 36 | - if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64)) { |
34 | + VQSHL_U_3s 1111 001 1 0 . .. .... .... 0100 . . . 1 .... @3same_rev | 37 | + if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { |
35 | +} | 38 | object_property_add_uint64_ptr(obj, "rvbar", |
36 | +{ | 39 | &cpu->rvbar_prop, |
37 | + VRSHL_S64_3s 1111 001 0 0 . .. .... .... 0101 . . . 0 .... @3same_64_rev | 40 | OBJ_PROP_FLAG_READWRITE); |
38 | + VRSHL_S_3s 1111 001 0 0 . .. .... .... 0101 . . . 0 .... @3same_rev | 41 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
39 | +} | ||
40 | +{ | ||
41 | + VRSHL_U64_3s 1111 001 1 0 . .. .... .... 0101 . . . 0 .... @3same_64_rev | ||
42 | + VRSHL_U_3s 1111 001 1 0 . .. .... .... 0101 . . . 0 .... @3same_rev | ||
43 | +} | ||
44 | +{ | ||
45 | + VQRSHL_S64_3s 1111 001 0 0 . .. .... .... 0101 . . . 1 .... @3same_64_rev | ||
46 | + VQRSHL_S_3s 1111 001 0 0 . .. .... .... 0101 . . . 1 .... @3same_rev | ||
47 | +} | ||
48 | +{ | ||
49 | + VQRSHL_U64_3s 1111 001 1 0 . .. .... .... 0101 . . . 1 .... @3same_64_rev | ||
50 | + VQRSHL_U_3s 1111 001 1 0 . .. .... .... 0101 . . . 1 .... @3same_rev | ||
51 | +} | ||
52 | |||
53 | VMAX_S_3s 1111 001 0 0 . .. .... .... 0110 . . . 0 .... @3same | ||
54 | VMAX_U_3s 1111 001 1 0 . .. .... .... 0110 . . . 0 .... @3same | ||
55 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
56 | index XXXXXXX..XXXXXXX 100644 | 42 | index XXXXXXX..XXXXXXX 100644 |
57 | --- a/target/arm/translate-neon.inc.c | 43 | --- a/target/arm/helper.c |
58 | +++ b/target/arm/translate-neon.inc.c | 44 | +++ b/target/arm/helper.c |
59 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_64_ENV(VQRSHL_U64, gen_helper_neon_qrshl_u64) | 45 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
60 | return do_3same(s, a, gen_##INSN##_3s); \ | 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 | } | ||
61 | } | 79 | } |
62 | 80 | ||
63 | +/* | ||
64 | + * Some helper functions need to be passed the cpu_env. In order | ||
65 | + * to use those with the gvec APIs like tcg_gen_gvec_3() we need | ||
66 | + * to create wrapper functions whose prototype is a NeonGenTwoOpFn() | ||
67 | + * and which call a NeonGenTwoOpEnvFn(). | ||
68 | + */ | ||
69 | +#define WRAP_ENV_FN(WRAPNAME, FUNC) \ | ||
70 | + static void WRAPNAME(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m) \ | ||
71 | + { \ | ||
72 | + FUNC(d, cpu_env, n, m); \ | ||
73 | + } | ||
74 | + | ||
75 | +#define DO_3SAME_32_ENV(INSN, FUNC) \ | ||
76 | + WRAP_ENV_FN(gen_##INSN##_tramp8, gen_helper_neon_##FUNC##8); \ | ||
77 | + WRAP_ENV_FN(gen_##INSN##_tramp16, gen_helper_neon_##FUNC##16); \ | ||
78 | + WRAP_ENV_FN(gen_##INSN##_tramp32, gen_helper_neon_##FUNC##32); \ | ||
79 | + static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
80 | + uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
81 | + uint32_t oprsz, uint32_t maxsz) \ | ||
82 | + { \ | ||
83 | + static const GVecGen3 ops[4] = { \ | ||
84 | + { .fni4 = gen_##INSN##_tramp8 }, \ | ||
85 | + { .fni4 = gen_##INSN##_tramp16 }, \ | ||
86 | + { .fni4 = gen_##INSN##_tramp32 }, \ | ||
87 | + { 0 }, \ | ||
88 | + }; \ | ||
89 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &ops[vece]); \ | ||
90 | + } \ | ||
91 | + static bool trans_##INSN##_3s(DisasContext *s, arg_3same *a) \ | ||
92 | + { \ | ||
93 | + if (a->size > 2) { \ | ||
94 | + return false; \ | ||
95 | + } \ | ||
96 | + return do_3same(s, a, gen_##INSN##_3s); \ | ||
97 | + } | ||
98 | + | ||
99 | DO_3SAME_32(VHADD_S, hadd_s) | ||
100 | DO_3SAME_32(VHADD_U, hadd_u) | ||
101 | DO_3SAME_32(VHSUB_S, hsub_s) | ||
102 | DO_3SAME_32(VHSUB_U, hsub_u) | ||
103 | DO_3SAME_32(VRHADD_S, rhadd_s) | ||
104 | DO_3SAME_32(VRHADD_U, rhadd_u) | ||
105 | +DO_3SAME_32(VRSHL_S, rshl_s) | ||
106 | +DO_3SAME_32(VRSHL_U, rshl_u) | ||
107 | + | ||
108 | +DO_3SAME_32_ENV(VQSHL_S, qshl_s) | ||
109 | +DO_3SAME_32_ENV(VQSHL_U, qshl_u) | ||
110 | +DO_3SAME_32_ENV(VQRSHL_S, qrshl_s) | ||
111 | +DO_3SAME_32_ENV(VQRSHL_U, qrshl_u) | ||
112 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
113 | index XXXXXXX..XXXXXXX 100644 | ||
114 | --- a/target/arm/translate.c | ||
115 | +++ b/target/arm/translate.c | ||
116 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
117 | case NEON_3R_VHSUB: | ||
118 | case NEON_3R_VABD: | ||
119 | case NEON_3R_VABA: | ||
120 | + case NEON_3R_VQSHL: | ||
121 | + case NEON_3R_VRSHL: | ||
122 | + case NEON_3R_VQRSHL: | ||
123 | /* Already handled by decodetree */ | ||
124 | return 1; | ||
125 | } | ||
126 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
127 | } | ||
128 | pairwise = 0; | ||
129 | switch (op) { | ||
130 | - case NEON_3R_VQSHL: | ||
131 | - case NEON_3R_VRSHL: | ||
132 | - case NEON_3R_VQRSHL: | ||
133 | - { | ||
134 | - int rtmp; | ||
135 | - /* Shift instruction operands are reversed. */ | ||
136 | - rtmp = rn; | ||
137 | - rn = rm; | ||
138 | - rm = rtmp; | ||
139 | - } | ||
140 | - break; | ||
141 | case NEON_3R_VPADD_VQRDMLAH: | ||
142 | case NEON_3R_VPMAX: | ||
143 | case NEON_3R_VPMIN: | ||
144 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
145 | tmp2 = neon_load_reg(rm, pass); | ||
146 | } | ||
147 | switch (op) { | ||
148 | - case NEON_3R_VQSHL: | ||
149 | - GEN_NEON_INTEGER_OP_ENV(qshl); | ||
150 | - break; | ||
151 | - case NEON_3R_VRSHL: | ||
152 | - GEN_NEON_INTEGER_OP(rshl); | ||
153 | - break; | ||
154 | - case NEON_3R_VQRSHL: | ||
155 | - GEN_NEON_INTEGER_OP_ENV(qrshl); | ||
156 | break; | ||
157 | case NEON_3R_VPMAX: | ||
158 | GEN_NEON_INTEGER_OP(pmax); | ||
159 | -- | 81 | -- |
160 | 2.20.1 | 82 | 2.25.1 |
161 | 83 | ||
162 | 84 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 2 | ||
3 | I and Xiang are willing to review the APEI-related patches and | 3 | The v8R PMSAv8 has a two-stage MPU translation process, but, unlike |
4 | volunteer as the reviewers for the HEST/GHES part. | 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. | ||
5 | 10 | ||
6 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | 11 | We move the assert() to combined_attrs_fwb(), because that function |
7 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | 12 | really does require a VMSA stage 2 attribute format. (We will never |
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 13 | get there for v8R, because PMSAv8 does not implement FEAT_S2FWB.) |
9 | Acked-by: Michael S. Tsirkin <mst@redhat.com> | 14 | |
10 | Message-id: 20200512030609.19593-11-gengdongjiu@huawei.com | 15 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
17 | Message-id: 20221206102504.165775-4-tobias.roehmel@rwth-aachen.de | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 19 | --- |
13 | MAINTAINERS | 9 +++++++++ | 20 | target/arm/ptw.c | 10 ++++++++-- |
14 | 1 file changed, 9 insertions(+) | 21 | 1 file changed, 8 insertions(+), 2 deletions(-) |
15 | 22 | ||
16 | diff --git a/MAINTAINERS b/MAINTAINERS | 23 | diff --git a/target/arm/ptw.c b/target/arm/ptw.c |
17 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/MAINTAINERS | 25 | --- a/target/arm/ptw.c |
19 | +++ b/MAINTAINERS | 26 | +++ b/target/arm/ptw.c |
20 | @@ -XXX,XX +XXX,XX @@ F: tests/qtest/bios-tables-test.c | 27 | @@ -XXX,XX +XXX,XX @@ static uint8_t combined_attrs_nofwb(uint64_t hcr, |
21 | F: tests/qtest/acpi-utils.[hc] | 28 | { |
22 | F: tests/data/acpi/ | 29 | uint8_t s1lo, s2lo, s1hi, s2hi, s2_mair_attrs, ret_attrs; |
23 | 30 | ||
24 | +ACPI/HEST/GHES | 31 | - s2_mair_attrs = convert_stage2_attrs(hcr, s2.attrs); |
25 | +R: Dongjiu Geng <gengdongjiu@huawei.com> | 32 | + if (s2.is_s2_format) { |
26 | +R: Xiang Zheng <zhengxiang9@huawei.com> | 33 | + s2_mair_attrs = convert_stage2_attrs(hcr, s2.attrs); |
27 | +L: qemu-arm@nongnu.org | 34 | + } else { |
28 | +S: Maintained | 35 | + s2_mair_attrs = s2.attrs; |
29 | +F: hw/acpi/ghes.c | 36 | + } |
30 | +F: include/hw/acpi/ghes.h | 37 | |
31 | +F: docs/specs/acpi_hest_ghes.rst | 38 | s1lo = extract32(s1.attrs, 0, 4); |
39 | s2lo = extract32(s2_mair_attrs, 0, 4); | ||
40 | @@ -XXX,XX +XXX,XX @@ static uint8_t force_cacheattr_nibble_wb(uint8_t attr) | ||
41 | */ | ||
42 | static uint8_t combined_attrs_fwb(ARMCacheAttrs s1, ARMCacheAttrs s2) | ||
43 | { | ||
44 | + assert(s2.is_s2_format && !s1.is_s2_format); | ||
32 | + | 45 | + |
33 | ppc4xx | 46 | switch (s2.attrs) { |
34 | M: David Gibson <david@gibson.dropbear.id.au> | 47 | case 7: |
35 | L: qemu-ppc@nongnu.org | 48 | /* Use stage 1 attributes */ |
49 | @@ -XXX,XX +XXX,XX @@ static ARMCacheAttrs combine_cacheattrs(uint64_t hcr, | ||
50 | ARMCacheAttrs ret; | ||
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) { | ||
36 | -- | 58 | -- |
37 | 2.20.1 | 59 | 2.25.1 |
38 | 60 | ||
39 | 61 | diff view generated by jsdifflib |
1 | Convert the Neon SHA instructions in the 3-reg-same group | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 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: 20200512163904.10918-3-peter.maydell@linaro.org | ||
7 | --- | 12 | --- |
8 | target/arm/neon-dp.decode | 10 +++ | 13 | target/arm/internals.h | 4 ++++ |
9 | target/arm/translate-neon.inc.c | 139 ++++++++++++++++++++++++++++++++ | 14 | target/arm/debug_helper.c | 3 +++ |
10 | target/arm/translate.c | 46 +---------- | 15 | target/arm/tlb_helper.c | 4 ++++ |
11 | 3 files changed, 151 insertions(+), 44 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 @@ VMUL_3s 1111 001 0 0 . .. .... .... 1001 . . . 1 .... @3same | 22 | @@ -XXX,XX +XXX,XX @@ unsigned int arm_pamax(ARMCPU *cpu); |
18 | VMUL_p_3s 1111 001 1 0 . .. .... .... 1001 . . . 1 .... @3same | 23 | static inline bool extended_addresses_enabled(CPUARMState *env) |
19 | 24 | { | |
20 | VQRDMLAH_3s 1111 001 1 0 . .. .... .... 1011 ... 1 .... @3same | 25 | uint64_t tcr = env->cp15.tcr_el[arm_is_secure(env) ? 3 : 1]; |
21 | + | 26 | + if (arm_feature(env, ARM_FEATURE_PMSA) && |
22 | +SHA1_3s 1111 001 0 0 . optype:2 .... .... 1100 . 1 . 0 .... \ | 27 | + arm_feature(env, ARM_FEATURE_V8)) { |
23 | + vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
24 | +SHA256H_3s 1111 001 1 0 . 00 .... .... 1100 . 1 . 0 .... \ | ||
25 | + vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
26 | +SHA256H2_3s 1111 001 1 0 . 01 .... .... 1100 . 1 . 0 .... \ | ||
27 | + vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
28 | +SHA256SU1_3s 1111 001 1 0 . 10 .... .... 1100 . 1 . 0 .... \ | ||
29 | + vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
30 | + | ||
31 | VQRDMLSH_3s 1111 001 1 0 . .. .... .... 1100 ... 1 .... @3same | ||
32 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/target/arm/translate-neon.inc.c | ||
35 | +++ b/target/arm/translate-neon.inc.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMUL_p_3s(DisasContext *s, arg_3same *a) | ||
37 | |||
38 | DO_VQRDMLAH(VQRDMLAH, gen_gvec_sqrdmlah_qc) | ||
39 | DO_VQRDMLAH(VQRDMLSH, gen_gvec_sqrdmlsh_qc) | ||
40 | + | ||
41 | +static bool trans_SHA1_3s(DisasContext *s, arg_SHA1_3s *a) | ||
42 | +{ | ||
43 | + TCGv_ptr ptr1, ptr2, ptr3; | ||
44 | + TCGv_i32 tmp; | ||
45 | + | ||
46 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
47 | + !dc_isar_feature(aa32_sha1, s)) { | ||
48 | + return false; | ||
49 | + } | ||
50 | + | ||
51 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
52 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
53 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
54 | + return false; | ||
55 | + } | ||
56 | + | ||
57 | + if ((a->vn | a->vm | a->vd) & 1) { | ||
58 | + return false; | ||
59 | + } | ||
60 | + | ||
61 | + if (!vfp_access_check(s)) { | ||
62 | + return true; | 28 | + return true; |
63 | + } | 29 | + } |
64 | + | 30 | return arm_el_is_aa64(env, 1) || |
65 | + ptr1 = vfp_reg_ptr(true, a->vd); | 31 | (arm_feature(env, ARM_FEATURE_LPAE) && (tcr & TTBCR_EAE)); |
66 | + ptr2 = vfp_reg_ptr(true, a->vn); | 32 | } |
67 | + ptr3 = vfp_reg_ptr(true, a->vm); | 33 | diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c |
68 | + tmp = tcg_const_i32(a->optype); | 34 | index XXXXXXX..XXXXXXX 100644 |
69 | + gen_helper_crypto_sha1_3reg(ptr1, ptr2, ptr3, tmp); | 35 | --- a/target/arm/debug_helper.c |
70 | + tcg_temp_free_i32(tmp); | 36 | +++ b/target/arm/debug_helper.c |
71 | + tcg_temp_free_ptr(ptr1); | 37 | @@ -XXX,XX +XXX,XX @@ static uint32_t arm_debug_exception_fsr(CPUARMState *env) |
72 | + tcg_temp_free_ptr(ptr2); | 38 | |
73 | + tcg_temp_free_ptr(ptr3); | 39 | if (target_el == 2 || arm_el_is_aa64(env, target_el)) { |
74 | + | 40 | using_lpae = true; |
75 | + return true; | 41 | + } else if (arm_feature(env, ARM_FEATURE_PMSA) && |
76 | +} | 42 | + arm_feature(env, ARM_FEATURE_V8)) { |
77 | + | 43 | + using_lpae = true; |
78 | +static bool trans_SHA256H_3s(DisasContext *s, arg_SHA256H_3s *a) | 44 | } else { |
79 | +{ | 45 | if (arm_feature(env, ARM_FEATURE_LPAE) && |
80 | + TCGv_ptr ptr1, ptr2, ptr3; | 46 | (env->cp15.tcr_el[target_el] & TTBCR_EAE)) { |
81 | + | 47 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c |
82 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | 48 | index XXXXXXX..XXXXXXX 100644 |
83 | + !dc_isar_feature(aa32_sha2, s)) { | 49 | --- a/target/arm/tlb_helper.c |
84 | + return false; | 50 | +++ b/target/arm/tlb_helper.c |
85 | + } | 51 | @@ -XXX,XX +XXX,XX @@ bool regime_using_lpae_format(CPUARMState *env, ARMMMUIdx mmu_idx) |
86 | + | 52 | if (el == 2 || arm_el_is_aa64(env, el)) { |
87 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | 53 | return true; |
88 | + if (!dc_isar_feature(aa32_simd_r32, s) && | 54 | } |
89 | + ((a->vd | a->vn | a->vm) & 0x10)) { | 55 | + if (arm_feature(env, ARM_FEATURE_PMSA) && |
90 | + return false; | 56 | + arm_feature(env, ARM_FEATURE_V8)) { |
91 | + } | ||
92 | + | ||
93 | + if ((a->vn | a->vm | a->vd) & 1) { | ||
94 | + return false; | ||
95 | + } | ||
96 | + | ||
97 | + if (!vfp_access_check(s)) { | ||
98 | + return true; | 57 | + return true; |
99 | + } | 58 | + } |
100 | + | 59 | if (arm_feature(env, ARM_FEATURE_LPAE) |
101 | + ptr1 = vfp_reg_ptr(true, a->vd); | 60 | && (regime_tcr(env, mmu_idx) & TTBCR_EAE)) { |
102 | + ptr2 = vfp_reg_ptr(true, a->vn); | 61 | return true; |
103 | + ptr3 = vfp_reg_ptr(true, a->vm); | ||
104 | + gen_helper_crypto_sha256h(ptr1, ptr2, ptr3); | ||
105 | + tcg_temp_free_ptr(ptr1); | ||
106 | + tcg_temp_free_ptr(ptr2); | ||
107 | + tcg_temp_free_ptr(ptr3); | ||
108 | + | ||
109 | + return true; | ||
110 | +} | ||
111 | + | ||
112 | +static bool trans_SHA256H2_3s(DisasContext *s, arg_SHA256H2_3s *a) | ||
113 | +{ | ||
114 | + TCGv_ptr ptr1, ptr2, ptr3; | ||
115 | + | ||
116 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
117 | + !dc_isar_feature(aa32_sha2, s)) { | ||
118 | + return false; | ||
119 | + } | ||
120 | + | ||
121 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
122 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
123 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
124 | + return false; | ||
125 | + } | ||
126 | + | ||
127 | + if ((a->vn | a->vm | a->vd) & 1) { | ||
128 | + return false; | ||
129 | + } | ||
130 | + | ||
131 | + if (!vfp_access_check(s)) { | ||
132 | + return true; | ||
133 | + } | ||
134 | + | ||
135 | + ptr1 = vfp_reg_ptr(true, a->vd); | ||
136 | + ptr2 = vfp_reg_ptr(true, a->vn); | ||
137 | + ptr3 = vfp_reg_ptr(true, a->vm); | ||
138 | + gen_helper_crypto_sha256h2(ptr1, ptr2, ptr3); | ||
139 | + tcg_temp_free_ptr(ptr1); | ||
140 | + tcg_temp_free_ptr(ptr2); | ||
141 | + tcg_temp_free_ptr(ptr3); | ||
142 | + | ||
143 | + return true; | ||
144 | +} | ||
145 | + | ||
146 | +static bool trans_SHA256SU1_3s(DisasContext *s, arg_SHA256SU1_3s *a) | ||
147 | +{ | ||
148 | + TCGv_ptr ptr1, ptr2, ptr3; | ||
149 | + | ||
150 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON) || | ||
151 | + !dc_isar_feature(aa32_sha2, s)) { | ||
152 | + return false; | ||
153 | + } | ||
154 | + | ||
155 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
156 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
157 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
158 | + return false; | ||
159 | + } | ||
160 | + | ||
161 | + if ((a->vn | a->vm | a->vd) & 1) { | ||
162 | + return false; | ||
163 | + } | ||
164 | + | ||
165 | + if (!vfp_access_check(s)) { | ||
166 | + return true; | ||
167 | + } | ||
168 | + | ||
169 | + ptr1 = vfp_reg_ptr(true, a->vd); | ||
170 | + ptr2 = vfp_reg_ptr(true, a->vn); | ||
171 | + ptr3 = vfp_reg_ptr(true, a->vm); | ||
172 | + gen_helper_crypto_sha256su1(ptr1, ptr2, ptr3); | ||
173 | + tcg_temp_free_ptr(ptr1); | ||
174 | + tcg_temp_free_ptr(ptr2); | ||
175 | + tcg_temp_free_ptr(ptr3); | ||
176 | + | ||
177 | + return true; | ||
178 | +} | ||
179 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
180 | index XXXXXXX..XXXXXXX 100644 | ||
181 | --- a/target/arm/translate.c | ||
182 | +++ b/target/arm/translate.c | ||
183 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
184 | int vec_size; | ||
185 | uint32_t imm; | ||
186 | TCGv_i32 tmp, tmp2, tmp3, tmp4, tmp5; | ||
187 | - TCGv_ptr ptr1, ptr2, ptr3; | ||
188 | + TCGv_ptr ptr1, ptr2; | ||
189 | TCGv_i64 tmp64; | ||
190 | |||
191 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
192 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
193 | return 1; | ||
194 | } | ||
195 | switch (op) { | ||
196 | - case NEON_3R_SHA: | ||
197 | - /* The SHA-1/SHA-256 3-register instructions require special | ||
198 | - * treatment here, as their size field is overloaded as an | ||
199 | - * op type selector, and they all consume their input in a | ||
200 | - * single pass. | ||
201 | - */ | ||
202 | - if (!q) { | ||
203 | - return 1; | ||
204 | - } | ||
205 | - if (!u) { /* SHA-1 */ | ||
206 | - if (!dc_isar_feature(aa32_sha1, s)) { | ||
207 | - return 1; | ||
208 | - } | ||
209 | - ptr1 = vfp_reg_ptr(true, rd); | ||
210 | - ptr2 = vfp_reg_ptr(true, rn); | ||
211 | - ptr3 = vfp_reg_ptr(true, rm); | ||
212 | - tmp4 = tcg_const_i32(size); | ||
213 | - gen_helper_crypto_sha1_3reg(ptr1, ptr2, ptr3, tmp4); | ||
214 | - tcg_temp_free_i32(tmp4); | ||
215 | - } else { /* SHA-256 */ | ||
216 | - if (!dc_isar_feature(aa32_sha2, s) || size == 3) { | ||
217 | - return 1; | ||
218 | - } | ||
219 | - ptr1 = vfp_reg_ptr(true, rd); | ||
220 | - ptr2 = vfp_reg_ptr(true, rn); | ||
221 | - ptr3 = vfp_reg_ptr(true, rm); | ||
222 | - switch (size) { | ||
223 | - case 0: | ||
224 | - gen_helper_crypto_sha256h(ptr1, ptr2, ptr3); | ||
225 | - break; | ||
226 | - case 1: | ||
227 | - gen_helper_crypto_sha256h2(ptr1, ptr2, ptr3); | ||
228 | - break; | ||
229 | - case 2: | ||
230 | - gen_helper_crypto_sha256su1(ptr1, ptr2, ptr3); | ||
231 | - break; | ||
232 | - } | ||
233 | - } | ||
234 | - tcg_temp_free_ptr(ptr1); | ||
235 | - tcg_temp_free_ptr(ptr2); | ||
236 | - tcg_temp_free_ptr(ptr3); | ||
237 | - return 0; | ||
238 | - | ||
239 | case NEON_3R_VPADD_VQRDMLAH: | ||
240 | if (!u) { | ||
241 | break; /* VPADD */ | ||
242 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
243 | case NEON_3R_VMUL: | ||
244 | case NEON_3R_VML: | ||
245 | case NEON_3R_VSHL: | ||
246 | + case NEON_3R_SHA: | ||
247 | /* Already handled by decodetree */ | ||
248 | return 1; | ||
249 | } | ||
250 | -- | 62 | -- |
251 | 2.20.1 | 63 | 2.25.1 |
252 | 64 | ||
253 | 65 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 2 | ||
3 | Add a SIGBUS signal handler. In this handler, it checks the SIGBUS type, | 3 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
4 | translates the host VA delivered by host to guest PA, then fills this PA | 4 | Message-id: 20221206102504.165775-6-tobias.roehmel@rwth-aachen.de |
5 | to guest APEI GHES memory, then notifies guest according to the SIGBUS | ||
6 | type. | ||
7 | |||
8 | When guest accesses the poisoned memory, it will generate a Synchronous | ||
9 | External Abort(SEA). Then host kernel gets an APEI notification and calls | ||
10 | memory_failure() to unmapped the affected page in stage 2, finally | ||
11 | returns to guest. | ||
12 | |||
13 | Guest continues to access the PG_hwpoison page, it will trap to KVM as | ||
14 | stage2 fault, then a SIGBUS_MCEERR_AR synchronous signal is delivered to | ||
15 | Qemu, Qemu records this error address into guest APEI GHES memory and | ||
16 | notifes guest using Synchronous-External-Abort(SEA). | ||
17 | |||
18 | In order to inject a vSEA, we introduce the kvm_inject_arm_sea() function | ||
19 | in which we can setup the type of exception and the syndrome information. | ||
20 | When switching to guest, the target vcpu will jump to the synchronous | ||
21 | external abort vector table entry. | ||
22 | |||
23 | The ESR_ELx.DFSC is set to synchronous external abort(0x10), and the | ||
24 | ESR_ELx.FnV is set to not valid(0x1), which will tell guest that FAR is | ||
25 | not valid and hold an UNKNOWN value. These values will be set to KVM | ||
26 | register structures through KVM_SET_ONE_REG IOCTL. | ||
27 | |||
28 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | ||
29 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | ||
30 | Reviewed-by: Michael S. Tsirkin <mst@redhat.com> | ||
31 | Acked-by: Xiang Zheng <zhengxiang9@huawei.com> | ||
32 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
33 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
34 | Message-id: 20200512030609.19593-10-gengdongjiu@huawei.com | ||
35 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
36 | --- | 6 | --- |
37 | include/sysemu/kvm.h | 3 +- | 7 | target/arm/cpu.h | 6 + |
38 | target/arm/cpu.h | 4 +++ | 8 | target/arm/cpu.c | 28 +++- |
39 | target/arm/internals.h | 5 +-- | 9 | target/arm/helper.c | 302 +++++++++++++++++++++++++++++++++++++++++++ |
40 | target/i386/cpu.h | 2 ++ | 10 | target/arm/machine.c | 28 ++++ |
41 | target/arm/helper.c | 2 +- | 11 | 4 files changed, 360 insertions(+), 4 deletions(-) |
42 | target/arm/kvm64.c | 77 +++++++++++++++++++++++++++++++++++++++++ | ||
43 | target/arm/tlb_helper.c | 2 +- | ||
44 | 7 files changed, 89 insertions(+), 6 deletions(-) | ||
45 | 12 | ||
46 | diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h | ||
47 | index XXXXXXX..XXXXXXX 100644 | ||
48 | --- a/include/sysemu/kvm.h | ||
49 | +++ b/include/sysemu/kvm.h | ||
50 | @@ -XXX,XX +XXX,XX @@ bool kvm_vcpu_id_is_valid(int vcpu_id); | ||
51 | /* Returns VCPU ID to be used on KVM_CREATE_VCPU ioctl() */ | ||
52 | unsigned long kvm_arch_vcpu_id(CPUState *cpu); | ||
53 | |||
54 | -#ifdef TARGET_I386 | ||
55 | -#define KVM_HAVE_MCE_INJECTION 1 | ||
56 | +#ifdef KVM_HAVE_MCE_INJECTION | ||
57 | void kvm_arch_on_sigbus_vcpu(CPUState *cpu, int code, void *addr); | ||
58 | #endif | ||
59 | |||
60 | 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 |
61 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
62 | --- a/target/arm/cpu.h | 15 | --- a/target/arm/cpu.h |
63 | +++ b/target/arm/cpu.h | 16 | +++ b/target/arm/cpu.h |
64 | @@ -XXX,XX +XXX,XX @@ | 17 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUArchState { |
65 | /* ARM processors have a weak memory model */ | 18 | }; |
66 | #define TCG_GUEST_DEFAULT_MO (0) | 19 | uint64_t sctlr_el[4]; |
67 | 20 | }; | |
68 | +#ifdef TARGET_AARCH64 | 21 | + uint64_t vsctlr; /* Virtualization System control register. */ |
69 | +#define KVM_HAVE_MCE_INJECTION 1 | 22 | uint64_t cpacr_el1; /* Architectural feature access control register */ |
70 | +#endif | 23 | uint64_t cptr_el[4]; /* ARMv8 feature trap registers */ |
71 | + | 24 | uint32_t c1_xscaleauxcr; /* XScale auxiliary control register. */ |
72 | #define EXCP_UDEF 1 /* undefined instruction */ | 25 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUArchState { |
73 | #define EXCP_SWI 2 /* software interrupt */ | 26 | */ |
74 | #define EXCP_PREFETCH_ABORT 3 | 27 | uint32_t *rbar[M_REG_NUM_BANKS]; |
75 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 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 | ||
76 | index XXXXXXX..XXXXXXX 100644 | 47 | index XXXXXXX..XXXXXXX 100644 |
77 | --- a/target/arm/internals.h | 48 | --- a/target/arm/cpu.c |
78 | +++ b/target/arm/internals.h | 49 | +++ b/target/arm/cpu.c |
79 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t syn_insn_abort(int same_el, int ea, int s1ptw, int fsc) | 50 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset_hold(Object *obj) |
80 | | ARM_EL_IL | (ea << 9) | (s1ptw << 7) | fsc; | 51 | sizeof(*env->pmsav7.dracr) * cpu->pmsav7_dregion); |
81 | } | 52 | } |
82 | 53 | } | |
83 | -static inline uint32_t syn_data_abort_no_iss(int same_el, | 54 | + |
84 | +static inline uint32_t syn_data_abort_no_iss(int same_el, int fnv, | 55 | + if (cpu->pmsav8r_hdregion > 0) { |
85 | int ea, int cm, int s1ptw, | 56 | + memset(env->pmsav8.hprbar, 0, |
86 | int wnr, int fsc) | 57 | + sizeof(*env->pmsav8.hprbar) * cpu->pmsav8r_hdregion); |
87 | { | 58 | + memset(env->pmsav8.hprlar, 0, |
88 | return (EC_DATAABORT << ARM_EL_EC_SHIFT) | (same_el << ARM_EL_EC_SHIFT) | 59 | + sizeof(*env->pmsav8.hprlar) * cpu->pmsav8r_hdregion); |
89 | | ARM_EL_IL | 60 | + } |
90 | - | (ea << 9) | (cm << 8) | (s1ptw << 7) | (wnr << 6) | fsc; | 61 | + |
91 | + | (fnv << 10) | (ea << 9) | (cm << 8) | (s1ptw << 7) | 62 | env->pmsav7.rnr[M_REG_NS] = 0; |
92 | + | (wnr << 6) | fsc; | 63 | env->pmsav7.rnr[M_REG_S] = 0; |
93 | } | 64 | env->pmsav8.mair0[M_REG_NS] = 0; |
94 | 65 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | |
95 | static inline uint32_t syn_data_abort_with_iss(int same_el, | 66 | /* MPU can be configured out of a PMSA CPU either by setting has-mpu |
96 | diff --git a/target/i386/cpu.h b/target/i386/cpu.h | 67 | * to false or by setting pmsav7-dregion to 0. |
97 | index XXXXXXX..XXXXXXX 100644 | 68 | */ |
98 | --- a/target/i386/cpu.h | 69 | - if (!cpu->has_mpu) { |
99 | +++ b/target/i386/cpu.h | 70 | - cpu->pmsav7_dregion = 0; |
100 | @@ -XXX,XX +XXX,XX @@ | 71 | - } |
101 | /* The x86 has a strong memory model with some store-after-load re-ordering */ | 72 | - if (cpu->pmsav7_dregion == 0) { |
102 | #define TCG_GUEST_DEFAULT_MO (TCG_MO_ALL & ~TCG_MO_ST_LD) | 73 | + if (!cpu->has_mpu || cpu->pmsav7_dregion == 0) { |
103 | 74 | cpu->has_mpu = false; | |
104 | +#define KVM_HAVE_MCE_INJECTION 1 | 75 | + cpu->pmsav7_dregion = 0; |
105 | + | 76 | + cpu->pmsav8r_hdregion = 0; |
106 | /* Maximum instruction code size */ | 77 | } |
107 | #define TARGET_MAX_INSN_SIZE 16 | 78 | |
108 | 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)) { | ||
109 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 100 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
110 | index XXXXXXX..XXXXXXX 100644 | 101 | index XXXXXXX..XXXXXXX 100644 |
111 | --- a/target/arm/helper.c | 102 | --- a/target/arm/helper.c |
112 | +++ b/target/arm/helper.c | 103 | +++ b/target/arm/helper.c |
113 | @@ -XXX,XX +XXX,XX @@ static uint64_t do_ats_write(CPUARMState *env, uint64_t value, | 104 | @@ -XXX,XX +XXX,XX @@ static void pmsav7_rgnr_write(CPUARMState *env, const ARMCPRegInfo *ri, |
114 | * Report exception with ESR indicating a fault due to a | 105 | raw_write(env, ri, value); |
115 | * translation table walk for a cache maintenance instruction. | 106 | } |
116 | */ | 107 | |
117 | - syn = syn_data_abort_no_iss(current_el == target_el, | 108 | +static void prbar_write(CPUARMState *env, const ARMCPRegInfo *ri, |
118 | + syn = syn_data_abort_no_iss(current_el == target_el, 0, | 109 | + uint64_t value) |
119 | fi.ea, 1, fi.s1ptw, 1, fsc); | 110 | +{ |
120 | env->exception.vaddress = value; | 111 | + ARMCPU *cpu = env_archcpu(env); |
121 | env->exception.fsr = fsr; | 112 | + |
122 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | 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); | ||
415 | } | ||
416 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
417 | sctlr.type |= ARM_CP_SUPPRESS_TB_END; | ||
418 | } | ||
419 | define_one_arm_cp_reg(cpu, &sctlr); | ||
420 | + | ||
421 | + if (arm_feature(env, ARM_FEATURE_PMSA) && | ||
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 | ||
123 | index XXXXXXX..XXXXXXX 100644 | 435 | index XXXXXXX..XXXXXXX 100644 |
124 | --- a/target/arm/kvm64.c | 436 | --- a/target/arm/machine.c |
125 | +++ b/target/arm/kvm64.c | 437 | +++ b/target/arm/machine.c |
126 | @@ -XXX,XX +XXX,XX @@ | 438 | @@ -XXX,XX +XXX,XX @@ static bool pmsav8_needed(void *opaque) |
127 | #include "sysemu/kvm_int.h" | 439 | arm_feature(env, ARM_FEATURE_V8); |
128 | #include "kvm_arm.h" | ||
129 | #include "internals.h" | ||
130 | +#include "hw/acpi/acpi.h" | ||
131 | +#include "hw/acpi/ghes.h" | ||
132 | +#include "hw/arm/virt.h" | ||
133 | |||
134 | static bool have_guest_debug; | ||
135 | |||
136 | @@ -XXX,XX +XXX,XX @@ int kvm_arm_cpreg_level(uint64_t regidx) | ||
137 | return KVM_PUT_RUNTIME_STATE; | ||
138 | } | 440 | } |
139 | 441 | ||
140 | +/* Callers must hold the iothread mutex lock */ | 442 | +static bool pmsav8r_needed(void *opaque) |
141 | +static void kvm_inject_arm_sea(CPUState *c) | 443 | +{ |
142 | +{ | 444 | + ARMCPU *cpu = opaque; |
143 | + ARMCPU *cpu = ARM_CPU(c); | ||
144 | + CPUARMState *env = &cpu->env; | 445 | + CPUARMState *env = &cpu->env; |
145 | + CPUClass *cc = CPU_GET_CLASS(c); | 446 | + |
146 | + uint32_t esr; | 447 | + return arm_feature(env, ARM_FEATURE_PMSA) && |
147 | + bool same_el; | 448 | + arm_feature(env, ARM_FEATURE_V8) && |
148 | + | 449 | + !arm_feature(env, ARM_FEATURE_M); |
149 | + c->exception_index = EXCP_DATA_ABORT; | 450 | +} |
150 | + env->exception.target_el = 1; | 451 | + |
151 | + | 452 | +static const VMStateDescription vmstate_pmsav8r = { |
152 | + /* | 453 | + .name = "cpu/pmsav8/pmsav8r", |
153 | + * Set the DFSC to synchronous external abort and set FnV to not valid, | 454 | + .version_id = 1, |
154 | + * this will tell guest the FAR_ELx is UNKNOWN for this abort. | 455 | + .minimum_version_id = 1, |
155 | + */ | 456 | + .needed = pmsav8r_needed, |
156 | + same_el = arm_current_el(env) == env->exception.target_el; | 457 | + .fields = (VMStateField[]) { |
157 | + esr = syn_data_abort_no_iss(same_el, 1, 0, 0, 0, 0, 0x10); | 458 | + VMSTATE_VARRAY_UINT32(env.pmsav8.hprbar, ARMCPU, |
158 | + | 459 | + pmsav8r_hdregion, 0, vmstate_info_uint32, uint32_t), |
159 | + env->exception.syndrome = esr; | 460 | + VMSTATE_VARRAY_UINT32(env.pmsav8.hprlar, ARMCPU, |
160 | + | 461 | + pmsav8r_hdregion, 0, vmstate_info_uint32, uint32_t), |
161 | + cc->do_interrupt(c); | 462 | + VMSTATE_END_OF_LIST() |
162 | +} | 463 | + }, |
163 | + | 464 | +}; |
164 | #define AARCH64_CORE_REG(x) (KVM_REG_ARM64 | KVM_REG_SIZE_U64 | \ | 465 | + |
165 | KVM_REG_ARM_CORE | KVM_REG_ARM_CORE_REG(x)) | 466 | static const VMStateDescription vmstate_pmsav8 = { |
166 | 467 | .name = "cpu/pmsav8", | |
167 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_get_registers(CPUState *cs) | 468 | .version_id = 1, |
168 | return ret; | 469 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav8 = { |
169 | } | 470 | VMSTATE_UINT32(env.pmsav8.mair0[M_REG_NS], ARMCPU), |
170 | 471 | VMSTATE_UINT32(env.pmsav8.mair1[M_REG_NS], ARMCPU), | |
171 | +void kvm_arch_on_sigbus_vcpu(CPUState *c, int code, void *addr) | 472 | VMSTATE_END_OF_LIST() |
172 | +{ | 473 | + }, |
173 | + ram_addr_t ram_addr; | 474 | + .subsections = (const VMStateDescription * []) { |
174 | + hwaddr paddr; | 475 | + &vmstate_pmsav8r, |
175 | + Object *obj = qdev_get_machine(); | 476 | + NULL |
176 | + VirtMachineState *vms = VIRT_MACHINE(obj); | 477 | } |
177 | + bool acpi_enabled = virt_is_acpi_enabled(vms); | 478 | }; |
178 | + | 479 | |
179 | + assert(code == BUS_MCEERR_AR || code == BUS_MCEERR_AO); | ||
180 | + | ||
181 | + if (acpi_enabled && addr && | ||
182 | + object_property_get_bool(obj, "ras", NULL)) { | ||
183 | + ram_addr = qemu_ram_addr_from_host(addr); | ||
184 | + if (ram_addr != RAM_ADDR_INVALID && | ||
185 | + kvm_physical_memory_addr_from_host(c->kvm_state, addr, &paddr)) { | ||
186 | + kvm_hwpoison_page_add(ram_addr); | ||
187 | + /* | ||
188 | + * If this is a BUS_MCEERR_AR, we know we have been called | ||
189 | + * synchronously from the vCPU thread, so we can easily | ||
190 | + * synchronize the state and inject an error. | ||
191 | + * | ||
192 | + * TODO: we currently don't tell the guest at all about | ||
193 | + * BUS_MCEERR_AO. In that case we might either be being | ||
194 | + * called synchronously from the vCPU thread, or a bit | ||
195 | + * later from the main thread, so doing the injection of | ||
196 | + * the error would be more complicated. | ||
197 | + */ | ||
198 | + if (code == BUS_MCEERR_AR) { | ||
199 | + kvm_cpu_synchronize_state(c); | ||
200 | + if (!acpi_ghes_record_errors(ACPI_HEST_SRC_ID_SEA, paddr)) { | ||
201 | + kvm_inject_arm_sea(c); | ||
202 | + } else { | ||
203 | + error_report("failed to record the error"); | ||
204 | + abort(); | ||
205 | + } | ||
206 | + } | ||
207 | + return; | ||
208 | + } | ||
209 | + if (code == BUS_MCEERR_AO) { | ||
210 | + error_report("Hardware memory error at addr %p for memory used by " | ||
211 | + "QEMU itself instead of guest system!", addr); | ||
212 | + } | ||
213 | + } | ||
214 | + | ||
215 | + if (code == BUS_MCEERR_AR) { | ||
216 | + error_report("Hardware memory error!"); | ||
217 | + exit(1); | ||
218 | + } | ||
219 | +} | ||
220 | + | ||
221 | /* C6.6.29 BRK instruction */ | ||
222 | static const uint32_t brk_insn = 0xd4200000; | ||
223 | |||
224 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c | ||
225 | index XXXXXXX..XXXXXXX 100644 | ||
226 | --- a/target/arm/tlb_helper.c | ||
227 | +++ b/target/arm/tlb_helper.c | ||
228 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t merge_syn_data_abort(uint32_t template_syn, | ||
229 | * ISV field. | ||
230 | */ | ||
231 | if (!(template_syn & ARM_EL_ISV) || target_el != 2 || s1ptw) { | ||
232 | - syn = syn_data_abort_no_iss(same_el, | ||
233 | + syn = syn_data_abort_no_iss(same_el, 0, | ||
234 | ea, 0, s1ptw, is_write, fsc); | ||
235 | } else { | ||
236 | /* | ||
237 | -- | 480 | -- |
238 | 2.20.1 | 481 | 2.25.1 |
239 | 482 | ||
240 | 483 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | 2 | ||
3 | kvm_hwpoison_page_add() and kvm_unpoison_all() will both | 3 | Add PMSAv8r translation. |
4 | be used by X86 and ARM platforms, so moving them into | 4 | |
5 | "accel/kvm/kvm-all.c" to avoid duplicate code. | 5 | Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
6 | |||
7 | For architectures that don't use the poison-list functionality | ||
8 | the reset handler will harmlessly do nothing, so let's register | ||
9 | the kvm_unpoison_all() function in the generic kvm_init() function. | ||
10 | |||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | 7 | Message-id: 20221206102504.165775-7-tobias.roehmel@rwth-aachen.de |
13 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | ||
14 | Acked-by: Xiang Zheng <zhengxiang9@huawei.com> | ||
15 | Message-id: 20200512030609.19593-8-gengdongjiu@huawei.com | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 9 | --- |
18 | include/sysemu/kvm_int.h | 12 ++++++++++++ | 10 | target/arm/ptw.c | 126 ++++++++++++++++++++++++++++++++++++++--------- |
19 | accel/kvm/kvm-all.c | 36 ++++++++++++++++++++++++++++++++++++ | 11 | 1 file changed, 104 insertions(+), 22 deletions(-) |
20 | target/i386/kvm.c | 36 ------------------------------------ | 12 | |
21 | 3 files changed, 48 insertions(+), 36 deletions(-) | 13 | diff --git a/target/arm/ptw.c b/target/arm/ptw.c |
22 | |||
23 | diff --git a/include/sysemu/kvm_int.h b/include/sysemu/kvm_int.h | ||
24 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/include/sysemu/kvm_int.h | 15 | --- a/target/arm/ptw.c |
26 | +++ b/include/sysemu/kvm_int.h | 16 | +++ b/target/arm/ptw.c |
27 | @@ -XXX,XX +XXX,XX @@ void kvm_memory_listener_register(KVMState *s, KVMMemoryListener *kml, | 17 | @@ -XXX,XX +XXX,XX @@ static bool pmsav7_use_background_region(ARMCPU *cpu, ARMMMUIdx mmu_idx, |
28 | AddressSpace *as, int as_id); | 18 | |
29 | 19 | if (arm_feature(env, ARM_FEATURE_M)) { | |
30 | void kvm_set_max_memslot_size(hwaddr max_slot_size); | 20 | return env->v7m.mpu_ctrl[is_secure] & R_V7M_MPU_CTRL_PRIVDEFENA_MASK; |
31 | + | 21 | - } else { |
32 | +/** | 22 | - return regime_sctlr(env, mmu_idx) & SCTLR_BR; |
33 | + * kvm_hwpoison_page_add: | 23 | } |
34 | + * | 24 | + |
35 | + * Parameters: | 25 | + if (mmu_idx == ARMMMUIdx_Stage2) { |
36 | + * @ram_addr: the address in the RAM for the poisoned page | 26 | + return false; |
37 | + * | 27 | + } |
38 | + * Add a poisoned page to the list | 28 | + |
39 | + * | 29 | + return regime_sctlr(env, mmu_idx) & SCTLR_BR; |
40 | + * Return: None. | ||
41 | + */ | ||
42 | +void kvm_hwpoison_page_add(ram_addr_t ram_addr); | ||
43 | #endif | ||
44 | diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c | ||
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/accel/kvm/kvm-all.c | ||
47 | +++ b/accel/kvm/kvm-all.c | ||
48 | @@ -XXX,XX +XXX,XX @@ | ||
49 | #include "qapi/visitor.h" | ||
50 | #include "qapi/qapi-types-common.h" | ||
51 | #include "qapi/qapi-visit-common.h" | ||
52 | +#include "sysemu/reset.h" | ||
53 | |||
54 | #include "hw/boards.h" | ||
55 | |||
56 | @@ -XXX,XX +XXX,XX @@ int kvm_vm_check_extension(KVMState *s, unsigned int extension) | ||
57 | return ret; | ||
58 | } | 30 | } |
59 | 31 | ||
60 | +typedef struct HWPoisonPage { | 32 | static bool get_phys_addr_pmsav7(CPUARMState *env, uint32_t address, |
61 | + ram_addr_t ram_addr; | 33 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_pmsav7(CPUARMState *env, uint32_t address, |
62 | + QLIST_ENTRY(HWPoisonPage) list; | 34 | return !(result->f.prot & (1 << access_type)); |
63 | +} HWPoisonPage; | 35 | } |
64 | + | 36 | |
65 | +static QLIST_HEAD(, HWPoisonPage) hwpoison_page_list = | 37 | +static uint32_t *regime_rbar(CPUARMState *env, ARMMMUIdx mmu_idx, |
66 | + QLIST_HEAD_INITIALIZER(hwpoison_page_list); | 38 | + uint32_t secure) |
67 | + | ||
68 | +static void kvm_unpoison_all(void *param) | ||
69 | +{ | 39 | +{ |
70 | + HWPoisonPage *page, *next_page; | 40 | + if (regime_el(env, mmu_idx) == 2) { |
71 | + | 41 | + return env->pmsav8.hprbar; |
72 | + QLIST_FOREACH_SAFE(page, &hwpoison_page_list, list, next_page) { | 42 | + } else { |
73 | + QLIST_REMOVE(page, list); | 43 | + return env->pmsav8.rbar[secure]; |
74 | + qemu_ram_remap(page->ram_addr, TARGET_PAGE_SIZE); | ||
75 | + g_free(page); | ||
76 | + } | 44 | + } |
77 | +} | 45 | +} |
78 | + | 46 | + |
79 | +void kvm_hwpoison_page_add(ram_addr_t ram_addr) | 47 | +static uint32_t *regime_rlar(CPUARMState *env, ARMMMUIdx mmu_idx, |
48 | + uint32_t secure) | ||
80 | +{ | 49 | +{ |
81 | + HWPoisonPage *page; | 50 | + if (regime_el(env, mmu_idx) == 2) { |
82 | + | 51 | + return env->pmsav8.hprlar; |
83 | + QLIST_FOREACH(page, &hwpoison_page_list, list) { | 52 | + } else { |
84 | + if (page->ram_addr == ram_addr) { | 53 | + return env->pmsav8.rlar[secure]; |
85 | + return; | 54 | + } |
86 | + } | ||
87 | + } | ||
88 | + page = g_new(HWPoisonPage, 1); | ||
89 | + page->ram_addr = ram_addr; | ||
90 | + QLIST_INSERT_HEAD(&hwpoison_page_list, page, list); | ||
91 | +} | 55 | +} |
92 | + | 56 | + |
93 | static uint32_t adjust_ioeventfd_endianness(uint32_t val, uint32_t size) | 57 | bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, |
94 | { | 58 | MMUAccessType access_type, ARMMMUIdx mmu_idx, |
95 | #if defined(HOST_WORDS_BIGENDIAN) != defined(TARGET_WORDS_BIGENDIAN) | 59 | bool secure, GetPhysAddrResult *result, |
96 | @@ -XXX,XX +XXX,XX @@ static int kvm_init(MachineState *ms) | 60 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, |
97 | s->kernel_irqchip_split = mc->default_kernel_irqchip_split ? ON_OFF_AUTO_ON : ON_OFF_AUTO_OFF; | 61 | bool hit = false; |
98 | } | 62 | uint32_t addr_page_base = address & TARGET_PAGE_MASK; |
99 | 63 | uint32_t addr_page_limit = addr_page_base + (TARGET_PAGE_SIZE - 1); | |
100 | + qemu_register_reset(kvm_unpoison_all, NULL); | 64 | + int region_counter; |
101 | + | 65 | + |
102 | if (s->kernel_irqchip_allowed) { | 66 | + if (regime_el(env, mmu_idx) == 2) { |
103 | kvm_irqchip_create(s); | 67 | + region_counter = cpu->pmsav8r_hdregion; |
104 | } | 68 | + } else { |
105 | diff --git a/target/i386/kvm.c b/target/i386/kvm.c | 69 | + region_counter = cpu->pmsav7_dregion; |
106 | index XXXXXXX..XXXXXXX 100644 | 70 | + } |
107 | --- a/target/i386/kvm.c | 71 | |
108 | +++ b/target/i386/kvm.c | 72 | result->f.lg_page_size = TARGET_PAGE_BITS; |
109 | @@ -XXX,XX +XXX,XX @@ | 73 | result->f.phys_addr = address; |
110 | #include "sysemu/sysemu.h" | 74 | @@ -XXX,XX +XXX,XX @@ bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, |
111 | #include "sysemu/hw_accel.h" | 75 | *mregion = -1; |
112 | #include "sysemu/kvm_int.h" | 76 | } |
113 | -#include "sysemu/reset.h" | 77 | |
114 | #include "sysemu/runstate.h" | 78 | + if (mmu_idx == ARMMMUIdx_Stage2) { |
115 | #include "kvm_i386.h" | 79 | + fi->stage2 = true; |
116 | #include "hyperv.h" | 80 | + } |
117 | @@ -XXX,XX +XXX,XX @@ uint64_t kvm_arch_get_supported_msr_feature(KVMState *s, uint32_t index) | 81 | + |
118 | } | 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)); | ||
119 | } | 213 | } |
120 | 214 | ||
121 | - | 215 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_twostage(CPUARMState *env, S1Translate *ptw, |
122 | -typedef struct HWPoisonPage { | 216 | cacheattrs1 = result->cacheattrs; |
123 | - ram_addr_t ram_addr; | 217 | memset(result, 0, sizeof(*result)); |
124 | - QLIST_ENTRY(HWPoisonPage) list; | 218 | |
125 | -} HWPoisonPage; | 219 | - ret = get_phys_addr_lpae(env, ptw, ipa, access_type, is_el0, result, fi); |
126 | - | 220 | + if (arm_feature(env, ARM_FEATURE_PMSA)) { |
127 | -static QLIST_HEAD(, HWPoisonPage) hwpoison_page_list = | 221 | + ret = get_phys_addr_pmsav8(env, ipa, access_type, |
128 | - QLIST_HEAD_INITIALIZER(hwpoison_page_list); | 222 | + ptw->in_mmu_idx, is_secure, result, fi); |
129 | - | 223 | + } else { |
130 | -static void kvm_unpoison_all(void *param) | 224 | + ret = get_phys_addr_lpae(env, ptw, ipa, access_type, |
131 | -{ | 225 | + is_el0, result, fi); |
132 | - HWPoisonPage *page, *next_page; | 226 | + } |
133 | - | 227 | fi->s2addr = ipa; |
134 | - QLIST_FOREACH_SAFE(page, &hwpoison_page_list, list, next_page) { | 228 | |
135 | - QLIST_REMOVE(page, list); | 229 | /* Combine the S1 and S2 perms. */ |
136 | - qemu_ram_remap(page->ram_addr, TARGET_PAGE_SIZE); | ||
137 | - g_free(page); | ||
138 | - } | ||
139 | -} | ||
140 | - | ||
141 | -static void kvm_hwpoison_page_add(ram_addr_t ram_addr) | ||
142 | -{ | ||
143 | - HWPoisonPage *page; | ||
144 | - | ||
145 | - QLIST_FOREACH(page, &hwpoison_page_list, list) { | ||
146 | - if (page->ram_addr == ram_addr) { | ||
147 | - return; | ||
148 | - } | ||
149 | - } | ||
150 | - page = g_new(HWPoisonPage, 1); | ||
151 | - page->ram_addr = ram_addr; | ||
152 | - QLIST_INSERT_HEAD(&hwpoison_page_list, page, list); | ||
153 | -} | ||
154 | - | ||
155 | static int kvm_get_mce_cap_supported(KVMState *s, uint64_t *mce_cap, | ||
156 | int *max_banks) | ||
157 | { | ||
158 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_init(MachineState *ms, KVMState *s) | ||
159 | fprintf(stderr, "e820_add_entry() table is full\n"); | ||
160 | return ret; | ||
161 | } | ||
162 | - qemu_register_reset(kvm_unpoison_all, NULL); | ||
163 | |||
164 | shadow_mem = object_property_get_int(OBJECT(s), "kvm-shadow-mem", &error_abort); | ||
165 | if (shadow_mem != -1) { | ||
166 | -- | 230 | -- |
167 | 2.20.1 | 231 | 2.25.1 |
168 | 232 | ||
169 | 233 | diff view generated by jsdifflib |
1 | GDB's remote protocol requires M-profile cores to use the feature | 1 | From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de> |
---|---|---|---|
2 | name 'org.gnu.gdb.arm.m-profile' instead of the 'org.gnu.gdb.arm.core' | ||
3 | feature used for A- and R-profile cores. We weren't doing this, which | ||
4 | meant GDB treated our M-profile cores like A-profile ones. This mostly | ||
5 | doesn't matter, but for instance means that it doesn't correctly | ||
6 | handle backtraces where an M-profile exception frame is involved. | ||
7 | 2 | ||
8 | Ship a copy of GDB's arm-m-profile.xml and use it on the M-profile | 3 | All constants are taken from the ARM Cortex-R52 Processor TRM Revision: r1p3 |
9 | cores. The integer registers have the same offsets as the | ||
10 | arm-core.xml, but register 25 is the M-profile XPSR rather than the | ||
11 | A-profile CPSR, so we need to update arm_cpu_gdb_read_register() and | ||
12 | arm_cpu_gdb_write_register() to handle XSPR reads and writes. | ||
13 | 4 | ||
14 | Fixes: https://bugs.launchpad.net/qemu/+bug/1877136 | 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 | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
17 | Message-id: 20200507134755.13997-1-peter.maydell@linaro.org | ||
18 | --- | 9 | --- |
19 | configure | 4 ++-- | 10 | target/arm/cpu_tcg.c | 42 ++++++++++++++++++++++++++++++++++++++++++ |
20 | target/arm/cpu_tcg.c | 1 + | 11 | 1 file changed, 42 insertions(+) |
21 | target/arm/gdbstub.c | 22 ++++++++++++++++++---- | ||
22 | gdb-xml/arm-m-profile.xml | 27 +++++++++++++++++++++++++++ | ||
23 | 4 files changed, 48 insertions(+), 6 deletions(-) | ||
24 | create mode 100644 gdb-xml/arm-m-profile.xml | ||
25 | 12 | ||
26 | diff --git a/configure b/configure | ||
27 | index XXXXXXX..XXXXXXX 100755 | ||
28 | --- a/configure | ||
29 | +++ b/configure | ||
30 | @@ -XXX,XX +XXX,XX @@ case "$target_name" in | ||
31 | TARGET_SYSTBL_ABI=common,oabi | ||
32 | bflt="yes" | ||
33 | mttcg="yes" | ||
34 | - gdb_xml_files="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml" | ||
35 | + gdb_xml_files="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml arm-m-profile.xml" | ||
36 | ;; | ||
37 | aarch64|aarch64_be) | ||
38 | TARGET_ARCH=aarch64 | ||
39 | TARGET_BASE_ARCH=arm | ||
40 | bflt="yes" | ||
41 | mttcg="yes" | ||
42 | - gdb_xml_files="aarch64-core.xml aarch64-fpu.xml arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml" | ||
43 | + gdb_xml_files="aarch64-core.xml aarch64-fpu.xml arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml arm-m-profile.xml" | ||
44 | ;; | ||
45 | cris) | ||
46 | ;; | ||
47 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c | 13 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c |
48 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
49 | --- a/target/arm/cpu_tcg.c | 15 | --- a/target/arm/cpu_tcg.c |
50 | +++ b/target/arm/cpu_tcg.c | 16 | +++ b/target/arm/cpu_tcg.c |
51 | @@ -XXX,XX +XXX,XX @@ static void arm_v7m_class_init(ObjectClass *oc, void *data) | 17 | @@ -XXX,XX +XXX,XX @@ static void cortex_r5_initfn(Object *obj) |
52 | #endif | 18 | define_arm_cp_regs(cpu, cortexr5_cp_reginfo); |
53 | |||
54 | cc->cpu_exec_interrupt = arm_v7m_cpu_exec_interrupt; | ||
55 | + cc->gdb_core_xml_file = "arm-m-profile.xml"; | ||
56 | } | 19 | } |
57 | 20 | ||
58 | static const ARMCPUInfo arm_tcg_cpus[] = { | 21 | +static void cortex_r52_initfn(Object *obj) |
59 | diff --git a/target/arm/gdbstub.c b/target/arm/gdbstub.c | 22 | +{ |
60 | index XXXXXXX..XXXXXXX 100644 | 23 | + ARMCPU *cpu = ARM_CPU(obj); |
61 | --- a/target/arm/gdbstub.c | ||
62 | +++ b/target/arm/gdbstub.c | ||
63 | @@ -XXX,XX +XXX,XX @@ int arm_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) | ||
64 | } | ||
65 | return gdb_get_reg32(mem_buf, 0); | ||
66 | case 25: | ||
67 | - /* CPSR */ | ||
68 | - return gdb_get_reg32(mem_buf, cpsr_read(env)); | ||
69 | + /* CPSR, or XPSR for M-profile */ | ||
70 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
71 | + return gdb_get_reg32(mem_buf, xpsr_read(env)); | ||
72 | + } else { | ||
73 | + return gdb_get_reg32(mem_buf, cpsr_read(env)); | ||
74 | + } | ||
75 | } | ||
76 | /* Unknown register. */ | ||
77 | return 0; | ||
78 | @@ -XXX,XX +XXX,XX @@ int arm_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) | ||
79 | } | ||
80 | return 4; | ||
81 | case 25: | ||
82 | - /* CPSR */ | ||
83 | - cpsr_write(env, tmp, 0xffffffff, CPSRWriteByGDBStub); | ||
84 | + /* CPSR, or XPSR for M-profile */ | ||
85 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
86 | + /* | ||
87 | + * Don't allow writing to XPSR.Exception as it can cause | ||
88 | + * a transition into or out of handler mode (it's not | ||
89 | + * writeable via the MSR insn so this is a reasonable | ||
90 | + * restriction). Other fields are safe to update. | ||
91 | + */ | ||
92 | + xpsr_write(env, tmp, ~XPSR_EXCP); | ||
93 | + } else { | ||
94 | + cpsr_write(env, tmp, 0xffffffff, CPSRWriteByGDBStub); | ||
95 | + } | ||
96 | return 4; | ||
97 | } | ||
98 | /* Unknown register. */ | ||
99 | diff --git a/gdb-xml/arm-m-profile.xml b/gdb-xml/arm-m-profile.xml | ||
100 | new file mode 100644 | ||
101 | index XXXXXXX..XXXXXXX | ||
102 | --- /dev/null | ||
103 | +++ b/gdb-xml/arm-m-profile.xml | ||
104 | @@ -XXX,XX +XXX,XX @@ | ||
105 | +<?xml version="1.0"?> | ||
106 | +<!-- Copyright (C) 2010-2020 Free Software Foundation, Inc. | ||
107 | + | 24 | + |
108 | + Copying and distribution of this file, with or without modification, | 25 | + set_feature(&cpu->env, ARM_FEATURE_V8); |
109 | + are permitted in any medium without royalty provided the copyright | 26 | + set_feature(&cpu->env, ARM_FEATURE_EL2); |
110 | + notice and this notice are preserved. --> | 27 | + set_feature(&cpu->env, ARM_FEATURE_PMSA); |
28 | + set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
29 | + set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); | ||
30 | + cpu->midr = 0x411fd133; /* r1p3 */ | ||
31 | + cpu->revidr = 0x00000000; | ||
32 | + cpu->reset_fpsid = 0x41034023; | ||
33 | + cpu->isar.mvfr0 = 0x10110222; | ||
34 | + cpu->isar.mvfr1 = 0x12111111; | ||
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 */ | ||
111 | + | 57 | + |
112 | +<!DOCTYPE feature SYSTEM "gdb-target.dtd"> | 58 | + cpu->pmsav7_dregion = 16; |
113 | +<feature name="org.gnu.gdb.arm.m-profile"> | 59 | + cpu->pmsav8r_hdregion = 16; |
114 | + <reg name="r0" bitsize="32"/> | 60 | +} |
115 | + <reg name="r1" bitsize="32"/> | 61 | + |
116 | + <reg name="r2" bitsize="32"/> | 62 | static void cortex_r5f_initfn(Object *obj) |
117 | + <reg name="r3" bitsize="32"/> | 63 | { |
118 | + <reg name="r4" bitsize="32"/> | 64 | ARMCPU *cpu = ARM_CPU(obj); |
119 | + <reg name="r5" bitsize="32"/> | 65 | @@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo arm_tcg_cpus[] = { |
120 | + <reg name="r6" bitsize="32"/> | 66 | .class_init = arm_v7m_class_init }, |
121 | + <reg name="r7" bitsize="32"/> | 67 | { .name = "cortex-r5", .initfn = cortex_r5_initfn }, |
122 | + <reg name="r8" bitsize="32"/> | 68 | { .name = "cortex-r5f", .initfn = cortex_r5f_initfn }, |
123 | + <reg name="r9" bitsize="32"/> | 69 | + { .name = "cortex-r52", .initfn = cortex_r52_initfn }, |
124 | + <reg name="r10" bitsize="32"/> | 70 | { .name = "ti925t", .initfn = ti925t_initfn }, |
125 | + <reg name="r11" bitsize="32"/> | 71 | { .name = "sa1100", .initfn = sa1100_initfn }, |
126 | + <reg name="r12" bitsize="32"/> | 72 | { .name = "sa1110", .initfn = sa1110_initfn }, |
127 | + <reg name="sp" bitsize="32" type="data_ptr"/> | ||
128 | + <reg name="lr" bitsize="32"/> | ||
129 | + <reg name="pc" bitsize="32" type="code_ptr"/> | ||
130 | + <reg name="xpsr" bitsize="32" regnum="25"/> | ||
131 | +</feature> | ||
132 | -- | 73 | -- |
133 | 2.20.1 | 74 | 2.25.1 |
134 | 75 | ||
135 | 76 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Alex Bennée <alex.bennee@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | In 1dc8425e551, while converting to gvec, I added an extra range check | 3 | The check semihosting_enabled() wants to know if the guest is |
4 | against the shift count. This was unnecessary because the encoding of | 4 | currently in user mode. Unlike the other cases the test was inverted |
5 | the shift count produces 0 to the element size - 1. | 5 | causing us to block semihosting calls in non-EL0 modes. |
6 | 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> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200513163245.17915-5-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 12 | --- |
12 | target/arm/translate.c | 12 ++---------- | 13 | target/arm/translate.c | 2 +- |
13 | 1 file changed, 2 insertions(+), 10 deletions(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 15 | ||
15 | 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 |
16 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/translate.c | 18 | --- a/target/arm/translate.c |
18 | +++ b/target/arm/translate.c | 19 | +++ b/target/arm/translate.c |
19 | @@ -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) |
20 | gen_gvec_sli(size, rd_ofs, rm_ofs, shift, | 21 | * semihosting, to provide some semblance of security |
21 | vec_size, vec_size); | 22 | * (and for consistency with our 32-bit semihosting). |
22 | } else { /* VSHL */ | 23 | */ |
23 | - /* Shifts larger than the element size are | 24 | - if (semihosting_enabled(s->current_el != 0) && |
24 | - * architecturally valid and results in zero. | 25 | + if (semihosting_enabled(s->current_el == 0) && |
25 | - */ | 26 | (imm == (s->thumb ? 0x3c : 0xf000))) { |
26 | - if (shift >= 8 << size) { | 27 | gen_exception_internal_insn(s, EXCP_SEMIHOST); |
27 | - tcg_gen_gvec_dup_imm(size, rd_ofs, | 28 | return; |
28 | - vec_size, vec_size, 0); | ||
29 | - } else { | ||
30 | - tcg_gen_gvec_shli(size, rd_ofs, rm_ofs, shift, | ||
31 | - vec_size, vec_size); | ||
32 | - } | ||
33 | + tcg_gen_gvec_shli(size, rd_ofs, rm_ofs, shift, | ||
34 | + vec_size, vec_size); | ||
35 | } | ||
36 | return 0; | ||
37 | } | ||
38 | -- | 29 | -- |
39 | 2.20.1 | 30 | 2.25.1 |
40 | 31 | ||
41 | 32 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | The functions eliminate duplication of the special cases for | 3 | Fix typos, add background information |
4 | this operation. They match up with the GVecGen2iFn typedef. | ||
5 | 4 | ||
6 | Add out-of-line helpers. We got away with only having inline | 5 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
7 | expanders because the neon vector size is only 16 bytes, and | ||
8 | we know that the inline expansion will always succeed. | ||
9 | When we reuse this for SVE, tcg-gvec-op may decide to use an | ||
10 | out-of-line helper due to longer vector lengths. | ||
11 | |||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | Message-id: 20200513163245.17915-2-richard.henderson@linaro.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 8 | --- |
17 | target/arm/helper.h | 10 +++ | 9 | hw/timer/imx_epit.c | 20 ++++++++++++++++---- |
18 | target/arm/translate.h | 7 +- | 10 | 1 file changed, 16 insertions(+), 4 deletions(-) |
19 | target/arm/translate-a64.c | 15 +--- | ||
20 | target/arm/translate.c | 161 ++++++++++++++++++++++--------------- | ||
21 | target/arm/vec_helper.c | 25 ++++++ | ||
22 | 5 files changed, 139 insertions(+), 79 deletions(-) | ||
23 | 11 | ||
24 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 12 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
25 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/target/arm/helper.h | 14 | --- a/hw/timer/imx_epit.c |
27 | +++ b/target/arm/helper.h | 15 | +++ b/hw/timer/imx_epit.c |
28 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_pmull_q, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 16 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_set_freq(IMXEPITState *s) |
29 | 17 | } | |
30 | DEF_HELPER_FLAGS_4(neon_pmull_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
31 | |||
32 | +DEF_HELPER_FLAGS_3(gvec_ssra_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
33 | +DEF_HELPER_FLAGS_3(gvec_ssra_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
34 | +DEF_HELPER_FLAGS_3(gvec_ssra_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
35 | +DEF_HELPER_FLAGS_3(gvec_ssra_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
36 | + | ||
37 | +DEF_HELPER_FLAGS_3(gvec_usra_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
38 | +DEF_HELPER_FLAGS_3(gvec_usra_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
39 | +DEF_HELPER_FLAGS_3(gvec_usra_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
40 | +DEF_HELPER_FLAGS_3(gvec_usra_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
41 | + | ||
42 | #ifdef TARGET_AARCH64 | ||
43 | #include "helper-a64.h" | ||
44 | #include "helper-sve.h" | ||
45 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/target/arm/translate.h | ||
48 | +++ b/target/arm/translate.h | ||
49 | @@ -XXX,XX +XXX,XX @@ extern const GVecGen3 mls_op[4]; | ||
50 | extern const GVecGen3 cmtst_op[4]; | ||
51 | extern const GVecGen3 sshl_op[4]; | ||
52 | extern const GVecGen3 ushl_op[4]; | ||
53 | -extern const GVecGen2i ssra_op[4]; | ||
54 | -extern const GVecGen2i usra_op[4]; | ||
55 | extern const GVecGen2i sri_op[4]; | ||
56 | extern const GVecGen2i sli_op[4]; | ||
57 | extern const GVecGen4 uqadd_op[4]; | ||
58 | @@ -XXX,XX +XXX,XX @@ void gen_sshl_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b); | ||
59 | void gen_ushl_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b); | ||
60 | void gen_sshl_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b); | ||
61 | |||
62 | +void gen_gvec_ssra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
63 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | ||
64 | +void gen_gvec_usra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
65 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | ||
66 | + | ||
67 | /* | ||
68 | * Forward to the isar_feature_* tests given a DisasContext pointer. | ||
69 | */ | ||
70 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
71 | index XXXXXXX..XXXXXXX 100644 | ||
72 | --- a/target/arm/translate-a64.c | ||
73 | +++ b/target/arm/translate-a64.c | ||
74 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shri(DisasContext *s, bool is_q, bool is_u, | ||
75 | |||
76 | switch (opcode) { | ||
77 | case 0x02: /* SSRA / USRA (accumulate) */ | ||
78 | - if (is_u) { | ||
79 | - /* Shift count same as element size produces zero to add. */ | ||
80 | - if (shift == 8 << size) { | ||
81 | - goto done; | ||
82 | - } | ||
83 | - gen_gvec_op2i(s, is_q, rd, rn, shift, &usra_op[size]); | ||
84 | - } else { | ||
85 | - /* Shift count same as element size produces all sign to add. */ | ||
86 | - if (shift == 8 << size) { | ||
87 | - shift -= 1; | ||
88 | - } | ||
89 | - gen_gvec_op2i(s, is_q, rd, rn, shift, &ssra_op[size]); | ||
90 | - } | ||
91 | + gen_gvec_fn2i(s, is_q, rd, rn, shift, | ||
92 | + is_u ? gen_gvec_usra : gen_gvec_ssra, size); | ||
93 | return; | ||
94 | case 0x08: /* SRI */ | ||
95 | /* Shift count same as element size is valid but does nothing. */ | ||
96 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
97 | index XXXXXXX..XXXXXXX 100644 | ||
98 | --- a/target/arm/translate.c | ||
99 | +++ b/target/arm/translate.c | ||
100 | @@ -XXX,XX +XXX,XX @@ static void gen_ssra_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) | ||
101 | tcg_gen_add_vec(vece, d, d, a); | ||
102 | } | 18 | } |
103 | 19 | ||
104 | -static const TCGOpcode vecop_list_ssra[] = { | 20 | +/* |
105 | - INDEX_op_sari_vec, INDEX_op_add_vec, 0 | 21 | + * This is called both on hardware (device) reset and software reset. |
106 | -}; | 22 | + */ |
107 | +void gen_gvec_ssra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 23 | static void imx_epit_reset(DeviceState *dev) |
108 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | 24 | { |
109 | +{ | 25 | IMXEPITState *s = IMX_EPIT(dev); |
110 | + static const TCGOpcode vecop_list[] = { | 26 | |
111 | + INDEX_op_sari_vec, INDEX_op_add_vec, 0 | 27 | - /* |
112 | + }; | 28 | - * Soft reset doesn't touch some bits; hard reset clears them |
113 | + static const GVecGen2i ops[4] = { | 29 | - */ |
114 | + { .fni8 = gen_ssra8_i64, | 30 | + /* Soft reset doesn't touch some bits; hard reset clears them */ |
115 | + .fniv = gen_ssra_vec, | 31 | s->cr &= (CR_EN|CR_ENMOD|CR_STOPEN|CR_DOZEN|CR_WAITEN|CR_DBGEN); |
116 | + .fno = gen_helper_gvec_ssra_b, | 32 | s->sr = 0; |
117 | + .load_dest = true, | 33 | s->lr = EPIT_TIMER_MAX; |
118 | + .opt_opc = vecop_list, | 34 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, |
119 | + .vece = MO_8 }, | 35 | ptimer_transaction_begin(s->timer_cmp); |
120 | + { .fni8 = gen_ssra16_i64, | 36 | ptimer_transaction_begin(s->timer_reload); |
121 | + .fniv = gen_ssra_vec, | 37 | |
122 | + .fno = gen_helper_gvec_ssra_h, | 38 | + /* Update the frequency. Has been done already in case of a reset. */ |
123 | + .load_dest = true, | 39 | if (!(s->cr & CR_SWR)) { |
124 | + .opt_opc = vecop_list, | 40 | imx_epit_set_freq(s); |
125 | + .vece = MO_16 }, | 41 | } |
126 | + { .fni4 = gen_ssra32_i32, | 42 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, |
127 | + .fniv = gen_ssra_vec, | 43 | break; |
128 | + .fno = gen_helper_gvec_ssra_s, | 44 | |
129 | + .load_dest = true, | 45 | case 1: /* SR - ACK*/ |
130 | + .opt_opc = vecop_list, | 46 | - /* writing 1 to OCIF clear the OCIF bit */ |
131 | + .vece = MO_32 }, | 47 | + /* writing 1 to OCIF clears the OCIF bit */ |
132 | + { .fni8 = gen_ssra64_i64, | 48 | if (value & 0x01) { |
133 | + .fniv = gen_ssra_vec, | 49 | s->sr = 0; |
134 | + .fno = gen_helper_gvec_ssra_b, | 50 | imx_epit_update_int(s); |
135 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | 51 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_realize(DeviceState *dev, Error **errp) |
136 | + .opt_opc = vecop_list, | 52 | 0x00001000); |
137 | + .load_dest = true, | 53 | sysbus_init_mmio(sbd, &s->iomem); |
138 | + .vece = MO_64 }, | 54 | |
139 | + }; | ||
140 | |||
141 | -const GVecGen2i ssra_op[4] = { | ||
142 | - { .fni8 = gen_ssra8_i64, | ||
143 | - .fniv = gen_ssra_vec, | ||
144 | - .load_dest = true, | ||
145 | - .opt_opc = vecop_list_ssra, | ||
146 | - .vece = MO_8 }, | ||
147 | - { .fni8 = gen_ssra16_i64, | ||
148 | - .fniv = gen_ssra_vec, | ||
149 | - .load_dest = true, | ||
150 | - .opt_opc = vecop_list_ssra, | ||
151 | - .vece = MO_16 }, | ||
152 | - { .fni4 = gen_ssra32_i32, | ||
153 | - .fniv = gen_ssra_vec, | ||
154 | - .load_dest = true, | ||
155 | - .opt_opc = vecop_list_ssra, | ||
156 | - .vece = MO_32 }, | ||
157 | - { .fni8 = gen_ssra64_i64, | ||
158 | - .fniv = gen_ssra_vec, | ||
159 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
160 | - .opt_opc = vecop_list_ssra, | ||
161 | - .load_dest = true, | ||
162 | - .vece = MO_64 }, | ||
163 | -}; | ||
164 | + /* tszimm encoding produces immediates in the range [1..esize]. */ | ||
165 | + tcg_debug_assert(shift > 0); | ||
166 | + tcg_debug_assert(shift <= (8 << vece)); | ||
167 | + | ||
168 | + /* | 55 | + /* |
169 | + * Shifts larger than the element size are architecturally valid. | 56 | + * The reload timer keeps running when the peripheral is enabled. It is a |
170 | + * Signed results in all sign bits. | 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. | ||
171 | + */ | 60 | + */ |
172 | + shift = MIN(shift, (8 << vece) - 1); | 61 | s->timer_reload = ptimer_init(imx_epit_reload, s, PTIMER_POLICY_LEGACY); |
173 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | 62 | |
174 | +} | 63 | + /* |
175 | 64 | + * The compare timer is running only when the peripheral configuration is | |
176 | static void gen_usra8_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) | 65 | + * in a state that will generate compare interrupts. |
177 | { | 66 | + */ |
178 | @@ -XXX,XX +XXX,XX @@ static void gen_usra_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) | 67 | s->timer_cmp = ptimer_init(imx_epit_cmp, s, PTIMER_POLICY_LEGACY); |
179 | tcg_gen_add_vec(vece, d, d, a); | ||
180 | } | 68 | } |
181 | 69 | ||
182 | -static const TCGOpcode vecop_list_usra[] = { | ||
183 | - INDEX_op_shri_vec, INDEX_op_add_vec, 0 | ||
184 | -}; | ||
185 | +void gen_gvec_usra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
186 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | ||
187 | +{ | ||
188 | + static const TCGOpcode vecop_list[] = { | ||
189 | + INDEX_op_shri_vec, INDEX_op_add_vec, 0 | ||
190 | + }; | ||
191 | + static const GVecGen2i ops[4] = { | ||
192 | + { .fni8 = gen_usra8_i64, | ||
193 | + .fniv = gen_usra_vec, | ||
194 | + .fno = gen_helper_gvec_usra_b, | ||
195 | + .load_dest = true, | ||
196 | + .opt_opc = vecop_list, | ||
197 | + .vece = MO_8, }, | ||
198 | + { .fni8 = gen_usra16_i64, | ||
199 | + .fniv = gen_usra_vec, | ||
200 | + .fno = gen_helper_gvec_usra_h, | ||
201 | + .load_dest = true, | ||
202 | + .opt_opc = vecop_list, | ||
203 | + .vece = MO_16, }, | ||
204 | + { .fni4 = gen_usra32_i32, | ||
205 | + .fniv = gen_usra_vec, | ||
206 | + .fno = gen_helper_gvec_usra_s, | ||
207 | + .load_dest = true, | ||
208 | + .opt_opc = vecop_list, | ||
209 | + .vece = MO_32, }, | ||
210 | + { .fni8 = gen_usra64_i64, | ||
211 | + .fniv = gen_usra_vec, | ||
212 | + .fno = gen_helper_gvec_usra_d, | ||
213 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
214 | + .load_dest = true, | ||
215 | + .opt_opc = vecop_list, | ||
216 | + .vece = MO_64, }, | ||
217 | + }; | ||
218 | |||
219 | -const GVecGen2i usra_op[4] = { | ||
220 | - { .fni8 = gen_usra8_i64, | ||
221 | - .fniv = gen_usra_vec, | ||
222 | - .load_dest = true, | ||
223 | - .opt_opc = vecop_list_usra, | ||
224 | - .vece = MO_8, }, | ||
225 | - { .fni8 = gen_usra16_i64, | ||
226 | - .fniv = gen_usra_vec, | ||
227 | - .load_dest = true, | ||
228 | - .opt_opc = vecop_list_usra, | ||
229 | - .vece = MO_16, }, | ||
230 | - { .fni4 = gen_usra32_i32, | ||
231 | - .fniv = gen_usra_vec, | ||
232 | - .load_dest = true, | ||
233 | - .opt_opc = vecop_list_usra, | ||
234 | - .vece = MO_32, }, | ||
235 | - { .fni8 = gen_usra64_i64, | ||
236 | - .fniv = gen_usra_vec, | ||
237 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
238 | - .load_dest = true, | ||
239 | - .opt_opc = vecop_list_usra, | ||
240 | - .vece = MO_64, }, | ||
241 | -}; | ||
242 | + /* tszimm encoding produces immediates in the range [1..esize]. */ | ||
243 | + tcg_debug_assert(shift > 0); | ||
244 | + tcg_debug_assert(shift <= (8 << vece)); | ||
245 | + | ||
246 | + /* | ||
247 | + * Shifts larger than the element size are architecturally valid. | ||
248 | + * Unsigned results in all zeros as input to accumulate: nop. | ||
249 | + */ | ||
250 | + if (shift < (8 << vece)) { | ||
251 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | ||
252 | + } else { | ||
253 | + /* Nop, but we do need to clear the tail. */ | ||
254 | + tcg_gen_gvec_mov(vece, rd_ofs, rd_ofs, opr_sz, max_sz); | ||
255 | + } | ||
256 | +} | ||
257 | |||
258 | static void gen_shr8_ins_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) | ||
259 | { | ||
260 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
261 | case 1: /* VSRA */ | ||
262 | /* Right shift comes here negative. */ | ||
263 | shift = -shift; | ||
264 | - /* Shifts larger than the element size are architecturally | ||
265 | - * valid. Unsigned results in all zeros; signed results | ||
266 | - * in all sign bits. | ||
267 | - */ | ||
268 | - if (!u) { | ||
269 | - tcg_gen_gvec_2i(rd_ofs, rm_ofs, vec_size, vec_size, | ||
270 | - MIN(shift, (8 << size) - 1), | ||
271 | - &ssra_op[size]); | ||
272 | - } else if (shift >= 8 << size) { | ||
273 | - /* rd += 0 */ | ||
274 | + if (u) { | ||
275 | + gen_gvec_usra(size, rd_ofs, rm_ofs, shift, | ||
276 | + vec_size, vec_size); | ||
277 | } else { | ||
278 | - tcg_gen_gvec_2i(rd_ofs, rm_ofs, vec_size, vec_size, | ||
279 | - shift, &usra_op[size]); | ||
280 | + gen_gvec_ssra(size, rd_ofs, rm_ofs, shift, | ||
281 | + vec_size, vec_size); | ||
282 | } | ||
283 | return 0; | ||
284 | |||
285 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
286 | index XXXXXXX..XXXXXXX 100644 | ||
287 | --- a/target/arm/vec_helper.c | ||
288 | +++ b/target/arm/vec_helper.c | ||
289 | @@ -XXX,XX +XXX,XX @@ void HELPER(gvec_sqsub_d)(void *vd, void *vq, void *vn, | ||
290 | clear_tail(d, oprsz, simd_maxsz(desc)); | ||
291 | } | ||
292 | |||
293 | + | ||
294 | +#define DO_SRA(NAME, TYPE) \ | ||
295 | +void HELPER(NAME)(void *vd, void *vn, uint32_t desc) \ | ||
296 | +{ \ | ||
297 | + intptr_t i, oprsz = simd_oprsz(desc); \ | ||
298 | + int shift = simd_data(desc); \ | ||
299 | + TYPE *d = vd, *n = vn; \ | ||
300 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | ||
301 | + d[i] += n[i] >> shift; \ | ||
302 | + } \ | ||
303 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
304 | +} | ||
305 | + | ||
306 | +DO_SRA(gvec_ssra_b, int8_t) | ||
307 | +DO_SRA(gvec_ssra_h, int16_t) | ||
308 | +DO_SRA(gvec_ssra_s, int32_t) | ||
309 | +DO_SRA(gvec_ssra_d, int64_t) | ||
310 | + | ||
311 | +DO_SRA(gvec_usra_b, uint8_t) | ||
312 | +DO_SRA(gvec_usra_h, uint16_t) | ||
313 | +DO_SRA(gvec_usra_s, uint32_t) | ||
314 | +DO_SRA(gvec_usra_d, uint64_t) | ||
315 | + | ||
316 | +#undef DO_SRA | ||
317 | + | ||
318 | /* | ||
319 | * Convert float16 to float32, raising no exceptions and | ||
320 | * preserving exceptional values, including SNaN. | ||
321 | -- | 70 | -- |
322 | 2.20.1 | 71 | 2.25.1 |
323 | |||
324 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | Provide a functional interface for the vector expansion. | 3 | remove unused defines, add needed defines |
4 | This fits better with the existing set of helpers that | ||
5 | we provide for other operations. | ||
6 | 4 | ||
5 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200513163245.17915-10-richard.henderson@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 | target/arm/translate.h | 10 ++- | 9 | include/hw/timer/imx_epit.h | 4 ++-- |
13 | target/arm/translate-a64.c | 18 ++-- | 10 | hw/timer/imx_epit.c | 4 ++-- |
14 | target/arm/translate-neon.inc.c | 23 +---- | 11 | 2 files changed, 4 insertions(+), 4 deletions(-) |
15 | target/arm/translate.c | 146 +++++++++++++++++--------------- | ||
16 | 4 files changed, 95 insertions(+), 102 deletions(-) | ||
17 | 12 | ||
18 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 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/target/arm/translate.h | 15 | --- a/include/hw/timer/imx_epit.h |
21 | +++ b/target/arm/translate.h | 16 | +++ b/include/hw/timer/imx_epit.h |
22 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_mla(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 17 | @@ -XXX,XX +XXX,XX @@ |
23 | void gen_gvec_mls(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 18 | #define CR_OCIEN (1 << 2) |
24 | uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | 19 | #define CR_RLD (1 << 3) |
25 | 20 | #define CR_PRESCALE_SHIFT (4) | |
26 | -extern const GVecGen3 cmtst_op[4]; | 21 | -#define CR_PRESCALE_MASK (0xfff) |
27 | -extern const GVecGen3 sshl_op[4]; | 22 | +#define CR_PRESCALE_BITS (12) |
28 | -extern const GVecGen3 ushl_op[4]; | 23 | #define CR_SWR (1 << 16) |
29 | +void gen_gvec_cmtst(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 24 | #define CR_IOVW (1 << 17) |
30 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | 25 | #define CR_DBGEN (1 << 18) |
31 | +void gen_gvec_sshl(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 26 | @@ -XXX,XX +XXX,XX @@ |
32 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | 27 | #define CR_DOZEN (1 << 20) |
33 | +void gen_gvec_ushl(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 28 | #define CR_STOPEN (1 << 21) |
34 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | 29 | #define CR_CLKSRC_SHIFT (24) |
35 | + | 30 | -#define CR_CLKSRC_MASK (0x3 << CR_CLKSRC_SHIFT) |
36 | extern const GVecGen4 uqadd_op[4]; | 31 | +#define CR_CLKSRC_BITS (2) |
37 | extern const GVecGen4 sqadd_op[4]; | 32 | |
38 | extern const GVecGen4 uqsub_op[4]; | 33 | #define EPIT_TIMER_MAX 0XFFFFFFFFUL |
39 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 34 | |
35 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c | ||
40 | index XXXXXXX..XXXXXXX 100644 | 36 | index XXXXXXX..XXXXXXX 100644 |
41 | --- a/target/arm/translate-a64.c | 37 | --- a/hw/timer/imx_epit.c |
42 | +++ b/target/arm/translate-a64.c | 38 | +++ b/hw/timer/imx_epit.c |
43 | @@ -XXX,XX +XXX,XX @@ static void gen_gvec_fn4(DisasContext *s, bool is_q, int rd, int rn, int rm, | 39 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_set_freq(IMXEPITState *s) |
44 | is_q ? 16 : 8, vec_full_reg_size(s)); | 40 | uint32_t clksrc; |
45 | } | 41 | uint32_t prescaler; |
46 | 42 | ||
47 | -/* Expand a 3-operand AdvSIMD vector operation using an op descriptor. */ | 43 | - clksrc = extract32(s->cr, CR_CLKSRC_SHIFT, 2); |
48 | -static void gen_gvec_op3(DisasContext *s, bool is_q, int rd, | 44 | - prescaler = 1 + extract32(s->cr, CR_PRESCALE_SHIFT, 12); |
49 | - int rn, int rm, const GVecGen3 *gvec_op) | 45 | + clksrc = extract32(s->cr, CR_CLKSRC_SHIFT, CR_CLKSRC_BITS); |
50 | -{ | 46 | + prescaler = 1 + extract32(s->cr, CR_PRESCALE_SHIFT, CR_PRESCALE_BITS); |
51 | - tcg_gen_gvec_3(vec_full_reg_offset(s, rd), vec_full_reg_offset(s, rn), | 47 | |
52 | - vec_full_reg_offset(s, rm), is_q ? 16 : 8, | 48 | s->freq = imx_ccm_get_clock_frequency(s->ccm, |
53 | - vec_full_reg_size(s), gvec_op); | 49 | imx_epit_clocks[clksrc]) / prescaler; |
54 | -} | ||
55 | - | ||
56 | /* Expand a 3-operand operation using an out-of-line helper. */ | ||
57 | static void gen_gvec_op3_ool(DisasContext *s, bool is_q, int rd, | ||
58 | int rn, int rm, int data, gen_helper_gvec_3 *fn) | ||
59 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | ||
60 | (u ? uqsub_op : sqsub_op) + size); | ||
61 | return; | ||
62 | case 0x08: /* SSHL, USHL */ | ||
63 | - gen_gvec_op3(s, is_q, rd, rn, rm, | ||
64 | - u ? &ushl_op[size] : &sshl_op[size]); | ||
65 | + if (u) { | ||
66 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_ushl, size); | ||
67 | + } else { | ||
68 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_sshl, size); | ||
69 | + } | ||
70 | return; | ||
71 | case 0x0c: /* SMAX, UMAX */ | ||
72 | if (u) { | ||
73 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | ||
74 | return; | ||
75 | case 0x11: | ||
76 | if (!u) { /* CMTST */ | ||
77 | - gen_gvec_op3(s, is_q, rd, rn, rm, &cmtst_op[size]); | ||
78 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_cmtst, size); | ||
79 | return; | ||
80 | } | ||
81 | /* else CMEQ */ | ||
82 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
83 | index XXXXXXX..XXXXXXX 100644 | ||
84 | --- a/target/arm/translate-neon.inc.c | ||
85 | +++ b/target/arm/translate-neon.inc.c | ||
86 | @@ -XXX,XX +XXX,XX @@ DO_3SAME(VBIC, tcg_gen_gvec_andc) | ||
87 | DO_3SAME(VORR, tcg_gen_gvec_or) | ||
88 | DO_3SAME(VORN, tcg_gen_gvec_orc) | ||
89 | DO_3SAME(VEOR, tcg_gen_gvec_xor) | ||
90 | +DO_3SAME(VSHL_S, gen_gvec_sshl) | ||
91 | +DO_3SAME(VSHL_U, gen_gvec_ushl) | ||
92 | |||
93 | /* These insns are all gvec_bitsel but with the inputs in various orders. */ | ||
94 | #define DO_3SAME_BITSEL(INSN, O1, O2, O3) \ | ||
95 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_NO_SZ_3(VMIN_U, tcg_gen_gvec_umin) | ||
96 | DO_3SAME_NO_SZ_3(VMUL, tcg_gen_gvec_mul) | ||
97 | DO_3SAME_NO_SZ_3(VMLA, gen_gvec_mla) | ||
98 | DO_3SAME_NO_SZ_3(VMLS, gen_gvec_mls) | ||
99 | +DO_3SAME_NO_SZ_3(VTST, gen_gvec_cmtst) | ||
100 | |||
101 | #define DO_3SAME_CMP(INSN, COND) \ | ||
102 | static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
103 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_CMP(VCGE_S, TCG_COND_GE) | ||
104 | DO_3SAME_CMP(VCGE_U, TCG_COND_GEU) | ||
105 | DO_3SAME_CMP(VCEQ, TCG_COND_EQ) | ||
106 | |||
107 | -static void gen_VTST_3s(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
108 | - uint32_t rm_ofs, uint32_t oprsz, uint32_t maxsz) | ||
109 | -{ | ||
110 | - tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &cmtst_op[vece]); | ||
111 | -} | ||
112 | -DO_3SAME_NO_SZ_3(VTST, gen_VTST_3s) | ||
113 | - | ||
114 | #define DO_3SAME_GVEC4(INSN, OPARRAY) \ | ||
115 | static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
116 | uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
117 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMUL_p_3s(DisasContext *s, arg_3same *a) | ||
118 | } | ||
119 | return do_3same(s, a, gen_VMUL_p_3s); | ||
120 | } | ||
121 | - | ||
122 | -#define DO_3SAME_GVEC3_SHIFT(INSN, OPARRAY) \ | ||
123 | - static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
124 | - uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
125 | - uint32_t oprsz, uint32_t maxsz) \ | ||
126 | - { \ | ||
127 | - tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, \ | ||
128 | - oprsz, maxsz, &OPARRAY[vece]); \ | ||
129 | - } \ | ||
130 | - DO_3SAME(INSN, gen_##INSN##_3s) | ||
131 | - | ||
132 | -DO_3SAME_GVEC3_SHIFT(VSHL_S, sshl_op) | ||
133 | -DO_3SAME_GVEC3_SHIFT(VSHL_U, ushl_op) | ||
134 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
135 | index XXXXXXX..XXXXXXX 100644 | ||
136 | --- a/target/arm/translate.c | ||
137 | +++ b/target/arm/translate.c | ||
138 | @@ -XXX,XX +XXX,XX @@ static void gen_cmtst_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) | ||
139 | tcg_gen_cmp_vec(TCG_COND_NE, vece, d, d, a); | ||
140 | } | ||
141 | |||
142 | -static const TCGOpcode vecop_list_cmtst[] = { INDEX_op_cmp_vec, 0 }; | ||
143 | - | ||
144 | -const GVecGen3 cmtst_op[4] = { | ||
145 | - { .fni4 = gen_helper_neon_tst_u8, | ||
146 | - .fniv = gen_cmtst_vec, | ||
147 | - .opt_opc = vecop_list_cmtst, | ||
148 | - .vece = MO_8 }, | ||
149 | - { .fni4 = gen_helper_neon_tst_u16, | ||
150 | - .fniv = gen_cmtst_vec, | ||
151 | - .opt_opc = vecop_list_cmtst, | ||
152 | - .vece = MO_16 }, | ||
153 | - { .fni4 = gen_cmtst_i32, | ||
154 | - .fniv = gen_cmtst_vec, | ||
155 | - .opt_opc = vecop_list_cmtst, | ||
156 | - .vece = MO_32 }, | ||
157 | - { .fni8 = gen_cmtst_i64, | ||
158 | - .fniv = gen_cmtst_vec, | ||
159 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
160 | - .opt_opc = vecop_list_cmtst, | ||
161 | - .vece = MO_64 }, | ||
162 | -}; | ||
163 | +void gen_gvec_cmtst(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
164 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
165 | +{ | ||
166 | + static const TCGOpcode vecop_list[] = { INDEX_op_cmp_vec, 0 }; | ||
167 | + static const GVecGen3 ops[4] = { | ||
168 | + { .fni4 = gen_helper_neon_tst_u8, | ||
169 | + .fniv = gen_cmtst_vec, | ||
170 | + .opt_opc = vecop_list, | ||
171 | + .vece = MO_8 }, | ||
172 | + { .fni4 = gen_helper_neon_tst_u16, | ||
173 | + .fniv = gen_cmtst_vec, | ||
174 | + .opt_opc = vecop_list, | ||
175 | + .vece = MO_16 }, | ||
176 | + { .fni4 = gen_cmtst_i32, | ||
177 | + .fniv = gen_cmtst_vec, | ||
178 | + .opt_opc = vecop_list, | ||
179 | + .vece = MO_32 }, | ||
180 | + { .fni8 = gen_cmtst_i64, | ||
181 | + .fniv = gen_cmtst_vec, | ||
182 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
183 | + .opt_opc = vecop_list, | ||
184 | + .vece = MO_64 }, | ||
185 | + }; | ||
186 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
187 | +} | ||
188 | |||
189 | void gen_ushl_i32(TCGv_i32 dst, TCGv_i32 src, TCGv_i32 shift) | ||
190 | { | ||
191 | @@ -XXX,XX +XXX,XX @@ static void gen_ushl_vec(unsigned vece, TCGv_vec dst, | ||
192 | tcg_temp_free_vec(rsh); | ||
193 | } | ||
194 | |||
195 | -static const TCGOpcode ushl_list[] = { | ||
196 | - INDEX_op_neg_vec, INDEX_op_shlv_vec, | ||
197 | - INDEX_op_shrv_vec, INDEX_op_cmp_vec, 0 | ||
198 | -}; | ||
199 | - | ||
200 | -const GVecGen3 ushl_op[4] = { | ||
201 | - { .fniv = gen_ushl_vec, | ||
202 | - .fno = gen_helper_gvec_ushl_b, | ||
203 | - .opt_opc = ushl_list, | ||
204 | - .vece = MO_8 }, | ||
205 | - { .fniv = gen_ushl_vec, | ||
206 | - .fno = gen_helper_gvec_ushl_h, | ||
207 | - .opt_opc = ushl_list, | ||
208 | - .vece = MO_16 }, | ||
209 | - { .fni4 = gen_ushl_i32, | ||
210 | - .fniv = gen_ushl_vec, | ||
211 | - .opt_opc = ushl_list, | ||
212 | - .vece = MO_32 }, | ||
213 | - { .fni8 = gen_ushl_i64, | ||
214 | - .fniv = gen_ushl_vec, | ||
215 | - .opt_opc = ushl_list, | ||
216 | - .vece = MO_64 }, | ||
217 | -}; | ||
218 | +void gen_gvec_ushl(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
219 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
220 | +{ | ||
221 | + static const TCGOpcode vecop_list[] = { | ||
222 | + INDEX_op_neg_vec, INDEX_op_shlv_vec, | ||
223 | + INDEX_op_shrv_vec, INDEX_op_cmp_vec, 0 | ||
224 | + }; | ||
225 | + static const GVecGen3 ops[4] = { | ||
226 | + { .fniv = gen_ushl_vec, | ||
227 | + .fno = gen_helper_gvec_ushl_b, | ||
228 | + .opt_opc = vecop_list, | ||
229 | + .vece = MO_8 }, | ||
230 | + { .fniv = gen_ushl_vec, | ||
231 | + .fno = gen_helper_gvec_ushl_h, | ||
232 | + .opt_opc = vecop_list, | ||
233 | + .vece = MO_16 }, | ||
234 | + { .fni4 = gen_ushl_i32, | ||
235 | + .fniv = gen_ushl_vec, | ||
236 | + .opt_opc = vecop_list, | ||
237 | + .vece = MO_32 }, | ||
238 | + { .fni8 = gen_ushl_i64, | ||
239 | + .fniv = gen_ushl_vec, | ||
240 | + .opt_opc = vecop_list, | ||
241 | + .vece = MO_64 }, | ||
242 | + }; | ||
243 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
244 | +} | ||
245 | |||
246 | void gen_sshl_i32(TCGv_i32 dst, TCGv_i32 src, TCGv_i32 shift) | ||
247 | { | ||
248 | @@ -XXX,XX +XXX,XX @@ static void gen_sshl_vec(unsigned vece, TCGv_vec dst, | ||
249 | tcg_temp_free_vec(tmp); | ||
250 | } | ||
251 | |||
252 | -static const TCGOpcode sshl_list[] = { | ||
253 | - INDEX_op_neg_vec, INDEX_op_umin_vec, INDEX_op_shlv_vec, | ||
254 | - INDEX_op_sarv_vec, INDEX_op_cmp_vec, INDEX_op_cmpsel_vec, 0 | ||
255 | -}; | ||
256 | - | ||
257 | -const GVecGen3 sshl_op[4] = { | ||
258 | - { .fniv = gen_sshl_vec, | ||
259 | - .fno = gen_helper_gvec_sshl_b, | ||
260 | - .opt_opc = sshl_list, | ||
261 | - .vece = MO_8 }, | ||
262 | - { .fniv = gen_sshl_vec, | ||
263 | - .fno = gen_helper_gvec_sshl_h, | ||
264 | - .opt_opc = sshl_list, | ||
265 | - .vece = MO_16 }, | ||
266 | - { .fni4 = gen_sshl_i32, | ||
267 | - .fniv = gen_sshl_vec, | ||
268 | - .opt_opc = sshl_list, | ||
269 | - .vece = MO_32 }, | ||
270 | - { .fni8 = gen_sshl_i64, | ||
271 | - .fniv = gen_sshl_vec, | ||
272 | - .opt_opc = sshl_list, | ||
273 | - .vece = MO_64 }, | ||
274 | -}; | ||
275 | +void gen_gvec_sshl(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
276 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
277 | +{ | ||
278 | + static const TCGOpcode vecop_list[] = { | ||
279 | + INDEX_op_neg_vec, INDEX_op_umin_vec, INDEX_op_shlv_vec, | ||
280 | + INDEX_op_sarv_vec, INDEX_op_cmp_vec, INDEX_op_cmpsel_vec, 0 | ||
281 | + }; | ||
282 | + static const GVecGen3 ops[4] = { | ||
283 | + { .fniv = gen_sshl_vec, | ||
284 | + .fno = gen_helper_gvec_sshl_b, | ||
285 | + .opt_opc = vecop_list, | ||
286 | + .vece = MO_8 }, | ||
287 | + { .fniv = gen_sshl_vec, | ||
288 | + .fno = gen_helper_gvec_sshl_h, | ||
289 | + .opt_opc = vecop_list, | ||
290 | + .vece = MO_16 }, | ||
291 | + { .fni4 = gen_sshl_i32, | ||
292 | + .fniv = gen_sshl_vec, | ||
293 | + .opt_opc = vecop_list, | ||
294 | + .vece = MO_32 }, | ||
295 | + { .fni8 = gen_sshl_i64, | ||
296 | + .fniv = gen_sshl_vec, | ||
297 | + .opt_opc = vecop_list, | ||
298 | + .vece = MO_64 }, | ||
299 | + }; | ||
300 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
301 | +} | ||
302 | |||
303 | static void gen_uqadd_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
304 | TCGv_vec a, TCGv_vec b) | ||
305 | -- | 50 | -- |
306 | 2.20.1 | 51 | 2.25.1 |
307 | |||
308 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | |||
3 | Provide a functional interface for the vector expansion. | ||
4 | This fits better with the existing set of helpers that | ||
5 | we provide for other operations. | ||
6 | |||
7 | Macro-ize the 5 nearly identical comparisons. | ||
8 | 2 | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Message-id: 20200513163245.17915-7-richard.henderson@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 5 | --- |
14 | target/arm/translate.h | 16 ++- | 6 | include/hw/timer/imx_epit.h | 2 ++ |
15 | target/arm/translate-a64.c | 22 ++-- | 7 | hw/timer/imx_epit.c | 12 ++++++------ |
16 | target/arm/translate.c | 254 ++++++++----------------------------- | 8 | 2 files changed, 8 insertions(+), 6 deletions(-) |
17 | 3 files changed, 74 insertions(+), 218 deletions(-) | ||
18 | 9 | ||
19 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 10 | diff --git a/include/hw/timer/imx_epit.h b/include/hw/timer/imx_epit.h |
20 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/target/arm/translate.h | 12 | --- a/include/hw/timer/imx_epit.h |
22 | +++ b/target/arm/translate.h | 13 | +++ b/include/hw/timer/imx_epit.h |
23 | @@ -XXX,XX +XXX,XX @@ static inline void gen_swstep_exception(DisasContext *s, int isv, int ex) | 14 | @@ -XXX,XX +XXX,XX @@ |
24 | uint64_t vfp_expand_imm(int size, uint8_t imm8); | 15 | #define CR_CLKSRC_SHIFT (24) |
25 | 16 | #define CR_CLKSRC_BITS (2) | |
26 | /* Vector operations shared between ARM and AArch64. */ | 17 | |
27 | -extern const GVecGen2 ceq0_op[4]; | 18 | +#define SR_OCIF (1 << 0) |
28 | -extern const GVecGen2 clt0_op[4]; | ||
29 | -extern const GVecGen2 cgt0_op[4]; | ||
30 | -extern const GVecGen2 cle0_op[4]; | ||
31 | -extern const GVecGen2 cge0_op[4]; | ||
32 | +void gen_gvec_ceq0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
33 | + uint32_t opr_sz, uint32_t max_sz); | ||
34 | +void gen_gvec_clt0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
35 | + uint32_t opr_sz, uint32_t max_sz); | ||
36 | +void gen_gvec_cgt0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
37 | + uint32_t opr_sz, uint32_t max_sz); | ||
38 | +void gen_gvec_cle0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
39 | + uint32_t opr_sz, uint32_t max_sz); | ||
40 | +void gen_gvec_cge0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
41 | + uint32_t opr_sz, uint32_t max_sz); | ||
42 | + | 19 | + |
43 | extern const GVecGen3 mla_op[4]; | 20 | #define EPIT_TIMER_MAX 0XFFFFFFFFUL |
44 | extern const GVecGen3 mls_op[4]; | 21 | |
45 | extern const GVecGen3 cmtst_op[4]; | 22 | #define TYPE_IMX_EPIT "imx.epit" |
46 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 23 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
47 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
48 | --- a/target/arm/translate-a64.c | 25 | --- a/hw/timer/imx_epit.c |
49 | +++ b/target/arm/translate-a64.c | 26 | +++ b/hw/timer/imx_epit.c |
50 | @@ -XXX,XX +XXX,XX @@ static void gen_gvec_fn4(DisasContext *s, bool is_q, int rd, int rn, int rm, | 27 | @@ -XXX,XX +XXX,XX @@ static const IMXClk imx_epit_clocks[] = { |
51 | is_q ? 16 : 8, vec_full_reg_size(s)); | 28 | */ |
52 | } | 29 | static void imx_epit_update_int(IMXEPITState *s) |
53 | 30 | { | |
54 | -/* Expand a 2-operand AdvSIMD vector operation using an op descriptor. */ | 31 | - if (s->sr && (s->cr & CR_OCIEN) && (s->cr & CR_EN)) { |
55 | -static void gen_gvec_op2(DisasContext *s, bool is_q, int rd, | 32 | + if ((s->sr & SR_OCIF) && (s->cr & CR_OCIEN) && (s->cr & CR_EN)) { |
56 | - int rn, const GVecGen2 *gvec_op) | 33 | qemu_irq_raise(s->irq); |
57 | -{ | 34 | } else { |
58 | - tcg_gen_gvec_2(vec_full_reg_offset(s, rd), vec_full_reg_offset(s, rn), | 35 | qemu_irq_lower(s->irq); |
59 | - is_q ? 16 : 8, vec_full_reg_size(s), gvec_op); | 36 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, |
60 | -} | 37 | break; |
61 | - | 38 | |
62 | /* Expand a 3-operand AdvSIMD vector operation using an op descriptor. */ | 39 | case 1: /* SR - ACK*/ |
63 | static void gen_gvec_op3(DisasContext *s, bool is_q, int rd, | 40 | - /* writing 1 to OCIF clears the OCIF bit */ |
64 | int rn, int rm, const GVecGen3 *gvec_op) | 41 | - if (value & 0x01) { |
65 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_two_reg_misc(DisasContext *s, uint32_t insn) | 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); | ||
66 | } | 47 | } |
67 | break; | 48 | break; |
68 | case 0x8: /* CMGT, CMGE */ | 49 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_cmp(void *opaque) |
69 | - gen_gvec_op2(s, is_q, rd, rn, u ? &cge0_op[size] : &cgt0_op[size]); | 50 | IMXEPITState *s = IMX_EPIT(opaque); |
70 | + if (u) { | 51 | |
71 | + gen_gvec_fn2(s, is_q, rd, rn, gen_gvec_cge0, size); | 52 | DPRINTF("sr was %d\n", s->sr); |
72 | + } else { | 53 | - |
73 | + gen_gvec_fn2(s, is_q, rd, rn, gen_gvec_cgt0, size); | 54 | - s->sr = 1; |
74 | + } | 55 | + /* Set interrupt status bit SR.OCIF and update the interrupt state */ |
75 | return; | 56 | + s->sr |= SR_OCIF; |
76 | case 0x9: /* CMEQ, CMLE */ | 57 | imx_epit_update_int(s); |
77 | - gen_gvec_op2(s, is_q, rd, rn, u ? &cle0_op[size] : &ceq0_op[size]); | ||
78 | + if (u) { | ||
79 | + gen_gvec_fn2(s, is_q, rd, rn, gen_gvec_cle0, size); | ||
80 | + } else { | ||
81 | + gen_gvec_fn2(s, is_q, rd, rn, gen_gvec_ceq0, size); | ||
82 | + } | ||
83 | return; | ||
84 | case 0xa: /* CMLT */ | ||
85 | - gen_gvec_op2(s, is_q, rd, rn, &clt0_op[size]); | ||
86 | + gen_gvec_fn2(s, is_q, rd, rn, gen_gvec_clt0, size); | ||
87 | return; | ||
88 | case 0xb: | ||
89 | if (u) { /* ABS, NEG */ | ||
90 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
91 | index XXXXXXX..XXXXXXX 100644 | ||
92 | --- a/target/arm/translate.c | ||
93 | +++ b/target/arm/translate.c | ||
94 | @@ -XXX,XX +XXX,XX @@ static int do_v81_helper(DisasContext *s, gen_helper_gvec_3_ptr *fn, | ||
95 | return 1; | ||
96 | } | 58 | } |
97 | 59 | ||
98 | -static void gen_ceq0_i32(TCGv_i32 d, TCGv_i32 a) | ||
99 | -{ | ||
100 | - tcg_gen_setcondi_i32(TCG_COND_EQ, d, a, 0); | ||
101 | - tcg_gen_neg_i32(d, d); | ||
102 | -} | ||
103 | - | ||
104 | -static void gen_ceq0_i64(TCGv_i64 d, TCGv_i64 a) | ||
105 | -{ | ||
106 | - tcg_gen_setcondi_i64(TCG_COND_EQ, d, a, 0); | ||
107 | - tcg_gen_neg_i64(d, d); | ||
108 | -} | ||
109 | - | ||
110 | -static void gen_ceq0_vec(unsigned vece, TCGv_vec d, TCGv_vec a) | ||
111 | -{ | ||
112 | - TCGv_vec zero = tcg_const_zeros_vec_matching(d); | ||
113 | - tcg_gen_cmp_vec(TCG_COND_EQ, vece, d, a, zero); | ||
114 | - tcg_temp_free_vec(zero); | ||
115 | -} | ||
116 | +#define GEN_CMP0(NAME, COND) \ | ||
117 | + static void gen_##NAME##0_i32(TCGv_i32 d, TCGv_i32 a) \ | ||
118 | + { \ | ||
119 | + tcg_gen_setcondi_i32(COND, d, a, 0); \ | ||
120 | + tcg_gen_neg_i32(d, d); \ | ||
121 | + } \ | ||
122 | + static void gen_##NAME##0_i64(TCGv_i64 d, TCGv_i64 a) \ | ||
123 | + { \ | ||
124 | + tcg_gen_setcondi_i64(COND, d, a, 0); \ | ||
125 | + tcg_gen_neg_i64(d, d); \ | ||
126 | + } \ | ||
127 | + static void gen_##NAME##0_vec(unsigned vece, TCGv_vec d, TCGv_vec a) \ | ||
128 | + { \ | ||
129 | + TCGv_vec zero = tcg_const_zeros_vec_matching(d); \ | ||
130 | + tcg_gen_cmp_vec(COND, vece, d, a, zero); \ | ||
131 | + tcg_temp_free_vec(zero); \ | ||
132 | + } \ | ||
133 | + void gen_gvec_##NAME##0(unsigned vece, uint32_t d, uint32_t m, \ | ||
134 | + uint32_t opr_sz, uint32_t max_sz) \ | ||
135 | + { \ | ||
136 | + const GVecGen2 op[4] = { \ | ||
137 | + { .fno = gen_helper_gvec_##NAME##0_b, \ | ||
138 | + .fniv = gen_##NAME##0_vec, \ | ||
139 | + .opt_opc = vecop_list_cmp, \ | ||
140 | + .vece = MO_8 }, \ | ||
141 | + { .fno = gen_helper_gvec_##NAME##0_h, \ | ||
142 | + .fniv = gen_##NAME##0_vec, \ | ||
143 | + .opt_opc = vecop_list_cmp, \ | ||
144 | + .vece = MO_16 }, \ | ||
145 | + { .fni4 = gen_##NAME##0_i32, \ | ||
146 | + .fniv = gen_##NAME##0_vec, \ | ||
147 | + .opt_opc = vecop_list_cmp, \ | ||
148 | + .vece = MO_32 }, \ | ||
149 | + { .fni8 = gen_##NAME##0_i64, \ | ||
150 | + .fniv = gen_##NAME##0_vec, \ | ||
151 | + .opt_opc = vecop_list_cmp, \ | ||
152 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, \ | ||
153 | + .vece = MO_64 }, \ | ||
154 | + }; \ | ||
155 | + tcg_gen_gvec_2(d, m, opr_sz, max_sz, &op[vece]); \ | ||
156 | + } | ||
157 | |||
158 | static const TCGOpcode vecop_list_cmp[] = { | ||
159 | INDEX_op_cmp_vec, 0 | ||
160 | }; | ||
161 | |||
162 | -const GVecGen2 ceq0_op[4] = { | ||
163 | - { .fno = gen_helper_gvec_ceq0_b, | ||
164 | - .fniv = gen_ceq0_vec, | ||
165 | - .opt_opc = vecop_list_cmp, | ||
166 | - .vece = MO_8 }, | ||
167 | - { .fno = gen_helper_gvec_ceq0_h, | ||
168 | - .fniv = gen_ceq0_vec, | ||
169 | - .opt_opc = vecop_list_cmp, | ||
170 | - .vece = MO_16 }, | ||
171 | - { .fni4 = gen_ceq0_i32, | ||
172 | - .fniv = gen_ceq0_vec, | ||
173 | - .opt_opc = vecop_list_cmp, | ||
174 | - .vece = MO_32 }, | ||
175 | - { .fni8 = gen_ceq0_i64, | ||
176 | - .fniv = gen_ceq0_vec, | ||
177 | - .opt_opc = vecop_list_cmp, | ||
178 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
179 | - .vece = MO_64 }, | ||
180 | -}; | ||
181 | +GEN_CMP0(ceq, TCG_COND_EQ) | ||
182 | +GEN_CMP0(cle, TCG_COND_LE) | ||
183 | +GEN_CMP0(cge, TCG_COND_GE) | ||
184 | +GEN_CMP0(clt, TCG_COND_LT) | ||
185 | +GEN_CMP0(cgt, TCG_COND_GT) | ||
186 | |||
187 | -static void gen_cle0_i32(TCGv_i32 d, TCGv_i32 a) | ||
188 | -{ | ||
189 | - tcg_gen_setcondi_i32(TCG_COND_LE, d, a, 0); | ||
190 | - tcg_gen_neg_i32(d, d); | ||
191 | -} | ||
192 | - | ||
193 | -static void gen_cle0_i64(TCGv_i64 d, TCGv_i64 a) | ||
194 | -{ | ||
195 | - tcg_gen_setcondi_i64(TCG_COND_LE, d, a, 0); | ||
196 | - tcg_gen_neg_i64(d, d); | ||
197 | -} | ||
198 | - | ||
199 | -static void gen_cle0_vec(unsigned vece, TCGv_vec d, TCGv_vec a) | ||
200 | -{ | ||
201 | - TCGv_vec zero = tcg_const_zeros_vec_matching(d); | ||
202 | - tcg_gen_cmp_vec(TCG_COND_LE, vece, d, a, zero); | ||
203 | - tcg_temp_free_vec(zero); | ||
204 | -} | ||
205 | - | ||
206 | -const GVecGen2 cle0_op[4] = { | ||
207 | - { .fno = gen_helper_gvec_cle0_b, | ||
208 | - .fniv = gen_cle0_vec, | ||
209 | - .opt_opc = vecop_list_cmp, | ||
210 | - .vece = MO_8 }, | ||
211 | - { .fno = gen_helper_gvec_cle0_h, | ||
212 | - .fniv = gen_cle0_vec, | ||
213 | - .opt_opc = vecop_list_cmp, | ||
214 | - .vece = MO_16 }, | ||
215 | - { .fni4 = gen_cle0_i32, | ||
216 | - .fniv = gen_cle0_vec, | ||
217 | - .opt_opc = vecop_list_cmp, | ||
218 | - .vece = MO_32 }, | ||
219 | - { .fni8 = gen_cle0_i64, | ||
220 | - .fniv = gen_cle0_vec, | ||
221 | - .opt_opc = vecop_list_cmp, | ||
222 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
223 | - .vece = MO_64 }, | ||
224 | -}; | ||
225 | - | ||
226 | -static void gen_cge0_i32(TCGv_i32 d, TCGv_i32 a) | ||
227 | -{ | ||
228 | - tcg_gen_setcondi_i32(TCG_COND_GE, d, a, 0); | ||
229 | - tcg_gen_neg_i32(d, d); | ||
230 | -} | ||
231 | - | ||
232 | -static void gen_cge0_i64(TCGv_i64 d, TCGv_i64 a) | ||
233 | -{ | ||
234 | - tcg_gen_setcondi_i64(TCG_COND_GE, d, a, 0); | ||
235 | - tcg_gen_neg_i64(d, d); | ||
236 | -} | ||
237 | - | ||
238 | -static void gen_cge0_vec(unsigned vece, TCGv_vec d, TCGv_vec a) | ||
239 | -{ | ||
240 | - TCGv_vec zero = tcg_const_zeros_vec_matching(d); | ||
241 | - tcg_gen_cmp_vec(TCG_COND_GE, vece, d, a, zero); | ||
242 | - tcg_temp_free_vec(zero); | ||
243 | -} | ||
244 | - | ||
245 | -const GVecGen2 cge0_op[4] = { | ||
246 | - { .fno = gen_helper_gvec_cge0_b, | ||
247 | - .fniv = gen_cge0_vec, | ||
248 | - .opt_opc = vecop_list_cmp, | ||
249 | - .vece = MO_8 }, | ||
250 | - { .fno = gen_helper_gvec_cge0_h, | ||
251 | - .fniv = gen_cge0_vec, | ||
252 | - .opt_opc = vecop_list_cmp, | ||
253 | - .vece = MO_16 }, | ||
254 | - { .fni4 = gen_cge0_i32, | ||
255 | - .fniv = gen_cge0_vec, | ||
256 | - .opt_opc = vecop_list_cmp, | ||
257 | - .vece = MO_32 }, | ||
258 | - { .fni8 = gen_cge0_i64, | ||
259 | - .fniv = gen_cge0_vec, | ||
260 | - .opt_opc = vecop_list_cmp, | ||
261 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
262 | - .vece = MO_64 }, | ||
263 | -}; | ||
264 | - | ||
265 | -static void gen_clt0_i32(TCGv_i32 d, TCGv_i32 a) | ||
266 | -{ | ||
267 | - tcg_gen_setcondi_i32(TCG_COND_LT, d, a, 0); | ||
268 | - tcg_gen_neg_i32(d, d); | ||
269 | -} | ||
270 | - | ||
271 | -static void gen_clt0_i64(TCGv_i64 d, TCGv_i64 a) | ||
272 | -{ | ||
273 | - tcg_gen_setcondi_i64(TCG_COND_LT, d, a, 0); | ||
274 | - tcg_gen_neg_i64(d, d); | ||
275 | -} | ||
276 | - | ||
277 | -static void gen_clt0_vec(unsigned vece, TCGv_vec d, TCGv_vec a) | ||
278 | -{ | ||
279 | - TCGv_vec zero = tcg_const_zeros_vec_matching(d); | ||
280 | - tcg_gen_cmp_vec(TCG_COND_LT, vece, d, a, zero); | ||
281 | - tcg_temp_free_vec(zero); | ||
282 | -} | ||
283 | - | ||
284 | -const GVecGen2 clt0_op[4] = { | ||
285 | - { .fno = gen_helper_gvec_clt0_b, | ||
286 | - .fniv = gen_clt0_vec, | ||
287 | - .opt_opc = vecop_list_cmp, | ||
288 | - .vece = MO_8 }, | ||
289 | - { .fno = gen_helper_gvec_clt0_h, | ||
290 | - .fniv = gen_clt0_vec, | ||
291 | - .opt_opc = vecop_list_cmp, | ||
292 | - .vece = MO_16 }, | ||
293 | - { .fni4 = gen_clt0_i32, | ||
294 | - .fniv = gen_clt0_vec, | ||
295 | - .opt_opc = vecop_list_cmp, | ||
296 | - .vece = MO_32 }, | ||
297 | - { .fni8 = gen_clt0_i64, | ||
298 | - .fniv = gen_clt0_vec, | ||
299 | - .opt_opc = vecop_list_cmp, | ||
300 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
301 | - .vece = MO_64 }, | ||
302 | -}; | ||
303 | - | ||
304 | -static void gen_cgt0_i32(TCGv_i32 d, TCGv_i32 a) | ||
305 | -{ | ||
306 | - tcg_gen_setcondi_i32(TCG_COND_GT, d, a, 0); | ||
307 | - tcg_gen_neg_i32(d, d); | ||
308 | -} | ||
309 | - | ||
310 | -static void gen_cgt0_i64(TCGv_i64 d, TCGv_i64 a) | ||
311 | -{ | ||
312 | - tcg_gen_setcondi_i64(TCG_COND_GT, d, a, 0); | ||
313 | - tcg_gen_neg_i64(d, d); | ||
314 | -} | ||
315 | - | ||
316 | -static void gen_cgt0_vec(unsigned vece, TCGv_vec d, TCGv_vec a) | ||
317 | -{ | ||
318 | - TCGv_vec zero = tcg_const_zeros_vec_matching(d); | ||
319 | - tcg_gen_cmp_vec(TCG_COND_GT, vece, d, a, zero); | ||
320 | - tcg_temp_free_vec(zero); | ||
321 | -} | ||
322 | - | ||
323 | -const GVecGen2 cgt0_op[4] = { | ||
324 | - { .fno = gen_helper_gvec_cgt0_b, | ||
325 | - .fniv = gen_cgt0_vec, | ||
326 | - .opt_opc = vecop_list_cmp, | ||
327 | - .vece = MO_8 }, | ||
328 | - { .fno = gen_helper_gvec_cgt0_h, | ||
329 | - .fniv = gen_cgt0_vec, | ||
330 | - .opt_opc = vecop_list_cmp, | ||
331 | - .vece = MO_16 }, | ||
332 | - { .fni4 = gen_cgt0_i32, | ||
333 | - .fniv = gen_cgt0_vec, | ||
334 | - .opt_opc = vecop_list_cmp, | ||
335 | - .vece = MO_32 }, | ||
336 | - { .fni8 = gen_cgt0_i64, | ||
337 | - .fniv = gen_cgt0_vec, | ||
338 | - .opt_opc = vecop_list_cmp, | ||
339 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
340 | - .vece = MO_64 }, | ||
341 | -}; | ||
342 | +#undef GEN_CMP0 | ||
343 | |||
344 | static void gen_ssra8_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) | ||
345 | { | ||
346 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
347 | break; | ||
348 | |||
349 | case NEON_2RM_VCEQ0: | ||
350 | - tcg_gen_gvec_2(rd_ofs, rm_ofs, vec_size, | ||
351 | - vec_size, &ceq0_op[size]); | ||
352 | + gen_gvec_ceq0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
353 | break; | ||
354 | case NEON_2RM_VCGT0: | ||
355 | - tcg_gen_gvec_2(rd_ofs, rm_ofs, vec_size, | ||
356 | - vec_size, &cgt0_op[size]); | ||
357 | + gen_gvec_cgt0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
358 | break; | ||
359 | case NEON_2RM_VCLE0: | ||
360 | - tcg_gen_gvec_2(rd_ofs, rm_ofs, vec_size, | ||
361 | - vec_size, &cle0_op[size]); | ||
362 | + gen_gvec_cle0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
363 | break; | ||
364 | case NEON_2RM_VCGE0: | ||
365 | - tcg_gen_gvec_2(rd_ofs, rm_ofs, vec_size, | ||
366 | - vec_size, &cge0_op[size]); | ||
367 | + gen_gvec_cge0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
368 | break; | ||
369 | case NEON_2RM_VCLT0: | ||
370 | - tcg_gen_gvec_2(rd_ofs, rm_ofs, vec_size, | ||
371 | - vec_size, &clt0_op[size]); | ||
372 | + gen_gvec_clt0(size, rd_ofs, rm_ofs, vec_size, vec_size); | ||
373 | break; | ||
374 | |||
375 | default: | ||
376 | -- | 60 | -- |
377 | 2.20.1 | 61 | 2.25.1 |
378 | |||
379 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | Rather than perform the argument swap during code generation, | 3 | The interrupt state can change due to: |
4 | perform it during decode. This means it doesn't have to be | 4 | - reset clears both SR.OCIF and CR.OCIE |
5 | special cased later, and we can share code with aarch64 code | 5 | - write to CR.EN or CR.OCIE |
6 | generation. Hopefully the decode comment addresses any confusion | ||
7 | that might arise in between. | ||
8 | 6 | ||
7 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Message-id: 20200513163245.17915-9-richard.henderson@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 10 | --- |
14 | target/arm/neon-dp.decode | 17 +++++++++++++++-- | 11 | hw/timer/imx_epit.c | 16 ++++++++++++---- |
15 | target/arm/translate-neon.inc.c | 3 +-- | 12 | 1 file changed, 12 insertions(+), 4 deletions(-) |
16 | 2 files changed, 16 insertions(+), 4 deletions(-) | ||
17 | 13 | ||
18 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 14 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
19 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/neon-dp.decode | 16 | --- a/hw/timer/imx_epit.c |
21 | +++ b/target/arm/neon-dp.decode | 17 | +++ b/hw/timer/imx_epit.c |
22 | @@ -XXX,XX +XXX,XX @@ VCGT_U_3s 1111 001 1 0 . .. .... .... 0011 . . . 0 .... @3same | 18 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, |
23 | VCGE_S_3s 1111 001 0 0 . .. .... .... 0011 . . . 1 .... @3same | 19 | if (s->cr & CR_SWR) { |
24 | VCGE_U_3s 1111 001 1 0 . .. .... .... 0011 . . . 1 .... @3same | 20 | /* handle the reset */ |
25 | 21 | imx_epit_reset(DEVICE(s)); | |
26 | -VSHL_S_3s 1111 001 0 0 . .. .... .... 0100 . . . 0 .... @3same | 22 | - /* |
27 | -VSHL_U_3s 1111 001 1 0 . .. .... .... 0100 . . . 0 .... @3same | 23 | - * TODO: could we 'break' here? following operations appear |
28 | +# The _rev suffix indicates that Vn and Vm are reversed. This is | 24 | - * to duplicate the work imx_epit_reset() already did. |
29 | +# the case for shifts. In the Arm ARM these insns are documented | 25 | - */ |
30 | +# with the Vm and Vn fields in their usual places, but in the | 26 | } |
31 | +# assembly the operands are listed "backwards", ie in the order | 27 | |
32 | +# Dd, Dm, Dn where other insns use Dd, Dn, Dm. For QEMU we choose | 28 | + /* |
33 | +# to consider Vm and Vn as being in different fields in the insn, | 29 | + * The interrupt state can change due to: |
34 | +# which allows us to avoid special-casing shifts in the trans_ | 30 | + * - reset clears both SR.OCIF and CR.OCIE |
35 | +# function code. We would otherwise need to manually swap the operands | 31 | + * - write to CR.EN or CR.OCIE |
36 | +# over to call Neon helper functions that are shared with AArch64, | 32 | + */ |
37 | +# which does not have this odd reversed-operand situation. | 33 | + imx_epit_update_int(s); |
38 | +@3same_rev .... ... . . . size:2 .... .... .... . q:1 . . .... \ | ||
39 | + &3same vn=%vm_dp vm=%vn_dp vd=%vd_dp | ||
40 | + | 34 | + |
41 | +VSHL_S_3s 1111 001 0 0 . .. .... .... 0100 . . . 0 .... @3same_rev | 35 | + /* |
42 | +VSHL_U_3s 1111 001 1 0 . .. .... .... 0100 . . . 0 .... @3same_rev | 36 | + * TODO: could we 'break' here for reset? following operations appear |
43 | 37 | + * to duplicate the work imx_epit_reset() already did. | |
44 | VMAX_S_3s 1111 001 0 0 . .. .... .... 0110 . . . 0 .... @3same | 38 | + */ |
45 | VMAX_U_3s 1111 001 1 0 . .. .... .... 0110 . . . 0 .... @3same | 39 | + |
46 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 40 | ptimer_transaction_begin(s->timer_cmp); |
47 | index XXXXXXX..XXXXXXX 100644 | 41 | ptimer_transaction_begin(s->timer_reload); |
48 | --- a/target/arm/translate-neon.inc.c | 42 | |
49 | +++ b/target/arm/translate-neon.inc.c | ||
50 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMUL_p_3s(DisasContext *s, arg_3same *a) | ||
51 | uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
52 | uint32_t oprsz, uint32_t maxsz) \ | ||
53 | { \ | ||
54 | - /* Note the operation is vshl vd,vm,vn */ \ | ||
55 | - tcg_gen_gvec_3(rd_ofs, rm_ofs, rn_ofs, \ | ||
56 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, \ | ||
57 | oprsz, maxsz, &OPARRAY[vece]); \ | ||
58 | } \ | ||
59 | DO_3SAME(INSN, gen_##INSN##_3s) | ||
60 | -- | 43 | -- |
61 | 2.20.1 | 44 | 2.25.1 |
62 | |||
63 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | Include 64-bit element size in preparation for SVE2. | 3 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
4 | |||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200513163245.17915-17-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 6 | --- |
10 | target/arm/helper.h | 17 +++-- | 7 | hw/timer/imx_epit.c | 20 ++++++++++++++------ |
11 | target/arm/translate.h | 5 ++ | 8 | 1 file changed, 14 insertions(+), 6 deletions(-) |
12 | target/arm/neon_helper.c | 10 --- | ||
13 | target/arm/translate-a64.c | 17 ++--- | ||
14 | target/arm/translate.c | 134 +++++++++++++++++++++++++++++++++++-- | ||
15 | target/arm/vec_helper.c | 24 +++++++ | ||
16 | 6 files changed, 174 insertions(+), 33 deletions(-) | ||
17 | 9 | ||
18 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 10 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
19 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/helper.h | 12 | --- a/hw/timer/imx_epit.c |
21 | +++ b/target/arm/helper.h | 13 | +++ b/hw/timer/imx_epit.c |
22 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_2(neon_pmax_s8, i32, i32, i32) | 14 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_set_freq(IMXEPITState *s) |
23 | DEF_HELPER_2(neon_pmax_u16, i32, i32, i32) | 15 | /* |
24 | DEF_HELPER_2(neon_pmax_s16, i32, i32, i32) | 16 | * This is called both on hardware (device) reset and software reset. |
25 | 17 | */ | |
26 | -DEF_HELPER_2(neon_abd_u8, i32, i32, i32) | 18 | -static void imx_epit_reset(DeviceState *dev) |
27 | -DEF_HELPER_2(neon_abd_s8, i32, i32, i32) | 19 | +static void imx_epit_reset(IMXEPITState *s, bool is_hard_reset) |
28 | -DEF_HELPER_2(neon_abd_u16, i32, i32, i32) | 20 | { |
29 | -DEF_HELPER_2(neon_abd_s16, i32, i32, i32) | 21 | - IMXEPITState *s = IMX_EPIT(dev); |
30 | -DEF_HELPER_2(neon_abd_u32, i32, i32, i32) | ||
31 | -DEF_HELPER_2(neon_abd_s32, i32, i32, i32) | ||
32 | - | 22 | - |
33 | DEF_HELPER_2(neon_shl_u16, i32, i32, i32) | 23 | /* Soft reset doesn't touch some bits; hard reset clears them */ |
34 | DEF_HELPER_2(neon_shl_s16, i32, i32, i32) | 24 | - s->cr &= (CR_EN|CR_ENMOD|CR_STOPEN|CR_DOZEN|CR_WAITEN|CR_DBGEN); |
35 | DEF_HELPER_2(neon_rshl_u8, i32, i32, i32) | 25 | + if (is_hard_reset) { |
36 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(gvec_uabd_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 26 | + s->cr = 0; |
37 | DEF_HELPER_FLAGS_4(gvec_uabd_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 27 | + } else { |
38 | DEF_HELPER_FLAGS_4(gvec_uabd_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 28 | + s->cr &= (CR_EN|CR_ENMOD|CR_STOPEN|CR_DOZEN|CR_WAITEN|CR_DBGEN); |
39 | 29 | + } | |
40 | +DEF_HELPER_FLAGS_4(gvec_saba_b, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 30 | s->sr = 0; |
41 | +DEF_HELPER_FLAGS_4(gvec_saba_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 31 | s->lr = EPIT_TIMER_MAX; |
42 | +DEF_HELPER_FLAGS_4(gvec_saba_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 32 | s->cmp = 0; |
43 | +DEF_HELPER_FLAGS_4(gvec_saba_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 33 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write(void *opaque, hwaddr offset, uint64_t value, |
44 | + | 34 | s->cr = value & 0x03ffffff; |
45 | +DEF_HELPER_FLAGS_4(gvec_uaba_b, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 35 | if (s->cr & CR_SWR) { |
46 | +DEF_HELPER_FLAGS_4(gvec_uaba_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 36 | /* handle the reset */ |
47 | +DEF_HELPER_FLAGS_4(gvec_uaba_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 37 | - imx_epit_reset(DEVICE(s)); |
48 | +DEF_HELPER_FLAGS_4(gvec_uaba_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | 38 | + imx_epit_reset(s, false); |
49 | + | ||
50 | #ifdef TARGET_AARCH64 | ||
51 | #include "helper-a64.h" | ||
52 | #include "helper-sve.h" | ||
53 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
54 | index XXXXXXX..XXXXXXX 100644 | ||
55 | --- a/target/arm/translate.h | ||
56 | +++ b/target/arm/translate.h | ||
57 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_sabd(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
58 | void gen_gvec_uabd(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
59 | uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
60 | |||
61 | +void gen_gvec_saba(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
62 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
63 | +void gen_gvec_uaba(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
64 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
65 | + | ||
66 | /* | ||
67 | * Forward to the isar_feature_* tests given a DisasContext pointer. | ||
68 | */ | ||
69 | diff --git a/target/arm/neon_helper.c b/target/arm/neon_helper.c | ||
70 | index XXXXXXX..XXXXXXX 100644 | ||
71 | --- a/target/arm/neon_helper.c | ||
72 | +++ b/target/arm/neon_helper.c | ||
73 | @@ -XXX,XX +XXX,XX @@ NEON_POP(pmax_s16, neon_s16, 2) | ||
74 | NEON_POP(pmax_u16, neon_u16, 2) | ||
75 | #undef NEON_FN | ||
76 | |||
77 | -#define NEON_FN(dest, src1, src2) \ | ||
78 | - dest = (src1 > src2) ? (src1 - src2) : (src2 - src1) | ||
79 | -NEON_VOP(abd_s8, neon_s8, 4) | ||
80 | -NEON_VOP(abd_u8, neon_u8, 4) | ||
81 | -NEON_VOP(abd_s16, neon_s16, 2) | ||
82 | -NEON_VOP(abd_u16, neon_u16, 2) | ||
83 | -NEON_VOP(abd_s32, neon_s32, 1) | ||
84 | -NEON_VOP(abd_u32, neon_u32, 1) | ||
85 | -#undef NEON_FN | ||
86 | - | ||
87 | #define NEON_FN(dest, src1, src2) do { \ | ||
88 | int8_t tmp; \ | ||
89 | tmp = (int8_t)src2; \ | ||
90 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
91 | index XXXXXXX..XXXXXXX 100644 | ||
92 | --- a/target/arm/translate-a64.c | ||
93 | +++ b/target/arm/translate-a64.c | ||
94 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | ||
95 | gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_sabd, size); | ||
96 | } | 39 | } |
97 | return; | 40 | |
98 | + case 0xf: /* SABA, UABA */ | 41 | /* |
99 | + if (u) { | 42 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_realize(DeviceState *dev, Error **errp) |
100 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_uaba, size); | 43 | s->timer_cmp = ptimer_init(imx_epit_cmp, s, PTIMER_POLICY_LEGACY); |
101 | + } else { | ||
102 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_saba, size); | ||
103 | + } | ||
104 | + return; | ||
105 | case 0x10: /* ADD, SUB */ | ||
106 | if (u) { | ||
107 | gen_gvec_fn3(s, is_q, rd, rn, rm, tcg_gen_gvec_sub, size); | ||
108 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | ||
109 | genenvfn = fns[size][u]; | ||
110 | break; | ||
111 | } | ||
112 | - case 0xf: /* SABA, UABA */ | ||
113 | - { | ||
114 | - static NeonGenTwoOpFn * const fns[3][2] = { | ||
115 | - { gen_helper_neon_abd_s8, gen_helper_neon_abd_u8 }, | ||
116 | - { gen_helper_neon_abd_s16, gen_helper_neon_abd_u16 }, | ||
117 | - { gen_helper_neon_abd_s32, gen_helper_neon_abd_u32 }, | ||
118 | - }; | ||
119 | - genfn = fns[size][u]; | ||
120 | - break; | ||
121 | - } | ||
122 | case 0x16: /* SQDMULH, SQRDMULH */ | ||
123 | { | ||
124 | static NeonGenTwoOpEnvFn * const fns[2][2] = { | ||
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 @@ void gen_gvec_uabd(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
130 | tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
131 | } | 44 | } |
132 | 45 | ||
133 | +static void gen_saba_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) | 46 | +static void imx_epit_dev_reset(DeviceState *dev) |
134 | +{ | 47 | +{ |
135 | + TCGv_i32 t = tcg_temp_new_i32(); | 48 | + IMXEPITState *s = IMX_EPIT(dev); |
136 | + gen_sabd_i32(t, a, b); | 49 | + imx_epit_reset(s, true); |
137 | + tcg_gen_add_i32(d, d, t); | ||
138 | + tcg_temp_free_i32(t); | ||
139 | +} | 50 | +} |
140 | + | 51 | + |
141 | +static void gen_saba_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b) | 52 | static void imx_epit_class_init(ObjectClass *klass, void *data) |
142 | +{ | 53 | { |
143 | + TCGv_i64 t = tcg_temp_new_i64(); | 54 | DeviceClass *dc = DEVICE_CLASS(klass); |
144 | + gen_sabd_i64(t, a, b); | 55 | |
145 | + tcg_gen_add_i64(d, d, t); | 56 | dc->realize = imx_epit_realize; |
146 | + tcg_temp_free_i64(t); | 57 | - dc->reset = imx_epit_reset; |
147 | +} | 58 | + dc->reset = imx_epit_dev_reset; |
148 | + | 59 | dc->vmsd = &vmstate_imx_timer_epit; |
149 | +static void gen_saba_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) | 60 | dc->desc = "i.MX periodic timer"; |
150 | +{ | 61 | } |
151 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
152 | + gen_sabd_vec(vece, t, a, b); | ||
153 | + tcg_gen_add_vec(vece, d, d, t); | ||
154 | + tcg_temp_free_vec(t); | ||
155 | +} | ||
156 | + | ||
157 | +void gen_gvec_saba(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
158 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
159 | +{ | ||
160 | + static const TCGOpcode vecop_list[] = { | ||
161 | + INDEX_op_sub_vec, INDEX_op_add_vec, | ||
162 | + INDEX_op_smin_vec, INDEX_op_smax_vec, 0 | ||
163 | + }; | ||
164 | + static const GVecGen3 ops[4] = { | ||
165 | + { .fniv = gen_saba_vec, | ||
166 | + .fno = gen_helper_gvec_saba_b, | ||
167 | + .opt_opc = vecop_list, | ||
168 | + .load_dest = true, | ||
169 | + .vece = MO_8 }, | ||
170 | + { .fniv = gen_saba_vec, | ||
171 | + .fno = gen_helper_gvec_saba_h, | ||
172 | + .opt_opc = vecop_list, | ||
173 | + .load_dest = true, | ||
174 | + .vece = MO_16 }, | ||
175 | + { .fni4 = gen_saba_i32, | ||
176 | + .fniv = gen_saba_vec, | ||
177 | + .fno = gen_helper_gvec_saba_s, | ||
178 | + .opt_opc = vecop_list, | ||
179 | + .load_dest = true, | ||
180 | + .vece = MO_32 }, | ||
181 | + { .fni8 = gen_saba_i64, | ||
182 | + .fniv = gen_saba_vec, | ||
183 | + .fno = gen_helper_gvec_saba_d, | ||
184 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
185 | + .opt_opc = vecop_list, | ||
186 | + .load_dest = true, | ||
187 | + .vece = MO_64 }, | ||
188 | + }; | ||
189 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
190 | +} | ||
191 | + | ||
192 | +static void gen_uaba_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) | ||
193 | +{ | ||
194 | + TCGv_i32 t = tcg_temp_new_i32(); | ||
195 | + gen_uabd_i32(t, a, b); | ||
196 | + tcg_gen_add_i32(d, d, t); | ||
197 | + tcg_temp_free_i32(t); | ||
198 | +} | ||
199 | + | ||
200 | +static void gen_uaba_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b) | ||
201 | +{ | ||
202 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
203 | + gen_uabd_i64(t, a, b); | ||
204 | + tcg_gen_add_i64(d, d, t); | ||
205 | + tcg_temp_free_i64(t); | ||
206 | +} | ||
207 | + | ||
208 | +static void gen_uaba_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) | ||
209 | +{ | ||
210 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
211 | + gen_uabd_vec(vece, t, a, b); | ||
212 | + tcg_gen_add_vec(vece, d, d, t); | ||
213 | + tcg_temp_free_vec(t); | ||
214 | +} | ||
215 | + | ||
216 | +void gen_gvec_uaba(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
217 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
218 | +{ | ||
219 | + static const TCGOpcode vecop_list[] = { | ||
220 | + INDEX_op_sub_vec, INDEX_op_add_vec, | ||
221 | + INDEX_op_umin_vec, INDEX_op_umax_vec, 0 | ||
222 | + }; | ||
223 | + static const GVecGen3 ops[4] = { | ||
224 | + { .fniv = gen_uaba_vec, | ||
225 | + .fno = gen_helper_gvec_uaba_b, | ||
226 | + .opt_opc = vecop_list, | ||
227 | + .load_dest = true, | ||
228 | + .vece = MO_8 }, | ||
229 | + { .fniv = gen_uaba_vec, | ||
230 | + .fno = gen_helper_gvec_uaba_h, | ||
231 | + .opt_opc = vecop_list, | ||
232 | + .load_dest = true, | ||
233 | + .vece = MO_16 }, | ||
234 | + { .fni4 = gen_uaba_i32, | ||
235 | + .fniv = gen_uaba_vec, | ||
236 | + .fno = gen_helper_gvec_uaba_s, | ||
237 | + .opt_opc = vecop_list, | ||
238 | + .load_dest = true, | ||
239 | + .vece = MO_32 }, | ||
240 | + { .fni8 = gen_uaba_i64, | ||
241 | + .fniv = gen_uaba_vec, | ||
242 | + .fno = gen_helper_gvec_uaba_d, | ||
243 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
244 | + .opt_opc = vecop_list, | ||
245 | + .load_dest = true, | ||
246 | + .vece = MO_64 }, | ||
247 | + }; | ||
248 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
249 | +} | ||
250 | + | ||
251 | /* Translate a NEON data processing instruction. Return nonzero if the | ||
252 | instruction is invalid. | ||
253 | We process data in a mixture of 32-bit and 64-bit chunks. | ||
254 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
255 | } | ||
256 | return 0; | ||
257 | |||
258 | + case NEON_3R_VABA: | ||
259 | + if (u) { | ||
260 | + gen_gvec_uaba(size, rd_ofs, rn_ofs, rm_ofs, | ||
261 | + vec_size, vec_size); | ||
262 | + } else { | ||
263 | + gen_gvec_saba(size, rd_ofs, rn_ofs, rm_ofs, | ||
264 | + vec_size, vec_size); | ||
265 | + } | ||
266 | + return 0; | ||
267 | + | ||
268 | case NEON_3R_VADD_VSUB: | ||
269 | case NEON_3R_LOGIC: | ||
270 | case NEON_3R_VMAX: | ||
271 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
272 | case NEON_3R_VQRSHL: | ||
273 | GEN_NEON_INTEGER_OP_ENV(qrshl); | ||
274 | break; | ||
275 | - case NEON_3R_VABA: | ||
276 | - GEN_NEON_INTEGER_OP(abd); | ||
277 | - tcg_temp_free_i32(tmp2); | ||
278 | - tmp2 = neon_load_reg(rd, pass); | ||
279 | - gen_neon_add(size, tmp, tmp2); | ||
280 | - break; | ||
281 | case NEON_3R_VPMAX: | ||
282 | GEN_NEON_INTEGER_OP(pmax); | ||
283 | break; | ||
284 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
285 | index XXXXXXX..XXXXXXX 100644 | ||
286 | --- a/target/arm/vec_helper.c | ||
287 | +++ b/target/arm/vec_helper.c | ||
288 | @@ -XXX,XX +XXX,XX @@ DO_ABD(gvec_uabd_s, uint32_t) | ||
289 | DO_ABD(gvec_uabd_d, uint64_t) | ||
290 | |||
291 | #undef DO_ABD | ||
292 | + | ||
293 | +#define DO_ABA(NAME, TYPE) \ | ||
294 | +void HELPER(NAME)(void *vd, void *vn, void *vm, uint32_t desc) \ | ||
295 | +{ \ | ||
296 | + intptr_t i, opr_sz = simd_oprsz(desc); \ | ||
297 | + TYPE *d = vd, *n = vn, *m = vm; \ | ||
298 | + \ | ||
299 | + for (i = 0; i < opr_sz / sizeof(TYPE); ++i) { \ | ||
300 | + d[i] += n[i] < m[i] ? m[i] - n[i] : n[i] - m[i]; \ | ||
301 | + } \ | ||
302 | + clear_tail(d, opr_sz, simd_maxsz(desc)); \ | ||
303 | +} | ||
304 | + | ||
305 | +DO_ABA(gvec_saba_b, int8_t) | ||
306 | +DO_ABA(gvec_saba_h, int16_t) | ||
307 | +DO_ABA(gvec_saba_s, int32_t) | ||
308 | +DO_ABA(gvec_saba_d, int64_t) | ||
309 | + | ||
310 | +DO_ABA(gvec_uaba_b, uint8_t) | ||
311 | +DO_ABA(gvec_uaba_h, uint16_t) | ||
312 | +DO_ABA(gvec_uaba_s, uint32_t) | ||
313 | +DO_ABA(gvec_uaba_d, uint64_t) | ||
314 | + | ||
315 | +#undef DO_ABA | ||
316 | -- | 62 | -- |
317 | 2.20.1 | 63 | 2.25.1 |
318 | |||
319 | diff view generated by jsdifflib |
1 | Convert the Neon floating point VFMA and VFMS insn to decodetree. | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | These are the last insns in the 3-reg-same group so we can | ||
3 | remove all the support/loop code from the old decoder. | ||
4 | 2 | ||
3 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> | ||
4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200512163904.10918-18-peter.maydell@linaro.org | ||
8 | --- | 6 | --- |
9 | target/arm/neon-dp.decode | 3 + | 7 | hw/timer/imx_epit.c | 215 ++++++++++++++++++++++++-------------------- |
10 | target/arm/translate-neon.inc.c | 41 ++++++++ | 8 | 1 file changed, 117 insertions(+), 98 deletions(-) |
11 | target/arm/translate.c | 176 +------------------------------- | ||
12 | 3 files changed, 46 insertions(+), 174 deletions(-) | ||
13 | 9 | ||
14 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | 10 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
15 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/neon-dp.decode | 12 | --- a/hw/timer/imx_epit.c |
17 | +++ b/target/arm/neon-dp.decode | 13 | +++ b/hw/timer/imx_epit.c |
18 | @@ -XXX,XX +XXX,XX @@ SHA256H2_3s 1111 001 1 0 . 01 .... .... 1100 . 1 . 0 .... \ | 14 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reload_compare_timer(IMXEPITState *s) |
19 | SHA256SU1_3s 1111 001 1 0 . 10 .... .... 1100 . 1 . 0 .... \ | ||
20 | vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
21 | |||
22 | +VFMA_fp_3s 1111 001 0 0 . 0 . .... .... 1100 ... 1 .... @3same_fp | ||
23 | +VFMS_fp_3s 1111 001 0 0 . 1 . .... .... 1100 ... 1 .... @3same_fp | ||
24 | + | ||
25 | VQRDMLSH_3s 1111 001 1 0 . .. .... .... 1100 ... 1 .... @3same | ||
26 | |||
27 | VADD_fp_3s 1111 001 0 0 . 0 . .... .... 1101 ... 0 .... @3same_fp | ||
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 @@ static bool trans_VRSQRTS_fp_3s(DisasContext *s, arg_3same *a) | ||
33 | return do_3same(s, a, gen_VRSQRTS_fp_3s); | ||
34 | } | ||
35 | |||
36 | +static void gen_VFMA_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
37 | + TCGv_ptr fpstatus) | ||
38 | +{ | ||
39 | + gen_helper_vfp_muladds(vd, vn, vm, vd, fpstatus); | ||
40 | +} | ||
41 | + | ||
42 | +static bool trans_VFMA_fp_3s(DisasContext *s, arg_3same *a) | ||
43 | +{ | ||
44 | + if (!dc_isar_feature(aa32_simdfmac, s)) { | ||
45 | + return false; | ||
46 | + } | ||
47 | + | ||
48 | + if (a->size != 0) { | ||
49 | + /* TODO fp16 support */ | ||
50 | + return false; | ||
51 | + } | ||
52 | + | ||
53 | + return do_3same_fp(s, a, gen_VFMA_fp_3s, true); | ||
54 | +} | ||
55 | + | ||
56 | +static void gen_VFMS_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
57 | + TCGv_ptr fpstatus) | ||
58 | +{ | ||
59 | + gen_helper_vfp_negs(vn, vn); | ||
60 | + gen_helper_vfp_muladds(vd, vn, vm, vd, fpstatus); | ||
61 | +} | ||
62 | + | ||
63 | +static bool trans_VFMS_fp_3s(DisasContext *s, arg_3same *a) | ||
64 | +{ | ||
65 | + if (!dc_isar_feature(aa32_simdfmac, s)) { | ||
66 | + return false; | ||
67 | + } | ||
68 | + | ||
69 | + if (a->size != 0) { | ||
70 | + /* TODO fp16 support */ | ||
71 | + return false; | ||
72 | + } | ||
73 | + | ||
74 | + return do_3same_fp(s, a, gen_VFMS_fp_3s, true); | ||
75 | +} | ||
76 | + | ||
77 | static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
78 | { | ||
79 | /* FP operations handled pairwise 32 bits at a time */ | ||
80 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
81 | index XXXXXXX..XXXXXXX 100644 | ||
82 | --- a/target/arm/translate.c | ||
83 | +++ b/target/arm/translate.c | ||
84 | @@ -XXX,XX +XXX,XX @@ static void gen_neon_narrow_op(int op, int u, int size, | ||
85 | } | 15 | } |
86 | } | 16 | } |
87 | 17 | ||
88 | -/* Symbolic constants for op fields for Neon 3-register same-length. | 18 | +static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
89 | - * The values correspond to bits [11:8,4]; see the ARM ARM DDI0406B | 19 | +{ |
90 | - * table A7-9. | 20 | + uint32_t oldcr = s->cr; |
91 | - */ | 21 | + |
92 | -#define NEON_3R_VHADD 0 | 22 | + s->cr = value & 0x03ffffff; |
93 | -#define NEON_3R_VQADD 1 | 23 | + |
94 | -#define NEON_3R_VRHADD 2 | 24 | + if (s->cr & CR_SWR) { |
95 | -#define NEON_3R_LOGIC 3 /* VAND,VBIC,VORR,VMOV,VORN,VEOR,VBIF,VBIT,VBSL */ | 25 | + /* handle the reset */ |
96 | -#define NEON_3R_VHSUB 4 | 26 | + imx_epit_reset(s, false); |
97 | -#define NEON_3R_VQSUB 5 | 27 | + } |
98 | -#define NEON_3R_VCGT 6 | 28 | + |
99 | -#define NEON_3R_VCGE 7 | 29 | + /* |
100 | -#define NEON_3R_VSHL 8 | 30 | + * The interrupt state can change due to: |
101 | -#define NEON_3R_VQSHL 9 | 31 | + * - reset clears both SR.OCIF and CR.OCIE |
102 | -#define NEON_3R_VRSHL 10 | 32 | + * - write to CR.EN or CR.OCIE |
103 | -#define NEON_3R_VQRSHL 11 | 33 | + */ |
104 | -#define NEON_3R_VMAX 12 | 34 | + imx_epit_update_int(s); |
105 | -#define NEON_3R_VMIN 13 | 35 | + |
106 | -#define NEON_3R_VABD 14 | 36 | + /* |
107 | -#define NEON_3R_VABA 15 | 37 | + * TODO: could we 'break' here for reset? following operations appear |
108 | -#define NEON_3R_VADD_VSUB 16 | 38 | + * to duplicate the work imx_epit_reset() already did. |
109 | -#define NEON_3R_VTST_VCEQ 17 | 39 | + */ |
110 | -#define NEON_3R_VML 18 /* VMLA, VMLS */ | 40 | + |
111 | -#define NEON_3R_VMUL 19 | 41 | + ptimer_transaction_begin(s->timer_cmp); |
112 | -#define NEON_3R_VPMAX 20 | 42 | + ptimer_transaction_begin(s->timer_reload); |
113 | -#define NEON_3R_VPMIN 21 | 43 | + |
114 | -#define NEON_3R_VQDMULH_VQRDMULH 22 | 44 | + /* Update the frequency. Has been done already in case of a reset. */ |
115 | -#define NEON_3R_VPADD_VQRDMLAH 23 | 45 | + if (!(s->cr & CR_SWR)) { |
116 | -#define NEON_3R_SHA 24 /* SHA1C,SHA1P,SHA1M,SHA1SU0,SHA256H{2},SHA256SU1 */ | 46 | + imx_epit_set_freq(s); |
117 | -#define NEON_3R_VFM_VQRDMLSH 25 /* VFMA, VFMS, VQRDMLSH */ | 47 | + } |
118 | -#define NEON_3R_FLOAT_ARITH 26 /* float VADD, VSUB, VPADD, VABD */ | 48 | + |
119 | -#define NEON_3R_FLOAT_MULTIPLY 27 /* float VMLA, VMLS, VMUL */ | 49 | + if (s->freq && (s->cr & CR_EN) && !(oldcr & CR_EN)) { |
120 | -#define NEON_3R_FLOAT_CMP 28 /* float VCEQ, VCGE, VCGT */ | 50 | + if (s->cr & CR_ENMOD) { |
121 | -#define NEON_3R_FLOAT_ACMP 29 /* float VACGE, VACGT, VACLE, VACLT */ | 51 | + if (s->cr & CR_RLD) { |
122 | -#define NEON_3R_FLOAT_MINMAX 30 /* float VMIN, VMAX */ | 52 | + ptimer_set_limit(s->timer_reload, s->lr, 1); |
123 | -#define NEON_3R_FLOAT_MISC 31 /* float VRECPS, VRSQRTS, VMAXNM/MINNM */ | 53 | + ptimer_set_limit(s->timer_cmp, s->lr, 1); |
124 | - | 54 | + } else { |
125 | -static const uint8_t neon_3r_sizes[] = { | 55 | + ptimer_set_limit(s->timer_reload, EPIT_TIMER_MAX, 1); |
126 | - [NEON_3R_VHADD] = 0x7, | 56 | + ptimer_set_limit(s->timer_cmp, EPIT_TIMER_MAX, 1); |
127 | - [NEON_3R_VQADD] = 0xf, | 57 | + } |
128 | - [NEON_3R_VRHADD] = 0x7, | 58 | + } |
129 | - [NEON_3R_LOGIC] = 0xf, /* size field encodes op type */ | 59 | + |
130 | - [NEON_3R_VHSUB] = 0x7, | 60 | + imx_epit_reload_compare_timer(s); |
131 | - [NEON_3R_VQSUB] = 0xf, | 61 | + ptimer_run(s->timer_reload, 0); |
132 | - [NEON_3R_VCGT] = 0x7, | 62 | + if (s->cr & CR_OCIEN) { |
133 | - [NEON_3R_VCGE] = 0x7, | 63 | + ptimer_run(s->timer_cmp, 0); |
134 | - [NEON_3R_VSHL] = 0xf, | 64 | + } else { |
135 | - [NEON_3R_VQSHL] = 0xf, | 65 | + ptimer_stop(s->timer_cmp); |
136 | - [NEON_3R_VRSHL] = 0xf, | 66 | + } |
137 | - [NEON_3R_VQRSHL] = 0xf, | 67 | + } else if (!(s->cr & CR_EN)) { |
138 | - [NEON_3R_VMAX] = 0x7, | 68 | + /* stop both timers */ |
139 | - [NEON_3R_VMIN] = 0x7, | 69 | + ptimer_stop(s->timer_reload); |
140 | - [NEON_3R_VABD] = 0x7, | 70 | + ptimer_stop(s->timer_cmp); |
141 | - [NEON_3R_VABA] = 0x7, | 71 | + } else if (s->cr & CR_OCIEN) { |
142 | - [NEON_3R_VADD_VSUB] = 0xf, | 72 | + if (!(oldcr & CR_OCIEN)) { |
143 | - [NEON_3R_VTST_VCEQ] = 0x7, | 73 | + imx_epit_reload_compare_timer(s); |
144 | - [NEON_3R_VML] = 0x7, | 74 | + ptimer_run(s->timer_cmp, 0); |
145 | - [NEON_3R_VMUL] = 0x7, | 75 | + } |
146 | - [NEON_3R_VPMAX] = 0x7, | 76 | + } else { |
147 | - [NEON_3R_VPMIN] = 0x7, | 77 | + ptimer_stop(s->timer_cmp); |
148 | - [NEON_3R_VQDMULH_VQRDMULH] = 0x6, | 78 | + } |
149 | - [NEON_3R_VPADD_VQRDMLAH] = 0x7, | 79 | + |
150 | - [NEON_3R_SHA] = 0xf, /* size field encodes op type */ | 80 | + ptimer_transaction_commit(s->timer_cmp); |
151 | - [NEON_3R_VFM_VQRDMLSH] = 0x7, /* For VFM, size bit 1 encodes op */ | 81 | + ptimer_transaction_commit(s->timer_reload); |
152 | - [NEON_3R_FLOAT_ARITH] = 0x5, /* size bit 1 encodes op */ | 82 | +} |
153 | - [NEON_3R_FLOAT_MULTIPLY] = 0x5, /* size bit 1 encodes op */ | 83 | + |
154 | - [NEON_3R_FLOAT_CMP] = 0x5, /* size bit 1 encodes op */ | 84 | +static void imx_epit_write_sr(IMXEPITState *s, uint32_t value) |
155 | - [NEON_3R_FLOAT_ACMP] = 0x5, /* size bit 1 encodes op */ | 85 | +{ |
156 | - [NEON_3R_FLOAT_MINMAX] = 0x5, /* size bit 1 encodes op */ | 86 | + /* writing 1 to SR.OCIF clears this bit and turns the interrupt off */ |
157 | - [NEON_3R_FLOAT_MISC] = 0x5, /* size bit 1 encodes op */ | 87 | + if (value & SR_OCIF) { |
158 | -}; | 88 | + s->sr = 0; /* SR.OCIF is the only bit in this register anyway */ |
159 | - | 89 | + imx_epit_update_int(s); |
160 | /* Symbolic constants for op fields for Neon 2-register miscellaneous. | 90 | + } |
161 | * The values correspond to bits [17:16,10:7]; see the ARM ARM DDI0406B | 91 | +} |
162 | * table A7-13. | 92 | + |
163 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 93 | +static void imx_epit_write_lr(IMXEPITState *s, uint32_t value) |
164 | rm_ofs = neon_reg_offset(rm, 0); | 94 | +{ |
165 | 95 | + s->lr = value; | |
166 | if ((insn & (1 << 23)) == 0) { | 96 | + |
167 | - /* Three register same length. */ | 97 | + ptimer_transaction_begin(s->timer_cmp); |
168 | - op = ((insn >> 7) & 0x1e) | ((insn >> 4) & 1); | 98 | + ptimer_transaction_begin(s->timer_reload); |
169 | - /* Catch invalid op and bad size combinations: UNDEF */ | 99 | + if (s->cr & CR_RLD) { |
170 | - if ((neon_3r_sizes[op] & (1 << size)) == 0) { | 100 | + /* Also set the limit if the LRD bit is set */ |
171 | - return 1; | 101 | + /* If IOVW bit is set then set the timer value */ |
172 | - } | 102 | + ptimer_set_limit(s->timer_reload, s->lr, s->cr & CR_IOVW); |
173 | - /* All insns of this form UNDEF for either this condition or the | 103 | + ptimer_set_limit(s->timer_cmp, s->lr, 0); |
174 | - * superset of cases "Q==1"; we catch the latter later. | 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 | ||
175 | - */ | 151 | - */ |
176 | - if (q && ((rd | rn | rm) & 1)) { | 152 | - imx_epit_update_int(s); |
177 | - return 1; | 153 | - |
178 | - } | 154 | - /* |
179 | - switch (op) { | 155 | - * TODO: could we 'break' here for reset? following operations appear |
180 | - case NEON_3R_VFM_VQRDMLSH: | 156 | - * to duplicate the work imx_epit_reset() already did. |
181 | - if (!u) { | 157 | - */ |
182 | - /* VFM, VFMS */ | 158 | - |
183 | - if (size == 1) { | 159 | - ptimer_transaction_begin(s->timer_cmp); |
184 | - return 1; | 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); | ||
185 | - } | 175 | - } |
186 | - break; | ||
187 | - } | 176 | - } |
188 | - /* VQRDMLSH : handled by decodetree */ | 177 | - |
189 | - return 1; | 178 | - imx_epit_reload_compare_timer(s); |
190 | - | 179 | - ptimer_run(s->timer_reload, 0); |
191 | - case NEON_3R_VADD_VSUB: | 180 | - if (s->cr & CR_OCIEN) { |
192 | - case NEON_3R_LOGIC: | 181 | - ptimer_run(s->timer_cmp, 0); |
193 | - case NEON_3R_VMAX: | 182 | - } else { |
194 | - case NEON_3R_VMIN: | 183 | - ptimer_stop(s->timer_cmp); |
195 | - case NEON_3R_VTST_VCEQ: | ||
196 | - case NEON_3R_VCGT: | ||
197 | - case NEON_3R_VCGE: | ||
198 | - case NEON_3R_VQADD: | ||
199 | - case NEON_3R_VQSUB: | ||
200 | - case NEON_3R_VMUL: | ||
201 | - case NEON_3R_VML: | ||
202 | - case NEON_3R_VSHL: | ||
203 | - case NEON_3R_SHA: | ||
204 | - case NEON_3R_VHADD: | ||
205 | - case NEON_3R_VRHADD: | ||
206 | - case NEON_3R_VHSUB: | ||
207 | - case NEON_3R_VABD: | ||
208 | - case NEON_3R_VABA: | ||
209 | - case NEON_3R_VQSHL: | ||
210 | - case NEON_3R_VRSHL: | ||
211 | - case NEON_3R_VQRSHL: | ||
212 | - case NEON_3R_VPMAX: | ||
213 | - case NEON_3R_VPMIN: | ||
214 | - case NEON_3R_VPADD_VQRDMLAH: | ||
215 | - case NEON_3R_VQDMULH_VQRDMULH: | ||
216 | - case NEON_3R_FLOAT_ARITH: | ||
217 | - case NEON_3R_FLOAT_MULTIPLY: | ||
218 | - case NEON_3R_FLOAT_CMP: | ||
219 | - case NEON_3R_FLOAT_ACMP: | ||
220 | - case NEON_3R_FLOAT_MINMAX: | ||
221 | - case NEON_3R_FLOAT_MISC: | ||
222 | - /* Already handled by decodetree */ | ||
223 | - return 1; | ||
224 | - } | ||
225 | - | ||
226 | - if (size == 3) { | ||
227 | - /* 64-bit element instructions: handled by decodetree */ | ||
228 | - return 1; | ||
229 | - } | ||
230 | - switch (op) { | ||
231 | - case NEON_3R_VFM_VQRDMLSH: | ||
232 | - if (!dc_isar_feature(aa32_simdfmac, s)) { | ||
233 | - return 1; | ||
234 | - } | 184 | - } |
235 | - break; | 185 | - } else if (!(s->cr & CR_EN)) { |
236 | - default: | 186 | - /* stop both timers */ |
237 | - break; | 187 | - ptimer_stop(s->timer_reload); |
238 | - } | 188 | - ptimer_stop(s->timer_cmp); |
239 | - | 189 | - } else if (s->cr & CR_OCIEN) { |
240 | - for (pass = 0; pass < (q ? 4 : 2); pass++) { | 190 | - if (!(oldcr & CR_OCIEN)) { |
241 | - | 191 | - imx_epit_reload_compare_timer(s); |
242 | - /* Elementwise. */ | 192 | - ptimer_run(s->timer_cmp, 0); |
243 | - tmp = neon_load_reg(rn, pass); | ||
244 | - tmp2 = neon_load_reg(rm, pass); | ||
245 | - switch (op) { | ||
246 | - case NEON_3R_VFM_VQRDMLSH: | ||
247 | - { | ||
248 | - /* VFMA, VFMS: fused multiply-add */ | ||
249 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
250 | - TCGv_i32 tmp3 = neon_load_reg(rd, pass); | ||
251 | - if (size) { | ||
252 | - /* VFMS */ | ||
253 | - gen_helper_vfp_negs(tmp, tmp); | ||
254 | - } | 193 | - } |
255 | - gen_helper_vfp_muladds(tmp, tmp, tmp2, tmp3, fpstatus); | 194 | - } else { |
256 | - tcg_temp_free_i32(tmp3); | 195 | - ptimer_stop(s->timer_cmp); |
257 | - tcg_temp_free_ptr(fpstatus); | 196 | - } |
258 | - break; | 197 | - |
259 | - } | 198 | - ptimer_transaction_commit(s->timer_cmp); |
260 | - default: | 199 | - ptimer_transaction_commit(s->timer_reload); |
261 | - abort(); | 200 | + imx_epit_write_cr(s, (uint32_t)value); |
262 | - } | 201 | break; |
263 | - tcg_temp_free_i32(tmp2); | 202 | |
264 | - | 203 | - case 1: /* SR - ACK*/ |
265 | - neon_store_reg(rd, pass, tmp); | 204 | - /* writing 1 to SR.OCIF clears this bit and turns the interrupt off */ |
266 | - | 205 | - if (value & SR_OCIF) { |
267 | - } /* for pass */ | 206 | - s->sr = 0; /* SR.OCIF is the only bit in this register anyway */ |
268 | - /* End of 3 register same size operations. */ | 207 | - imx_epit_update_int(s); |
269 | + /* Three register same length: handled by decodetree */ | 208 | - } |
270 | + return 1; | 209 | + case 1: /* SR */ |
271 | } else if (insn & (1 << 4)) { | 210 | + imx_epit_write_sr(s, (uint32_t)value); |
272 | if ((insn & 0x00380080) != 0) { | 211 | break; |
273 | /* Two registers and shift. */ | 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); | ||
274 | -- | 261 | -- |
275 | 2.20.1 | 262 | 2.25.1 |
276 | |||
277 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | This patch builds error_block_address and read_ack_register fields | 3 | The CNT register is a read-only register. There is no need to |
4 | in hardware errors table , the error_block_address points to Generic | 4 | store it's value, it can be calculated on demand. |
5 | Error Status Block(GESB) via bios_linker. The max size for one GESB | 5 | The calculated frequency is needed temporarily only. |
6 | is 1kb, For more detailed information, please refer to | ||
7 | document: docs/specs/acpi_hest_ghes.rst | ||
8 | 6 | ||
9 | Now we only support one Error source, if necessary, we can extend to | 7 | Note that this is a migration compatibility break for all boards |
10 | support more. | 8 | types that use the EPIT peripheral. |
11 | 9 | ||
12 | Suggested-by: Laszlo Ersek <lersek@redhat.com> | 10 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
13 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> | ||
15 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
16 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | ||
17 | Reviewed-by: Michael S. Tsirkin <mst@redhat.com> | ||
18 | Message-id: 20200512030609.19593-5-gengdongjiu@huawei.com | ||
19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
20 | --- | 13 | --- |
21 | default-configs/arm-softmmu.mak | 1 + | 14 | include/hw/timer/imx_epit.h | 2 - |
22 | include/hw/acpi/aml-build.h | 1 + | 15 | hw/timer/imx_epit.c | 73 ++++++++++++++----------------------- |
23 | include/hw/acpi/ghes.h | 28 +++++++++++ | 16 | 2 files changed, 28 insertions(+), 47 deletions(-) |
24 | hw/acpi/aml-build.c | 2 + | ||
25 | hw/acpi/ghes.c | 89 +++++++++++++++++++++++++++++++++ | ||
26 | hw/arm/virt-acpi-build.c | 5 ++ | ||
27 | hw/acpi/Kconfig | 4 ++ | ||
28 | hw/acpi/Makefile.objs | 1 + | ||
29 | 8 files changed, 131 insertions(+) | ||
30 | create mode 100644 include/hw/acpi/ghes.h | ||
31 | create mode 100644 hw/acpi/ghes.c | ||
32 | 17 | ||
33 | diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak | 18 | diff --git a/include/hw/timer/imx_epit.h b/include/hw/timer/imx_epit.h |
34 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
35 | --- a/default-configs/arm-softmmu.mak | 20 | --- a/include/hw/timer/imx_epit.h |
36 | +++ b/default-configs/arm-softmmu.mak | 21 | +++ b/include/hw/timer/imx_epit.h |
37 | @@ -XXX,XX +XXX,XX @@ CONFIG_FSL_IMX7=y | 22 | @@ -XXX,XX +XXX,XX @@ struct IMXEPITState { |
38 | CONFIG_FSL_IMX6UL=y | 23 | uint32_t sr; |
39 | CONFIG_SEMIHOSTING=y | 24 | uint32_t lr; |
40 | CONFIG_ALLWINNER_H3=y | 25 | uint32_t cmp; |
41 | +CONFIG_ACPI_APEI=y | 26 | - uint32_t cnt; |
42 | diff --git a/include/hw/acpi/aml-build.h b/include/hw/acpi/aml-build.h | 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 | ||
43 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
44 | --- a/include/hw/acpi/aml-build.h | 34 | --- a/hw/timer/imx_epit.c |
45 | +++ b/include/hw/acpi/aml-build.h | 35 | +++ b/hw/timer/imx_epit.c |
46 | @@ -XXX,XX +XXX,XX @@ struct AcpiBuildTables { | 36 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_update_int(IMXEPITState *s) |
47 | GArray *rsdp; | 37 | } |
48 | GArray *tcpalog; | ||
49 | GArray *vmgenid; | ||
50 | + GArray *hardware_errors; | ||
51 | BIOSLinker *linker; | ||
52 | } AcpiBuildTables; | ||
53 | |||
54 | diff --git a/include/hw/acpi/ghes.h b/include/hw/acpi/ghes.h | ||
55 | new file mode 100644 | ||
56 | index XXXXXXX..XXXXXXX | ||
57 | --- /dev/null | ||
58 | +++ b/include/hw/acpi/ghes.h | ||
59 | @@ -XXX,XX +XXX,XX @@ | ||
60 | +/* | ||
61 | + * Support for generating APEI tables and recording CPER for Guests | ||
62 | + * | ||
63 | + * Copyright (c) 2020 HUAWEI TECHNOLOGIES CO., LTD. | ||
64 | + * | ||
65 | + * Author: Dongjiu Geng <gengdongjiu@huawei.com> | ||
66 | + * | ||
67 | + * This program is free software; you can redistribute it and/or modify | ||
68 | + * it under the terms of the GNU General Public License as published by | ||
69 | + * the Free Software Foundation; either version 2 of the License, or | ||
70 | + * (at your option) any later version. | ||
71 | + | ||
72 | + * This program is distributed in the hope that it will be useful, | ||
73 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
74 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
75 | + * GNU General Public License for more details. | ||
76 | + | ||
77 | + * You should have received a copy of the GNU General Public License along | ||
78 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
79 | + */ | ||
80 | + | ||
81 | +#ifndef ACPI_GHES_H | ||
82 | +#define ACPI_GHES_H | ||
83 | + | ||
84 | +#include "hw/acpi/bios-linker-loader.h" | ||
85 | + | ||
86 | +void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker); | ||
87 | +#endif | ||
88 | diff --git a/hw/acpi/aml-build.c b/hw/acpi/aml-build.c | ||
89 | index XXXXXXX..XXXXXXX 100644 | ||
90 | --- a/hw/acpi/aml-build.c | ||
91 | +++ b/hw/acpi/aml-build.c | ||
92 | @@ -XXX,XX +XXX,XX @@ void acpi_build_tables_init(AcpiBuildTables *tables) | ||
93 | tables->table_data = g_array_new(false, true /* clear */, 1); | ||
94 | tables->tcpalog = g_array_new(false, true /* clear */, 1); | ||
95 | tables->vmgenid = g_array_new(false, true /* clear */, 1); | ||
96 | + tables->hardware_errors = g_array_new(false, true /* clear */, 1); | ||
97 | tables->linker = bios_linker_loader_init(); | ||
98 | } | 38 | } |
99 | 39 | ||
100 | @@ -XXX,XX +XXX,XX @@ void acpi_build_tables_cleanup(AcpiBuildTables *tables, bool mfre) | 40 | -/* |
101 | g_array_free(tables->table_data, true); | 41 | - * Must be called from within a ptimer_transaction_begin/commit block |
102 | g_array_free(tables->tcpalog, mfre); | 42 | - * for both s->timer_cmp and s->timer_reload. |
103 | g_array_free(tables->vmgenid, mfre); | 43 | - */ |
104 | + g_array_free(tables->hardware_errors, mfre); | 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; | ||
105 | } | 68 | } |
106 | 69 | ||
107 | /* | 70 | /* |
108 | diff --git a/hw/acpi/ghes.c b/hw/acpi/ghes.c | 71 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reset(IMXEPITState *s, bool is_hard_reset) |
109 | new file mode 100644 | 72 | s->sr = 0; |
110 | index XXXXXXX..XXXXXXX | 73 | s->lr = EPIT_TIMER_MAX; |
111 | --- /dev/null | 74 | s->cmp = 0; |
112 | +++ b/hw/acpi/ghes.c | 75 | - s->cnt = 0; |
113 | @@ -XXX,XX +XXX,XX @@ | 76 | ptimer_transaction_begin(s->timer_cmp); |
114 | +/* | 77 | ptimer_transaction_begin(s->timer_reload); |
115 | + * Support for generating APEI tables and recording CPER for Guests | 78 | - /* stop both timers */ |
116 | + * | ||
117 | + * Copyright (c) 2020 HUAWEI TECHNOLOGIES CO., LTD. | ||
118 | + * | ||
119 | + * Author: Dongjiu Geng <gengdongjiu@huawei.com> | ||
120 | + * | ||
121 | + * This program is free software; you can redistribute it and/or modify | ||
122 | + * it under the terms of the GNU General Public License as published by | ||
123 | + * the Free Software Foundation; either version 2 of the License, or | ||
124 | + * (at your option) any later version. | ||
125 | + | ||
126 | + * This program is distributed in the hope that it will be useful, | ||
127 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
128 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
129 | + * GNU General Public License for more details. | ||
130 | + | ||
131 | + * You should have received a copy of the GNU General Public License along | ||
132 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
133 | + */ | ||
134 | + | ||
135 | +#include "qemu/osdep.h" | ||
136 | +#include "qemu/units.h" | ||
137 | +#include "hw/acpi/ghes.h" | ||
138 | +#include "hw/acpi/aml-build.h" | ||
139 | + | ||
140 | +#define ACPI_GHES_ERRORS_FW_CFG_FILE "etc/hardware_errors" | ||
141 | +#define ACPI_GHES_DATA_ADDR_FW_CFG_FILE "etc/hardware_errors_addr" | ||
142 | + | ||
143 | +/* The max size in bytes for one error block */ | ||
144 | +#define ACPI_GHES_MAX_RAW_DATA_LENGTH (1 * KiB) | ||
145 | + | ||
146 | +/* Now only support ARMv8 SEA notification type error source */ | ||
147 | +#define ACPI_GHES_ERROR_SOURCE_COUNT 1 | ||
148 | + | ||
149 | +/* | ||
150 | + * Build table for the hardware error fw_cfg blob. | ||
151 | + * Initialize "etc/hardware_errors" and "etc/hardware_errors_addr" fw_cfg blobs. | ||
152 | + * See docs/specs/acpi_hest_ghes.rst for blobs format. | ||
153 | + */ | ||
154 | +void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker) | ||
155 | +{ | ||
156 | + int i, error_status_block_offset; | ||
157 | + | ||
158 | + /* Build error_block_address */ | ||
159 | + for (i = 0; i < ACPI_GHES_ERROR_SOURCE_COUNT; i++) { | ||
160 | + build_append_int_noprefix(hardware_errors, 0, sizeof(uint64_t)); | ||
161 | + } | ||
162 | + | ||
163 | + /* Build read_ack_register */ | ||
164 | + for (i = 0; i < ACPI_GHES_ERROR_SOURCE_COUNT; i++) { | ||
165 | + /* | ||
166 | + * Initialize the value of read_ack_register to 1, so GHES can be | ||
167 | + * writeable after (re)boot. | ||
168 | + * ACPI 6.2: 18.3.2.8 Generic Hardware Error Source version 2 | ||
169 | + * (GHESv2 - Type 10) | ||
170 | + */ | ||
171 | + build_append_int_noprefix(hardware_errors, 1, sizeof(uint64_t)); | ||
172 | + } | ||
173 | + | ||
174 | + /* Generic Error Status Block offset in the hardware error fw_cfg blob */ | ||
175 | + error_status_block_offset = hardware_errors->len; | ||
176 | + | ||
177 | + /* Reserve space for Error Status Data Block */ | ||
178 | + acpi_data_push(hardware_errors, | ||
179 | + ACPI_GHES_MAX_RAW_DATA_LENGTH * ACPI_GHES_ERROR_SOURCE_COUNT); | ||
180 | + | ||
181 | + /* Tell guest firmware to place hardware_errors blob into RAM */ | ||
182 | + bios_linker_loader_alloc(linker, ACPI_GHES_ERRORS_FW_CFG_FILE, | ||
183 | + hardware_errors, sizeof(uint64_t), false); | ||
184 | + | ||
185 | + for (i = 0; i < ACPI_GHES_ERROR_SOURCE_COUNT; i++) { | ||
186 | + /* | ||
187 | + * Tell firmware to patch error_block_address entries to point to | ||
188 | + * corresponding "Generic Error Status Block" | ||
189 | + */ | ||
190 | + bios_linker_loader_add_pointer(linker, | ||
191 | + ACPI_GHES_ERRORS_FW_CFG_FILE, sizeof(uint64_t) * i, | ||
192 | + sizeof(uint64_t), ACPI_GHES_ERRORS_FW_CFG_FILE, | ||
193 | + error_status_block_offset + i * ACPI_GHES_MAX_RAW_DATA_LENGTH); | ||
194 | + } | ||
195 | + | 79 | + |
196 | + /* | 80 | + /* |
197 | + * tell firmware to write hardware_errors GPA into | 81 | + * The reset switches off the input clock, so even if the CR.EN is still |
198 | + * hardware_errors_addr fw_cfg, once the former has been initialized. | 82 | + * set, the timers are no longer running. |
199 | + */ | 83 | + */ |
200 | + bios_linker_loader_write_pointer(linker, ACPI_GHES_DATA_ADDR_FW_CFG_FILE, | 84 | + assert(imx_epit_get_freq(s) == 0); |
201 | + 0, sizeof(uint64_t), ACPI_GHES_ERRORS_FW_CFG_FILE, 0); | 85 | ptimer_stop(s->timer_cmp); |
202 | +} | 86 | ptimer_stop(s->timer_reload); |
203 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c | 87 | - /* compute new frequency */ |
204 | index XXXXXXX..XXXXXXX 100644 | 88 | - imx_epit_set_freq(s); |
205 | --- a/hw/arm/virt-acpi-build.c | 89 | /* init both timers to EPIT_TIMER_MAX */ |
206 | +++ b/hw/arm/virt-acpi-build.c | 90 | ptimer_set_limit(s->timer_cmp, EPIT_TIMER_MAX, 1); |
207 | @@ -XXX,XX +XXX,XX @@ | 91 | ptimer_set_limit(s->timer_reload, EPIT_TIMER_MAX, 1); |
208 | #include "sysemu/reset.h" | 92 | - if (s->freq && (s->cr & CR_EN)) { |
209 | #include "kvm_arm.h" | 93 | - /* if the timer is still enabled, restart it */ |
210 | #include "migration/vmstate.h" | 94 | - ptimer_run(s->timer_reload, 0); |
211 | +#include "hw/acpi/ghes.h" | 95 | - } |
212 | 96 | ptimer_transaction_commit(s->timer_cmp); | |
213 | #define ARM_SPI_BASE 32 | 97 | ptimer_transaction_commit(s->timer_reload); |
214 | 98 | } | |
215 | @@ -XXX,XX +XXX,XX @@ void virt_acpi_build(VirtMachineState *vms, AcpiBuildTables *tables) | 99 | |
216 | acpi_add_table(table_offsets, tables_blob); | 100 | -static uint32_t imx_epit_update_count(IMXEPITState *s) |
217 | build_spcr(tables_blob, tables->linker, vms); | 101 | -{ |
218 | 102 | - s->cnt = ptimer_get_count(s->timer_reload); | |
219 | + if (vms->ras) { | 103 | - |
220 | + build_ghes_error_table(tables->hardware_errors, tables->linker); | 104 | - return s->cnt; |
221 | + } | 105 | -} |
222 | + | 106 | - |
223 | if (ms->numa_state->num_nodes > 0) { | 107 | static uint64_t imx_epit_read(void *opaque, hwaddr offset, unsigned size) |
224 | acpi_add_table(table_offsets, tables_blob); | 108 | { |
225 | build_srat(tables_blob, tables->linker, vms); | 109 | IMXEPITState *s = IMX_EPIT(opaque); |
226 | diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig | 110 | @@ -XXX,XX +XXX,XX @@ static uint64_t imx_epit_read(void *opaque, hwaddr offset, unsigned size) |
227 | index XXXXXXX..XXXXXXX 100644 | 111 | break; |
228 | --- a/hw/acpi/Kconfig | 112 | |
229 | +++ b/hw/acpi/Kconfig | 113 | case 4: /* CNT */ |
230 | @@ -XXX,XX +XXX,XX @@ config ACPI_HMAT | 114 | - imx_epit_update_count(s); |
231 | bool | 115 | - reg_value = s->cnt; |
232 | depends on ACPI | 116 | + reg_value = ptimer_get_count(s->timer_reload); |
233 | 117 | break; | |
234 | +config ACPI_APEI | 118 | |
235 | + bool | 119 | default: |
236 | + depends on ACPI | 120 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reload_compare_timer(IMXEPITState *s) |
237 | + | 121 | { |
238 | config ACPI_PCI | 122 | if ((s->cr & (CR_EN | CR_OCIEN)) == (CR_EN | CR_OCIEN)) { |
239 | bool | 123 | /* if the compare feature is on and timers are running */ |
240 | depends on ACPI && PCI | 124 | - uint32_t tmp = imx_epit_update_count(s); |
241 | diff --git a/hw/acpi/Makefile.objs b/hw/acpi/Makefile.objs | 125 | + uint32_t tmp = ptimer_get_count(s->timer_reload); |
242 | index XXXXXXX..XXXXXXX 100644 | 126 | uint64_t next; |
243 | --- a/hw/acpi/Makefile.objs | 127 | if (tmp > s->cmp) { |
244 | +++ b/hw/acpi/Makefile.objs | 128 | /* It'll fire in this round of the timer */ |
245 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o | 129 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_reload_compare_timer(IMXEPITState *s) |
246 | common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o | 130 | |
247 | common-obj-$(CONFIG_ACPI_HW_REDUCED) += generic_event_device.o | 131 | static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
248 | common-obj-$(CONFIG_ACPI_HMAT) += hmat.o | 132 | { |
249 | +common-obj-$(CONFIG_ACPI_APEI) += ghes.o | 133 | + uint32_t freq = 0; |
250 | common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o | 134 | uint32_t oldcr = s->cr; |
251 | common-obj-$(call lnot,$(CONFIG_PC)) += acpi-x86-stub.o | 135 | |
252 | 136 | s->cr = value & 0x03ffffff; | |
137 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) | ||
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() | ||
253 | -- | 178 | -- |
254 | 2.20.1 | 179 | 2.25.1 |
255 | |||
256 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Axel Heider <axel.heider@hensoldt.net> |
---|---|---|---|
2 | 2 | ||
3 | kvm_arch_on_sigbus_vcpu() error injection uses source_id as | 3 | - fix #1263 for CR writes |
4 | index in etc/hardware_errors to find out Error Status Data | 4 | - rework compare time handling |
5 | Block entry corresponding to error source. So supported source_id | 5 | - The compare timer has to run even if CR.OCIEN is not set, |
6 | values should be assigned here and not be changed afterwards to | 6 | as SR.OCIF must be updated. |
7 | make sure that guest will write error into expected Error Status | 7 | - The compare timer fires exactly once when the |
8 | Data Block. | 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. | ||
9 | 12 | ||
10 | Before QEMU writes a new error to ACPI table, it will check whether | 13 | Signed-off-by: Axel Heider <axel.heider@hensoldt.net> |
11 | previous error has been acknowledged. If not acknowledged, the new | 14 | [PMM: fixed minor style nits] |
12 | errors will be ignored and not be recorded. For the errors section | 15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | type, QEMU simulate it to memory section error. | ||
14 | |||
15 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | ||
16 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | ||
17 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
18 | Reviewed-by: Michael S. Tsirkin <mst@redhat.com> | ||
19 | Message-id: 20200512030609.19593-9-gengdongjiu@huawei.com | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
21 | --- | 17 | --- |
22 | include/hw/acpi/ghes.h | 1 + | 18 | hw/timer/imx_epit.c | 192 ++++++++++++++++++++++++++------------------ |
23 | hw/acpi/ghes.c | 219 +++++++++++++++++++++++++++++++++++++++++ | 19 | 1 file changed, 116 insertions(+), 76 deletions(-) |
24 | 2 files changed, 220 insertions(+) | ||
25 | 20 | ||
26 | diff --git a/include/hw/acpi/ghes.h b/include/hw/acpi/ghes.h | 21 | diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c |
27 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/include/hw/acpi/ghes.h | 23 | --- a/hw/timer/imx_epit.c |
29 | +++ b/include/hw/acpi/ghes.h | 24 | +++ b/hw/timer/imx_epit.c |
30 | @@ -XXX,XX +XXX,XX @@ void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker); | ||
31 | void acpi_build_hest(GArray *table_data, BIOSLinker *linker); | ||
32 | void acpi_ghes_add_fw_cfg(AcpiGhesState *vms, FWCfgState *s, | ||
33 | GArray *hardware_errors); | ||
34 | +int acpi_ghes_record_errors(uint8_t notify, uint64_t error_physical_addr); | ||
35 | #endif | ||
36 | diff --git a/hw/acpi/ghes.c b/hw/acpi/ghes.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/hw/acpi/ghes.c | ||
39 | +++ b/hw/acpi/ghes.c | ||
40 | @@ -XXX,XX +XXX,XX @@ | 25 | @@ -XXX,XX +XXX,XX @@ |
41 | #include "qemu/error-report.h" | 26 | * Originally written by Hans Jiang |
42 | #include "hw/acpi/generic_event_device.h" | 27 | * Updated by Peter Chubb |
43 | #include "hw/nvram/fw_cfg.h" | 28 | * Updated by Jean-Christophe Dubois <jcd@tribudubois.net> |
44 | +#include "qemu/uuid.h" | 29 | + * Updated by Axel Heider |
45 | 30 | * | |
46 | #define ACPI_GHES_ERRORS_FW_CFG_FILE "etc/hardware_errors" | 31 | * This code is licensed under GPL version 2 or later. See |
47 | #define ACPI_GHES_DATA_ADDR_FW_CFG_FILE "etc/hardware_errors_addr" | 32 | * the COPYING file in the top-level directory. |
48 | @@ -XXX,XX +XXX,XX @@ | 33 | @@ -XXX,XX +XXX,XX @@ static uint64_t imx_epit_read(void *opaque, hwaddr offset, unsigned size) |
49 | /* Address offset in Generic Address Structure(GAS) */ | 34 | return reg_value; |
50 | #define GAS_ADDR_OFFSET 4 | 35 | } |
51 | 36 | ||
37 | -/* Must be called from ptimer_transaction_begin/commit block for s->timer_cmp */ | ||
38 | -static void imx_epit_reload_compare_timer(IMXEPITState *s) | ||
52 | +/* | 39 | +/* |
53 | + * The total size of Generic Error Data Entry | 40 | + * Must be called from a ptimer_transaction_begin/commit block for |
54 | + * ACPI 6.1/6.2: 18.3.2.7.1 Generic Error Data, | 41 | + * s->timer_cmp, but outside of a transaction block of s->timer_reload, |
55 | + * Table 18-343 Generic Error Data Entry | 42 | + * so the proper counter value is read. |
56 | + */ | 43 | + */ |
57 | +#define ACPI_GHES_DATA_LENGTH 72 | 44 | +static void imx_epit_update_compare_timer(IMXEPITState *s) |
58 | + | 45 | { |
59 | +/* The memory section CPER size, UEFI 2.6: N.2.5 Memory Error Section */ | 46 | - if ((s->cr & (CR_EN | CR_OCIEN)) == (CR_EN | CR_OCIEN)) { |
60 | +#define ACPI_GHES_MEM_CPER_LENGTH 80 | 47 | - /* if the compare feature is on and timers are running */ |
61 | + | 48 | - uint32_t tmp = ptimer_get_count(s->timer_reload); |
62 | +/* Masks for block_status flags */ | 49 | - uint64_t next; |
63 | +#define ACPI_GEBS_UNCORRECTABLE 1 | 50 | - if (tmp > s->cmp) { |
64 | + | 51 | - /* It'll fire in this round of the timer */ |
65 | +/* | 52 | - next = tmp - s->cmp; |
66 | + * Total size for Generic Error Status Block except Generic Error Data Entries | 53 | - } else { /* catch it next time around */ |
67 | + * ACPI 6.2: 18.3.2.7.1 Generic Error Data, | 54 | - next = tmp - s->cmp + ((s->cr & CR_RLD) ? EPIT_TIMER_MAX : s->lr); |
68 | + * Table 18-380 Generic Error Status Block | 55 | + uint64_t counter = 0; |
69 | + */ | 56 | + bool is_oneshot = false; |
70 | +#define ACPI_GHES_GESB_SIZE 20 | ||
71 | + | ||
72 | +/* | ||
73 | + * Values for error_severity field | ||
74 | + */ | ||
75 | +enum AcpiGenericErrorSeverity { | ||
76 | + ACPI_CPER_SEV_RECOVERABLE = 0, | ||
77 | + ACPI_CPER_SEV_FATAL = 1, | ||
78 | + ACPI_CPER_SEV_CORRECTED = 2, | ||
79 | + ACPI_CPER_SEV_NONE = 3, | ||
80 | +}; | ||
81 | + | ||
82 | /* | ||
83 | * Hardware Error Notification | ||
84 | * ACPI 4.0: 17.3.2.7 Hardware Error Notification | ||
85 | @@ -XXX,XX +XXX,XX @@ static void build_ghes_hw_error_notification(GArray *table, const uint8_t type) | ||
86 | build_append_int_noprefix(table, 0, 4); | ||
87 | } | ||
88 | |||
89 | +/* | ||
90 | + * Generic Error Data Entry | ||
91 | + * ACPI 6.1: 18.3.2.7.1 Generic Error Data | ||
92 | + */ | ||
93 | +static void acpi_ghes_generic_error_data(GArray *table, | ||
94 | + const uint8_t *section_type, uint32_t error_severity, | ||
95 | + uint8_t validation_bits, uint8_t flags, | ||
96 | + uint32_t error_data_length, QemuUUID fru_id, | ||
97 | + uint64_t time_stamp) | ||
98 | +{ | ||
99 | + const uint8_t fru_text[20] = {0}; | ||
100 | + | ||
101 | + /* Section Type */ | ||
102 | + g_array_append_vals(table, section_type, 16); | ||
103 | + | ||
104 | + /* Error Severity */ | ||
105 | + build_append_int_noprefix(table, error_severity, 4); | ||
106 | + /* Revision */ | ||
107 | + build_append_int_noprefix(table, 0x300, 2); | ||
108 | + /* Validation Bits */ | ||
109 | + build_append_int_noprefix(table, validation_bits, 1); | ||
110 | + /* Flags */ | ||
111 | + build_append_int_noprefix(table, flags, 1); | ||
112 | + /* Error Data Length */ | ||
113 | + build_append_int_noprefix(table, error_data_length, 4); | ||
114 | + | ||
115 | + /* FRU Id */ | ||
116 | + g_array_append_vals(table, fru_id.data, ARRAY_SIZE(fru_id.data)); | ||
117 | + | ||
118 | + /* FRU Text */ | ||
119 | + g_array_append_vals(table, fru_text, sizeof(fru_text)); | ||
120 | + | ||
121 | + /* Timestamp */ | ||
122 | + build_append_int_noprefix(table, time_stamp, 8); | ||
123 | +} | ||
124 | + | ||
125 | +/* | ||
126 | + * Generic Error Status Block | ||
127 | + * ACPI 6.1: 18.3.2.7.1 Generic Error Data | ||
128 | + */ | ||
129 | +static void acpi_ghes_generic_error_status(GArray *table, uint32_t block_status, | ||
130 | + uint32_t raw_data_offset, uint32_t raw_data_length, | ||
131 | + uint32_t data_length, uint32_t error_severity) | ||
132 | +{ | ||
133 | + /* Block Status */ | ||
134 | + build_append_int_noprefix(table, block_status, 4); | ||
135 | + /* Raw Data Offset */ | ||
136 | + build_append_int_noprefix(table, raw_data_offset, 4); | ||
137 | + /* Raw Data Length */ | ||
138 | + build_append_int_noprefix(table, raw_data_length, 4); | ||
139 | + /* Data Length */ | ||
140 | + build_append_int_noprefix(table, data_length, 4); | ||
141 | + /* Error Severity */ | ||
142 | + build_append_int_noprefix(table, error_severity, 4); | ||
143 | +} | ||
144 | + | ||
145 | +/* UEFI 2.6: N.2.5 Memory Error Section */ | ||
146 | +static void acpi_ghes_build_append_mem_cper(GArray *table, | ||
147 | + uint64_t error_physical_addr) | ||
148 | +{ | ||
149 | + /* | 57 | + /* |
150 | + * Memory Error Record | 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. | ||
151 | + */ | 60 | + */ |
152 | + | 61 | + bool is_active = (s->cr & CR_EN) && imx_epit_get_freq(s); |
153 | + /* Validation Bits */ | 62 | + if (is_active) { |
154 | + build_append_int_noprefix(table, | 63 | + /* |
155 | + (1ULL << 14) | /* Type Valid */ | 64 | + * Calculate next timeout for compare timer. Reading the reload |
156 | + (1ULL << 1) /* Physical Address Valid */, | 65 | + * counter returns proper results only if pending transactions |
157 | + 8); | 66 | + * on it are committed here. Otherwise stale values are be read. |
158 | + /* Error Status */ | 67 | + */ |
159 | + build_append_int_noprefix(table, 0, 8); | 68 | + counter = ptimer_get_count(s->timer_reload); |
160 | + /* Physical Address */ | 69 | + uint64_t limit = ptimer_get_limit(s->timer_cmp); |
161 | + build_append_int_noprefix(table, error_physical_addr, 8); | 70 | + /* |
162 | + /* Skip all the detailed information normally found in such a record */ | 71 | + * The compare timer is a periodic timer if the limit is at least |
163 | + build_append_int_noprefix(table, 0, 48); | 72 | + * the compare value. Otherwise it may fire at most once in the |
164 | + /* Memory Error Type */ | 73 | + * current round. |
165 | + build_append_int_noprefix(table, 0 /* Unknown error */, 1); | 74 | + */ |
166 | + /* Skip all the detailed information normally found in such a record */ | 75 | + bool is_oneshot = (limit >= s->cmp); |
167 | + build_append_int_noprefix(table, 0, 7); | 76 | + if (counter >= s->cmp) { |
168 | +} | 77 | + /* The compare timer fires in the current round. */ |
169 | + | 78 | + counter -= s->cmp; |
170 | +static int acpi_ghes_record_mem_error(uint64_t error_block_address, | 79 | + } else if (!is_oneshot) { |
171 | + uint64_t error_physical_addr) | 80 | + /* |
172 | +{ | 81 | + * The compare timer fires after a reload, as it is below the |
173 | + GArray *block; | 82 | + * compare value already in this round. Note that the counter |
174 | + | 83 | + * value calculated below can be above the 32-bit limit, which |
175 | + /* Memory Error Section Type */ | 84 | + * is legal here because the compare timer is an internal |
176 | + const uint8_t uefi_cper_mem_sec[] = | 85 | + * helper ptimer only. |
177 | + UUID_LE(0xA5BC1114, 0x6F64, 0x4EDE, 0xB8, 0x63, 0x3E, 0x83, \ | 86 | + */ |
178 | + 0xED, 0x7C, 0x83, 0xB1); | 87 | + counter += limit - s->cmp; |
179 | + | 88 | + } else { |
180 | + /* invalid fru id: ACPI 4.0: 17.3.2.6.1 Generic Error Data, | 89 | + /* |
181 | + * Table 17-13 Generic Error Data Entry | 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. | ||
182 | + */ | 108 | + */ |
183 | + QemuUUID fru_id = {}; | 109 | + if (is_active) { |
184 | + uint32_t data_length; | 110 | + ptimer_set_count(s->timer_cmp, counter); |
185 | + | 111 | + ptimer_run(s->timer_cmp, is_oneshot ? 1 : 0); |
186 | + block = g_array_new(false, true /* clear */, 1); | 112 | + } else { |
187 | + | 113 | + ptimer_stop(s->timer_cmp); |
188 | + /* This is the length if adding a new generic error data entry*/ | ||
189 | + data_length = ACPI_GHES_DATA_LENGTH + ACPI_GHES_MEM_CPER_LENGTH; | ||
190 | + | ||
191 | + /* | ||
192 | + * Check whether it will run out of the preallocated memory if adding a new | ||
193 | + * generic error data entry | ||
194 | + */ | ||
195 | + if ((data_length + ACPI_GHES_GESB_SIZE) > ACPI_GHES_MAX_RAW_DATA_LENGTH) { | ||
196 | + error_report("Not enough memory to record new CPER!!!"); | ||
197 | + g_array_free(block, true); | ||
198 | + return -1; | ||
199 | + } | 114 | + } |
200 | + | 115 | + |
201 | + /* Build the new generic error status block header */ | 116 | } |
202 | + acpi_ghes_generic_error_status(block, ACPI_GEBS_UNCORRECTABLE, | 117 | |
203 | + 0, 0, data_length, ACPI_CPER_SEV_RECOVERABLE); | 118 | static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
204 | + | 119 | { |
205 | + /* Build this new generic error data entry header */ | 120 | - uint32_t freq = 0; |
206 | + acpi_ghes_generic_error_data(block, uefi_cper_mem_sec, | 121 | uint32_t oldcr = s->cr; |
207 | + ACPI_CPER_SEV_RECOVERABLE, 0, 0, | 122 | |
208 | + ACPI_GHES_MEM_CPER_LENGTH, fru_id, 0); | 123 | s->cr = value & 0x03ffffff; |
209 | + | 124 | |
210 | + /* Build the memory section CPER for above new generic error data entry */ | 125 | if (s->cr & CR_SWR) { |
211 | + acpi_ghes_build_append_mem_cper(block, error_physical_addr); | 126 | - /* handle the reset */ |
212 | + | 127 | + /* |
213 | + /* Write the generic error data entry into guest memory */ | 128 | + * Reset clears CR.SWR again. It does not touch CR.EN, but the timers |
214 | + cpu_physical_memory_write(error_block_address, block->data, block->len); | 129 | + * are still stopped because the input clock is disabled. |
215 | + | 130 | + */ |
216 | + g_array_free(block, true); | 131 | imx_epit_reset(s, false); |
217 | + | 132 | + } else { |
218 | + return 0; | 133 | + uint32_t freq; |
219 | +} | 134 | + uint32_t toggled_cr_bits = oldcr ^ s->cr; |
220 | + | 135 | + /* re-initialize the limits if CR.RLD has changed */ |
221 | /* | 136 | + bool set_limit = toggled_cr_bits & CR_RLD; |
222 | * Build table for the hardware error fw_cfg blob. | 137 | + /* set the counter if the timer got just enabled and CR.ENMOD is set */ |
223 | * Initialize "etc/hardware_errors" and "etc/hardware_errors_addr" fw_cfg blobs. | 138 | + bool is_switched_on = (toggled_cr_bits & s->cr) & CR_EN; |
224 | @@ -XXX,XX +XXX,XX @@ void acpi_ghes_add_fw_cfg(AcpiGhesState *ags, FWCfgState *s, | 139 | + bool set_counter = is_switched_on && (s->cr & CR_ENMOD); |
225 | fw_cfg_add_file_callback(s, ACPI_GHES_DATA_ADDR_FW_CFG_FILE, NULL, NULL, | 140 | + |
226 | NULL, &(ags->ghes_addr_le), sizeof(ags->ghes_addr_le), false); | 141 | + ptimer_transaction_begin(s->timer_cmp); |
227 | } | 142 | + ptimer_transaction_begin(s->timer_reload); |
228 | + | 143 | + freq = imx_epit_get_freq(s); |
229 | +int acpi_ghes_record_errors(uint8_t source_id, uint64_t physical_address) | 144 | + if (freq) { |
230 | +{ | 145 | + ptimer_set_freq(s->timer_reload, freq); |
231 | + uint64_t error_block_addr, read_ack_register_addr, read_ack_register = 0; | 146 | + ptimer_set_freq(s->timer_cmp, freq); |
232 | + uint64_t start_addr; | ||
233 | + bool ret = -1; | ||
234 | + AcpiGedState *acpi_ged_state; | ||
235 | + AcpiGhesState *ags; | ||
236 | + | ||
237 | + assert(source_id < ACPI_HEST_SRC_ID_RESERVED); | ||
238 | + | ||
239 | + acpi_ged_state = ACPI_GED(object_resolve_path_type("", TYPE_ACPI_GED, | ||
240 | + NULL)); | ||
241 | + g_assert(acpi_ged_state); | ||
242 | + ags = &acpi_ged_state->ghes_state; | ||
243 | + | ||
244 | + start_addr = le64_to_cpu(ags->ghes_addr_le); | ||
245 | + | ||
246 | + if (physical_address) { | ||
247 | + | ||
248 | + if (source_id < ACPI_HEST_SRC_ID_RESERVED) { | ||
249 | + start_addr += source_id * sizeof(uint64_t); | ||
250 | + } | 147 | + } |
251 | + | 148 | + |
252 | + cpu_physical_memory_read(start_addr, &error_block_addr, | 149 | + if (set_limit || set_counter) { |
253 | + sizeof(error_block_addr)); | 150 | + uint64_t limit = (s->cr & CR_RLD) ? s->lr : EPIT_TIMER_MAX; |
254 | + | 151 | + ptimer_set_limit(s->timer_reload, limit, set_counter ? 1 : 0); |
255 | + error_block_addr = le64_to_cpu(error_block_addr); | 152 | + if (set_limit) { |
256 | + | 153 | + ptimer_set_limit(s->timer_cmp, limit, 0); |
257 | + read_ack_register_addr = start_addr + | 154 | + } |
258 | + ACPI_GHES_ERROR_SOURCE_COUNT * sizeof(uint64_t); | 155 | + } |
259 | + | 156 | + /* |
260 | + cpu_physical_memory_read(read_ack_register_addr, | 157 | + * If there is an input clock and the peripheral is enabled, then |
261 | + &read_ack_register, sizeof(read_ack_register)); | 158 | + * ensure the wall clock timer is ticking. Otherwise stop the timers. |
262 | + | 159 | + * The compare timer will be updated later. |
263 | + /* zero means OSPM does not acknowledge the error */ | 160 | + */ |
264 | + if (!read_ack_register) { | 161 | + if (freq && (s->cr & CR_EN)) { |
265 | + error_report("OSPM does not acknowledge previous error," | 162 | + ptimer_run(s->timer_reload, 0); |
266 | + " so can not record CPER for current error anymore"); | 163 | + } else { |
267 | + } else if (error_block_addr) { | 164 | + ptimer_stop(s->timer_reload); |
268 | + read_ack_register = cpu_to_le64(0); | 165 | + } |
269 | + /* | 166 | + /* Commit changes to reload timer, so they can propagate. */ |
270 | + * Clear the Read Ack Register, OSPM will write it to 1 when | 167 | + ptimer_transaction_commit(s->timer_reload); |
271 | + * it acknowledges this error. | 168 | + /* Update compare timer based on the committed reload timer value. */ |
272 | + */ | 169 | + imx_epit_update_compare_timer(s); |
273 | + cpu_physical_memory_write(read_ack_register_addr, | 170 | + ptimer_transaction_commit(s->timer_cmp); |
274 | + &read_ack_register, sizeof(uint64_t)); | 171 | } |
275 | + | 172 | |
276 | + ret = acpi_ghes_record_mem_error(error_block_addr, | 173 | /* |
277 | + physical_address); | 174 | @@ -XXX,XX +XXX,XX @@ static void imx_epit_write_cr(IMXEPITState *s, uint32_t value) |
278 | + } else | 175 | * - write to CR.EN or CR.OCIE |
279 | + error_report("can not find Generic Error Status Block"); | 176 | */ |
280 | + } | 177 | imx_epit_update_int(s); |
281 | + | 178 | - |
282 | + return ret; | 179 | - /* |
283 | +} | 180 | - * TODO: could we 'break' here for reset? following operations appear |
181 | - * to duplicate the work imx_epit_reset() already did. | ||
182 | - */ | ||
183 | - | ||
184 | - ptimer_transaction_begin(s->timer_cmp); | ||
185 | - ptimer_transaction_begin(s->timer_reload); | ||
186 | - | ||
187 | - /* | ||
188 | - * Update the frequency. In case of a reset the input clock was | ||
189 | - * switched off, so this can be skipped. | ||
190 | - */ | ||
191 | - if (!(s->cr & CR_SWR)) { | ||
192 | - freq = imx_epit_get_freq(s); | ||
193 | - if (freq) { | ||
194 | - ptimer_set_freq(s->timer_reload, freq); | ||
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; | ||
284 | -- | 274 | -- |
285 | 2.20.1 | 275 | 2.25.1 |
286 | |||
287 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | Create vectorized versions of handle_shri_with_rndacc | 3 | Fix these: |
4 | for shift+round and shift+round+accumulate. Add out-of-line | ||
5 | helpers in preparation for longer vector lengths from SVE. | ||
6 | 4 | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 5 | WARNING: Block comments use a leading /* on a separate line |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | WARNING: Block comments use * on subsequent lines |
9 | Message-id: 20200513163245.17915-3-richard.henderson@linaro.org | 7 | WARNING: Block comments use a trailing */ on a separate line |
8 | |||
9 | Signed-off-by: Fabiano Rosas <farosas@suse.de> | ||
10 | Reviewed-by: Claudio Fontana <cfontana@suse.de> | ||
11 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||
12 | Message-id: 20221213190537.511-2-farosas@suse.de | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 14 | --- |
12 | target/arm/helper.h | 20 ++ | 15 | target/arm/helper.c | 323 +++++++++++++++++++++++++++++--------------- |
13 | target/arm/translate.h | 9 + | 16 | 1 file changed, 215 insertions(+), 108 deletions(-) |
14 | target/arm/translate-a64.c | 11 +- | ||
15 | target/arm/translate.c | 463 +++++++++++++++++++++++++++++++++++-- | ||
16 | target/arm/vec_helper.c | 50 ++++ | ||
17 | 5 files changed, 527 insertions(+), 26 deletions(-) | ||
18 | 17 | ||
19 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 18 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
20 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/target/arm/helper.h | 20 | --- a/target/arm/helper.c |
22 | +++ b/target/arm/helper.h | 21 | +++ b/target/arm/helper.c |
23 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_3(gvec_usra_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 22 | @@ -XXX,XX +XXX,XX @@ uint64_t read_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri) |
24 | DEF_HELPER_FLAGS_3(gvec_usra_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 23 | static void write_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri, |
25 | DEF_HELPER_FLAGS_3(gvec_usra_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 24 | uint64_t v) |
26 | 25 | { | |
27 | +DEF_HELPER_FLAGS_3(gvec_srshr_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 26 | - /* Raw write of a coprocessor register (as needed for migration, etc). |
28 | +DEF_HELPER_FLAGS_3(gvec_srshr_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 27 | + /* |
29 | +DEF_HELPER_FLAGS_3(gvec_srshr_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 28 | + * Raw write of a coprocessor register (as needed for migration, etc). |
30 | +DEF_HELPER_FLAGS_3(gvec_srshr_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 29 | * Note that constant registers are treated as write-ignored; the |
31 | + | 30 | * caller should check for success by whether a readback gives the |
32 | +DEF_HELPER_FLAGS_3(gvec_urshr_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 31 | * value written. |
33 | +DEF_HELPER_FLAGS_3(gvec_urshr_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 32 | @@ -XXX,XX +XXX,XX @@ static void write_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri, |
34 | +DEF_HELPER_FLAGS_3(gvec_urshr_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 33 | |
35 | +DEF_HELPER_FLAGS_3(gvec_urshr_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 34 | static bool raw_accessors_invalid(const ARMCPRegInfo *ri) |
36 | + | 35 | { |
37 | +DEF_HELPER_FLAGS_3(gvec_srsra_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 36 | - /* Return true if the regdef would cause an assertion if you called |
38 | +DEF_HELPER_FLAGS_3(gvec_srsra_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 37 | + /* |
39 | +DEF_HELPER_FLAGS_3(gvec_srsra_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 38 | + * Return true if the regdef would cause an assertion if you called |
40 | +DEF_HELPER_FLAGS_3(gvec_srsra_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 39 | * read_raw_cp_reg() or write_raw_cp_reg() on it (ie if it is a |
41 | + | 40 | * program bug for it not to have the NO_RAW flag). |
42 | +DEF_HELPER_FLAGS_3(gvec_ursra_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 41 | * NB that returning false here doesn't necessarily mean that calling |
43 | +DEF_HELPER_FLAGS_3(gvec_ursra_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 42 | @@ -XXX,XX +XXX,XX @@ bool write_list_to_cpustate(ARMCPU *cpu) |
44 | +DEF_HELPER_FLAGS_3(gvec_ursra_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 43 | if (ri->type & ARM_CP_NO_RAW) { |
45 | +DEF_HELPER_FLAGS_3(gvec_ursra_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 44 | continue; |
46 | + | 45 | } |
47 | #ifdef TARGET_AARCH64 | 46 | - /* Write value and confirm it reads back as written |
48 | #include "helper-a64.h" | 47 | + /* |
49 | #include "helper-sve.h" | 48 | + * Write value and confirm it reads back as written |
50 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 49 | * (to catch read-only registers and partially read-only |
51 | index XXXXXXX..XXXXXXX 100644 | 50 | * registers where the incoming migration value doesn't match) |
52 | --- a/target/arm/translate.h | 51 | */ |
53 | +++ b/target/arm/translate.h | 52 | @@ -XXX,XX +XXX,XX @@ static gint cpreg_key_compare(gconstpointer a, gconstpointer b) |
54 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_ssra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 53 | |
55 | void gen_gvec_usra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 54 | void init_cpreg_list(ARMCPU *cpu) |
56 | int64_t shift, uint32_t opr_sz, uint32_t max_sz); | 55 | { |
57 | 56 | - /* Initialise the cpreg_tuples[] array based on the cp_regs hash. | |
58 | +void gen_gvec_srshr(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 57 | + /* |
59 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | 58 | + * Initialise the cpreg_tuples[] array based on the cp_regs hash. |
60 | +void gen_gvec_urshr(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 59 | * Note that we require cpreg_tuples[] to be sorted by key ID. |
61 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | 60 | */ |
62 | +void gen_gvec_srsra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 61 | GList *keys; |
63 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | 62 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_el3_aa32ns(CPUARMState *env, |
64 | +void gen_gvec_ursra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 63 | return CP_ACCESS_OK; |
65 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | 64 | } |
66 | + | 65 | |
67 | /* | 66 | -/* Some secure-only AArch32 registers trap to EL3 if used from |
68 | * Forward to the isar_feature_* tests given a DisasContext pointer. | 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. | ||
69 | */ | 80 | */ |
70 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 81 | static CPAccessResult access_tpm(CPUARMState *env, const ARMCPRegInfo *ri, |
71 | index XXXXXXX..XXXXXXX 100644 | 82 | @@ -XXX,XX +XXX,XX @@ static void fcse_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) |
72 | --- a/target/arm/translate-a64.c | 83 | ARMCPU *cpu = env_archcpu(env); |
73 | +++ b/target/arm/translate-a64.c | 84 | |
74 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shri(DisasContext *s, bool is_q, bool is_u, | 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 | */ | ||
75 | return; | 635 | return; |
76 | 636 | @@ -XXX,XX +XXX,XX @@ static void mdcr_el2_write(CPUARMState *env, const ARMCPRegInfo *ri, | |
77 | case 0x04: /* SRSHR / URSHR (rounding) */ | 637 | } |
78 | - break; | 638 | |
79 | + gen_gvec_fn2i(s, is_q, rd, rn, shift, | 639 | static const ARMCPRegInfo v8_cp_reginfo[] = { |
80 | + is_u ? gen_gvec_urshr : gen_gvec_srshr, size); | 640 | - /* Minimal set of EL0-visible registers. This will need to be expanded |
81 | + return; | 641 | + /* |
82 | + | 642 | + * Minimal set of EL0-visible registers. This will need to be expanded |
83 | case 0x06: /* SRSRA / URSRA (accum + rounding) */ | 643 | * significantly for system emulation of AArch64 CPUs. |
84 | - accumulate = true; | 644 | */ |
85 | - break; | 645 | { .name = "NZCV", .state = ARM_CP_STATE_AA64, |
86 | + gen_gvec_fn2i(s, is_q, rd, rn, shift, | 646 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { |
87 | + is_u ? gen_gvec_ursra : gen_gvec_srsra, size); | 647 | .opc0 = 3, .opc1 = 0, .crn = 4, .crm = 0, .opc2 = 0, |
88 | + return; | 648 | .access = PL1_RW, |
89 | + | 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, | ||
90 | default: | 805 | default: |
91 | g_assert_not_reached(); | 806 | g_assert_not_reached(); |
92 | } | 807 | } |
93 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 808 | - /* The AArch64 pseudocode CheckSystemAccess() specifies that op1 |
94 | index XXXXXXX..XXXXXXX 100644 | 809 | + /* |
95 | --- a/target/arm/translate.c | 810 | + * The AArch64 pseudocode CheckSystemAccess() specifies that op1 |
96 | +++ b/target/arm/translate.c | 811 | * encodes a minimum access level for the register. We roll this |
97 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_usra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 812 | * runtime check into our general permission check code, so check |
98 | } | 813 | * here that the reginfo's specified permissions are strict enough |
99 | } | 814 | @@ -XXX,XX +XXX,XX @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, |
100 | 815 | assert((r->access & ~mask) == 0); | |
101 | +/* | 816 | } |
102 | + * Shift one less than the requested amount, and the low bit is | 817 | |
103 | + * the rounding bit. For the 8 and 16-bit operations, because we | 818 | - /* Check that the register definition has enough info to handle |
104 | + * mask the low bit, we can perform a normal integer shift instead | 819 | + /* |
105 | + * of a vector shift. | 820 | + * Check that the register definition has enough info to handle |
106 | + */ | 821 | * reads and writes if they are permitted. |
107 | +static void gen_srshr8_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | 822 | */ |
108 | +{ | 823 | if (!(r->type & (ARM_CP_SPECIAL_MASK | ARM_CP_CONST))) { |
109 | + TCGv_i64 t = tcg_temp_new_i64(); | 824 | @@ -XXX,XX +XXX,XX @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, |
110 | + | 825 | continue; |
111 | + tcg_gen_shri_i64(t, a, sh - 1); | ||
112 | + tcg_gen_andi_i64(t, t, dup_const(MO_8, 1)); | ||
113 | + tcg_gen_vec_sar8i_i64(d, a, sh); | ||
114 | + tcg_gen_vec_add8_i64(d, d, t); | ||
115 | + tcg_temp_free_i64(t); | ||
116 | +} | ||
117 | + | ||
118 | +static void gen_srshr16_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
119 | +{ | ||
120 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
121 | + | ||
122 | + tcg_gen_shri_i64(t, a, sh - 1); | ||
123 | + tcg_gen_andi_i64(t, t, dup_const(MO_16, 1)); | ||
124 | + tcg_gen_vec_sar16i_i64(d, a, sh); | ||
125 | + tcg_gen_vec_add16_i64(d, d, t); | ||
126 | + tcg_temp_free_i64(t); | ||
127 | +} | ||
128 | + | ||
129 | +static void gen_srshr32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh) | ||
130 | +{ | ||
131 | + TCGv_i32 t = tcg_temp_new_i32(); | ||
132 | + | ||
133 | + tcg_gen_extract_i32(t, a, sh - 1, 1); | ||
134 | + tcg_gen_sari_i32(d, a, sh); | ||
135 | + tcg_gen_add_i32(d, d, t); | ||
136 | + tcg_temp_free_i32(t); | ||
137 | +} | ||
138 | + | ||
139 | +static void gen_srshr64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
140 | +{ | ||
141 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
142 | + | ||
143 | + tcg_gen_extract_i64(t, a, sh - 1, 1); | ||
144 | + tcg_gen_sari_i64(d, a, sh); | ||
145 | + tcg_gen_add_i64(d, d, t); | ||
146 | + tcg_temp_free_i64(t); | ||
147 | +} | ||
148 | + | ||
149 | +static void gen_srshr_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) | ||
150 | +{ | ||
151 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
152 | + TCGv_vec ones = tcg_temp_new_vec_matching(d); | ||
153 | + | ||
154 | + tcg_gen_shri_vec(vece, t, a, sh - 1); | ||
155 | + tcg_gen_dupi_vec(vece, ones, 1); | ||
156 | + tcg_gen_and_vec(vece, t, t, ones); | ||
157 | + tcg_gen_sari_vec(vece, d, a, sh); | ||
158 | + tcg_gen_add_vec(vece, d, d, t); | ||
159 | + | ||
160 | + tcg_temp_free_vec(t); | ||
161 | + tcg_temp_free_vec(ones); | ||
162 | +} | ||
163 | + | ||
164 | +void gen_gvec_srshr(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
165 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | ||
166 | +{ | ||
167 | + static const TCGOpcode vecop_list[] = { | ||
168 | + INDEX_op_shri_vec, INDEX_op_sari_vec, INDEX_op_add_vec, 0 | ||
169 | + }; | ||
170 | + static const GVecGen2i ops[4] = { | ||
171 | + { .fni8 = gen_srshr8_i64, | ||
172 | + .fniv = gen_srshr_vec, | ||
173 | + .fno = gen_helper_gvec_srshr_b, | ||
174 | + .opt_opc = vecop_list, | ||
175 | + .vece = MO_8 }, | ||
176 | + { .fni8 = gen_srshr16_i64, | ||
177 | + .fniv = gen_srshr_vec, | ||
178 | + .fno = gen_helper_gvec_srshr_h, | ||
179 | + .opt_opc = vecop_list, | ||
180 | + .vece = MO_16 }, | ||
181 | + { .fni4 = gen_srshr32_i32, | ||
182 | + .fniv = gen_srshr_vec, | ||
183 | + .fno = gen_helper_gvec_srshr_s, | ||
184 | + .opt_opc = vecop_list, | ||
185 | + .vece = MO_32 }, | ||
186 | + { .fni8 = gen_srshr64_i64, | ||
187 | + .fniv = gen_srshr_vec, | ||
188 | + .fno = gen_helper_gvec_srshr_d, | ||
189 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
190 | + .opt_opc = vecop_list, | ||
191 | + .vece = MO_64 }, | ||
192 | + }; | ||
193 | + | ||
194 | + /* tszimm encoding produces immediates in the range [1..esize] */ | ||
195 | + tcg_debug_assert(shift > 0); | ||
196 | + tcg_debug_assert(shift <= (8 << vece)); | ||
197 | + | ||
198 | + if (shift == (8 << vece)) { | ||
199 | + /* | ||
200 | + * Shifts larger than the element size are architecturally valid. | ||
201 | + * Signed results in all sign bits. With rounding, this produces | ||
202 | + * (-1 + 1) >> 1 == 0, or (0 + 1) >> 1 == 0. | ||
203 | + * I.e. always zero. | ||
204 | + */ | ||
205 | + tcg_gen_gvec_dup_imm(vece, rd_ofs, opr_sz, max_sz, 0); | ||
206 | + } else { | ||
207 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | ||
208 | + } | ||
209 | +} | ||
210 | + | ||
211 | +static void gen_srsra8_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
212 | +{ | ||
213 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
214 | + | ||
215 | + gen_srshr8_i64(t, a, sh); | ||
216 | + tcg_gen_vec_add8_i64(d, d, t); | ||
217 | + tcg_temp_free_i64(t); | ||
218 | +} | ||
219 | + | ||
220 | +static void gen_srsra16_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
221 | +{ | ||
222 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
223 | + | ||
224 | + gen_srshr16_i64(t, a, sh); | ||
225 | + tcg_gen_vec_add16_i64(d, d, t); | ||
226 | + tcg_temp_free_i64(t); | ||
227 | +} | ||
228 | + | ||
229 | +static void gen_srsra32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh) | ||
230 | +{ | ||
231 | + TCGv_i32 t = tcg_temp_new_i32(); | ||
232 | + | ||
233 | + gen_srshr32_i32(t, a, sh); | ||
234 | + tcg_gen_add_i32(d, d, t); | ||
235 | + tcg_temp_free_i32(t); | ||
236 | +} | ||
237 | + | ||
238 | +static void gen_srsra64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
239 | +{ | ||
240 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
241 | + | ||
242 | + gen_srshr64_i64(t, a, sh); | ||
243 | + tcg_gen_add_i64(d, d, t); | ||
244 | + tcg_temp_free_i64(t); | ||
245 | +} | ||
246 | + | ||
247 | +static void gen_srsra_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) | ||
248 | +{ | ||
249 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
250 | + | ||
251 | + gen_srshr_vec(vece, t, a, sh); | ||
252 | + tcg_gen_add_vec(vece, d, d, t); | ||
253 | + tcg_temp_free_vec(t); | ||
254 | +} | ||
255 | + | ||
256 | +void gen_gvec_srsra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
257 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | ||
258 | +{ | ||
259 | + static const TCGOpcode vecop_list[] = { | ||
260 | + INDEX_op_shri_vec, INDEX_op_sari_vec, INDEX_op_add_vec, 0 | ||
261 | + }; | ||
262 | + static const GVecGen2i ops[4] = { | ||
263 | + { .fni8 = gen_srsra8_i64, | ||
264 | + .fniv = gen_srsra_vec, | ||
265 | + .fno = gen_helper_gvec_srsra_b, | ||
266 | + .opt_opc = vecop_list, | ||
267 | + .load_dest = true, | ||
268 | + .vece = MO_8 }, | ||
269 | + { .fni8 = gen_srsra16_i64, | ||
270 | + .fniv = gen_srsra_vec, | ||
271 | + .fno = gen_helper_gvec_srsra_h, | ||
272 | + .opt_opc = vecop_list, | ||
273 | + .load_dest = true, | ||
274 | + .vece = MO_16 }, | ||
275 | + { .fni4 = gen_srsra32_i32, | ||
276 | + .fniv = gen_srsra_vec, | ||
277 | + .fno = gen_helper_gvec_srsra_s, | ||
278 | + .opt_opc = vecop_list, | ||
279 | + .load_dest = true, | ||
280 | + .vece = MO_32 }, | ||
281 | + { .fni8 = gen_srsra64_i64, | ||
282 | + .fniv = gen_srsra_vec, | ||
283 | + .fno = gen_helper_gvec_srsra_d, | ||
284 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
285 | + .opt_opc = vecop_list, | ||
286 | + .load_dest = true, | ||
287 | + .vece = MO_64 }, | ||
288 | + }; | ||
289 | + | ||
290 | + /* tszimm encoding produces immediates in the range [1..esize] */ | ||
291 | + tcg_debug_assert(shift > 0); | ||
292 | + tcg_debug_assert(shift <= (8 << vece)); | ||
293 | + | ||
294 | + /* | ||
295 | + * Shifts larger than the element size are architecturally valid. | ||
296 | + * Signed results in all sign bits. With rounding, this produces | ||
297 | + * (-1 + 1) >> 1 == 0, or (0 + 1) >> 1 == 0. | ||
298 | + * I.e. always zero. With accumulation, this leaves D unchanged. | ||
299 | + */ | ||
300 | + if (shift == (8 << vece)) { | ||
301 | + /* Nop, but we do need to clear the tail. */ | ||
302 | + tcg_gen_gvec_mov(vece, rd_ofs, rd_ofs, opr_sz, max_sz); | ||
303 | + } else { | ||
304 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | ||
305 | + } | ||
306 | +} | ||
307 | + | ||
308 | +static void gen_urshr8_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
309 | +{ | ||
310 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
311 | + | ||
312 | + tcg_gen_shri_i64(t, a, sh - 1); | ||
313 | + tcg_gen_andi_i64(t, t, dup_const(MO_8, 1)); | ||
314 | + tcg_gen_vec_shr8i_i64(d, a, sh); | ||
315 | + tcg_gen_vec_add8_i64(d, d, t); | ||
316 | + tcg_temp_free_i64(t); | ||
317 | +} | ||
318 | + | ||
319 | +static void gen_urshr16_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
320 | +{ | ||
321 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
322 | + | ||
323 | + tcg_gen_shri_i64(t, a, sh - 1); | ||
324 | + tcg_gen_andi_i64(t, t, dup_const(MO_16, 1)); | ||
325 | + tcg_gen_vec_shr16i_i64(d, a, sh); | ||
326 | + tcg_gen_vec_add16_i64(d, d, t); | ||
327 | + tcg_temp_free_i64(t); | ||
328 | +} | ||
329 | + | ||
330 | +static void gen_urshr32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh) | ||
331 | +{ | ||
332 | + TCGv_i32 t = tcg_temp_new_i32(); | ||
333 | + | ||
334 | + tcg_gen_extract_i32(t, a, sh - 1, 1); | ||
335 | + tcg_gen_shri_i32(d, a, sh); | ||
336 | + tcg_gen_add_i32(d, d, t); | ||
337 | + tcg_temp_free_i32(t); | ||
338 | +} | ||
339 | + | ||
340 | +static void gen_urshr64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
341 | +{ | ||
342 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
343 | + | ||
344 | + tcg_gen_extract_i64(t, a, sh - 1, 1); | ||
345 | + tcg_gen_shri_i64(d, a, sh); | ||
346 | + tcg_gen_add_i64(d, d, t); | ||
347 | + tcg_temp_free_i64(t); | ||
348 | +} | ||
349 | + | ||
350 | +static void gen_urshr_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t shift) | ||
351 | +{ | ||
352 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
353 | + TCGv_vec ones = tcg_temp_new_vec_matching(d); | ||
354 | + | ||
355 | + tcg_gen_shri_vec(vece, t, a, shift - 1); | ||
356 | + tcg_gen_dupi_vec(vece, ones, 1); | ||
357 | + tcg_gen_and_vec(vece, t, t, ones); | ||
358 | + tcg_gen_shri_vec(vece, d, a, shift); | ||
359 | + tcg_gen_add_vec(vece, d, d, t); | ||
360 | + | ||
361 | + tcg_temp_free_vec(t); | ||
362 | + tcg_temp_free_vec(ones); | ||
363 | +} | ||
364 | + | ||
365 | +void gen_gvec_urshr(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
366 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | ||
367 | +{ | ||
368 | + static const TCGOpcode vecop_list[] = { | ||
369 | + INDEX_op_shri_vec, INDEX_op_add_vec, 0 | ||
370 | + }; | ||
371 | + static const GVecGen2i ops[4] = { | ||
372 | + { .fni8 = gen_urshr8_i64, | ||
373 | + .fniv = gen_urshr_vec, | ||
374 | + .fno = gen_helper_gvec_urshr_b, | ||
375 | + .opt_opc = vecop_list, | ||
376 | + .vece = MO_8 }, | ||
377 | + { .fni8 = gen_urshr16_i64, | ||
378 | + .fniv = gen_urshr_vec, | ||
379 | + .fno = gen_helper_gvec_urshr_h, | ||
380 | + .opt_opc = vecop_list, | ||
381 | + .vece = MO_16 }, | ||
382 | + { .fni4 = gen_urshr32_i32, | ||
383 | + .fniv = gen_urshr_vec, | ||
384 | + .fno = gen_helper_gvec_urshr_s, | ||
385 | + .opt_opc = vecop_list, | ||
386 | + .vece = MO_32 }, | ||
387 | + { .fni8 = gen_urshr64_i64, | ||
388 | + .fniv = gen_urshr_vec, | ||
389 | + .fno = gen_helper_gvec_urshr_d, | ||
390 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
391 | + .opt_opc = vecop_list, | ||
392 | + .vece = MO_64 }, | ||
393 | + }; | ||
394 | + | ||
395 | + /* tszimm encoding produces immediates in the range [1..esize] */ | ||
396 | + tcg_debug_assert(shift > 0); | ||
397 | + tcg_debug_assert(shift <= (8 << vece)); | ||
398 | + | ||
399 | + if (shift == (8 << vece)) { | ||
400 | + /* | ||
401 | + * Shifts larger than the element size are architecturally valid. | ||
402 | + * Unsigned results in zero. With rounding, this produces a | ||
403 | + * copy of the most significant bit. | ||
404 | + */ | ||
405 | + tcg_gen_gvec_shri(vece, rd_ofs, rm_ofs, shift - 1, opr_sz, max_sz); | ||
406 | + } else { | ||
407 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | ||
408 | + } | ||
409 | +} | ||
410 | + | ||
411 | +static void gen_ursra8_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
412 | +{ | ||
413 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
414 | + | ||
415 | + if (sh == 8) { | ||
416 | + tcg_gen_vec_shr8i_i64(t, a, 7); | ||
417 | + } else { | ||
418 | + gen_urshr8_i64(t, a, sh); | ||
419 | + } | ||
420 | + tcg_gen_vec_add8_i64(d, d, t); | ||
421 | + tcg_temp_free_i64(t); | ||
422 | +} | ||
423 | + | ||
424 | +static void gen_ursra16_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
425 | +{ | ||
426 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
427 | + | ||
428 | + if (sh == 16) { | ||
429 | + tcg_gen_vec_shr16i_i64(t, a, 15); | ||
430 | + } else { | ||
431 | + gen_urshr16_i64(t, a, sh); | ||
432 | + } | ||
433 | + tcg_gen_vec_add16_i64(d, d, t); | ||
434 | + tcg_temp_free_i64(t); | ||
435 | +} | ||
436 | + | ||
437 | +static void gen_ursra32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh) | ||
438 | +{ | ||
439 | + TCGv_i32 t = tcg_temp_new_i32(); | ||
440 | + | ||
441 | + if (sh == 32) { | ||
442 | + tcg_gen_shri_i32(t, a, 31); | ||
443 | + } else { | ||
444 | + gen_urshr32_i32(t, a, sh); | ||
445 | + } | ||
446 | + tcg_gen_add_i32(d, d, t); | ||
447 | + tcg_temp_free_i32(t); | ||
448 | +} | ||
449 | + | ||
450 | +static void gen_ursra64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh) | ||
451 | +{ | ||
452 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
453 | + | ||
454 | + if (sh == 64) { | ||
455 | + tcg_gen_shri_i64(t, a, 63); | ||
456 | + } else { | ||
457 | + gen_urshr64_i64(t, a, sh); | ||
458 | + } | ||
459 | + tcg_gen_add_i64(d, d, t); | ||
460 | + tcg_temp_free_i64(t); | ||
461 | +} | ||
462 | + | ||
463 | +static void gen_ursra_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) | ||
464 | +{ | ||
465 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
466 | + | ||
467 | + if (sh == (8 << vece)) { | ||
468 | + tcg_gen_shri_vec(vece, t, a, sh - 1); | ||
469 | + } else { | ||
470 | + gen_urshr_vec(vece, t, a, sh); | ||
471 | + } | ||
472 | + tcg_gen_add_vec(vece, d, d, t); | ||
473 | + tcg_temp_free_vec(t); | ||
474 | +} | ||
475 | + | ||
476 | +void gen_gvec_ursra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
477 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | ||
478 | +{ | ||
479 | + static const TCGOpcode vecop_list[] = { | ||
480 | + INDEX_op_shri_vec, INDEX_op_add_vec, 0 | ||
481 | + }; | ||
482 | + static const GVecGen2i ops[4] = { | ||
483 | + { .fni8 = gen_ursra8_i64, | ||
484 | + .fniv = gen_ursra_vec, | ||
485 | + .fno = gen_helper_gvec_ursra_b, | ||
486 | + .opt_opc = vecop_list, | ||
487 | + .load_dest = true, | ||
488 | + .vece = MO_8 }, | ||
489 | + { .fni8 = gen_ursra16_i64, | ||
490 | + .fniv = gen_ursra_vec, | ||
491 | + .fno = gen_helper_gvec_ursra_h, | ||
492 | + .opt_opc = vecop_list, | ||
493 | + .load_dest = true, | ||
494 | + .vece = MO_16 }, | ||
495 | + { .fni4 = gen_ursra32_i32, | ||
496 | + .fniv = gen_ursra_vec, | ||
497 | + .fno = gen_helper_gvec_ursra_s, | ||
498 | + .opt_opc = vecop_list, | ||
499 | + .load_dest = true, | ||
500 | + .vece = MO_32 }, | ||
501 | + { .fni8 = gen_ursra64_i64, | ||
502 | + .fniv = gen_ursra_vec, | ||
503 | + .fno = gen_helper_gvec_ursra_d, | ||
504 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
505 | + .opt_opc = vecop_list, | ||
506 | + .load_dest = true, | ||
507 | + .vece = MO_64 }, | ||
508 | + }; | ||
509 | + | ||
510 | + /* tszimm encoding produces immediates in the range [1..esize] */ | ||
511 | + tcg_debug_assert(shift > 0); | ||
512 | + tcg_debug_assert(shift <= (8 << vece)); | ||
513 | + | ||
514 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | ||
515 | +} | ||
516 | + | ||
517 | static void gen_shr8_ins_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) | ||
518 | { | ||
519 | uint64_t mask = dup_const(MO_8, 0xff >> shift); | ||
520 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
521 | } | 826 | } |
522 | return 0; | 827 | if (state == ARM_CP_STATE_AA32) { |
523 | 828 | - /* Under AArch32 CP registers can be common | |
524 | + case 2: /* VRSHR */ | 829 | + /* |
525 | + /* Right shift comes here negative. */ | 830 | + * Under AArch32 CP registers can be common |
526 | + shift = -shift; | 831 | * (same for secure and non-secure world) or banked. |
527 | + if (u) { | 832 | */ |
528 | + gen_gvec_urshr(size, rd_ofs, rm_ofs, shift, | 833 | char *name; |
529 | + vec_size, vec_size); | 834 | @@ -XXX,XX +XXX,XX @@ void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu, |
530 | + } else { | ||
531 | + gen_gvec_srshr(size, rd_ofs, rm_ofs, shift, | ||
532 | + vec_size, vec_size); | ||
533 | + } | ||
534 | + return 0; | ||
535 | + | ||
536 | + case 3: /* VRSRA */ | ||
537 | + /* Right shift comes here negative. */ | ||
538 | + shift = -shift; | ||
539 | + if (u) { | ||
540 | + gen_gvec_ursra(size, rd_ofs, rm_ofs, shift, | ||
541 | + vec_size, vec_size); | ||
542 | + } else { | ||
543 | + gen_gvec_srsra(size, rd_ofs, rm_ofs, shift, | ||
544 | + vec_size, vec_size); | ||
545 | + } | ||
546 | + return 0; | ||
547 | + | ||
548 | case 4: /* VSRI */ | ||
549 | if (!u) { | ||
550 | return 1; | ||
551 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
552 | neon_load_reg64(cpu_V0, rm + pass); | ||
553 | tcg_gen_movi_i64(cpu_V1, imm); | ||
554 | switch (op) { | ||
555 | - case 2: /* VRSHR */ | ||
556 | - case 3: /* VRSRA */ | ||
557 | - if (u) | ||
558 | - gen_helper_neon_rshl_u64(cpu_V0, cpu_V0, cpu_V1); | ||
559 | - else | ||
560 | - gen_helper_neon_rshl_s64(cpu_V0, cpu_V0, cpu_V1); | ||
561 | - break; | ||
562 | case 6: /* VQSHLU */ | ||
563 | gen_helper_neon_qshlu_s64(cpu_V0, cpu_env, | ||
564 | cpu_V0, cpu_V1); | ||
565 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
566 | default: | ||
567 | g_assert_not_reached(); | 835 | g_assert_not_reached(); |
568 | } | 836 | } |
569 | - if (op == 3) { | 837 | } else { |
570 | - /* Accumulate. */ | 838 | - /* AArch64 registers get mapped to non-secure instance |
571 | - neon_load_reg64(cpu_V1, rd + pass); | 839 | - * of AArch32 */ |
572 | - tcg_gen_add_i64(cpu_V0, cpu_V0, cpu_V1); | 840 | + /* |
573 | - } | 841 | + * AArch64 registers get mapped to non-secure instance |
574 | neon_store_reg64(cpu_V0, rd + pass); | 842 | + * of AArch32 |
575 | } else { /* size < 3 */ | 843 | + */ |
576 | /* Operands in T0 and T1. */ | 844 | add_cpreg_to_hashtable(cpu, r, opaque, state, |
577 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 845 | ARM_CP_SECSTATE_NS, |
578 | tmp2 = tcg_temp_new_i32(); | 846 | crm, opc1, opc2, r->name); |
579 | tcg_gen_movi_i32(tmp2, imm); | 847 | @@ -XXX,XX +XXX,XX @@ void arm_cp_reset_ignore(CPUARMState *env, const ARMCPRegInfo *opaque) |
580 | switch (op) { | 848 | |
581 | - case 2: /* VRSHR */ | 849 | static int bad_mode_switch(CPUARMState *env, int mode, CPSRWriteType write_type) |
582 | - case 3: /* VRSRA */ | 850 | { |
583 | - GEN_NEON_INTEGER_OP(rshl); | 851 | - /* Return true if it is not valid for us to switch to |
584 | - break; | 852 | + /* |
585 | case 6: /* VQSHLU */ | 853 | + * Return true if it is not valid for us to switch to |
586 | switch (size) { | 854 | * this CPU mode (ie all the UNPREDICTABLE cases in |
587 | case 0: | 855 | * the ARM ARM CPSRWriteByInstr pseudocode). |
588 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 856 | */ |
589 | g_assert_not_reached(); | 857 | @@ -XXX,XX +XXX,XX @@ static int bad_mode_switch(CPUARMState *env, int mode, CPSRWriteType write_type) |
590 | } | 858 | case ARM_CPU_MODE_UND: |
591 | tcg_temp_free_i32(tmp2); | 859 | case ARM_CPU_MODE_IRQ: |
592 | - | 860 | case ARM_CPU_MODE_FIQ: |
593 | - if (op == 3) { | 861 | - /* Note that we don't implement the IMPDEF NSACR.RFR which in v7 |
594 | - /* Accumulate. */ | 862 | + /* |
595 | - tmp2 = neon_load_reg(rd, pass); | 863 | + * Note that we don't implement the IMPDEF NSACR.RFR which in v7 |
596 | - gen_neon_add(size, tmp, tmp2); | 864 | * allows FIQ mode to be Secure-only. (In v8 this doesn't exist.) |
597 | - tcg_temp_free_i32(tmp2); | 865 | */ |
598 | - } | 866 | - /* If HCR.TGE is set then changes from Monitor to NS PL1 via MSR |
599 | neon_store_reg(rd, pass, tmp); | 867 | + /* |
600 | } | 868 | + * If HCR.TGE is set then changes from Monitor to NS PL1 via MSR |
601 | } /* for pass */ | 869 | * and CPS are treated as illegal mode changes. |
602 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | 870 | */ |
603 | index XXXXXXX..XXXXXXX 100644 | 871 | if (write_type == CPSRWriteByInstr && |
604 | --- a/target/arm/vec_helper.c | 872 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
605 | +++ b/target/arm/vec_helper.c | 873 | env->GE = (val >> 16) & 0xf; |
606 | @@ -XXX,XX +XXX,XX @@ DO_SRA(gvec_usra_d, uint64_t) | 874 | } |
607 | 875 | ||
608 | #undef DO_SRA | 876 | - /* In a V7 implementation that includes the security extensions but does |
609 | 877 | + /* | |
610 | +#define DO_RSHR(NAME, TYPE) \ | 878 | + * In a V7 implementation that includes the security extensions but does |
611 | +void HELPER(NAME)(void *vd, void *vn, uint32_t desc) \ | 879 | * not include Virtualization Extensions the SCR.FW and SCR.AW bits control |
612 | +{ \ | 880 | * whether non-secure software is allowed to change the CPSR_F and CPSR_A |
613 | + intptr_t i, oprsz = simd_oprsz(desc); \ | 881 | * bits respectively. |
614 | + int shift = simd_data(desc); \ | 882 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
615 | + TYPE *d = vd, *n = vn; \ | 883 | changed_daif = (env->daif ^ val) & mask; |
616 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | 884 | |
617 | + TYPE tmp = n[i] >> (shift - 1); \ | 885 | if (changed_daif & CPSR_A) { |
618 | + d[i] = (tmp >> 1) + (tmp & 1); \ | 886 | - /* Check to see if we are allowed to change the masking of async |
619 | + } \ | 887 | + /* |
620 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | 888 | + * Check to see if we are allowed to change the masking of async |
621 | +} | 889 | * abort exceptions from a non-secure state. |
622 | + | 890 | */ |
623 | +DO_RSHR(gvec_srshr_b, int8_t) | 891 | if (!(env->cp15.scr_el3 & SCR_AW)) { |
624 | +DO_RSHR(gvec_srshr_h, int16_t) | 892 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
625 | +DO_RSHR(gvec_srshr_s, int32_t) | 893 | } |
626 | +DO_RSHR(gvec_srshr_d, int64_t) | 894 | |
627 | + | 895 | if (changed_daif & CPSR_F) { |
628 | +DO_RSHR(gvec_urshr_b, uint8_t) | 896 | - /* Check to see if we are allowed to change the masking of FIQ |
629 | +DO_RSHR(gvec_urshr_h, uint16_t) | 897 | + /* |
630 | +DO_RSHR(gvec_urshr_s, uint32_t) | 898 | + * Check to see if we are allowed to change the masking of FIQ |
631 | +DO_RSHR(gvec_urshr_d, uint64_t) | 899 | * exceptions from a non-secure state. |
632 | + | 900 | */ |
633 | +#undef DO_RSHR | 901 | if (!(env->cp15.scr_el3 & SCR_FW)) { |
634 | + | 902 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
635 | +#define DO_RSRA(NAME, TYPE) \ | 903 | mask &= ~CPSR_F; |
636 | +void HELPER(NAME)(void *vd, void *vn, uint32_t desc) \ | 904 | } |
637 | +{ \ | 905 | |
638 | + intptr_t i, oprsz = simd_oprsz(desc); \ | 906 | - /* Check whether non-maskable FIQ (NMFI) support is enabled. |
639 | + int shift = simd_data(desc); \ | 907 | + /* |
640 | + TYPE *d = vd, *n = vn; \ | 908 | + * Check whether non-maskable FIQ (NMFI) support is enabled. |
641 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | 909 | * If this bit is set software is not allowed to mask |
642 | + TYPE tmp = n[i] >> (shift - 1); \ | 910 | * FIQs, but is allowed to set CPSR_F to 0. |
643 | + d[i] += (tmp >> 1) + (tmp & 1); \ | 911 | */ |
644 | + } \ | 912 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
645 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | 913 | if (write_type != CPSRWriteRaw && |
646 | +} | 914 | ((env->uncached_cpsr ^ val) & mask & CPSR_M)) { |
647 | + | 915 | if ((env->uncached_cpsr & CPSR_M) == ARM_CPU_MODE_USR) { |
648 | +DO_RSRA(gvec_srsra_b, int8_t) | 916 | - /* Note that we can only get here in USR mode if this is a |
649 | +DO_RSRA(gvec_srsra_h, int16_t) | 917 | + /* |
650 | +DO_RSRA(gvec_srsra_s, int32_t) | 918 | + * Note that we can only get here in USR mode if this is a |
651 | +DO_RSRA(gvec_srsra_d, int64_t) | 919 | * gdb stub write; for this case we follow the architectural |
652 | + | 920 | * behaviour for guest writes in USR mode of ignoring an attempt |
653 | +DO_RSRA(gvec_ursra_b, uint8_t) | 921 | * to switch mode. (Those are caught by translate.c for writes |
654 | +DO_RSRA(gvec_ursra_h, uint16_t) | 922 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
655 | +DO_RSRA(gvec_ursra_s, uint32_t) | 923 | */ |
656 | +DO_RSRA(gvec_ursra_d, uint64_t) | 924 | mask &= ~CPSR_M; |
657 | + | 925 | } else if (bad_mode_switch(env, val & CPSR_M, write_type)) { |
658 | +#undef DO_RSRA | 926 | - /* Attempt to switch to an invalid mode: this is UNPREDICTABLE in |
659 | + | 927 | + /* |
660 | /* | 928 | + * Attempt to switch to an invalid mode: this is UNPREDICTABLE in |
661 | * Convert float16 to float32, raising no exceptions and | 929 | * v7, and has defined behaviour in v8: |
662 | * preserving exceptional values, including SNaN. | 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 | ||
663 | -- | 1057 | -- |
664 | 2.20.1 | 1058 | 2.25.1 |
665 | |||
666 | diff view generated by jsdifflib |
1 | Convert the Neon integer VPMAX and VPMIN 3-reg-same insns to | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | decodetree. These are 'pairwise' operations. | ||
3 | 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 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20200512163904.10918-9-peter.maydell@linaro.org | ||
7 | --- | 18 | --- |
8 | target/arm/neon-dp.decode | 9 +++++ | 19 | target/arm/helper.c | 42 +++++++++++++++++++++--------------------- |
9 | target/arm/translate-neon.inc.c | 71 +++++++++++++++++++++++++++++++++ | 20 | 1 file changed, 21 insertions(+), 21 deletions(-) |
10 | target/arm/translate.c | 17 +------- | ||
11 | 3 files changed, 82 insertions(+), 15 deletions(-) | ||
12 | 21 | ||
13 | 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 |
14 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/neon-dp.decode | 24 | --- a/target/arm/helper.c |
16 | +++ b/target/arm/neon-dp.decode | 25 | +++ b/target/arm/helper.c |
17 | @@ -XXX,XX +XXX,XX @@ | 26 | @@ -XXX,XX +XXX,XX @@ static void add_cpreg_to_list(gpointer key, gpointer opaque) |
18 | @3same .... ... . . . size:2 .... .... .... . q:1 . . .... \ | 27 | uint32_t regidx = (uintptr_t)key; |
19 | &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp | 28 | const ARMCPRegInfo *ri = get_arm_cp_reginfo(cpu->cp_regs, regidx); |
20 | 29 | ||
21 | +@3same_q0 .... ... . . . size:2 .... .... .... . 0 . . .... \ | 30 | - if (!(ri->type & (ARM_CP_NO_RAW|ARM_CP_ALIAS))) { |
22 | + &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0 | 31 | + if (!(ri->type & (ARM_CP_NO_RAW | ARM_CP_ALIAS))) { |
23 | + | 32 | cpu->cpreg_indexes[cpu->cpreg_array_len] = cpreg_to_kvm_id(regidx); |
24 | VHADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 0 .... @3same | 33 | /* The value array need not be initialized at this point */ |
25 | VHADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 0 .... @3same | 34 | cpu->cpreg_array_len++; |
26 | VQADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 1 .... @3same | 35 | @@ -XXX,XX +XXX,XX @@ static void count_cpreg(gpointer key, gpointer opaque) |
27 | @@ -XXX,XX +XXX,XX @@ VMLS_3s 1111 001 1 0 . .. .... .... 1001 . . . 0 .... @3same | 36 | |
28 | VMUL_3s 1111 001 0 0 . .. .... .... 1001 . . . 1 .... @3same | 37 | ri = g_hash_table_lookup(cpu->cp_regs, key); |
29 | VMUL_p_3s 1111 001 1 0 . .. .... .... 1001 . . . 1 .... @3same | 38 | |
30 | 39 | - if (!(ri->type & (ARM_CP_NO_RAW|ARM_CP_ALIAS))) { | |
31 | +VPMAX_S_3s 1111 001 0 0 . .. .... .... 1010 . . . 0 .... @3same_q0 | 40 | + if (!(ri->type & (ARM_CP_NO_RAW | ARM_CP_ALIAS))) { |
32 | +VPMAX_U_3s 1111 001 1 0 . .. .... .... 1010 . . . 0 .... @3same_q0 | 41 | cpu->cpreg_array_len++; |
33 | + | ||
34 | +VPMIN_S_3s 1111 001 0 0 . .. .... .... 1010 . . . 1 .... @3same_q0 | ||
35 | +VPMIN_U_3s 1111 001 1 0 . .. .... .... 1010 . . . 1 .... @3same_q0 | ||
36 | + | ||
37 | VQRDMLAH_3s 1111 001 1 0 . .. .... .... 1011 ... 1 .... @3same | ||
38 | |||
39 | SHA1_3s 1111 001 0 0 . optype:2 .... .... 1100 . 1 . 0 .... \ | ||
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 @@ DO_3SAME_32_ENV(VQSHL_S, qshl_s) | ||
45 | DO_3SAME_32_ENV(VQSHL_U, qshl_u) | ||
46 | DO_3SAME_32_ENV(VQRSHL_S, qrshl_s) | ||
47 | DO_3SAME_32_ENV(VQRSHL_U, qrshl_u) | ||
48 | + | ||
49 | +static bool do_3same_pair(DisasContext *s, arg_3same *a, NeonGenTwoOpFn *fn) | ||
50 | +{ | ||
51 | + /* Operations handled pairwise 32 bits at a time */ | ||
52 | + TCGv_i32 tmp, tmp2, tmp3; | ||
53 | + | ||
54 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
55 | + return false; | ||
56 | + } | ||
57 | + | ||
58 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
59 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
60 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
61 | + return false; | ||
62 | + } | ||
63 | + | ||
64 | + if (a->size == 3) { | ||
65 | + return false; | ||
66 | + } | ||
67 | + | ||
68 | + if (!vfp_access_check(s)) { | ||
69 | + return true; | ||
70 | + } | ||
71 | + | ||
72 | + assert(a->q == 0); /* enforced by decode patterns */ | ||
73 | + | ||
74 | + /* | ||
75 | + * Note that we have to be careful not to clobber the source operands | ||
76 | + * in the "vm == vd" case by storing the result of the first pass too | ||
77 | + * early. Since Q is 0 there are always just two passes, so instead | ||
78 | + * of a complicated loop over each pass we just unroll. | ||
79 | + */ | ||
80 | + tmp = neon_load_reg(a->vn, 0); | ||
81 | + tmp2 = neon_load_reg(a->vn, 1); | ||
82 | + fn(tmp, tmp, tmp2); | ||
83 | + tcg_temp_free_i32(tmp2); | ||
84 | + | ||
85 | + tmp3 = neon_load_reg(a->vm, 0); | ||
86 | + tmp2 = neon_load_reg(a->vm, 1); | ||
87 | + fn(tmp3, tmp3, tmp2); | ||
88 | + tcg_temp_free_i32(tmp2); | ||
89 | + | ||
90 | + neon_store_reg(a->vd, 0, tmp); | ||
91 | + neon_store_reg(a->vd, 1, tmp3); | ||
92 | + return true; | ||
93 | +} | ||
94 | + | ||
95 | +#define DO_3SAME_PAIR(INSN, func) \ | ||
96 | + static bool trans_##INSN##_3s(DisasContext *s, arg_3same *a) \ | ||
97 | + { \ | ||
98 | + static NeonGenTwoOpFn * const fns[] = { \ | ||
99 | + gen_helper_neon_##func##8, \ | ||
100 | + gen_helper_neon_##func##16, \ | ||
101 | + gen_helper_neon_##func##32, \ | ||
102 | + }; \ | ||
103 | + if (a->size > 2) { \ | ||
104 | + return false; \ | ||
105 | + } \ | ||
106 | + return do_3same_pair(s, a, fns[a->size]); \ | ||
107 | + } | ||
108 | + | ||
109 | +/* 32-bit pairwise ops end up the same as the elementwise versions. */ | ||
110 | +#define gen_helper_neon_pmax_s32 tcg_gen_smax_i32 | ||
111 | +#define gen_helper_neon_pmax_u32 tcg_gen_umax_i32 | ||
112 | +#define gen_helper_neon_pmin_s32 tcg_gen_smin_i32 | ||
113 | +#define gen_helper_neon_pmin_u32 tcg_gen_umin_i32 | ||
114 | + | ||
115 | +DO_3SAME_PAIR(VPMAX_S, pmax_s) | ||
116 | +DO_3SAME_PAIR(VPMIN_S, pmin_s) | ||
117 | +DO_3SAME_PAIR(VPMAX_U, pmax_u) | ||
118 | +DO_3SAME_PAIR(VPMIN_U, pmin_u) | ||
119 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
120 | index XXXXXXX..XXXXXXX 100644 | ||
121 | --- a/target/arm/translate.c | ||
122 | +++ b/target/arm/translate.c | ||
123 | @@ -XXX,XX +XXX,XX @@ static inline void gen_neon_rsb(int size, TCGv_i32 t0, TCGv_i32 t1) | ||
124 | } | 42 | } |
125 | } | 43 | } |
126 | 44 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v6k_cp_reginfo[] = { | |
127 | -/* 32-bit pairwise ops end up the same as the elementwise versions. */ | 45 | .resetfn = arm_cp_reset_ignore }, |
128 | -#define gen_helper_neon_pmax_s32 tcg_gen_smax_i32 | 46 | { .name = "TPIDRRO_EL0", .state = ARM_CP_STATE_AA64, |
129 | -#define gen_helper_neon_pmax_u32 tcg_gen_umax_i32 | 47 | .opc0 = 3, .opc1 = 3, .opc2 = 3, .crn = 13, .crm = 0, |
130 | -#define gen_helper_neon_pmin_s32 tcg_gen_smin_i32 | 48 | - .access = PL0_R|PL1_W, |
131 | -#define gen_helper_neon_pmin_u32 tcg_gen_umin_i32 | 49 | + .access = PL0_R | PL1_W, |
132 | - | 50 | .fieldoffset = offsetof(CPUARMState, cp15.tpidrro_el[0]), |
133 | #define GEN_NEON_INTEGER_OP_ENV(name) do { \ | 51 | .resetvalue = 0}, |
134 | switch ((size << 1) | u) { \ | 52 | { .name = "TPIDRURO", .cp = 15, .crn = 13, .crm = 0, .opc1 = 0, .opc2 = 3, |
135 | case 0: \ | 53 | - .access = PL0_R|PL1_W, |
136 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 54 | + .access = PL0_R | PL1_W, |
137 | case NEON_3R_VQSHL: | 55 | .bank_fieldoffsets = { offsetoflow32(CPUARMState, cp15.tpidruro_s), |
138 | case NEON_3R_VRSHL: | 56 | offsetoflow32(CPUARMState, cp15.tpidruro_ns) }, |
139 | case NEON_3R_VQRSHL: | 57 | .resetfn = arm_cp_reset_ignore }, |
140 | + case NEON_3R_VPMAX: | 58 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo cache_block_ops_cp_reginfo[] = { |
141 | + case NEON_3R_VPMIN: | 59 | .resetvalue = 0 }, |
142 | /* Already handled by decodetree */ | 60 | /* The cache ops themselves: these all NOP for QEMU */ |
143 | return 1; | 61 | { .name = "IICR", .cp = 15, .crm = 5, .opc1 = 0, |
144 | } | 62 | - .access = PL1_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
145 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 63 | + .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
146 | pairwise = 0; | 64 | { .name = "IDCR", .cp = 15, .crm = 6, .opc1 = 0, |
147 | switch (op) { | 65 | - .access = PL1_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
148 | case NEON_3R_VPADD_VQRDMLAH: | 66 | + .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
149 | - case NEON_3R_VPMAX: | 67 | { .name = "CDCR", .cp = 15, .crm = 12, .opc1 = 0, |
150 | - case NEON_3R_VPMIN: | 68 | - .access = PL0_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
151 | pairwise = 1; | 69 | + .access = PL0_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
152 | break; | 70 | { .name = "PIR", .cp = 15, .crm = 12, .opc1 = 1, |
153 | case NEON_3R_FLOAT_ARITH: | 71 | - .access = PL0_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
154 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 72 | + .access = PL0_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
155 | tmp2 = neon_load_reg(rm, pass); | 73 | { .name = "PDR", .cp = 15, .crm = 12, .opc1 = 2, |
156 | } | 74 | - .access = PL0_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
157 | switch (op) { | 75 | + .access = PL0_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
158 | - break; | 76 | { .name = "CIDCR", .cp = 15, .crm = 14, .opc1 = 0, |
159 | - case NEON_3R_VPMAX: | 77 | - .access = PL1_W, .type = ARM_CP_NOP|ARM_CP_64BIT }, |
160 | - GEN_NEON_INTEGER_OP(pmax); | 78 | + .access = PL1_W, .type = ARM_CP_NOP | ARM_CP_64BIT }, |
161 | - break; | 79 | }; |
162 | - case NEON_3R_VPMIN: | 80 | |
163 | - GEN_NEON_INTEGER_OP(pmin); | 81 | static const ARMCPRegInfo cache_test_clean_cp_reginfo[] = { |
164 | - break; | 82 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
165 | case NEON_3R_VQDMULH_VQRDMULH: /* Multiply high. */ | 83 | ARMCPRegInfo cbar = { |
166 | if (!u) { /* VQDMULH */ | 84 | .name = "CBAR", |
167 | switch (size) { | 85 | .cp = 15, .crn = 15, .crm = 0, .opc1 = 4, .opc2 = 0, |
86 | - .access = PL1_R|PL3_W, .resetvalue = cpu->reset_cbar, | ||
87 | + .access = PL1_R | PL3_W, .resetvalue = cpu->reset_cbar, | ||
88 | .fieldoffset = offsetof(CPUARMState, | ||
89 | cp15.c15_config_base_address) | ||
90 | }; | ||
91 | @@ -XXX,XX +XXX,XX @@ static void switch_mode(CPUARMState *env, int mode) | ||
92 | return; | ||
93 | |||
94 | if (old_mode == ARM_CPU_MODE_FIQ) { | ||
95 | - memcpy (env->fiq_regs, env->regs + 8, 5 * sizeof(uint32_t)); | ||
96 | - memcpy (env->regs + 8, env->usr_regs, 5 * sizeof(uint32_t)); | ||
97 | + memcpy(env->fiq_regs, env->regs + 8, 5 * sizeof(uint32_t)); | ||
98 | + memcpy(env->regs + 8, env->usr_regs, 5 * sizeof(uint32_t)); | ||
99 | } else if (mode == ARM_CPU_MODE_FIQ) { | ||
100 | - memcpy (env->usr_regs, env->regs + 8, 5 * sizeof(uint32_t)); | ||
101 | - memcpy (env->regs + 8, env->fiq_regs, 5 * sizeof(uint32_t)); | ||
102 | + memcpy(env->usr_regs, env->regs + 8, 5 * sizeof(uint32_t)); | ||
103 | + memcpy(env->regs + 8, env->fiq_regs, 5 * sizeof(uint32_t)); | ||
104 | } | ||
105 | |||
106 | i = bank_number(old_mode); | ||
107 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) | ||
108 | RESULT(sum, n, 16); \ | ||
109 | if (sum >= 0) \ | ||
110 | ge |= 3 << (n * 2); \ | ||
111 | - } while(0) | ||
112 | + } while (0) | ||
113 | |||
114 | #define SARITH8(a, b, n, op) do { \ | ||
115 | int32_t sum; \ | ||
116 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) | ||
117 | RESULT(sum, n, 8); \ | ||
118 | if (sum >= 0) \ | ||
119 | ge |= 1 << n; \ | ||
120 | - } while(0) | ||
121 | + } while (0) | ||
122 | |||
123 | |||
124 | #define ADD16(a, b, n) SARITH16(a, b, n, +) | ||
125 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) | ||
126 | RESULT(sum, n, 16); \ | ||
127 | if ((sum >> 16) == 1) \ | ||
128 | ge |= 3 << (n * 2); \ | ||
129 | - } while(0) | ||
130 | + } while (0) | ||
131 | |||
132 | #define ADD8(a, b, n) do { \ | ||
133 | uint32_t sum; \ | ||
134 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) | ||
135 | RESULT(sum, n, 8); \ | ||
136 | if ((sum >> 8) == 1) \ | ||
137 | ge |= 1 << n; \ | ||
138 | - } while(0) | ||
139 | + } while (0) | ||
140 | |||
141 | #define SUB16(a, b, n) do { \ | ||
142 | uint32_t sum; \ | ||
143 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) | ||
144 | RESULT(sum, n, 16); \ | ||
145 | if ((sum >> 16) == 0) \ | ||
146 | ge |= 3 << (n * 2); \ | ||
147 | - } while(0) | ||
148 | + } while (0) | ||
149 | |||
150 | #define SUB8(a, b, n) do { \ | ||
151 | uint32_t sum; \ | ||
152 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) | ||
153 | RESULT(sum, n, 8); \ | ||
154 | if ((sum >> 8) == 0) \ | ||
155 | ge |= 1 << n; \ | ||
156 | - } while(0) | ||
157 | + } while (0) | ||
158 | |||
159 | #define PFX u | ||
160 | #define ARITH_GE | ||
168 | -- | 161 | -- |
169 | 2.20.1 | 162 | 2.25.1 |
170 | |||
171 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | Pass a pointer directly to env->vfp.qc[0], rather than env. | 3 | Fix this: |
4 | This will allow SVE2, which does not modify QC, to pass a | 4 | ERROR: braces {} are necessary for all arms of this statement |
5 | pointer to dummy storage. | ||
6 | 5 | ||
7 | Change the return type of inl_qrdml.h_s16 to match the | 6 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
8 | sense of the operation: signed. | 7 | Reviewed-by: Claudio Fontana <cfontana@suse.de> |
9 | 8 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | |
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Message-id: 20221213190537.511-4-farosas@suse.de |
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20200513163245.17915-14-richard.henderson@linaro.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 11 | --- |
15 | target/arm/translate.c | 18 ++++++++--- | 12 | target/arm/helper.c | 67 ++++++++++++++++++++++++++++----------------- |
16 | target/arm/vec_helper.c | 70 +++++++++++++++++++++++------------------ | 13 | 1 file changed, 42 insertions(+), 25 deletions(-) |
17 | 2 files changed, 54 insertions(+), 34 deletions(-) | ||
18 | 14 | ||
19 | diff --git a/target/arm/translate.c b/target/arm/translate.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.c | 17 | --- a/target/arm/helper.c |
22 | +++ b/target/arm/translate.c | 18 | +++ b/target/arm/helper.c |
23 | @@ -XXX,XX +XXX,XX @@ static const uint8_t neon_2rm_sizes[] = { | 19 | @@ -XXX,XX +XXX,XX @@ void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask, |
24 | [NEON_2RM_VCVT_UF] = 0x4, | 20 | env->CF = (val >> 29) & 1; |
25 | }; | 21 | env->VF = (val << 3) & 0x80000000; |
26 | 22 | } | |
27 | +static void gen_gvec_fn3_qc(uint32_t rd_ofs, uint32_t rn_ofs, uint32_t rm_ofs, | 23 | - if (mask & CPSR_Q) |
28 | + uint32_t opr_sz, uint32_t max_sz, | 24 | + if (mask & CPSR_Q) { |
29 | + gen_helper_gvec_3_ptr *fn) | 25 | env->QF = ((val & CPSR_Q) != 0); |
30 | +{ | 26 | - if (mask & CPSR_T) |
31 | + TCGv_ptr qc_ptr = tcg_temp_new_ptr(); | 27 | + } |
32 | + | 28 | + if (mask & CPSR_T) { |
33 | + tcg_gen_addi_ptr(qc_ptr, cpu_env, offsetof(CPUARMState, vfp.qc)); | 29 | env->thumb = ((val & CPSR_T) != 0); |
34 | + tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, qc_ptr, | 30 | + } |
35 | + opr_sz, max_sz, 0, fn); | 31 | if (mask & CPSR_IT_0_1) { |
36 | + tcg_temp_free_ptr(qc_ptr); | 32 | env->condexec_bits &= ~3; |
37 | +} | 33 | env->condexec_bits |= (val >> 25) & 3; |
38 | + | 34 | @@ -XXX,XX +XXX,XX @@ static void switch_mode(CPUARMState *env, int mode) |
39 | void gen_gvec_sqrdmlah_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 35 | int i; |
40 | uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | 36 | |
37 | old_mode = env->uncached_cpsr & CPSR_M; | ||
38 | - if (mode == old_mode) | ||
39 | + if (mode == old_mode) { | ||
40 | return; | ||
41 | + } | ||
42 | |||
43 | if (old_mode == ARM_CPU_MODE_FIQ) { | ||
44 | memcpy(env->fiq_regs, env->regs + 8, 5 * sizeof(uint32_t)); | ||
45 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch32(CPUState *cs) | ||
46 | new_mode = ARM_CPU_MODE_UND; | ||
47 | addr = 0x04; | ||
48 | mask = CPSR_I; | ||
49 | - if (env->thumb) | ||
50 | + if (env->thumb) { | ||
51 | offset = 2; | ||
52 | - else | ||
53 | + } else { | ||
54 | offset = 4; | ||
55 | + } | ||
56 | break; | ||
57 | case EXCP_SWI: | ||
58 | new_mode = ARM_CPU_MODE_SVC; | ||
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) | ||
41 | { | 116 | { |
42 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_sqrdmlah_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 117 | uint16_t res; |
43 | gen_helper_gvec_qrdmlah_s16, gen_helper_gvec_qrdmlah_s32 | 118 | res = a + b; |
44 | }; | 119 | - if (res < a) |
45 | tcg_debug_assert(vece >= 1 && vece <= 2); | 120 | + if (res < a) { |
46 | - tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, cpu_env, | 121 | res = 0xffff; |
47 | - opr_sz, max_sz, 0, fns[vece - 1]); | 122 | + } |
48 | + gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); | 123 | return res; |
49 | } | 124 | } |
50 | 125 | ||
51 | void gen_gvec_sqrdmlsh_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 126 | static inline uint16_t sub16_usat(uint16_t a, uint16_t b) |
52 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_sqrdmlsh_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 127 | { |
53 | gen_helper_gvec_qrdmlsh_s16, gen_helper_gvec_qrdmlsh_s32 | 128 | - if (a > b) |
54 | }; | 129 | + if (a > b) { |
55 | tcg_debug_assert(vece >= 1 && vece <= 2); | 130 | return a - b; |
56 | - tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, cpu_env, | 131 | - else |
57 | - opr_sz, max_sz, 0, fns[vece - 1]); | 132 | + } else { |
58 | + gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); | 133 | return 0; |
134 | + } | ||
59 | } | 135 | } |
60 | 136 | ||
61 | #define GEN_CMP0(NAME, COND) \ | 137 | static inline uint8_t add8_usat(uint8_t a, uint8_t b) |
62 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
63 | index XXXXXXX..XXXXXXX 100644 | ||
64 | --- a/target/arm/vec_helper.c | ||
65 | +++ b/target/arm/vec_helper.c | ||
66 | @@ -XXX,XX +XXX,XX @@ | ||
67 | #define H4(x) (x) | ||
68 | #endif | ||
69 | |||
70 | -#define SET_QC() env->vfp.qc[0] = 1 | ||
71 | - | ||
72 | static void clear_tail(void *vd, uintptr_t opr_sz, uintptr_t max_sz) | ||
73 | { | 138 | { |
74 | uint64_t *d = vd + opr_sz; | 139 | uint8_t res; |
75 | @@ -XXX,XX +XXX,XX @@ static void clear_tail(void *vd, uintptr_t opr_sz, uintptr_t max_sz) | 140 | res = a + b; |
141 | - if (res < a) | ||
142 | + if (res < a) { | ||
143 | res = 0xff; | ||
144 | + } | ||
145 | return res; | ||
76 | } | 146 | } |
77 | 147 | ||
78 | /* Signed saturating rounding doubling multiply-accumulate high half, 16-bit */ | 148 | static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
79 | -static uint16_t inl_qrdmlah_s16(CPUARMState *env, int16_t src1, | ||
80 | - int16_t src2, int16_t src3) | ||
81 | +static int16_t inl_qrdmlah_s16(int16_t src1, int16_t src2, | ||
82 | + int16_t src3, uint32_t *sat) | ||
83 | { | 149 | { |
84 | /* Simplify: | 150 | - if (a > b) |
85 | * = ((a3 << 16) + ((e1 * e2) << 1) + (1 << 15)) >> 16 | 151 | + if (a > b) { |
86 | @@ -XXX,XX +XXX,XX @@ static uint16_t inl_qrdmlah_s16(CPUARMState *env, int16_t src1, | 152 | return a - b; |
87 | ret = ((int32_t)src3 << 15) + ret + (1 << 14); | 153 | - else |
88 | ret >>= 15; | 154 | + } else { |
89 | if (ret != (int16_t)ret) { | 155 | return 0; |
90 | - SET_QC(); | 156 | + } |
91 | + *sat = 1; | 157 | } |
92 | ret = (ret < 0 ? -0x8000 : 0x7fff); | 158 | |
93 | } | 159 | #define ADD16(a, b, n) RESULT(add16_usat(a, b), n, 16); |
94 | return ret; | 160 | @@ -XXX,XX +XXX,XX @@ static inline uint8_t sub8_usat(uint8_t a, uint8_t b) |
95 | @@ -XXX,XX +XXX,XX @@ static uint16_t inl_qrdmlah_s16(CPUARMState *env, int16_t src1, | 161 | |
96 | uint32_t HELPER(neon_qrdmlah_s16)(CPUARMState *env, uint32_t src1, | 162 | static inline uint8_t do_usad(uint8_t a, uint8_t b) |
97 | uint32_t src2, uint32_t src3) | ||
98 | { | 163 | { |
99 | - uint16_t e1 = inl_qrdmlah_s16(env, src1, src2, src3); | 164 | - if (a > b) |
100 | - uint16_t e2 = inl_qrdmlah_s16(env, src1 >> 16, src2 >> 16, src3 >> 16); | 165 | + if (a > b) { |
101 | + uint32_t *sat = &env->vfp.qc[0]; | 166 | return a - b; |
102 | + uint16_t e1 = inl_qrdmlah_s16(src1, src2, src3, sat); | 167 | - else |
103 | + uint16_t e2 = inl_qrdmlah_s16(src1 >> 16, src2 >> 16, src3 >> 16, sat); | 168 | + } else { |
104 | return deposit32(e1, 16, 16, e2); | 169 | return b - a; |
170 | + } | ||
105 | } | 171 | } |
106 | 172 | ||
107 | void HELPER(gvec_qrdmlah_s16)(void *vd, void *vn, void *vm, | 173 | /* Unsigned sum of absolute byte differences. */ |
108 | - void *ve, uint32_t desc) | 174 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(sel_flags)(uint32_t flags, uint32_t a, uint32_t b) |
109 | + void *vq, uint32_t desc) | 175 | uint32_t mask; |
110 | { | 176 | |
111 | uintptr_t opr_sz = simd_oprsz(desc); | 177 | mask = 0; |
112 | int16_t *d = vd; | 178 | - if (flags & 1) |
113 | int16_t *n = vn; | 179 | + if (flags & 1) { |
114 | int16_t *m = vm; | 180 | mask |= 0xff; |
115 | - CPUARMState *env = ve; | 181 | - if (flags & 2) |
116 | uintptr_t i; | 182 | + } |
117 | 183 | + if (flags & 2) { | |
118 | for (i = 0; i < opr_sz / 2; ++i) { | 184 | mask |= 0xff00; |
119 | - d[i] = inl_qrdmlah_s16(env, n[i], m[i], d[i]); | 185 | - if (flags & 4) |
120 | + d[i] = inl_qrdmlah_s16(n[i], m[i], d[i], vq); | 186 | + } |
121 | } | 187 | + if (flags & 4) { |
122 | clear_tail(d, opr_sz, simd_maxsz(desc)); | 188 | mask |= 0xff0000; |
189 | - if (flags & 8) | ||
190 | + } | ||
191 | + if (flags & 8) { | ||
192 | mask |= 0xff000000; | ||
193 | + } | ||
194 | return (a & mask) | (b & ~mask); | ||
123 | } | 195 | } |
124 | 196 | ||
125 | /* Signed saturating rounding doubling multiply-subtract high half, 16-bit */ | ||
126 | -static uint16_t inl_qrdmlsh_s16(CPUARMState *env, int16_t src1, | ||
127 | - int16_t src2, int16_t src3) | ||
128 | +static int16_t inl_qrdmlsh_s16(int16_t src1, int16_t src2, | ||
129 | + int16_t src3, uint32_t *sat) | ||
130 | { | ||
131 | /* Similarly, using subtraction: | ||
132 | * = ((a3 << 16) - ((e1 * e2) << 1) + (1 << 15)) >> 16 | ||
133 | @@ -XXX,XX +XXX,XX @@ static uint16_t inl_qrdmlsh_s16(CPUARMState *env, int16_t src1, | ||
134 | ret = ((int32_t)src3 << 15) - ret + (1 << 14); | ||
135 | ret >>= 15; | ||
136 | if (ret != (int16_t)ret) { | ||
137 | - SET_QC(); | ||
138 | + *sat = 1; | ||
139 | ret = (ret < 0 ? -0x8000 : 0x7fff); | ||
140 | } | ||
141 | return ret; | ||
142 | @@ -XXX,XX +XXX,XX @@ static uint16_t inl_qrdmlsh_s16(CPUARMState *env, int16_t src1, | ||
143 | uint32_t HELPER(neon_qrdmlsh_s16)(CPUARMState *env, uint32_t src1, | ||
144 | uint32_t src2, uint32_t src3) | ||
145 | { | ||
146 | - uint16_t e1 = inl_qrdmlsh_s16(env, src1, src2, src3); | ||
147 | - uint16_t e2 = inl_qrdmlsh_s16(env, src1 >> 16, src2 >> 16, src3 >> 16); | ||
148 | + uint32_t *sat = &env->vfp.qc[0]; | ||
149 | + uint16_t e1 = inl_qrdmlsh_s16(src1, src2, src3, sat); | ||
150 | + uint16_t e2 = inl_qrdmlsh_s16(src1 >> 16, src2 >> 16, src3 >> 16, sat); | ||
151 | return deposit32(e1, 16, 16, e2); | ||
152 | } | ||
153 | |||
154 | void HELPER(gvec_qrdmlsh_s16)(void *vd, void *vn, void *vm, | ||
155 | - void *ve, uint32_t desc) | ||
156 | + void *vq, uint32_t desc) | ||
157 | { | ||
158 | uintptr_t opr_sz = simd_oprsz(desc); | ||
159 | int16_t *d = vd; | ||
160 | int16_t *n = vn; | ||
161 | int16_t *m = vm; | ||
162 | - CPUARMState *env = ve; | ||
163 | uintptr_t i; | ||
164 | |||
165 | for (i = 0; i < opr_sz / 2; ++i) { | ||
166 | - d[i] = inl_qrdmlsh_s16(env, n[i], m[i], d[i]); | ||
167 | + d[i] = inl_qrdmlsh_s16(n[i], m[i], d[i], vq); | ||
168 | } | ||
169 | clear_tail(d, opr_sz, simd_maxsz(desc)); | ||
170 | } | ||
171 | |||
172 | /* Signed saturating rounding doubling multiply-accumulate high half, 32-bit */ | ||
173 | -uint32_t HELPER(neon_qrdmlah_s32)(CPUARMState *env, int32_t src1, | ||
174 | - int32_t src2, int32_t src3) | ||
175 | +static int32_t inl_qrdmlah_s32(int32_t src1, int32_t src2, | ||
176 | + int32_t src3, uint32_t *sat) | ||
177 | { | ||
178 | /* Simplify similarly to int_qrdmlah_s16 above. */ | ||
179 | int64_t ret = (int64_t)src1 * src2; | ||
180 | ret = ((int64_t)src3 << 31) + ret + (1 << 30); | ||
181 | ret >>= 31; | ||
182 | if (ret != (int32_t)ret) { | ||
183 | - SET_QC(); | ||
184 | + *sat = 1; | ||
185 | ret = (ret < 0 ? INT32_MIN : INT32_MAX); | ||
186 | } | ||
187 | return ret; | ||
188 | } | ||
189 | |||
190 | +uint32_t HELPER(neon_qrdmlah_s32)(CPUARMState *env, int32_t src1, | ||
191 | + int32_t src2, int32_t src3) | ||
192 | +{ | ||
193 | + uint32_t *sat = &env->vfp.qc[0]; | ||
194 | + return inl_qrdmlah_s32(src1, src2, src3, sat); | ||
195 | +} | ||
196 | + | ||
197 | void HELPER(gvec_qrdmlah_s32)(void *vd, void *vn, void *vm, | ||
198 | - void *ve, uint32_t desc) | ||
199 | + void *vq, uint32_t desc) | ||
200 | { | ||
201 | uintptr_t opr_sz = simd_oprsz(desc); | ||
202 | int32_t *d = vd; | ||
203 | int32_t *n = vn; | ||
204 | int32_t *m = vm; | ||
205 | - CPUARMState *env = ve; | ||
206 | uintptr_t i; | ||
207 | |||
208 | for (i = 0; i < opr_sz / 4; ++i) { | ||
209 | - d[i] = helper_neon_qrdmlah_s32(env, n[i], m[i], d[i]); | ||
210 | + d[i] = inl_qrdmlah_s32(n[i], m[i], d[i], vq); | ||
211 | } | ||
212 | clear_tail(d, opr_sz, simd_maxsz(desc)); | ||
213 | } | ||
214 | |||
215 | /* Signed saturating rounding doubling multiply-subtract high half, 32-bit */ | ||
216 | -uint32_t HELPER(neon_qrdmlsh_s32)(CPUARMState *env, int32_t src1, | ||
217 | - int32_t src2, int32_t src3) | ||
218 | +static int32_t inl_qrdmlsh_s32(int32_t src1, int32_t src2, | ||
219 | + int32_t src3, uint32_t *sat) | ||
220 | { | ||
221 | /* Simplify similarly to int_qrdmlsh_s16 above. */ | ||
222 | int64_t ret = (int64_t)src1 * src2; | ||
223 | ret = ((int64_t)src3 << 31) - ret + (1 << 30); | ||
224 | ret >>= 31; | ||
225 | if (ret != (int32_t)ret) { | ||
226 | - SET_QC(); | ||
227 | + *sat = 1; | ||
228 | ret = (ret < 0 ? INT32_MIN : INT32_MAX); | ||
229 | } | ||
230 | return ret; | ||
231 | } | ||
232 | |||
233 | +uint32_t HELPER(neon_qrdmlsh_s32)(CPUARMState *env, int32_t src1, | ||
234 | + int32_t src2, int32_t src3) | ||
235 | +{ | ||
236 | + uint32_t *sat = &env->vfp.qc[0]; | ||
237 | + return inl_qrdmlsh_s32(src1, src2, src3, sat); | ||
238 | +} | ||
239 | + | ||
240 | void HELPER(gvec_qrdmlsh_s32)(void *vd, void *vn, void *vm, | ||
241 | - void *ve, uint32_t desc) | ||
242 | + void *vq, uint32_t desc) | ||
243 | { | ||
244 | uintptr_t opr_sz = simd_oprsz(desc); | ||
245 | int32_t *d = vd; | ||
246 | int32_t *n = vn; | ||
247 | int32_t *m = vm; | ||
248 | - CPUARMState *env = ve; | ||
249 | uintptr_t i; | ||
250 | |||
251 | for (i = 0; i < opr_sz / 4; ++i) { | ||
252 | - d[i] = helper_neon_qrdmlsh_s32(env, n[i], m[i], d[i]); | ||
253 | + d[i] = inl_qrdmlsh_s32(n[i], m[i], d[i], vq); | ||
254 | } | ||
255 | clear_tail(d, opr_sz, simd_maxsz(desc)); | ||
256 | } | ||
257 | -- | 197 | -- |
258 | 2.20.1 | 198 | 2.25.1 |
259 | |||
260 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | Include 64-bit element size in preparation for SVE2. | 3 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
4 | 4 | Reviewed-by: Claudio Fontana <cfontana@suse.de> | |
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Message-id: 20221213190537.511-5-farosas@suse.de |
7 | Message-id: 20200513163245.17915-16-richard.henderson@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 | target/arm/helper.h | 10 +++ | 9 | target/arm/m_helper.c | 16 ---------------- |
11 | target/arm/translate.h | 5 ++ | 10 | 1 file changed, 16 deletions(-) |
12 | target/arm/translate-a64.c | 8 ++- | ||
13 | target/arm/translate.c | 133 ++++++++++++++++++++++++++++++++++++- | ||
14 | target/arm/vec_helper.c | 24 +++++++ | ||
15 | 5 files changed, 176 insertions(+), 4 deletions(-) | ||
16 | 11 | ||
17 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 12 | diff --git a/target/arm/m_helper.c b/target/arm/m_helper.c |
18 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/helper.h | 14 | --- a/target/arm/m_helper.c |
20 | +++ b/target/arm/helper.h | 15 | +++ b/target/arm/m_helper.c |
21 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_3(gvec_sli_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 16 | @@ -XXX,XX +XXX,XX @@ |
22 | DEF_HELPER_FLAGS_3(gvec_sli_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
23 | DEF_HELPER_FLAGS_3(gvec_sli_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
24 | |||
25 | +DEF_HELPER_FLAGS_4(gvec_sabd_b, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
26 | +DEF_HELPER_FLAGS_4(gvec_sabd_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
27 | +DEF_HELPER_FLAGS_4(gvec_sabd_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
28 | +DEF_HELPER_FLAGS_4(gvec_sabd_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
29 | + | ||
30 | +DEF_HELPER_FLAGS_4(gvec_uabd_b, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
31 | +DEF_HELPER_FLAGS_4(gvec_uabd_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
32 | +DEF_HELPER_FLAGS_4(gvec_uabd_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
33 | +DEF_HELPER_FLAGS_4(gvec_uabd_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
34 | + | ||
35 | #ifdef TARGET_AARCH64 | ||
36 | #include "helper-a64.h" | ||
37 | #include "helper-sve.h" | ||
38 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/target/arm/translate.h | ||
41 | +++ b/target/arm/translate.h | ||
42 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_sqrdmlah_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
43 | void gen_gvec_sqrdmlsh_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
44 | uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
45 | |||
46 | +void gen_gvec_sabd(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
47 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
48 | +void gen_gvec_uabd(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
49 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
50 | + | ||
51 | /* | ||
52 | * Forward to the isar_feature_* tests given a DisasContext pointer. | ||
53 | */ | 17 | */ |
54 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 18 | |
55 | index XXXXXXX..XXXXXXX 100644 | 19 | #include "qemu/osdep.h" |
56 | --- a/target/arm/translate-a64.c | 20 | -#include "qemu/units.h" |
57 | +++ b/target/arm/translate-a64.c | 21 | -#include "target/arm/idau.h" |
58 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | 22 | -#include "trace.h" |
59 | gen_gvec_fn3(s, is_q, rd, rn, rm, tcg_gen_gvec_smin, size); | 23 | #include "cpu.h" |
60 | } | 24 | #include "internals.h" |
61 | return; | 25 | -#include "exec/gdbstub.h" |
62 | + case 0xe: /* SABD, UABD */ | 26 | #include "exec/helper-proto.h" |
63 | + if (u) { | 27 | -#include "qemu/host-utils.h" |
64 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_uabd, size); | 28 | #include "qemu/main-loop.h" |
65 | + } else { | 29 | #include "qemu/bitops.h" |
66 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_sabd, size); | 30 | -#include "qemu/crc32c.h" |
67 | + } | 31 | -#include "qemu/qemu-print.h" |
68 | + return; | 32 | #include "qemu/log.h" |
69 | case 0x10: /* ADD, SUB */ | 33 | #include "exec/exec-all.h" |
70 | if (u) { | 34 | -#include <zlib.h> /* For crc32 */ |
71 | gen_gvec_fn3(s, is_q, rd, rn, rm, tcg_gen_gvec_sub, size); | 35 | -#include "semihosting/semihost.h" |
72 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | 36 | -#include "sysemu/cpus.h" |
73 | genenvfn = fns[size][u]; | 37 | -#include "sysemu/kvm.h" |
74 | break; | 38 | -#include "qemu/range.h" |
75 | } | 39 | -#include "qapi/qapi-commands-machine-target.h" |
76 | - case 0xe: /* SABD, UABD */ | 40 | -#include "qapi/error.h" |
77 | case 0xf: /* SABA, UABA */ | 41 | -#include "qemu/guest-random.h" |
78 | { | 42 | #ifdef CONFIG_TCG |
79 | static NeonGenTwoOpFn * const fns[3][2] = { | 43 | -#include "arm_ldst.h" |
80 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 44 | #include "exec/cpu_ldst.h" |
81 | index XXXXXXX..XXXXXXX 100644 | 45 | #include "semihosting/common-semi.h" |
82 | --- a/target/arm/translate.c | 46 | #endif |
83 | +++ b/target/arm/translate.c | ||
84 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_sqsub_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
85 | rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
86 | } | ||
87 | |||
88 | +static void gen_sabd_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) | ||
89 | +{ | ||
90 | + TCGv_i32 t = tcg_temp_new_i32(); | ||
91 | + | ||
92 | + tcg_gen_sub_i32(t, a, b); | ||
93 | + tcg_gen_sub_i32(d, b, a); | ||
94 | + tcg_gen_movcond_i32(TCG_COND_LT, d, a, b, d, t); | ||
95 | + tcg_temp_free_i32(t); | ||
96 | +} | ||
97 | + | ||
98 | +static void gen_sabd_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b) | ||
99 | +{ | ||
100 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
101 | + | ||
102 | + tcg_gen_sub_i64(t, a, b); | ||
103 | + tcg_gen_sub_i64(d, b, a); | ||
104 | + tcg_gen_movcond_i64(TCG_COND_LT, d, a, b, d, t); | ||
105 | + tcg_temp_free_i64(t); | ||
106 | +} | ||
107 | + | ||
108 | +static void gen_sabd_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) | ||
109 | +{ | ||
110 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
111 | + | ||
112 | + tcg_gen_smin_vec(vece, t, a, b); | ||
113 | + tcg_gen_smax_vec(vece, d, a, b); | ||
114 | + tcg_gen_sub_vec(vece, d, d, t); | ||
115 | + tcg_temp_free_vec(t); | ||
116 | +} | ||
117 | + | ||
118 | +void gen_gvec_sabd(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
119 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
120 | +{ | ||
121 | + static const TCGOpcode vecop_list[] = { | ||
122 | + INDEX_op_sub_vec, INDEX_op_smin_vec, INDEX_op_smax_vec, 0 | ||
123 | + }; | ||
124 | + static const GVecGen3 ops[4] = { | ||
125 | + { .fniv = gen_sabd_vec, | ||
126 | + .fno = gen_helper_gvec_sabd_b, | ||
127 | + .opt_opc = vecop_list, | ||
128 | + .vece = MO_8 }, | ||
129 | + { .fniv = gen_sabd_vec, | ||
130 | + .fno = gen_helper_gvec_sabd_h, | ||
131 | + .opt_opc = vecop_list, | ||
132 | + .vece = MO_16 }, | ||
133 | + { .fni4 = gen_sabd_i32, | ||
134 | + .fniv = gen_sabd_vec, | ||
135 | + .fno = gen_helper_gvec_sabd_s, | ||
136 | + .opt_opc = vecop_list, | ||
137 | + .vece = MO_32 }, | ||
138 | + { .fni8 = gen_sabd_i64, | ||
139 | + .fniv = gen_sabd_vec, | ||
140 | + .fno = gen_helper_gvec_sabd_d, | ||
141 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
142 | + .opt_opc = vecop_list, | ||
143 | + .vece = MO_64 }, | ||
144 | + }; | ||
145 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
146 | +} | ||
147 | + | ||
148 | +static void gen_uabd_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) | ||
149 | +{ | ||
150 | + TCGv_i32 t = tcg_temp_new_i32(); | ||
151 | + | ||
152 | + tcg_gen_sub_i32(t, a, b); | ||
153 | + tcg_gen_sub_i32(d, b, a); | ||
154 | + tcg_gen_movcond_i32(TCG_COND_LTU, d, a, b, d, t); | ||
155 | + tcg_temp_free_i32(t); | ||
156 | +} | ||
157 | + | ||
158 | +static void gen_uabd_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b) | ||
159 | +{ | ||
160 | + TCGv_i64 t = tcg_temp_new_i64(); | ||
161 | + | ||
162 | + tcg_gen_sub_i64(t, a, b); | ||
163 | + tcg_gen_sub_i64(d, b, a); | ||
164 | + tcg_gen_movcond_i64(TCG_COND_LTU, d, a, b, d, t); | ||
165 | + tcg_temp_free_i64(t); | ||
166 | +} | ||
167 | + | ||
168 | +static void gen_uabd_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) | ||
169 | +{ | ||
170 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
171 | + | ||
172 | + tcg_gen_umin_vec(vece, t, a, b); | ||
173 | + tcg_gen_umax_vec(vece, d, a, b); | ||
174 | + tcg_gen_sub_vec(vece, d, d, t); | ||
175 | + tcg_temp_free_vec(t); | ||
176 | +} | ||
177 | + | ||
178 | +void gen_gvec_uabd(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
179 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
180 | +{ | ||
181 | + static const TCGOpcode vecop_list[] = { | ||
182 | + INDEX_op_sub_vec, INDEX_op_umin_vec, INDEX_op_umax_vec, 0 | ||
183 | + }; | ||
184 | + static const GVecGen3 ops[4] = { | ||
185 | + { .fniv = gen_uabd_vec, | ||
186 | + .fno = gen_helper_gvec_uabd_b, | ||
187 | + .opt_opc = vecop_list, | ||
188 | + .vece = MO_8 }, | ||
189 | + { .fniv = gen_uabd_vec, | ||
190 | + .fno = gen_helper_gvec_uabd_h, | ||
191 | + .opt_opc = vecop_list, | ||
192 | + .vece = MO_16 }, | ||
193 | + { .fni4 = gen_uabd_i32, | ||
194 | + .fniv = gen_uabd_vec, | ||
195 | + .fno = gen_helper_gvec_uabd_s, | ||
196 | + .opt_opc = vecop_list, | ||
197 | + .vece = MO_32 }, | ||
198 | + { .fni8 = gen_uabd_i64, | ||
199 | + .fniv = gen_uabd_vec, | ||
200 | + .fno = gen_helper_gvec_uabd_d, | ||
201 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
202 | + .opt_opc = vecop_list, | ||
203 | + .vece = MO_64 }, | ||
204 | + }; | ||
205 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
206 | +} | ||
207 | + | ||
208 | /* Translate a NEON data processing instruction. Return nonzero if the | ||
209 | instruction is invalid. | ||
210 | We process data in a mixture of 32-bit and 64-bit chunks. | ||
211 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
212 | } | ||
213 | return 1; | ||
214 | |||
215 | + case NEON_3R_VABD: | ||
216 | + if (u) { | ||
217 | + gen_gvec_uabd(size, rd_ofs, rn_ofs, rm_ofs, | ||
218 | + vec_size, vec_size); | ||
219 | + } else { | ||
220 | + gen_gvec_sabd(size, rd_ofs, rn_ofs, rm_ofs, | ||
221 | + vec_size, vec_size); | ||
222 | + } | ||
223 | + return 0; | ||
224 | + | ||
225 | case NEON_3R_VADD_VSUB: | ||
226 | case NEON_3R_LOGIC: | ||
227 | case NEON_3R_VMAX: | ||
228 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
229 | case NEON_3R_VQRSHL: | ||
230 | GEN_NEON_INTEGER_OP_ENV(qrshl); | ||
231 | break; | ||
232 | - case NEON_3R_VABD: | ||
233 | - GEN_NEON_INTEGER_OP(abd); | ||
234 | - break; | ||
235 | case NEON_3R_VABA: | ||
236 | GEN_NEON_INTEGER_OP(abd); | ||
237 | tcg_temp_free_i32(tmp2); | ||
238 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
239 | index XXXXXXX..XXXXXXX 100644 | ||
240 | --- a/target/arm/vec_helper.c | ||
241 | +++ b/target/arm/vec_helper.c | ||
242 | @@ -XXX,XX +XXX,XX @@ DO_CMP0(gvec_cgt0_h, int16_t, >) | ||
243 | DO_CMP0(gvec_cge0_h, int16_t, >=) | ||
244 | |||
245 | #undef DO_CMP0 | ||
246 | + | ||
247 | +#define DO_ABD(NAME, TYPE) \ | ||
248 | +void HELPER(NAME)(void *vd, void *vn, void *vm, uint32_t desc) \ | ||
249 | +{ \ | ||
250 | + intptr_t i, opr_sz = simd_oprsz(desc); \ | ||
251 | + TYPE *d = vd, *n = vn, *m = vm; \ | ||
252 | + \ | ||
253 | + for (i = 0; i < opr_sz / sizeof(TYPE); ++i) { \ | ||
254 | + d[i] = n[i] < m[i] ? m[i] - n[i] : n[i] - m[i]; \ | ||
255 | + } \ | ||
256 | + clear_tail(d, opr_sz, simd_maxsz(desc)); \ | ||
257 | +} | ||
258 | + | ||
259 | +DO_ABD(gvec_sabd_b, int8_t) | ||
260 | +DO_ABD(gvec_sabd_h, int16_t) | ||
261 | +DO_ABD(gvec_sabd_s, int32_t) | ||
262 | +DO_ABD(gvec_sabd_d, int64_t) | ||
263 | + | ||
264 | +DO_ABD(gvec_uabd_b, uint8_t) | ||
265 | +DO_ABD(gvec_uabd_h, uint16_t) | ||
266 | +DO_ABD(gvec_uabd_s, uint32_t) | ||
267 | +DO_ABD(gvec_uabd_d, uint64_t) | ||
268 | + | ||
269 | +#undef DO_ABD | ||
270 | -- | 47 | -- |
271 | 2.20.1 | 48 | 2.25.1 |
272 | |||
273 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Fabiano Rosas <farosas@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | The little end UUID is used in many places, so make | 3 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
4 | NVDIMM_UUID_LE to a common macro to convert the UUID | 4 | Reviewed-by: Claudio Fontana <cfontana@suse.de> |
5 | to a little end array. | 5 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
6 | 6 | Message-id: 20221213190537.511-6-farosas@suse.de | |
7 | Reviewed-by: Xiang Zheng <zhengxiang9@huawei.com> | ||
8 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | ||
9 | Message-id: 20200512030609.19593-2-gengdongjiu@huawei.com | ||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 8 | --- |
13 | include/qemu/uuid.h | 27 +++++++++++++++++++++++++++ | 9 | target/arm/helper.c | 7 ------- |
14 | hw/acpi/nvdimm.c | 10 +++------- | 10 | 1 file changed, 7 deletions(-) |
15 | 2 files changed, 30 insertions(+), 7 deletions(-) | ||
16 | 11 | ||
17 | diff --git a/include/qemu/uuid.h b/include/qemu/uuid.h | 12 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
18 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/include/qemu/uuid.h | 14 | --- a/target/arm/helper.c |
20 | +++ b/include/qemu/uuid.h | 15 | +++ b/target/arm/helper.c |
21 | @@ -XXX,XX +XXX,XX @@ typedef struct { | ||
22 | }; | ||
23 | } QemuUUID; | ||
24 | |||
25 | +/** | ||
26 | + * UUID_LE - converts the fields of UUID to little-endian array, | ||
27 | + * each of parameters is the filed of UUID. | ||
28 | + * | ||
29 | + * @time_low: The low field of the timestamp | ||
30 | + * @time_mid: The middle field of the timestamp | ||
31 | + * @time_hi_and_version: The high field of the timestamp | ||
32 | + * multiplexed with the version number | ||
33 | + * @clock_seq_hi_and_reserved: The high field of the clock | ||
34 | + * sequence multiplexed with the variant | ||
35 | + * @clock_seq_low: The low field of the clock sequence | ||
36 | + * @node0: The spatially unique node0 identifier | ||
37 | + * @node1: The spatially unique node1 identifier | ||
38 | + * @node2: The spatially unique node2 identifier | ||
39 | + * @node3: The spatially unique node3 identifier | ||
40 | + * @node4: The spatially unique node4 identifier | ||
41 | + * @node5: The spatially unique node5 identifier | ||
42 | + */ | ||
43 | +#define UUID_LE(time_low, time_mid, time_hi_and_version, \ | ||
44 | + clock_seq_hi_and_reserved, clock_seq_low, node0, node1, node2, \ | ||
45 | + node3, node4, node5) \ | ||
46 | + { (time_low) & 0xff, ((time_low) >> 8) & 0xff, ((time_low) >> 16) & 0xff, \ | ||
47 | + ((time_low) >> 24) & 0xff, (time_mid) & 0xff, ((time_mid) >> 8) & 0xff, \ | ||
48 | + (time_hi_and_version) & 0xff, ((time_hi_and_version) >> 8) & 0xff, \ | ||
49 | + (clock_seq_hi_and_reserved), (clock_seq_low), (node0), (node1), (node2),\ | ||
50 | + (node3), (node4), (node5) } | ||
51 | + | ||
52 | #define UUID_FMT "%02hhx%02hhx%02hhx%02hhx-" \ | ||
53 | "%02hhx%02hhx-%02hhx%02hhx-" \ | ||
54 | "%02hhx%02hhx-" \ | ||
55 | diff --git a/hw/acpi/nvdimm.c b/hw/acpi/nvdimm.c | ||
56 | index XXXXXXX..XXXXXXX 100644 | ||
57 | --- a/hw/acpi/nvdimm.c | ||
58 | +++ b/hw/acpi/nvdimm.c | ||
59 | @@ -XXX,XX +XXX,XX @@ | 16 | @@ -XXX,XX +XXX,XX @@ |
60 | */ | 17 | */ |
61 | 18 | ||
62 | #include "qemu/osdep.h" | 19 | #include "qemu/osdep.h" |
63 | +#include "qemu/uuid.h" | 20 | -#include "qemu/units.h" |
64 | #include "hw/acpi/acpi.h" | 21 | #include "qemu/log.h" |
65 | #include "hw/acpi/aml-build.h" | 22 | #include "trace.h" |
66 | #include "hw/acpi/bios-linker-loader.h" | 23 | #include "cpu.h" |
24 | #include "internals.h" | ||
25 | #include "exec/helper-proto.h" | ||
26 | -#include "qemu/host-utils.h" | ||
27 | #include "qemu/main-loop.h" | ||
28 | #include "qemu/timer.h" | ||
29 | #include "qemu/bitops.h" | ||
67 | @@ -XXX,XX +XXX,XX @@ | 30 | @@ -XXX,XX +XXX,XX @@ |
68 | #include "hw/mem/nvdimm.h" | 31 | #include "exec/exec-all.h" |
69 | #include "qemu/nvdimm-utils.h" | 32 | #include <zlib.h> /* For crc32 */ |
70 | 33 | #include "hw/irq.h" | |
71 | -#define NVDIMM_UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ | 34 | -#include "semihosting/semihost.h" |
72 | - { (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ | 35 | -#include "sysemu/cpus.h" |
73 | - (b) & 0xff, ((b) >> 8) & 0xff, (c) & 0xff, ((c) >> 8) & 0xff, \ | 36 | #include "sysemu/cpu-timers.h" |
74 | - (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } | 37 | #include "sysemu/kvm.h" |
75 | - | 38 | -#include "qemu/range.h" |
76 | /* | 39 | #include "qapi/qapi-commands-machine-target.h" |
77 | * define Byte Addressable Persistent Memory (PM) Region according to | 40 | #include "qapi/error.h" |
78 | * ACPI 6.0: 5.2.25.1 System Physical Address Range Structure. | 41 | #include "qemu/guest-random.h" |
79 | */ | 42 | #ifdef CONFIG_TCG |
80 | static const uint8_t nvdimm_nfit_spa_uuid[] = | 43 | -#include "arm_ldst.h" |
81 | - NVDIMM_UUID_LE(0x66f0d379, 0xb4f3, 0x4074, 0xac, 0x43, 0x0d, 0x33, | 44 | -#include "exec/cpu_ldst.h" |
82 | - 0x18, 0xb7, 0x8c, 0xdb); | 45 | #include "semihosting/common-semi.h" |
83 | + UUID_LE(0x66f0d379, 0xb4f3, 0x4074, 0xac, 0x43, 0x0d, 0x33, | 46 | #endif |
84 | + 0x18, 0xb7, 0x8c, 0xdb); | 47 | #include "cpregs.h" |
85 | |||
86 | /* | ||
87 | * NVDIMM Firmware Interface Table | ||
88 | -- | 48 | -- |
89 | 2.20.1 | 49 | 2.25.1 |
90 | |||
91 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Claudio Fontana <cfontana@suse.de> |
---|---|---|---|
2 | 2 | ||
3 | Add APEI/GHES detailed design document | 3 | Remove some unused headers. |
4 | 4 | ||
5 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | 5 | Signed-off-by: Claudio Fontana <cfontana@suse.de> |
6 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | 6 | Acked-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Reviewed-by: Michael S. Tsirkin <mst@redhat.com> | 7 | Reviewed-by: Claudio Fontana <cfontana@suse.de> |
8 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | 8 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
9 | Message-id: 20200512030609.19593-4-gengdongjiu@huawei.com | 9 | Signed-off-by: Fabiano Rosas <farosas@suse.de> |
10 | Message-id: 20221213190537.511-7-farosas@suse.de | ||
11 | [added back some includes that are still needed at this point] | ||
12 | Signed-off-by: Fabiano Rosas <farosas@suse.de> | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 14 | --- |
12 | docs/specs/acpi_hest_ghes.rst | 110 ++++++++++++++++++++++++++++++++++ | 15 | target/arm/cpu.c | 1 - |
13 | docs/specs/index.rst | 1 + | 16 | target/arm/cpu64.c | 6 ------ |
14 | 2 files changed, 111 insertions(+) | 17 | 2 files changed, 7 deletions(-) |
15 | create mode 100644 docs/specs/acpi_hest_ghes.rst | ||
16 | 18 | ||
17 | diff --git a/docs/specs/acpi_hest_ghes.rst b/docs/specs/acpi_hest_ghes.rst | 19 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
18 | new file mode 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
19 | index XXXXXXX..XXXXXXX | 21 | --- a/target/arm/cpu.c |
20 | --- /dev/null | 22 | +++ b/target/arm/cpu.c |
21 | +++ b/docs/specs/acpi_hest_ghes.rst | ||
22 | @@ -XXX,XX +XXX,XX @@ | 23 | @@ -XXX,XX +XXX,XX @@ |
23 | +APEI tables generating and CPER record | 24 | #include "target/arm/idau.h" |
24 | +====================================== | 25 | #include "qemu/module.h" |
25 | + | 26 | #include "qapi/error.h" |
26 | +.. | 27 | -#include "qapi/visitor.h" |
27 | + Copyright (c) 2020 HUAWEI TECHNOLOGIES CO., LTD. | 28 | #include "cpu.h" |
28 | + | 29 | #ifdef CONFIG_TCG |
29 | + This work is licensed under the terms of the GNU GPL, version 2 or later. | 30 | #include "hw/core/tcg-cpu-ops.h" |
30 | + See the COPYING file in the top-level directory. | 31 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c |
31 | + | ||
32 | +Design Details | ||
33 | +-------------- | ||
34 | + | ||
35 | +:: | ||
36 | + | ||
37 | + etc/acpi/tables etc/hardware_errors | ||
38 | + ==================== =============================== | ||
39 | + + +--------------------------+ +----------------------------+ | ||
40 | + | | HEST | +--------->| error_block_address1 |------+ | ||
41 | + | +--------------------------+ | +----------------------------+ | | ||
42 | + | | GHES1 | | +------->| error_block_address2 |------+-+ | ||
43 | + | +--------------------------+ | | +----------------------------+ | | | ||
44 | + | | ................. | | | | .............. | | | | ||
45 | + | | error_status_address-----+-+ | -----------------------------+ | | | ||
46 | + | | ................. | | +--->| error_block_addressN |------+-+---+ | ||
47 | + | | read_ack_register--------+-+ | | +----------------------------+ | | | | ||
48 | + | | read_ack_preserve | +-+---+--->| read_ack_register1 | | | | | ||
49 | + | | read_ack_write | | | +----------------------------+ | | | | ||
50 | + + +--------------------------+ | +-+--->| read_ack_register2 | | | | | ||
51 | + | | GHES2 | | | | +----------------------------+ | | | | ||
52 | + + +--------------------------+ | | | | ............. | | | | | ||
53 | + | | ................. | | | | +----------------------------+ | | | | ||
54 | + | | error_status_address-----+---+ | | +->| read_ack_registerN | | | | | ||
55 | + | | ................. | | | | +----------------------------+ | | | | ||
56 | + | | read_ack_register--------+-----+ | | |Generic Error Status Block 1|<-----+ | | | ||
57 | + | | read_ack_preserve | | | |-+------------------------+-+ | | | ||
58 | + | | read_ack_write | | | | | CPER | | | | | ||
59 | + + +--------------------------| | | | | CPER | | | | | ||
60 | + | | ............... | | | | | .... | | | | | ||
61 | + + +--------------------------+ | | | | CPER | | | | | ||
62 | + | | GHESN | | | |-+------------------------+-| | | | ||
63 | + + +--------------------------+ | | |Generic Error Status Block 2|<-------+ | | ||
64 | + | | ................. | | | |-+------------------------+-+ | | ||
65 | + | | error_status_address-----+-------+ | | | CPER | | | | ||
66 | + | | ................. | | | | CPER | | | | ||
67 | + | | read_ack_register--------+---------+ | | .... | | | | ||
68 | + | | read_ack_preserve | | | CPER | | | | ||
69 | + | | read_ack_write | +-+------------------------+-+ | | ||
70 | + + +--------------------------+ | .......... | | | ||
71 | + |----------------------------+ | | ||
72 | + |Generic Error Status Block N |<----------+ | ||
73 | + |-+-------------------------+-+ | ||
74 | + | | CPER | | | ||
75 | + | | CPER | | | ||
76 | + | | .... | | | ||
77 | + | | CPER | | | ||
78 | + +-+-------------------------+-+ | ||
79 | + | ||
80 | + | ||
81 | +(1) QEMU generates the ACPI HEST table. This table goes in the current | ||
82 | + "etc/acpi/tables" fw_cfg blob. Each error source has different | ||
83 | + notification types. | ||
84 | + | ||
85 | +(2) A new fw_cfg blob called "etc/hardware_errors" is introduced. QEMU | ||
86 | + also needs to populate this blob. The "etc/hardware_errors" fw_cfg blob | ||
87 | + contains an address registers table and an Error Status Data Block table. | ||
88 | + | ||
89 | +(3) The address registers table contains N Error Block Address entries | ||
90 | + and N Read Ack Register entries. The size for each entry is 8-byte. | ||
91 | + The Error Status Data Block table contains N Error Status Data Block | ||
92 | + entries. The size for each entry is 4096(0x1000) bytes. The total size | ||
93 | + for the "etc/hardware_errors" fw_cfg blob is (N * 8 * 2 + N * 4096) bytes. | ||
94 | + N is the number of the kinds of hardware error sources. | ||
95 | + | ||
96 | +(4) QEMU generates the ACPI linker/loader script for the firmware. The | ||
97 | + firmware pre-allocates memory for "etc/acpi/tables", "etc/hardware_errors" | ||
98 | + and copies blob contents there. | ||
99 | + | ||
100 | +(5) QEMU generates N ADD_POINTER commands, which patch addresses in the | ||
101 | + "error_status_address" fields of the HEST table with a pointer to the | ||
102 | + corresponding "address registers" in the "etc/hardware_errors" blob. | ||
103 | + | ||
104 | +(6) QEMU generates N ADD_POINTER commands, which patch addresses in the | ||
105 | + "read_ack_register" fields of the HEST table with a pointer to the | ||
106 | + corresponding "read_ack_register" within the "etc/hardware_errors" blob. | ||
107 | + | ||
108 | +(7) QEMU generates N ADD_POINTER commands for the firmware, which patch | ||
109 | + addresses in the "error_block_address" fields with a pointer to the | ||
110 | + respective "Error Status Data Block" in the "etc/hardware_errors" blob. | ||
111 | + | ||
112 | +(8) QEMU defines a third and write-only fw_cfg blob which is called | ||
113 | + "etc/hardware_errors_addr". Through that blob, the firmware can send back | ||
114 | + the guest-side allocation addresses to QEMU. The "etc/hardware_errors_addr" | ||
115 | + blob contains a 8-byte entry. QEMU generates a single WRITE_POINTER command | ||
116 | + for the firmware. The firmware will write back the start address of | ||
117 | + "etc/hardware_errors" blob to the fw_cfg file "etc/hardware_errors_addr". | ||
118 | + | ||
119 | +(9) When QEMU gets a SIGBUS from the kernel, QEMU writes CPER into corresponding | ||
120 | + "Error Status Data Block", guest memory, and then injects platform specific | ||
121 | + interrupt (in case of arm/virt machine it's Synchronous External Abort) as a | ||
122 | + notification which is necessary for notifying the guest. | ||
123 | + | ||
124 | +(10) This notification (in virtual hardware) will be handled by the guest | ||
125 | + kernel, on receiving notification, guest APEI driver could read the CPER error | ||
126 | + and take appropriate action. | ||
127 | + | ||
128 | +(11) kvm_arch_on_sigbus_vcpu() uses source_id as index in "etc/hardware_errors" to | ||
129 | + find out "Error Status Data Block" entry corresponding to error source. So supported | ||
130 | + source_id values should be assigned here and not be changed afterwards to make sure | ||
131 | + that guest will write error into expected "Error Status Data Block" even if guest was | ||
132 | + migrated to a newer QEMU. | ||
133 | diff --git a/docs/specs/index.rst b/docs/specs/index.rst | ||
134 | index XXXXXXX..XXXXXXX 100644 | 32 | index XXXXXXX..XXXXXXX 100644 |
135 | --- a/docs/specs/index.rst | 33 | --- a/target/arm/cpu64.c |
136 | +++ b/docs/specs/index.rst | 34 | +++ b/target/arm/cpu64.c |
137 | @@ -XXX,XX +XXX,XX @@ Contents: | 35 | @@ -XXX,XX +XXX,XX @@ |
138 | ppc-spapr-xive | 36 | #include "qemu/osdep.h" |
139 | acpi_hw_reduced_hotplug | 37 | #include "qapi/error.h" |
140 | tpm | 38 | #include "cpu.h" |
141 | + acpi_hest_ghes | 39 | -#ifdef CONFIG_TCG |
40 | -#include "hw/core/tcg-cpu-ops.h" | ||
41 | -#endif /* CONFIG_TCG */ | ||
42 | #include "qemu/module.h" | ||
43 | -#if !defined(CONFIG_USER_ONLY) | ||
44 | -#include "hw/loader.h" | ||
45 | -#endif | ||
46 | #include "sysemu/kvm.h" | ||
47 | #include "sysemu/hvf.h" | ||
48 | #include "kvm_arm.h" | ||
142 | -- | 49 | -- |
143 | 2.20.1 | 50 | 2.25.1 |
144 | |||
145 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | RAS Virtualization feature is not supported now, so | 3 | The pointed MouseTransformInfo structure is accessed read-only. |
4 | add a RAS machine option and disable it by default. | ||
5 | 4 | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
7 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | 7 | Message-id: 20221220142520.24094-2-philmd@linaro.org |
9 | Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> | ||
10 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
11 | Message-id: 20200512030609.19593-3-gengdongjiu@huawei.com | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 9 | --- |
14 | include/hw/arm/virt.h | 1 + | 10 | include/hw/input/tsc2xxx.h | 4 ++-- |
15 | hw/arm/virt.c | 23 +++++++++++++++++++++++ | 11 | hw/input/tsc2005.c | 2 +- |
16 | 2 files changed, 24 insertions(+) | 12 | hw/input/tsc210x.c | 3 +-- |
13 | 3 files changed, 4 insertions(+), 5 deletions(-) | ||
17 | 14 | ||
18 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | 15 | diff --git a/include/hw/input/tsc2xxx.h b/include/hw/input/tsc2xxx.h |
19 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/include/hw/arm/virt.h | 17 | --- a/include/hw/input/tsc2xxx.h |
21 | +++ b/include/hw/arm/virt.h | 18 | +++ b/include/hw/input/tsc2xxx.h |
22 | @@ -XXX,XX +XXX,XX @@ typedef struct { | 19 | @@ -XXX,XX +XXX,XX @@ uWireSlave *tsc2102_init(qemu_irq pint); |
23 | bool highmem_ecam; | 20 | uWireSlave *tsc2301_init(qemu_irq penirq, qemu_irq kbirq, qemu_irq dav); |
24 | bool its; | 21 | I2SCodec *tsc210x_codec(uWireSlave *chip); |
25 | bool virt; | 22 | uint32_t tsc210x_txrx(void *opaque, uint32_t value, int len); |
26 | + bool ras; | 23 | -void tsc210x_set_transform(uWireSlave *chip, MouseTransformInfo *info); |
27 | OnOffAuto acpi; | 24 | +void tsc210x_set_transform(uWireSlave *chip, const MouseTransformInfo *info); |
28 | VirtGICType gic_version; | 25 | void tsc210x_key_event(uWireSlave *chip, int key, int down); |
29 | VirtIOMMUType iommu; | 26 | |
30 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 27 | /* tsc2005.c */ |
28 | void *tsc2005_init(qemu_irq pintdav); | ||
29 | uint32_t tsc2005_txrx(void *opaque, uint32_t value, int len); | ||
30 | -void tsc2005_set_transform(void *opaque, MouseTransformInfo *info); | ||
31 | +void tsc2005_set_transform(void *opaque, const MouseTransformInfo *info); | ||
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/hw/arm/virt.c | 36 | --- a/hw/input/tsc2005.c |
33 | +++ b/hw/arm/virt.c | 37 | +++ b/hw/input/tsc2005.c |
34 | @@ -XXX,XX +XXX,XX @@ static void virt_set_acpi(Object *obj, Visitor *v, const char *name, | 38 | @@ -XXX,XX +XXX,XX @@ void *tsc2005_init(qemu_irq pintdav) |
35 | visit_type_OnOffAuto(v, name, &vms->acpi, errp); | 39 | * from the touchscreen. Assuming 12-bit precision was used during |
36 | } | 40 | * tslib calibration. |
37 | 41 | */ | |
38 | +static bool virt_get_ras(Object *obj, Error **errp) | 42 | -void tsc2005_set_transform(void *opaque, MouseTransformInfo *info) |
39 | +{ | 43 | +void tsc2005_set_transform(void *opaque, const MouseTransformInfo *info) |
40 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
41 | + | ||
42 | + return vms->ras; | ||
43 | +} | ||
44 | + | ||
45 | +static void virt_set_ras(Object *obj, bool value, Error **errp) | ||
46 | +{ | ||
47 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
48 | + | ||
49 | + vms->ras = value; | ||
50 | +} | ||
51 | + | ||
52 | static char *virt_get_gic_version(Object *obj, Error **errp) | ||
53 | { | 44 | { |
54 | VirtMachineState *vms = VIRT_MACHINE(obj); | 45 | TSC2005State *s = (TSC2005State *) opaque; |
55 | @@ -XXX,XX +XXX,XX @@ static void virt_instance_init(Object *obj) | 46 | |
56 | "Valid values are none and smmuv3", | 47 | diff --git a/hw/input/tsc210x.c b/hw/input/tsc210x.c |
57 | NULL); | 48 | index XXXXXXX..XXXXXXX 100644 |
58 | 49 | --- a/hw/input/tsc210x.c | |
59 | + /* Default disallows RAS instantiation */ | 50 | +++ b/hw/input/tsc210x.c |
60 | + vms->ras = false; | 51 | @@ -XXX,XX +XXX,XX @@ I2SCodec *tsc210x_codec(uWireSlave *chip) |
61 | + object_property_add_bool(obj, "ras", virt_get_ras, | 52 | * from the touchscreen. Assuming 12-bit precision was used during |
62 | + virt_set_ras, NULL); | 53 | * tslib calibration. |
63 | + object_property_set_description(obj, "ras", | 54 | */ |
64 | + "Set on/off to enable/disable reporting host memory errors " | 55 | -void tsc210x_set_transform(uWireSlave *chip, |
65 | + "to a KVM guest using ACPI and guest external abort exceptions", | 56 | - MouseTransformInfo *info) |
66 | + NULL); | 57 | +void tsc210x_set_transform(uWireSlave *chip, const MouseTransformInfo *info) |
67 | + | 58 | { |
68 | vms->irqmap = a15irqmap; | 59 | TSC210xState *s = (TSC210xState *) chip->opaque; |
69 | 60 | #if 0 | |
70 | virt_flash_create(vms); | ||
71 | -- | 61 | -- |
72 | 2.20.1 | 62 | 2.25.1 |
73 | 63 | ||
74 | 64 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Provide a functional interface for the vector expansion. | 3 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
4 | This fits better with the existing set of helpers that | 4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | we provide for other operations. | 5 | Message-id: 20221220142520.24094-3-philmd@linaro.org |
6 | |||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200513163245.17915-13-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 7 | --- |
12 | target/arm/translate.h | 5 ++++ | 8 | hw/arm/nseries.c | 18 +++++++++--------- |
13 | target/arm/translate-a64.c | 34 ++---------------------- | 9 | 1 file changed, 9 insertions(+), 9 deletions(-) |
14 | target/arm/translate.c | 54 +++++++++++++++++++------------------- | ||
15 | 3 files changed, 34 insertions(+), 59 deletions(-) | ||
16 | 10 | ||
17 | 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 |
18 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/translate.h | 13 | --- a/hw/arm/nseries.c |
20 | +++ b/target/arm/translate.h | 14 | +++ b/hw/arm/nseries.c |
21 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_sri(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 15 | @@ -XXX,XX +XXX,XX @@ static void n8x0_i2c_setup(struct n800_s *s) |
22 | void gen_gvec_sli(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
23 | int64_t shift, uint32_t opr_sz, uint32_t max_sz); | ||
24 | |||
25 | +void gen_gvec_sqrdmlah_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
26 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
27 | +void gen_gvec_sqrdmlsh_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
28 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
29 | + | ||
30 | /* | ||
31 | * Forward to the isar_feature_* tests given a DisasContext pointer. | ||
32 | */ | ||
33 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
34 | index XXXXXXX..XXXXXXX 100644 | ||
35 | --- a/target/arm/translate-a64.c | ||
36 | +++ b/target/arm/translate-a64.c | ||
37 | @@ -XXX,XX +XXX,XX @@ static void gen_gvec_op3_ool(DisasContext *s, bool is_q, int rd, | ||
38 | is_q ? 16 : 8, vec_full_reg_size(s), data, fn); | ||
39 | } | 16 | } |
40 | 17 | ||
41 | -/* Expand a 3-operand + env pointer operation using | 18 | /* Touchscreen and keypad controller */ |
42 | - * an out-of-line helper. | 19 | -static MouseTransformInfo n800_pointercal = { |
43 | - */ | 20 | +static const MouseTransformInfo n800_pointercal = { |
44 | -static void gen_gvec_op3_env(DisasContext *s, bool is_q, int rd, | 21 | .x = 800, |
45 | - int rn, int rm, gen_helper_gvec_3_ptr *fn) | 22 | .y = 480, |
46 | -{ | 23 | .a = { 14560, -68, -3455208, -39, -9621, 35152972, 65536 }, |
47 | - tcg_gen_gvec_3_ptr(vec_full_reg_offset(s, rd), | ||
48 | - vec_full_reg_offset(s, rn), | ||
49 | - vec_full_reg_offset(s, rm), cpu_env, | ||
50 | - is_q ? 16 : 8, vec_full_reg_size(s), 0, fn); | ||
51 | -} | ||
52 | - | ||
53 | /* Expand a 3-operand + fpstatus pointer + simd data value operation using | ||
54 | * an out-of-line helper. | ||
55 | */ | ||
56 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_three_reg_same_extra(DisasContext *s, uint32_t insn) | ||
57 | |||
58 | switch (opcode) { | ||
59 | case 0x0: /* SQRDMLAH (vector) */ | ||
60 | - switch (size) { | ||
61 | - case 1: | ||
62 | - gen_gvec_op3_env(s, is_q, rd, rn, rm, gen_helper_gvec_qrdmlah_s16); | ||
63 | - break; | ||
64 | - case 2: | ||
65 | - gen_gvec_op3_env(s, is_q, rd, rn, rm, gen_helper_gvec_qrdmlah_s32); | ||
66 | - break; | ||
67 | - default: | ||
68 | - g_assert_not_reached(); | ||
69 | - } | ||
70 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_sqrdmlah_qc, size); | ||
71 | return; | ||
72 | |||
73 | case 0x1: /* SQRDMLSH (vector) */ | ||
74 | - switch (size) { | ||
75 | - case 1: | ||
76 | - gen_gvec_op3_env(s, is_q, rd, rn, rm, gen_helper_gvec_qrdmlsh_s16); | ||
77 | - break; | ||
78 | - case 2: | ||
79 | - gen_gvec_op3_env(s, is_q, rd, rn, rm, gen_helper_gvec_qrdmlsh_s32); | ||
80 | - break; | ||
81 | - default: | ||
82 | - g_assert_not_reached(); | ||
83 | - } | ||
84 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_sqrdmlsh_qc, size); | ||
85 | return; | ||
86 | |||
87 | case 0x2: /* SDOT / UDOT */ | ||
88 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
89 | index XXXXXXX..XXXXXXX 100644 | ||
90 | --- a/target/arm/translate.c | ||
91 | +++ b/target/arm/translate.c | ||
92 | @@ -XXX,XX +XXX,XX @@ static const uint8_t neon_2rm_sizes[] = { | ||
93 | [NEON_2RM_VCVT_UF] = 0x4, | ||
94 | }; | 24 | }; |
95 | 25 | ||
96 | - | 26 | -static MouseTransformInfo n810_pointercal = { |
97 | -/* Expand v8.1 simd helper. */ | 27 | +static const MouseTransformInfo n810_pointercal = { |
98 | -static int do_v81_helper(DisasContext *s, gen_helper_gvec_3_ptr *fn, | 28 | .x = 800, |
99 | - int q, int rd, int rn, int rm) | 29 | .y = 480, |
100 | +void gen_gvec_sqrdmlah_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 30 | .a = { 15041, 148, -4731056, 171, -10238, 35933380, 65536 }, |
101 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | 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) | ||
102 | { | 75 | { |
103 | - if (dc_isar_feature(aa32_rdm, s)) { | 76 | uint8_t *b; |
104 | - int opr_sz = (1 + q) * 8; | 77 | uint16_t *w; |
105 | - tcg_gen_gvec_3_ptr(vfp_reg_offset(1, rd), | 78 | uint32_t *l; |
106 | - vfp_reg_offset(1, rn), | 79 | - struct omap_gpiosw_info_s *gpiosw; |
107 | - vfp_reg_offset(1, rm), cpu_env, | 80 | - struct omap_partition_info_s *partition; |
108 | - opr_sz, opr_sz, 0, fn); | 81 | + const struct omap_gpiosw_info_s *gpiosw; |
109 | - return 0; | 82 | + const struct omap_partition_info_s *partition; |
110 | - } | 83 | const char *tag; |
111 | - return 1; | 84 | |
112 | + static gen_helper_gvec_3_ptr * const fns[2] = { | 85 | w = p; |
113 | + gen_helper_gvec_qrdmlah_s16, gen_helper_gvec_qrdmlah_s32 | ||
114 | + }; | ||
115 | + tcg_debug_assert(vece >= 1 && vece <= 2); | ||
116 | + tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, cpu_env, | ||
117 | + opr_sz, max_sz, 0, fns[vece - 1]); | ||
118 | +} | ||
119 | + | ||
120 | +void gen_gvec_sqrdmlsh_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
121 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
122 | +{ | ||
123 | + static gen_helper_gvec_3_ptr * const fns[2] = { | ||
124 | + gen_helper_gvec_qrdmlsh_s16, gen_helper_gvec_qrdmlsh_s32 | ||
125 | + }; | ||
126 | + tcg_debug_assert(vece >= 1 && vece <= 2); | ||
127 | + tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, cpu_env, | ||
128 | + opr_sz, max_sz, 0, fns[vece - 1]); | ||
129 | } | ||
130 | |||
131 | #define GEN_CMP0(NAME, COND) \ | ||
132 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
133 | break; /* VPADD */ | ||
134 | } | ||
135 | /* VQRDMLAH */ | ||
136 | - switch (size) { | ||
137 | - case 1: | ||
138 | - return do_v81_helper(s, gen_helper_gvec_qrdmlah_s16, | ||
139 | - q, rd, rn, rm); | ||
140 | - case 2: | ||
141 | - return do_v81_helper(s, gen_helper_gvec_qrdmlah_s32, | ||
142 | - q, rd, rn, rm); | ||
143 | + if (dc_isar_feature(aa32_rdm, s) && (size == 1 || size == 2)) { | ||
144 | + gen_gvec_sqrdmlah_qc(size, rd_ofs, rn_ofs, rm_ofs, | ||
145 | + vec_size, vec_size); | ||
146 | + return 0; | ||
147 | } | ||
148 | return 1; | ||
149 | |||
150 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
151 | break; | ||
152 | } | ||
153 | /* VQRDMLSH */ | ||
154 | - switch (size) { | ||
155 | - case 1: | ||
156 | - return do_v81_helper(s, gen_helper_gvec_qrdmlsh_s16, | ||
157 | - q, rd, rn, rm); | ||
158 | - case 2: | ||
159 | - return do_v81_helper(s, gen_helper_gvec_qrdmlsh_s32, | ||
160 | - q, rd, rn, rm); | ||
161 | + if (dc_isar_feature(aa32_rdm, s) && (size == 1 || size == 2)) { | ||
162 | + gen_gvec_sqrdmlsh_qc(size, rd_ofs, rn_ofs, rm_ofs, | ||
163 | + vec_size, vec_size); | ||
164 | + return 0; | ||
165 | } | ||
166 | return 1; | ||
167 | |||
168 | -- | 86 | -- |
169 | 2.20.1 | 87 | 2.25.1 |
170 | 88 | ||
171 | 89 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Record the GHEB address via fw_cfg file, when recording | 3 | Silent when compiling with -Wextra: |
4 | a error to CPER, it will use this address to find out | ||
5 | Generic Error Data Entries and write the error. | ||
6 | 4 | ||
7 | In order to avoid migration failure, make hardware | 5 | ../hw/arm/nseries.c:1081:12: warning: missing field 'line' initializer [-Wmissing-field-initializers] |
8 | error table address to a part of GED device instead | 6 | { NULL } |
9 | of global variable, then this address will be migrated | 7 | ^ |
10 | to target QEMU. | ||
11 | 8 | ||
12 | Acked-by: Xiang Zheng <zhengxiang9@huawei.com> | 9 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
13 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | 10 | Message-id: 20221220142520.24094-4-philmd@linaro.org |
14 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
15 | Reviewed-by: Michael S. Tsirkin <mst@redhat.com> | ||
16 | Message-id: 20200512030609.19593-7-gengdongjiu@huawei.com | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 13 | --- |
19 | include/hw/acpi/generic_event_device.h | 2 ++ | 14 | hw/arm/nseries.c | 10 ++++------ |
20 | include/hw/acpi/ghes.h | 6 ++++++ | 15 | 1 file changed, 4 insertions(+), 6 deletions(-) |
21 | hw/acpi/generic_event_device.c | 19 +++++++++++++++++++ | ||
22 | hw/acpi/ghes.c | 14 ++++++++++++++ | ||
23 | hw/arm/virt-acpi-build.c | 8 ++++++++ | ||
24 | 5 files changed, 49 insertions(+) | ||
25 | 16 | ||
26 | diff --git a/include/hw/acpi/generic_event_device.h b/include/hw/acpi/generic_event_device.h | 17 | diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c |
27 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/include/hw/acpi/generic_event_device.h | 19 | --- a/hw/arm/nseries.c |
29 | +++ b/include/hw/acpi/generic_event_device.h | 20 | +++ b/hw/arm/nseries.c |
30 | @@ -XXX,XX +XXX,XX @@ | 21 | @@ -XXX,XX +XXX,XX @@ static const struct omap_gpiosw_info_s { |
31 | 22 | "headphone", N8X0_HEADPHONE_GPIO, | |
32 | #include "hw/sysbus.h" | 23 | OMAP_GPIOSW_TYPE_CONNECTION | OMAP_GPIOSW_INVERTED, |
33 | #include "hw/acpi/memory_hotplug.h" | 24 | }, |
34 | +#include "hw/acpi/ghes.h" | 25 | - { NULL } |
35 | 26 | + { /* end of list */ } | |
36 | #define ACPI_POWER_BUTTON_DEVICE "PWRB" | 27 | }, n810_gpiosw_info[] = { |
37 | 28 | { | |
38 | @@ -XXX,XX +XXX,XX @@ typedef struct AcpiGedState { | 29 | "gps_reset", N810_GPS_RESET_GPIO, |
39 | GEDState ged_state; | 30 | @@ -XXX,XX +XXX,XX @@ static const struct omap_gpiosw_info_s { |
40 | uint32_t ged_event_bitmap; | 31 | "slide", N810_SLIDE_GPIO, |
41 | qemu_irq irq; | 32 | OMAP_GPIOSW_TYPE_COVER | OMAP_GPIOSW_INVERTED, |
42 | + AcpiGhesState ghes_state; | 33 | }, |
43 | } AcpiGedState; | 34 | - { NULL } |
44 | 35 | + { /* end of list */ } | |
45 | void build_ged_aml(Aml *table, const char* name, HotplugHandler *hotplug_dev, | ||
46 | diff --git a/include/hw/acpi/ghes.h b/include/hw/acpi/ghes.h | ||
47 | index XXXXXXX..XXXXXXX 100644 | ||
48 | --- a/include/hw/acpi/ghes.h | ||
49 | +++ b/include/hw/acpi/ghes.h | ||
50 | @@ -XXX,XX +XXX,XX @@ enum { | ||
51 | ACPI_HEST_SRC_ID_RESERVED, | ||
52 | }; | 36 | }; |
53 | 37 | ||
54 | +typedef struct AcpiGhesState { | 38 | static const struct omap_partition_info_s { |
55 | + uint64_t ghes_addr_le; | 39 | @@ -XXX,XX +XXX,XX @@ static const struct omap_partition_info_s { |
56 | +} AcpiGhesState; | 40 | { 0x00080000, 0x00200000, 0x0, "kernel" }, |
57 | + | 41 | { 0x00280000, 0x00200000, 0x3, "initfs" }, |
58 | void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker); | 42 | { 0x00480000, 0x0fb80000, 0x3, "rootfs" }, |
59 | void acpi_build_hest(GArray *table_data, BIOSLinker *linker); | 43 | - |
60 | +void acpi_ghes_add_fw_cfg(AcpiGhesState *vms, FWCfgState *s, | 44 | - { 0, 0, 0, NULL } |
61 | + GArray *hardware_errors); | 45 | + { /* end of list */ } |
62 | #endif | 46 | }, n810_part_info[] = { |
63 | diff --git a/hw/acpi/generic_event_device.c b/hw/acpi/generic_event_device.c | 47 | { 0x00000000, 0x00020000, 0x3, "bootloader" }, |
64 | index XXXXXXX..XXXXXXX 100644 | 48 | { 0x00020000, 0x00060000, 0x0, "config" }, |
65 | --- a/hw/acpi/generic_event_device.c | 49 | { 0x00080000, 0x00220000, 0x0, "kernel" }, |
66 | +++ b/hw/acpi/generic_event_device.c | 50 | { 0x002a0000, 0x00400000, 0x0, "initfs" }, |
67 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_ged_state = { | 51 | { 0x006a0000, 0x0f960000, 0x0, "rootfs" }, |
68 | } | 52 | - |
53 | - { 0, 0, 0, NULL } | ||
54 | + { /* end of list */ } | ||
69 | }; | 55 | }; |
70 | 56 | ||
71 | +static bool ghes_needed(void *opaque) | 57 | static const uint8_t n8x0_bd_addr[6] = { N8X0_BD_ADDR }; |
72 | +{ | ||
73 | + AcpiGedState *s = opaque; | ||
74 | + return s->ghes_state.ghes_addr_le; | ||
75 | +} | ||
76 | + | ||
77 | +static const VMStateDescription vmstate_ghes_state = { | ||
78 | + .name = "acpi-ged/ghes", | ||
79 | + .version_id = 1, | ||
80 | + .minimum_version_id = 1, | ||
81 | + .needed = ghes_needed, | ||
82 | + .fields = (VMStateField[]) { | ||
83 | + VMSTATE_STRUCT(ghes_state, AcpiGedState, 1, | ||
84 | + vmstate_ghes_state, AcpiGhesState), | ||
85 | + VMSTATE_END_OF_LIST() | ||
86 | + } | ||
87 | +}; | ||
88 | + | ||
89 | static const VMStateDescription vmstate_acpi_ged = { | ||
90 | .name = "acpi-ged", | ||
91 | .version_id = 1, | ||
92 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_acpi_ged = { | ||
93 | }, | ||
94 | .subsections = (const VMStateDescription * []) { | ||
95 | &vmstate_memhp_state, | ||
96 | + &vmstate_ghes_state, | ||
97 | NULL | ||
98 | } | ||
99 | }; | ||
100 | diff --git a/hw/acpi/ghes.c b/hw/acpi/ghes.c | ||
101 | index XXXXXXX..XXXXXXX 100644 | ||
102 | --- a/hw/acpi/ghes.c | ||
103 | +++ b/hw/acpi/ghes.c | ||
104 | @@ -XXX,XX +XXX,XX @@ | ||
105 | #include "hw/acpi/ghes.h" | ||
106 | #include "hw/acpi/aml-build.h" | ||
107 | #include "qemu/error-report.h" | ||
108 | +#include "hw/acpi/generic_event_device.h" | ||
109 | +#include "hw/nvram/fw_cfg.h" | ||
110 | |||
111 | #define ACPI_GHES_ERRORS_FW_CFG_FILE "etc/hardware_errors" | ||
112 | #define ACPI_GHES_DATA_ADDR_FW_CFG_FILE "etc/hardware_errors_addr" | ||
113 | @@ -XXX,XX +XXX,XX @@ void acpi_build_hest(GArray *table_data, BIOSLinker *linker) | ||
114 | build_header(linker, table_data, (void *)(table_data->data + hest_start), | ||
115 | "HEST", table_data->len - hest_start, 1, NULL, NULL); | ||
116 | } | ||
117 | + | ||
118 | +void acpi_ghes_add_fw_cfg(AcpiGhesState *ags, FWCfgState *s, | ||
119 | + GArray *hardware_error) | ||
120 | +{ | ||
121 | + /* Create a read-only fw_cfg file for GHES */ | ||
122 | + fw_cfg_add_file(s, ACPI_GHES_ERRORS_FW_CFG_FILE, hardware_error->data, | ||
123 | + hardware_error->len); | ||
124 | + | ||
125 | + /* Create a read-write fw_cfg file for Address */ | ||
126 | + fw_cfg_add_file_callback(s, ACPI_GHES_DATA_ADDR_FW_CFG_FILE, NULL, NULL, | ||
127 | + NULL, &(ags->ghes_addr_le), sizeof(ags->ghes_addr_le), false); | ||
128 | +} | ||
129 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c | ||
130 | index XXXXXXX..XXXXXXX 100644 | ||
131 | --- a/hw/arm/virt-acpi-build.c | ||
132 | +++ b/hw/arm/virt-acpi-build.c | ||
133 | @@ -XXX,XX +XXX,XX @@ void virt_acpi_setup(VirtMachineState *vms) | ||
134 | { | ||
135 | AcpiBuildTables tables; | ||
136 | AcpiBuildState *build_state; | ||
137 | + AcpiGedState *acpi_ged_state; | ||
138 | |||
139 | if (!vms->fw_cfg) { | ||
140 | trace_virt_acpi_setup(); | ||
141 | @@ -XXX,XX +XXX,XX @@ void virt_acpi_setup(VirtMachineState *vms) | ||
142 | fw_cfg_add_file(vms->fw_cfg, ACPI_BUILD_TPMLOG_FILE, tables.tcpalog->data, | ||
143 | acpi_data_len(tables.tcpalog)); | ||
144 | |||
145 | + if (vms->ras) { | ||
146 | + assert(vms->acpi_dev); | ||
147 | + acpi_ged_state = ACPI_GED(vms->acpi_dev); | ||
148 | + acpi_ghes_add_fw_cfg(&acpi_ged_state->ghes_state, | ||
149 | + vms->fw_cfg, tables.hardware_errors); | ||
150 | + } | ||
151 | + | ||
152 | build_state->rsdp_mr = acpi_add_rom_blob(virt_acpi_build_update, | ||
153 | build_state, tables.rsdp, | ||
154 | ACPI_BUILD_RSDP_FILE, 0); | ||
155 | -- | 58 | -- |
156 | 2.20.1 | 59 | 2.25.1 |
157 | 60 | ||
158 | 61 | diff view generated by jsdifflib |
1 | From: Dongjiu Geng <gengdongjiu@huawei.com> | 1 | From: Zhuojia Shen <chaosdefinition@hotmail.com> |
---|---|---|---|
2 | 2 | ||
3 | This patch builds Hardware Error Source Table(HEST) via fw_cfg blobs. | 3 | In CPUID registers exposed to userspace, some registers were missing |
4 | Now it only supports ARMv8 SEA, a type of Generic Hardware Error | 4 | and some fields were not exposed. This patch aligns exposed ID |
5 | Source version 2(GHESv2) error source. Afterwards, we can extend | 5 | registers and their fields with what the upstream kernel currently |
6 | the supported types if needed. For the CPER section, currently it | 6 | exposes. |
7 | is memory section because kernel mainly wants userspace to handle | 7 | |
8 | the memory errors. | 8 | Specifically, the following new ID registers/fields are exposed to |
9 | 9 | userspace: | |
10 | This patch follows the spec ACPI 6.2 to build the Hardware Error | 10 | |
11 | Source table. For more detailed information, please refer to | 11 | ID_AA64PFR1_EL1.BT: bits 3-0 |
12 | document: docs/specs/acpi_hest_ghes.rst | 12 | ID_AA64PFR1_EL1.MTE: bits 11-8 |
13 | 13 | ID_AA64PFR1_EL1.SME: bits 27-24 | |
14 | build_ghes_hw_error_notification() helper will help to add Hardware | 14 | |
15 | Error Notification to ACPI tables without using packed C structures | 15 | ID_AA64ZFR0_EL1.SVEver: bits 3-0 |
16 | and avoid endianness issues as API doesn't need explicit conversion. | 16 | ID_AA64ZFR0_EL1.AES: bits 7-4 |
17 | 17 | ID_AA64ZFR0_EL1.BitPerm: bits 19-16 | |
18 | Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> | 18 | ID_AA64ZFR0_EL1.BF16: bits 23-20 |
19 | Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> | 19 | ID_AA64ZFR0_EL1.SHA3: bits 35-32 |
20 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | 20 | ID_AA64ZFR0_EL1.SM4: bits 43-40 |
21 | Reviewed-by: Michael S. Tsirkin <mst@redhat.com> | 21 | ID_AA64ZFR0_EL1.I8MM: bits 47-44 |
22 | Message-id: 20200512030609.19593-6-gengdongjiu@huawei.com | 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 | ||
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] | ||
23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 62 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
24 | --- | 63 | --- |
25 | include/hw/acpi/ghes.h | 39 ++++++++++++ | 64 | target/arm/helper.c | 96 +++++++++++++++++++++++++------ |
26 | hw/acpi/ghes.c | 126 +++++++++++++++++++++++++++++++++++++++ | 65 | tests/tcg/aarch64/sysregs.c | 24 ++++++-- |
27 | hw/arm/virt-acpi-build.c | 2 + | 66 | tests/tcg/aarch64/Makefile.target | 7 ++- |
28 | 3 files changed, 167 insertions(+) | 67 | 3 files changed, 103 insertions(+), 24 deletions(-) |
29 | 68 | ||
30 | diff --git a/include/hw/acpi/ghes.h b/include/hw/acpi/ghes.h | 69 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
31 | index XXXXXXX..XXXXXXX 100644 | 70 | index XXXXXXX..XXXXXXX 100644 |
32 | --- a/include/hw/acpi/ghes.h | 71 | --- a/target/arm/helper.c |
33 | +++ b/include/hw/acpi/ghes.h | 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 | ||
34 | @@ -XXX,XX +XXX,XX @@ | 197 | @@ -XXX,XX +XXX,XX @@ |
35 | 198 | #define HWCAP_CPUID (1 << 11) | |
36 | #include "hw/acpi/bios-linker-loader.h" | 199 | #endif |
37 | 200 | ||
38 | +/* | 201 | +/* |
39 | + * Values for Hardware Error Notification Type field | 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. | ||
40 | + */ | 204 | + */ |
41 | +enum AcpiGhesNotifyType { | 205 | +#define SYS_ID_AA64ISAR2_EL1 S3_0_C0_C6_2 |
42 | + /* Polled */ | 206 | +#define SYS_ID_AA64MMFR2_EL1 S3_0_C0_C7_2 |
43 | + ACPI_GHES_NOTIFY_POLLED = 0, | ||
44 | + /* External Interrupt */ | ||
45 | + ACPI_GHES_NOTIFY_EXTERNAL = 1, | ||
46 | + /* Local Interrupt */ | ||
47 | + ACPI_GHES_NOTIFY_LOCAL = 2, | ||
48 | + /* SCI */ | ||
49 | + ACPI_GHES_NOTIFY_SCI = 3, | ||
50 | + /* NMI */ | ||
51 | + ACPI_GHES_NOTIFY_NMI = 4, | ||
52 | + /* CMCI, ACPI 5.0: 18.3.2.7, Table 18-290 */ | ||
53 | + ACPI_GHES_NOTIFY_CMCI = 5, | ||
54 | + /* MCE, ACPI 5.0: 18.3.2.7, Table 18-290 */ | ||
55 | + ACPI_GHES_NOTIFY_MCE = 6, | ||
56 | + /* GPIO-Signal, ACPI 6.0: 18.3.2.7, Table 18-332 */ | ||
57 | + ACPI_GHES_NOTIFY_GPIO = 7, | ||
58 | + /* ARMv8 SEA, ACPI 6.1: 18.3.2.9, Table 18-345 */ | ||
59 | + ACPI_GHES_NOTIFY_SEA = 8, | ||
60 | + /* ARMv8 SEI, ACPI 6.1: 18.3.2.9, Table 18-345 */ | ||
61 | + ACPI_GHES_NOTIFY_SEI = 9, | ||
62 | + /* External Interrupt - GSIV, ACPI 6.1: 18.3.2.9, Table 18-345 */ | ||
63 | + ACPI_GHES_NOTIFY_GSIV = 10, | ||
64 | + /* Software Delegated Exception, ACPI 6.2: 18.3.2.9, Table 18-383 */ | ||
65 | + ACPI_GHES_NOTIFY_SDEI = 11, | ||
66 | + /* 12 and greater are reserved */ | ||
67 | + ACPI_GHES_NOTIFY_RESERVED = 12 | ||
68 | +}; | ||
69 | + | 207 | + |
70 | +enum { | 208 | int failed_bit_count; |
71 | + ACPI_HEST_SRC_ID_SEA = 0, | 209 | |
72 | + /* future ids go here */ | 210 | /* Read and print system register `id' value */ |
73 | + ACPI_HEST_SRC_ID_RESERVED, | 211 | @@ -XXX,XX +XXX,XX @@ int main(void) |
74 | +}; | 212 | * minimum valid fields - for the purposes of this check allowed |
75 | + | 213 | * to have non-zero values. |
76 | void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker); | 214 | */ |
77 | +void acpi_build_hest(GArray *table_data, BIOSLinker *linker); | 215 | - get_cpu_reg_check_mask(id_aa64isar0_el1, _m(00ff,ffff,f0ff,fff0)); |
78 | #endif | 216 | - get_cpu_reg_check_mask(id_aa64isar1_el1, _m(0000,00f0,ffff,ffff)); |
79 | diff --git a/hw/acpi/ghes.c b/hw/acpi/ghes.c | 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)); | ||
237 | +#endif | ||
238 | |||
239 | get_cpu_reg_check_zero(id_aa64afr0_el1); | ||
240 | get_cpu_reg_check_zero(id_aa64afr1_el1); | ||
241 | diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target | ||
80 | index XXXXXXX..XXXXXXX 100644 | 242 | index XXXXXXX..XXXXXXX 100644 |
81 | --- a/hw/acpi/ghes.c | 243 | --- a/tests/tcg/aarch64/Makefile.target |
82 | +++ b/hw/acpi/ghes.c | 244 | +++ b/tests/tcg/aarch64/Makefile.target |
83 | @@ -XXX,XX +XXX,XX @@ | 245 | @@ -XXX,XX +XXX,XX @@ config-cc.mak: Makefile |
84 | #include "qemu/units.h" | 246 | $(call cc-option,-march=armv8.1-a+sve2, CROSS_CC_HAS_SVE2); \ |
85 | #include "hw/acpi/ghes.h" | 247 | $(call cc-option,-march=armv8.3-a, CROSS_CC_HAS_ARMV8_3); \ |
86 | #include "hw/acpi/aml-build.h" | 248 | $(call cc-option,-mbranch-protection=standard, CROSS_CC_HAS_ARMV8_BTI); \ |
87 | +#include "qemu/error-report.h" | 249 | - $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE)) 3> config-cc.mak |
88 | 250 | + $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE); \ | |
89 | #define ACPI_GHES_ERRORS_FW_CFG_FILE "etc/hardware_errors" | 251 | + $(call cc-option,-march=armv9-a+sme, CROSS_CC_HAS_ARMV9_SME)) 3> config-cc.mak |
90 | #define ACPI_GHES_DATA_ADDR_FW_CFG_FILE "etc/hardware_errors_addr" | 252 | -include config-cc.mak |
91 | @@ -XXX,XX +XXX,XX @@ | 253 | |
92 | /* Now only support ARMv8 SEA notification type error source */ | 254 | # Pauth Tests |
93 | #define ACPI_GHES_ERROR_SOURCE_COUNT 1 | 255 | @@ -XXX,XX +XXX,XX @@ endif |
94 | 256 | ifneq ($(CROSS_CC_HAS_SVE),) | |
95 | +/* Generic Hardware Error Source version 2 */ | 257 | # System Registers Tests |
96 | +#define ACPI_GHES_SOURCE_GENERIC_ERROR_V2 10 | 258 | AARCH64_TESTS += sysregs |
97 | + | 259 | +ifneq ($(CROSS_CC_HAS_ARMV9_SME),) |
98 | +/* Address offset in Generic Address Structure(GAS) */ | 260 | +sysregs: CFLAGS+=-march=armv9-a+sme -DHAS_ARMV9_SME |
99 | +#define GAS_ADDR_OFFSET 4 | 261 | +else |
100 | + | 262 | sysregs: CFLAGS+=-march=armv8.1-a+sve |
101 | +/* | 263 | +endif |
102 | + * Hardware Error Notification | 264 | |
103 | + * ACPI 4.0: 17.3.2.7 Hardware Error Notification | 265 | # SVE ioctl test |
104 | + * Composes dummy Hardware Error Notification descriptor of specified type | 266 | AARCH64_TESTS += sve-ioctls |
105 | + */ | ||
106 | +static void build_ghes_hw_error_notification(GArray *table, const uint8_t type) | ||
107 | +{ | ||
108 | + /* Type */ | ||
109 | + build_append_int_noprefix(table, type, 1); | ||
110 | + /* | ||
111 | + * Length: | ||
112 | + * Total length of the structure in bytes | ||
113 | + */ | ||
114 | + build_append_int_noprefix(table, 28, 1); | ||
115 | + /* Configuration Write Enable */ | ||
116 | + build_append_int_noprefix(table, 0, 2); | ||
117 | + /* Poll Interval */ | ||
118 | + build_append_int_noprefix(table, 0, 4); | ||
119 | + /* Vector */ | ||
120 | + build_append_int_noprefix(table, 0, 4); | ||
121 | + /* Switch To Polling Threshold Value */ | ||
122 | + build_append_int_noprefix(table, 0, 4); | ||
123 | + /* Switch To Polling Threshold Window */ | ||
124 | + build_append_int_noprefix(table, 0, 4); | ||
125 | + /* Error Threshold Value */ | ||
126 | + build_append_int_noprefix(table, 0, 4); | ||
127 | + /* Error Threshold Window */ | ||
128 | + build_append_int_noprefix(table, 0, 4); | ||
129 | +} | ||
130 | + | ||
131 | /* | ||
132 | * Build table for the hardware error fw_cfg blob. | ||
133 | * Initialize "etc/hardware_errors" and "etc/hardware_errors_addr" fw_cfg blobs. | ||
134 | @@ -XXX,XX +XXX,XX @@ void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker) | ||
135 | bios_linker_loader_write_pointer(linker, ACPI_GHES_DATA_ADDR_FW_CFG_FILE, | ||
136 | 0, sizeof(uint64_t), ACPI_GHES_ERRORS_FW_CFG_FILE, 0); | ||
137 | } | ||
138 | + | ||
139 | +/* Build Generic Hardware Error Source version 2 (GHESv2) */ | ||
140 | +static void build_ghes_v2(GArray *table_data, int source_id, BIOSLinker *linker) | ||
141 | +{ | ||
142 | + uint64_t address_offset; | ||
143 | + /* | ||
144 | + * Type: | ||
145 | + * Generic Hardware Error Source version 2(GHESv2 - Type 10) | ||
146 | + */ | ||
147 | + build_append_int_noprefix(table_data, ACPI_GHES_SOURCE_GENERIC_ERROR_V2, 2); | ||
148 | + /* Source Id */ | ||
149 | + build_append_int_noprefix(table_data, source_id, 2); | ||
150 | + /* Related Source Id */ | ||
151 | + build_append_int_noprefix(table_data, 0xffff, 2); | ||
152 | + /* Flags */ | ||
153 | + build_append_int_noprefix(table_data, 0, 1); | ||
154 | + /* Enabled */ | ||
155 | + build_append_int_noprefix(table_data, 1, 1); | ||
156 | + | ||
157 | + /* Number of Records To Pre-allocate */ | ||
158 | + build_append_int_noprefix(table_data, 1, 4); | ||
159 | + /* Max Sections Per Record */ | ||
160 | + build_append_int_noprefix(table_data, 1, 4); | ||
161 | + /* Max Raw Data Length */ | ||
162 | + build_append_int_noprefix(table_data, ACPI_GHES_MAX_RAW_DATA_LENGTH, 4); | ||
163 | + | ||
164 | + address_offset = table_data->len; | ||
165 | + /* Error Status Address */ | ||
166 | + build_append_gas(table_data, AML_AS_SYSTEM_MEMORY, 0x40, 0, | ||
167 | + 4 /* QWord access */, 0); | ||
168 | + bios_linker_loader_add_pointer(linker, ACPI_BUILD_TABLE_FILE, | ||
169 | + address_offset + GAS_ADDR_OFFSET, sizeof(uint64_t), | ||
170 | + ACPI_GHES_ERRORS_FW_CFG_FILE, source_id * sizeof(uint64_t)); | ||
171 | + | ||
172 | + switch (source_id) { | ||
173 | + case ACPI_HEST_SRC_ID_SEA: | ||
174 | + /* | ||
175 | + * Notification Structure | ||
176 | + * Now only enable ARMv8 SEA notification type | ||
177 | + */ | ||
178 | + build_ghes_hw_error_notification(table_data, ACPI_GHES_NOTIFY_SEA); | ||
179 | + break; | ||
180 | + default: | ||
181 | + error_report("Not support this error source"); | ||
182 | + abort(); | ||
183 | + } | ||
184 | + | ||
185 | + /* Error Status Block Length */ | ||
186 | + build_append_int_noprefix(table_data, ACPI_GHES_MAX_RAW_DATA_LENGTH, 4); | ||
187 | + | ||
188 | + /* | ||
189 | + * Read Ack Register | ||
190 | + * ACPI 6.1: 18.3.2.8 Generic Hardware Error Source | ||
191 | + * version 2 (GHESv2 - Type 10) | ||
192 | + */ | ||
193 | + address_offset = table_data->len; | ||
194 | + build_append_gas(table_data, AML_AS_SYSTEM_MEMORY, 0x40, 0, | ||
195 | + 4 /* QWord access */, 0); | ||
196 | + bios_linker_loader_add_pointer(linker, ACPI_BUILD_TABLE_FILE, | ||
197 | + address_offset + GAS_ADDR_OFFSET, | ||
198 | + sizeof(uint64_t), ACPI_GHES_ERRORS_FW_CFG_FILE, | ||
199 | + (ACPI_GHES_ERROR_SOURCE_COUNT + source_id) * sizeof(uint64_t)); | ||
200 | + | ||
201 | + /* | ||
202 | + * Read Ack Preserve field | ||
203 | + * We only provide the first bit in Read Ack Register to OSPM to write | ||
204 | + * while the other bits are preserved. | ||
205 | + */ | ||
206 | + build_append_int_noprefix(table_data, ~0x1ULL, 8); | ||
207 | + /* Read Ack Write */ | ||
208 | + build_append_int_noprefix(table_data, 0x1, 8); | ||
209 | +} | ||
210 | + | ||
211 | +/* Build Hardware Error Source Table */ | ||
212 | +void acpi_build_hest(GArray *table_data, BIOSLinker *linker) | ||
213 | +{ | ||
214 | + uint64_t hest_start = table_data->len; | ||
215 | + | ||
216 | + /* Hardware Error Source Table header*/ | ||
217 | + acpi_data_push(table_data, sizeof(AcpiTableHeader)); | ||
218 | + | ||
219 | + /* Error Source Count */ | ||
220 | + build_append_int_noprefix(table_data, ACPI_GHES_ERROR_SOURCE_COUNT, 4); | ||
221 | + | ||
222 | + build_ghes_v2(table_data, ACPI_HEST_SRC_ID_SEA, linker); | ||
223 | + | ||
224 | + build_header(linker, table_data, (void *)(table_data->data + hest_start), | ||
225 | + "HEST", table_data->len - hest_start, 1, NULL, NULL); | ||
226 | +} | ||
227 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c | ||
228 | index XXXXXXX..XXXXXXX 100644 | ||
229 | --- a/hw/arm/virt-acpi-build.c | ||
230 | +++ b/hw/arm/virt-acpi-build.c | ||
231 | @@ -XXX,XX +XXX,XX @@ void virt_acpi_build(VirtMachineState *vms, AcpiBuildTables *tables) | ||
232 | |||
233 | if (vms->ras) { | ||
234 | build_ghes_error_table(tables->hardware_errors, tables->linker); | ||
235 | + acpi_add_table(table_offsets, tables_blob); | ||
236 | + acpi_build_hest(tables_blob, tables->linker); | ||
237 | } | ||
238 | |||
239 | if (ms->numa_state->num_nodes > 0) { | ||
240 | -- | 267 | -- |
241 | 2.20.1 | 268 | 2.25.1 |
242 | |||
243 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | These operations do not touch fp_status. | 3 | This function is not used anywhere outside this file, |
4 | so we can make the function "static void". | ||
4 | 5 | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20200513163245.17915-12-richard.henderson@linaro.org | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
9 | Message-id: 20221216214924.4711-2-philmd@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 11 | --- |
10 | target/arm/helper.h | 4 ++-- | 12 | include/hw/arm/smmu-common.h | 3 --- |
11 | target/arm/translate-a64.c | 5 ++--- | 13 | hw/arm/smmu-common.c | 2 +- |
12 | target/arm/translate.c | 12 ++---------- | 14 | 2 files changed, 1 insertion(+), 4 deletions(-) |
13 | target/arm/vfp_helper.c | 5 ++--- | ||
14 | 4 files changed, 8 insertions(+), 18 deletions(-) | ||
15 | 15 | ||
16 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 16 | diff --git a/include/hw/arm/smmu-common.h b/include/hw/arm/smmu-common.h |
17 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/helper.h | 18 | --- a/include/hw/arm/smmu-common.h |
19 | +++ b/target/arm/helper.h | 19 | +++ b/include/hw/arm/smmu-common.h |
20 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_2(recpe_f64, TCG_CALL_NO_RWG, f64, f64, ptr) | 20 | @@ -XXX,XX +XXX,XX @@ void smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, |
21 | DEF_HELPER_FLAGS_2(rsqrte_f16, TCG_CALL_NO_RWG, f16, f16, ptr) | 21 | /* Unmap the range of all the notifiers registered to any IOMMU mr */ |
22 | DEF_HELPER_FLAGS_2(rsqrte_f32, TCG_CALL_NO_RWG, f32, f32, ptr) | 22 | void smmu_inv_notifiers_all(SMMUState *s); |
23 | DEF_HELPER_FLAGS_2(rsqrte_f64, TCG_CALL_NO_RWG, f64, f64, ptr) | 23 | |
24 | -DEF_HELPER_2(recpe_u32, i32, i32, ptr) | 24 | -/* Unmap the range of all the notifiers registered to @mr */ |
25 | -DEF_HELPER_FLAGS_2(rsqrte_u32, TCG_CALL_NO_RWG, i32, i32, ptr) | 25 | -void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr); |
26 | +DEF_HELPER_FLAGS_1(recpe_u32, TCG_CALL_NO_RWG, i32, i32) | 26 | - |
27 | +DEF_HELPER_FLAGS_1(rsqrte_u32, TCG_CALL_NO_RWG, i32, i32) | 27 | #endif /* HW_ARM_SMMU_COMMON_H */ |
28 | DEF_HELPER_FLAGS_4(neon_tbl, TCG_CALL_NO_RWG, i32, i32, i32, ptr, i32) | 28 | diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c |
29 | |||
30 | DEF_HELPER_3(shl_cc, i32, env, i32, i32) | ||
31 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
32 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/target/arm/translate-a64.c | 30 | --- a/hw/arm/smmu-common.c |
34 | +++ b/target/arm/translate-a64.c | 31 | +++ b/hw/arm/smmu-common.c |
35 | @@ -XXX,XX +XXX,XX @@ static void handle_2misc_reciprocal(DisasContext *s, int opcode, | 32 | @@ -XXX,XX +XXX,XX @@ static void smmu_unmap_notifier_range(IOMMUNotifier *n) |
36 | |||
37 | switch (opcode) { | ||
38 | case 0x3c: /* URECPE */ | ||
39 | - gen_helper_recpe_u32(tcg_res, tcg_op, fpst); | ||
40 | + gen_helper_recpe_u32(tcg_res, tcg_op); | ||
41 | break; | ||
42 | case 0x3d: /* FRECPE */ | ||
43 | gen_helper_recpe_f32(tcg_res, tcg_op, fpst); | ||
44 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_two_reg_misc(DisasContext *s, uint32_t insn) | ||
45 | unallocated_encoding(s); | ||
46 | return; | ||
47 | } | ||
48 | - need_fpstatus = true; | ||
49 | break; | ||
50 | case 0x1e: /* FRINT32Z */ | ||
51 | case 0x1f: /* FRINT64Z */ | ||
52 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_two_reg_misc(DisasContext *s, uint32_t insn) | ||
53 | gen_helper_rints_exact(tcg_res, tcg_op, tcg_fpstatus); | ||
54 | break; | ||
55 | case 0x7c: /* URSQRTE */ | ||
56 | - gen_helper_rsqrte_u32(tcg_res, tcg_op, tcg_fpstatus); | ||
57 | + gen_helper_rsqrte_u32(tcg_res, tcg_op); | ||
58 | break; | ||
59 | case 0x1e: /* FRINT32Z */ | ||
60 | case 0x5e: /* FRINT32X */ | ||
61 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
62 | index XXXXXXX..XXXXXXX 100644 | ||
63 | --- a/target/arm/translate.c | ||
64 | +++ b/target/arm/translate.c | ||
65 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
66 | break; | ||
67 | } | ||
68 | case NEON_2RM_VRECPE: | ||
69 | - { | ||
70 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
71 | - gen_helper_recpe_u32(tmp, tmp, fpstatus); | ||
72 | - tcg_temp_free_ptr(fpstatus); | ||
73 | + gen_helper_recpe_u32(tmp, tmp); | ||
74 | break; | ||
75 | - } | ||
76 | case NEON_2RM_VRSQRTE: | ||
77 | - { | ||
78 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
79 | - gen_helper_rsqrte_u32(tmp, tmp, fpstatus); | ||
80 | - tcg_temp_free_ptr(fpstatus); | ||
81 | + gen_helper_rsqrte_u32(tmp, tmp); | ||
82 | break; | ||
83 | - } | ||
84 | case NEON_2RM_VRECPE_F: | ||
85 | { | ||
86 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
87 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
88 | index XXXXXXX..XXXXXXX 100644 | ||
89 | --- a/target/arm/vfp_helper.c | ||
90 | +++ b/target/arm/vfp_helper.c | ||
91 | @@ -XXX,XX +XXX,XX @@ float64 HELPER(rsqrte_f64)(float64 input, void *fpstp) | ||
92 | return make_float64(val); | ||
93 | } | 33 | } |
94 | 34 | ||
95 | -uint32_t HELPER(recpe_u32)(uint32_t a, void *fpstp) | 35 | /* Unmap all notifiers attached to @mr */ |
96 | +uint32_t HELPER(recpe_u32)(uint32_t a) | 36 | -inline void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr) |
37 | +static void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr) | ||
97 | { | 38 | { |
98 | - /* float_status *s = fpstp; */ | 39 | IOMMUNotifier *n; |
99 | int input, estimate; | ||
100 | |||
101 | if ((a & 0x80000000) == 0) { | ||
102 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(recpe_u32)(uint32_t a, void *fpstp) | ||
103 | return deposit32(0, (32 - 9), 9, estimate); | ||
104 | } | ||
105 | |||
106 | -uint32_t HELPER(rsqrte_u32)(uint32_t a, void *fpstp) | ||
107 | +uint32_t HELPER(rsqrte_u32)(uint32_t a) | ||
108 | { | ||
109 | int estimate; | ||
110 | 40 | ||
111 | -- | 41 | -- |
112 | 2.20.1 | 42 | 2.25.1 |
113 | 43 | ||
114 | 44 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Must clear the tail for AdvSIMD when SVE is enabled. | 3 | When using Clang ("Apple clang version 14.0.0 (clang-1400.0.29.202)") |
4 | and building with -Wall we get: | ||
4 | 5 | ||
5 | Fixes: ca40a6e6e39 | 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] |
6 | Cc: qemu-stable@nongnu.org | 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> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 18 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 19 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
9 | Message-id: 20200513163245.17915-15-richard.henderson@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 | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 24 | --- |
12 | target/arm/vec_helper.c | 2 ++ | 25 | hw/arm/smmu-common.c | 13 ++++++------- |
13 | 1 file changed, 2 insertions(+) | 26 | 1 file changed, 6 insertions(+), 7 deletions(-) |
14 | 27 | ||
15 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | 28 | diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c |
16 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/vec_helper.c | 30 | --- a/hw/arm/smmu-common.c |
18 | +++ b/target/arm/vec_helper.c | 31 | +++ b/hw/arm/smmu-common.c |
19 | @@ -XXX,XX +XXX,XX @@ void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | 32 | @@ -XXX,XX +XXX,XX @@ void smmu_iotlb_insert(SMMUState *bs, SMMUTransCfg *cfg, SMMUTLBEntry *new) |
20 | d[i + j] = TYPE##_mul(n[i + j], mm, stat); \ | 33 | g_hash_table_insert(bs->iotlb, key, new); |
21 | } \ | ||
22 | } \ | ||
23 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
24 | } | 34 | } |
25 | 35 | ||
26 | DO_MUL_IDX(gvec_fmul_idx_h, float16, H2) | 36 | -inline void smmu_iotlb_inv_all(SMMUState *s) |
27 | @@ -XXX,XX +XXX,XX @@ void HELPER(NAME)(void *vd, void *vn, void *vm, void *va, \ | 37 | +void smmu_iotlb_inv_all(SMMUState *s) |
28 | mm, a[i + j], 0, stat); \ | 38 | { |
29 | } \ | 39 | trace_smmu_iotlb_inv_all(); |
30 | } \ | 40 | g_hash_table_remove_all(s->iotlb); |
31 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | 41 | @@ -XXX,XX +XXX,XX @@ static gboolean smmu_hash_remove_by_asid_iova(gpointer key, gpointer value, |
42 | ((entry->iova & ~info->mask) == info->iova); | ||
32 | } | 43 | } |
33 | 44 | ||
34 | DO_FMLA_IDX(gvec_fmla_idx_h, float16, H2) | 45 | -inline void |
46 | -smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, | ||
47 | - uint8_t tg, uint64_t num_pages, uint8_t ttl) | ||
48 | +void smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, | ||
49 | + uint8_t tg, uint64_t num_pages, uint8_t ttl) | ||
50 | { | ||
51 | /* if tg is not set we use 4KB range invalidation */ | ||
52 | uint8_t granule = tg ? tg * 2 + 10 : 12; | ||
53 | @@ -XXX,XX +XXX,XX @@ smmu_iotlb_inv_iova(SMMUState *s, int asid, dma_addr_t iova, | ||
54 | &info); | ||
55 | } | ||
56 | |||
57 | -inline void smmu_iotlb_inv_asid(SMMUState *s, uint16_t asid) | ||
58 | +void smmu_iotlb_inv_asid(SMMUState *s, uint16_t asid) | ||
59 | { | ||
60 | trace_smmu_iotlb_inv_asid(asid); | ||
61 | g_hash_table_foreach_remove(s->iotlb, smmu_hash_remove_by_asid, &asid); | ||
62 | @@ -XXX,XX +XXX,XX @@ error: | ||
63 | * | ||
64 | * return 0 on success | ||
65 | */ | ||
66 | -inline int smmu_ptw(SMMUTransCfg *cfg, dma_addr_t iova, IOMMUAccessFlags perm, | ||
67 | - SMMUTLBEntry *tlbe, SMMUPTWEventInfo *info) | ||
68 | +int smmu_ptw(SMMUTransCfg *cfg, dma_addr_t iova, IOMMUAccessFlags perm, | ||
69 | + SMMUTLBEntry *tlbe, SMMUPTWEventInfo *info) | ||
70 | { | ||
71 | if (!cfg->aa64) { | ||
72 | /* | ||
35 | -- | 73 | -- |
36 | 2.20.1 | 74 | 2.25.1 |
37 | 75 | ||
38 | 76 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | 2 | ||
3 | Provide a functional interface for the vector expansion. | 3 | So far the GPT timers were unable to raise IRQs to the processor. |
4 | This fits better with the existing set of helpers that | ||
5 | we provide for other operations. | ||
6 | 4 | ||
5 | Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200513163245.17915-8-richard.henderson@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 | target/arm/translate.h | 7 +- | 9 | include/hw/arm/fsl-imx7.h | 5 +++++ |
13 | target/arm/translate-a64.c | 4 +- | 10 | hw/arm/fsl-imx7.c | 10 ++++++++++ |
14 | target/arm/translate-neon.inc.c | 16 +---- | 11 | 2 files changed, 15 insertions(+) |
15 | target/arm/translate.c | 117 +++++++++++++++++--------------- | ||
16 | 4 files changed, 71 insertions(+), 73 deletions(-) | ||
17 | 12 | ||
18 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 13 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h |
19 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/translate.h | 15 | --- a/include/hw/arm/fsl-imx7.h |
21 | +++ b/target/arm/translate.h | 16 | +++ b/include/hw/arm/fsl-imx7.h |
22 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_cle0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 17 | @@ -XXX,XX +XXX,XX @@ enum FslIMX7IRQs { |
23 | void gen_gvec_cge0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | 18 | FSL_IMX7_USB2_IRQ = 42, |
24 | uint32_t opr_sz, uint32_t max_sz); | 19 | FSL_IMX7_USB3_IRQ = 40, |
25 | 20 | ||
26 | -extern const GVecGen3 mla_op[4]; | 21 | + FSL_IMX7_GPT1_IRQ = 55, |
27 | -extern const GVecGen3 mls_op[4]; | 22 | + FSL_IMX7_GPT2_IRQ = 54, |
28 | +void gen_gvec_mla(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | 23 | + FSL_IMX7_GPT3_IRQ = 53, |
29 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | 24 | + FSL_IMX7_GPT4_IRQ = 52, |
30 | +void gen_gvec_mls(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
31 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
32 | + | 25 | + |
33 | extern const GVecGen3 cmtst_op[4]; | 26 | FSL_IMX7_WDOG1_IRQ = 78, |
34 | extern const GVecGen3 sshl_op[4]; | 27 | FSL_IMX7_WDOG2_IRQ = 79, |
35 | extern const GVecGen3 ushl_op[4]; | 28 | FSL_IMX7_WDOG3_IRQ = 10, |
36 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 29 | diff --git a/hw/arm/fsl-imx7.c b/hw/arm/fsl-imx7.c |
37 | index XXXXXXX..XXXXXXX 100644 | 30 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/target/arm/translate-a64.c | 31 | --- a/hw/arm/fsl-imx7.c |
39 | +++ b/target/arm/translate-a64.c | 32 | +++ b/hw/arm/fsl-imx7.c |
40 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | 33 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp) |
41 | return; | 34 | FSL_IMX7_GPT4_ADDR, |
42 | case 0x12: /* MLA, MLS */ | 35 | }; |
43 | if (u) { | 36 | |
44 | - gen_gvec_op3(s, is_q, rd, rn, rm, &mls_op[size]); | 37 | + static const int FSL_IMX7_GPTn_IRQ[FSL_IMX7_NUM_GPTS] = { |
45 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_mls, size); | 38 | + FSL_IMX7_GPT1_IRQ, |
46 | } else { | 39 | + FSL_IMX7_GPT2_IRQ, |
47 | - gen_gvec_op3(s, is_q, rd, rn, rm, &mla_op[size]); | 40 | + FSL_IMX7_GPT3_IRQ, |
48 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_mla, size); | 41 | + FSL_IMX7_GPT4_IRQ, |
49 | } | 42 | + }; |
50 | return; | 43 | + |
51 | case 0x11: | 44 | s->gpt[i].ccm = IMX_CCM(&s->ccm); |
52 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 45 | sysbus_realize(SYS_BUS_DEVICE(&s->gpt[i]), &error_abort); |
53 | index XXXXXXX..XXXXXXX 100644 | 46 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->gpt[i]), 0, FSL_IMX7_GPTn_ADDR[i]); |
54 | --- a/target/arm/translate-neon.inc.c | 47 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gpt[i]), 0, |
55 | +++ b/target/arm/translate-neon.inc.c | 48 | + qdev_get_gpio_in(DEVICE(&s->a7mpcore), |
56 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_NO_SZ_3(VMAX_U, tcg_gen_gvec_umax) | 49 | + FSL_IMX7_GPTn_IRQ[i])); |
57 | DO_3SAME_NO_SZ_3(VMIN_S, tcg_gen_gvec_smin) | 50 | } |
58 | DO_3SAME_NO_SZ_3(VMIN_U, tcg_gen_gvec_umin) | 51 | |
59 | DO_3SAME_NO_SZ_3(VMUL, tcg_gen_gvec_mul) | 52 | for (i = 0; i < FSL_IMX7_NUM_GPIOS; i++) { |
60 | +DO_3SAME_NO_SZ_3(VMLA, gen_gvec_mla) | ||
61 | +DO_3SAME_NO_SZ_3(VMLS, gen_gvec_mls) | ||
62 | |||
63 | #define DO_3SAME_CMP(INSN, COND) \ | ||
64 | static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
65 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMUL_p_3s(DisasContext *s, arg_3same *a) | ||
66 | return do_3same(s, a, gen_VMUL_p_3s); | ||
67 | } | ||
68 | |||
69 | -#define DO_3SAME_GVEC3_NO_SZ_3(INSN, OPARRAY) \ | ||
70 | - static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
71 | - uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
72 | - uint32_t oprsz, uint32_t maxsz) \ | ||
73 | - { \ | ||
74 | - tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, \ | ||
75 | - oprsz, maxsz, &OPARRAY[vece]); \ | ||
76 | - } \ | ||
77 | - DO_3SAME_NO_SZ_3(INSN, gen_##INSN##_3s) | ||
78 | - | ||
79 | - | ||
80 | -DO_3SAME_GVEC3_NO_SZ_3(VMLA, mla_op) | ||
81 | -DO_3SAME_GVEC3_NO_SZ_3(VMLS, mls_op) | ||
82 | - | ||
83 | #define DO_3SAME_GVEC3_SHIFT(INSN, OPARRAY) \ | ||
84 | static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
85 | uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
86 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
87 | index XXXXXXX..XXXXXXX 100644 | ||
88 | --- a/target/arm/translate.c | ||
89 | +++ b/target/arm/translate.c | ||
90 | @@ -XXX,XX +XXX,XX @@ static void gen_mls_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) | ||
91 | /* Note that while NEON does not support VMLA and VMLS as 64-bit ops, | ||
92 | * these tables are shared with AArch64 which does support them. | ||
93 | */ | ||
94 | +void gen_gvec_mla(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
95 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
96 | +{ | ||
97 | + static const TCGOpcode vecop_list[] = { | ||
98 | + INDEX_op_mul_vec, INDEX_op_add_vec, 0 | ||
99 | + }; | ||
100 | + static const GVecGen3 ops[4] = { | ||
101 | + { .fni4 = gen_mla8_i32, | ||
102 | + .fniv = gen_mla_vec, | ||
103 | + .load_dest = true, | ||
104 | + .opt_opc = vecop_list, | ||
105 | + .vece = MO_8 }, | ||
106 | + { .fni4 = gen_mla16_i32, | ||
107 | + .fniv = gen_mla_vec, | ||
108 | + .load_dest = true, | ||
109 | + .opt_opc = vecop_list, | ||
110 | + .vece = MO_16 }, | ||
111 | + { .fni4 = gen_mla32_i32, | ||
112 | + .fniv = gen_mla_vec, | ||
113 | + .load_dest = true, | ||
114 | + .opt_opc = vecop_list, | ||
115 | + .vece = MO_32 }, | ||
116 | + { .fni8 = gen_mla64_i64, | ||
117 | + .fniv = gen_mla_vec, | ||
118 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
119 | + .load_dest = true, | ||
120 | + .opt_opc = vecop_list, | ||
121 | + .vece = MO_64 }, | ||
122 | + }; | ||
123 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
124 | +} | ||
125 | |||
126 | -static const TCGOpcode vecop_list_mla[] = { | ||
127 | - INDEX_op_mul_vec, INDEX_op_add_vec, 0 | ||
128 | -}; | ||
129 | - | ||
130 | -static const TCGOpcode vecop_list_mls[] = { | ||
131 | - INDEX_op_mul_vec, INDEX_op_sub_vec, 0 | ||
132 | -}; | ||
133 | - | ||
134 | -const GVecGen3 mla_op[4] = { | ||
135 | - { .fni4 = gen_mla8_i32, | ||
136 | - .fniv = gen_mla_vec, | ||
137 | - .load_dest = true, | ||
138 | - .opt_opc = vecop_list_mla, | ||
139 | - .vece = MO_8 }, | ||
140 | - { .fni4 = gen_mla16_i32, | ||
141 | - .fniv = gen_mla_vec, | ||
142 | - .load_dest = true, | ||
143 | - .opt_opc = vecop_list_mla, | ||
144 | - .vece = MO_16 }, | ||
145 | - { .fni4 = gen_mla32_i32, | ||
146 | - .fniv = gen_mla_vec, | ||
147 | - .load_dest = true, | ||
148 | - .opt_opc = vecop_list_mla, | ||
149 | - .vece = MO_32 }, | ||
150 | - { .fni8 = gen_mla64_i64, | ||
151 | - .fniv = gen_mla_vec, | ||
152 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
153 | - .load_dest = true, | ||
154 | - .opt_opc = vecop_list_mla, | ||
155 | - .vece = MO_64 }, | ||
156 | -}; | ||
157 | - | ||
158 | -const GVecGen3 mls_op[4] = { | ||
159 | - { .fni4 = gen_mls8_i32, | ||
160 | - .fniv = gen_mls_vec, | ||
161 | - .load_dest = true, | ||
162 | - .opt_opc = vecop_list_mls, | ||
163 | - .vece = MO_8 }, | ||
164 | - { .fni4 = gen_mls16_i32, | ||
165 | - .fniv = gen_mls_vec, | ||
166 | - .load_dest = true, | ||
167 | - .opt_opc = vecop_list_mls, | ||
168 | - .vece = MO_16 }, | ||
169 | - { .fni4 = gen_mls32_i32, | ||
170 | - .fniv = gen_mls_vec, | ||
171 | - .load_dest = true, | ||
172 | - .opt_opc = vecop_list_mls, | ||
173 | - .vece = MO_32 }, | ||
174 | - { .fni8 = gen_mls64_i64, | ||
175 | - .fniv = gen_mls_vec, | ||
176 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
177 | - .load_dest = true, | ||
178 | - .opt_opc = vecop_list_mls, | ||
179 | - .vece = MO_64 }, | ||
180 | -}; | ||
181 | +void gen_gvec_mls(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
182 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
183 | +{ | ||
184 | + static const TCGOpcode vecop_list[] = { | ||
185 | + INDEX_op_mul_vec, INDEX_op_sub_vec, 0 | ||
186 | + }; | ||
187 | + static const GVecGen3 ops[4] = { | ||
188 | + { .fni4 = gen_mls8_i32, | ||
189 | + .fniv = gen_mls_vec, | ||
190 | + .load_dest = true, | ||
191 | + .opt_opc = vecop_list, | ||
192 | + .vece = MO_8 }, | ||
193 | + { .fni4 = gen_mls16_i32, | ||
194 | + .fniv = gen_mls_vec, | ||
195 | + .load_dest = true, | ||
196 | + .opt_opc = vecop_list, | ||
197 | + .vece = MO_16 }, | ||
198 | + { .fni4 = gen_mls32_i32, | ||
199 | + .fniv = gen_mls_vec, | ||
200 | + .load_dest = true, | ||
201 | + .opt_opc = vecop_list, | ||
202 | + .vece = MO_32 }, | ||
203 | + { .fni8 = gen_mls64_i64, | ||
204 | + .fniv = gen_mls_vec, | ||
205 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
206 | + .load_dest = true, | ||
207 | + .opt_opc = vecop_list, | ||
208 | + .vece = MO_64 }, | ||
209 | + }; | ||
210 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
211 | +} | ||
212 | |||
213 | /* CMTST : test is "if (X & Y != 0)". */ | ||
214 | static void gen_cmtst_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) | ||
215 | -- | 53 | -- |
216 | 2.20.1 | 54 | 2.25.1 |
217 | |||
218 | diff view generated by jsdifflib |
1 | Convert the Neon VADD, VSUB, VABD 3-reg-same insns to decodetree. | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | We already have gvec helpers for addition and subtraction, but must | ||
3 | add one for fabd. | ||
4 | 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> | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200512163904.10918-12-peter.maydell@linaro.org | ||
8 | --- | 8 | --- |
9 | target/arm/helper.h | 3 ++- | 9 | hw/misc/imx7_ccm.c | 49 +++++++++++++++++++++++++++++++++++++--------- |
10 | target/arm/neon-dp.decode | 8 ++++++++ | 10 | 1 file changed, 40 insertions(+), 9 deletions(-) |
11 | target/arm/neon_helper.c | 7 ------- | ||
12 | target/arm/translate-neon.inc.c | 28 ++++++++++++++++++++++++++++ | ||
13 | target/arm/translate.c | 10 +++------- | ||
14 | target/arm/vec_helper.c | 7 +++++++ | ||
15 | 6 files changed, 48 insertions(+), 15 deletions(-) | ||
16 | 11 | ||
17 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 12 | diff --git a/hw/misc/imx7_ccm.c b/hw/misc/imx7_ccm.c |
18 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/helper.h | 14 | --- a/hw/misc/imx7_ccm.c |
20 | +++ b/target/arm/helper.h | 15 | +++ b/hw/misc/imx7_ccm.c |
21 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_2(neon_qneg_s16, TCG_CALL_NO_RWG, i32, env, i32) | 16 | @@ -XXX,XX +XXX,XX @@ |
22 | DEF_HELPER_FLAGS_2(neon_qneg_s32, TCG_CALL_NO_RWG, i32, env, i32) | 17 | #include "hw/misc/imx7_ccm.h" |
23 | DEF_HELPER_FLAGS_2(neon_qneg_s64, TCG_CALL_NO_RWG, i64, env, i64) | 18 | #include "migration/vmstate.h" |
24 | 19 | ||
25 | -DEF_HELPER_3(neon_abd_f32, i32, i32, i32, ptr) | 20 | +#include "trace.h" |
26 | DEF_HELPER_3(neon_ceq_f32, i32, i32, i32, ptr) | ||
27 | DEF_HELPER_3(neon_cge_f32, i32, i32, i32, ptr) | ||
28 | DEF_HELPER_3(neon_cgt_f32, i32, i32, i32, ptr) | ||
29 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(gvec_fmul_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
30 | DEF_HELPER_FLAGS_5(gvec_fmul_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
31 | DEF_HELPER_FLAGS_5(gvec_fmul_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
32 | |||
33 | +DEF_HELPER_FLAGS_5(gvec_fabd_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | ||
34 | + | 21 | + |
35 | DEF_HELPER_FLAGS_5(gvec_ftsmul_h, TCG_CALL_NO_RWG, | 22 | +#define CKIH_FREQ 24000000 /* 24MHz crystal input */ |
36 | void, ptr, ptr, ptr, ptr, i32) | ||
37 | DEF_HELPER_FLAGS_5(gvec_ftsmul_s, TCG_CALL_NO_RWG, | ||
38 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/target/arm/neon-dp.decode | ||
41 | +++ b/target/arm/neon-dp.decode | ||
42 | @@ -XXX,XX +XXX,XX @@ | ||
43 | @3same_q0 .... ... . . . size:2 .... .... .... . 0 . . .... \ | ||
44 | &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0 | ||
45 | |||
46 | +# For FP insns the high bit of 'size' is used as part of opcode decode | ||
47 | +@3same_fp .... ... . . . . size:1 .... .... .... . q:1 . . .... \ | ||
48 | + &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
49 | + | 23 | + |
50 | VHADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 0 .... @3same | 24 | static void imx7_analog_reset(DeviceState *dev) |
51 | VHADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 0 .... @3same | 25 | { |
52 | VQADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 1 .... @3same | 26 | IMX7AnalogState *s = IMX7_ANALOG(dev); |
53 | @@ -XXX,XX +XXX,XX @@ SHA256SU1_3s 1111 001 1 0 . 10 .... .... 1100 . 1 . 0 .... \ | 27 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_imx7_ccm = { |
54 | vm=%vm_dp vn=%vn_dp vd=%vd_dp | 28 | static uint32_t imx7_ccm_get_clock_frequency(IMXCCMState *dev, IMXClk clock) |
55 | 29 | { | |
56 | VQRDMLSH_3s 1111 001 1 0 . .. .... .... 1100 ... 1 .... @3same | 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; | ||
57 | + | 48 | + |
58 | +VADD_fp_3s 1111 001 0 0 . 0 . .... .... 1101 ... 0 .... @3same_fp | 49 | + switch (clock) { |
59 | +VSUB_fp_3s 1111 001 0 0 . 1 . .... .... 1101 ... 0 .... @3same_fp | 50 | + case CLK_NONE: |
60 | +VABD_fp_3s 1111 001 1 0 . 1 . .... .... 1101 ... 0 .... @3same_fp | 51 | + break; |
61 | diff --git a/target/arm/neon_helper.c b/target/arm/neon_helper.c | 52 | + case CLK_32k: |
62 | index XXXXXXX..XXXXXXX 100644 | 53 | + freq = CKIL_FREQ; |
63 | --- a/target/arm/neon_helper.c | 54 | + break; |
64 | +++ b/target/arm/neon_helper.c | 55 | + case CLK_HIGH: |
65 | @@ -XXX,XX +XXX,XX @@ uint64_t HELPER(neon_qneg_s64)(CPUARMState *env, uint64_t x) | 56 | + freq = CKIH_FREQ; |
66 | } | 57 | + break; |
67 | 58 | + case CLK_IPG: | |
68 | /* NEON Float helpers. */ | 59 | + case CLK_IPG_HIGH: |
69 | -uint32_t HELPER(neon_abd_f32)(uint32_t a, uint32_t b, void *fpstp) | 60 | + /* |
70 | -{ | 61 | + * For now we don't have a way to figure out the device this |
71 | - float_status *fpst = fpstp; | 62 | + * function is called for. Until then the IPG derived clocks |
72 | - float32 f0 = make_float32(a); | 63 | + * are left unimplemented. |
73 | - float32 f1 = make_float32(b); | 64 | + */ |
74 | - return float32_val(float32_abs(float32_sub(f0, f1, fpst))); | 65 | + qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: Clock %d Not implemented\n", |
75 | -} | 66 | + TYPE_IMX7_CCM, __func__, clock); |
76 | 67 | + break; | |
77 | /* Floating point comparisons produce an integer result. | 68 | + default: |
78 | * Note that EQ doesn't signal InvalidOp for QNaNs but GE and GT do. | 69 | + qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: unsupported clock %d\n", |
79 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | 70 | + TYPE_IMX7_CCM, __func__, clock); |
80 | index XXXXXXX..XXXXXXX 100644 | 71 | + break; |
81 | --- a/target/arm/translate-neon.inc.c | ||
82 | +++ b/target/arm/translate-neon.inc.c | ||
83 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_PAIR(VPADD, padd_u) | ||
84 | |||
85 | DO_3SAME_VQDMULH(VQDMULH, qdmulh) | ||
86 | DO_3SAME_VQDMULH(VQRDMULH, qrdmulh) | ||
87 | + | ||
88 | +/* | ||
89 | + * For all the functions using this macro, size == 1 means fp16, | ||
90 | + * which is an architecture extension we don't implement yet. | ||
91 | + */ | ||
92 | +#define DO_3S_FP_GVEC(INSN,FUNC) \ | ||
93 | + static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
94 | + uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
95 | + uint32_t oprsz, uint32_t maxsz) \ | ||
96 | + { \ | ||
97 | + TCGv_ptr fpst = get_fpstatus_ptr(1); \ | ||
98 | + tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, fpst, \ | ||
99 | + oprsz, maxsz, 0, FUNC); \ | ||
100 | + tcg_temp_free_ptr(fpst); \ | ||
101 | + } \ | ||
102 | + static bool trans_##INSN##_fp_3s(DisasContext *s, arg_3same *a) \ | ||
103 | + { \ | ||
104 | + if (a->size != 0) { \ | ||
105 | + /* TODO fp16 support */ \ | ||
106 | + return false; \ | ||
107 | + } \ | ||
108 | + return do_3same(s, a, gen_##INSN##_3s); \ | ||
109 | + } | 72 | + } |
110 | + | 73 | + |
74 | + trace_ccm_clock_freq(clock, freq); | ||
111 | + | 75 | + |
112 | +DO_3S_FP_GVEC(VADD, gen_helper_gvec_fadd_s) | 76 | + return freq; |
113 | +DO_3S_FP_GVEC(VSUB, gen_helper_gvec_fsub_s) | ||
114 | +DO_3S_FP_GVEC(VABD, gen_helper_gvec_fabd_s) | ||
115 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
116 | index XXXXXXX..XXXXXXX 100644 | ||
117 | --- a/target/arm/translate.c | ||
118 | +++ b/target/arm/translate.c | ||
119 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
120 | switch (op) { | ||
121 | case NEON_3R_FLOAT_ARITH: | ||
122 | pairwise = (u && size < 2); /* if VPADD (float) */ | ||
123 | + if (!pairwise) { | ||
124 | + return 1; /* handled by decodetree */ | ||
125 | + } | ||
126 | break; | ||
127 | case NEON_3R_FLOAT_MINMAX: | ||
128 | pairwise = u; /* if VPMIN/VPMAX (float) */ | ||
129 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
130 | { | ||
131 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
132 | switch ((u << 2) | size) { | ||
133 | - case 0: /* VADD */ | ||
134 | case 4: /* VPADD */ | ||
135 | gen_helper_vfp_adds(tmp, tmp, tmp2, fpstatus); | ||
136 | break; | ||
137 | - case 2: /* VSUB */ | ||
138 | - gen_helper_vfp_subs(tmp, tmp, tmp2, fpstatus); | ||
139 | - break; | ||
140 | - case 6: /* VABD */ | ||
141 | - gen_helper_neon_abd_f32(tmp, tmp, tmp2, fpstatus); | ||
142 | - break; | ||
143 | default: | ||
144 | abort(); | ||
145 | } | ||
146 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
147 | index XXXXXXX..XXXXXXX 100644 | ||
148 | --- a/target/arm/vec_helper.c | ||
149 | +++ b/target/arm/vec_helper.c | ||
150 | @@ -XXX,XX +XXX,XX @@ static float64 float64_ftsmul(float64 op1, uint64_t op2, float_status *stat) | ||
151 | return result; | ||
152 | } | 77 | } |
153 | 78 | ||
154 | +static float32 float32_abd(float32 op1, float32 op2, float_status *stat) | 79 | static void imx7_ccm_class_init(ObjectClass *klass, void *data) |
155 | +{ | ||
156 | + return float32_abs(float32_sub(op1, op2, stat)); | ||
157 | +} | ||
158 | + | ||
159 | #define DO_3OP(NAME, FUNC, TYPE) \ | ||
160 | void HELPER(NAME)(void *vd, void *vn, void *vm, void *stat, uint32_t desc) \ | ||
161 | { \ | ||
162 | @@ -XXX,XX +XXX,XX @@ DO_3OP(gvec_ftsmul_h, float16_ftsmul, float16) | ||
163 | DO_3OP(gvec_ftsmul_s, float32_ftsmul, float32) | ||
164 | DO_3OP(gvec_ftsmul_d, float64_ftsmul, float64) | ||
165 | |||
166 | +DO_3OP(gvec_fabd_s, float32_abd, float32) | ||
167 | + | ||
168 | #ifdef TARGET_AARCH64 | ||
169 | |||
170 | DO_3OP(gvec_recps_h, helper_recpsf_f16, float16) | ||
171 | -- | 80 | -- |
172 | 2.20.1 | 81 | 2.25.1 |
173 | |||
174 | diff view generated by jsdifflib |
1 | From: Patrick Williams <patrick@stwcx.xyz> | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | 2 | ||
3 | Sonora Pass is a 2 socket x86 motherboard designed by Facebook | 3 | The i.MX6UL doesn't support CLK_HIGH ou CLK_HIGH_DIV clock source. |
4 | and supported by OpenBMC. Strapping configuration was obtained | ||
5 | from hardware and i2c configuration is based on dts found at: | ||
6 | 4 | ||
7 | https://github.com/facebook/openbmc-linux/blob/1633c87b8ba7c162095787c988979b748ba65dc8/arch/arm/boot/dts/aspeed-bmc-facebook-sonorapass.dts | 5 | Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> |
8 | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | |
9 | Booted a test image of http://github.com/facebook/openbmc to login | ||
10 | prompt. | ||
11 | |||
12 | Signed-off-by: Patrick Williams <patrick@stwcx.xyz> | ||
13 | Reviewed-by: Amithash Prasad <amithash@fb.com> | ||
14 | Reviewed-by: Cédric Le Goater <clg@kaod.org> | ||
15 | [PMM: fixed block comment style nit] | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 8 | --- |
18 | hw/arm/aspeed.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++ | 9 | include/hw/timer/imx_gpt.h | 1 + |
19 | 1 file changed, 78 insertions(+) | 10 | hw/arm/fsl-imx6ul.c | 2 +- |
11 | hw/misc/imx6ul_ccm.c | 6 ------ | ||
12 | hw/timer/imx_gpt.c | 25 +++++++++++++++++++++++++ | ||
13 | 4 files changed, 27 insertions(+), 7 deletions(-) | ||
20 | 14 | ||
21 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | 15 | diff --git a/include/hw/timer/imx_gpt.h b/include/hw/timer/imx_gpt.h |
22 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/hw/arm/aspeed.c | 17 | --- a/include/hw/timer/imx_gpt.h |
24 | +++ b/hw/arm/aspeed.c | 18 | +++ b/include/hw/timer/imx_gpt.h |
25 | @@ -XXX,XX +XXX,XX @@ struct AspeedBoardState { | 19 | @@ -XXX,XX +XXX,XX @@ |
26 | SCU_AST2500_HW_STRAP_ACPI_ENABLE | \ | 20 | #define TYPE_IMX25_GPT "imx25.gpt" |
27 | SCU_HW_STRAP_SPI_MODE(SCU_HW_STRAP_SPI_MASTER)) | 21 | #define TYPE_IMX31_GPT "imx31.gpt" |
28 | 22 | #define TYPE_IMX6_GPT "imx6.gpt" | |
29 | +/* Sonorapass hardware value: 0xF100D216 */ | 23 | +#define TYPE_IMX6UL_GPT "imx6ul.gpt" |
30 | +#define SONORAPASS_BMC_HW_STRAP1 ( \ | 24 | #define TYPE_IMX7_GPT "imx7.gpt" |
31 | + SCU_AST2500_HW_STRAP_SPI_AUTOFETCH_ENABLE | \ | 25 | |
32 | + SCU_AST2500_HW_STRAP_GPIO_STRAP_ENABLE | \ | 26 | #define TYPE_IMX_GPT TYPE_IMX25_GPT |
33 | + SCU_AST2500_HW_STRAP_UART_DEBUG | \ | 27 | diff --git a/hw/arm/fsl-imx6ul.c b/hw/arm/fsl-imx6ul.c |
34 | + SCU_AST2500_HW_STRAP_RESERVED28 | \ | 28 | index XXXXXXX..XXXXXXX 100644 |
35 | + SCU_AST2500_HW_STRAP_DDR4_ENABLE | \ | 29 | --- a/hw/arm/fsl-imx6ul.c |
36 | + SCU_HW_STRAP_VGA_CLASS_CODE | \ | 30 | +++ b/hw/arm/fsl-imx6ul.c |
37 | + SCU_HW_STRAP_LPC_RESET_PIN | \ | 31 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx6ul_init(Object *obj) |
38 | + SCU_HW_STRAP_SPI_MODE(SCU_HW_STRAP_SPI_MASTER) | \ | 32 | */ |
39 | + SCU_AST2500_HW_STRAP_SET_AXI_AHB_RATIO(AXI_AHB_RATIO_2_1) | \ | 33 | for (i = 0; i < FSL_IMX6UL_NUM_GPTS; i++) { |
40 | + SCU_HW_STRAP_VGA_BIOS_ROM | \ | 34 | snprintf(name, NAME_SIZE, "gpt%d", i); |
41 | + SCU_HW_STRAP_VGA_SIZE_SET(VGA_16M_DRAM) | \ | 35 | - object_initialize_child(obj, name, &s->gpt[i], TYPE_IMX7_GPT); |
42 | + SCU_AST2500_HW_STRAP_RESERVED1) | 36 | + object_initialize_child(obj, name, &s->gpt[i], TYPE_IMX6UL_GPT); |
37 | } | ||
38 | |||
39 | /* | ||
40 | diff --git a/hw/misc/imx6ul_ccm.c b/hw/misc/imx6ul_ccm.c | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/hw/misc/imx6ul_ccm.c | ||
43 | +++ b/hw/misc/imx6ul_ccm.c | ||
44 | @@ -XXX,XX +XXX,XX @@ static uint32_t imx6ul_ccm_get_clock_frequency(IMXCCMState *dev, IMXClk clock) | ||
45 | case CLK_32k: | ||
46 | freq = CKIL_FREQ; | ||
47 | break; | ||
48 | - case CLK_HIGH: | ||
49 | - freq = CKIH_FREQ; | ||
50 | - break; | ||
51 | - case CLK_HIGH_DIV: | ||
52 | - freq = CKIH_FREQ / 8; | ||
53 | - break; | ||
54 | default: | ||
55 | qemu_log_mask(LOG_GUEST_ERROR, "[%s]%s: unsupported clock %d\n", | ||
56 | TYPE_IMX6UL_CCM, __func__, clock); | ||
57 | diff --git a/hw/timer/imx_gpt.c b/hw/timer/imx_gpt.c | ||
58 | index XXXXXXX..XXXXXXX 100644 | ||
59 | --- a/hw/timer/imx_gpt.c | ||
60 | +++ b/hw/timer/imx_gpt.c | ||
61 | @@ -XXX,XX +XXX,XX @@ static const IMXClk imx6_gpt_clocks[] = { | ||
62 | CLK_HIGH, /* 111 reference clock */ | ||
63 | }; | ||
64 | |||
65 | +static const IMXClk imx6ul_gpt_clocks[] = { | ||
66 | + CLK_NONE, /* 000 No clock source */ | ||
67 | + CLK_IPG, /* 001 ipg_clk, 532MHz*/ | ||
68 | + CLK_IPG_HIGH, /* 010 ipg_clk_highfreq */ | ||
69 | + CLK_EXT, /* 011 External clock */ | ||
70 | + CLK_32k, /* 100 ipg_clk_32k */ | ||
71 | + CLK_NONE, /* 101 not defined */ | ||
72 | + CLK_NONE, /* 110 not defined */ | ||
73 | + CLK_NONE, /* 111 not defined */ | ||
74 | +}; | ||
43 | + | 75 | + |
44 | /* Swift hardware value: 0xF11AD206 */ | 76 | static const IMXClk imx7_gpt_clocks[] = { |
45 | #define SWIFT_BMC_HW_STRAP1 ( \ | 77 | CLK_NONE, /* 000 No clock source */ |
46 | AST2500_HW_STRAP1_DEFAULTS | \ | 78 | CLK_IPG, /* 001 ipg_clk, 532MHz*/ |
47 | @@ -XXX,XX +XXX,XX @@ static void swift_bmc_i2c_init(AspeedBoardState *bmc) | 79 | @@ -XXX,XX +XXX,XX @@ static void imx6_gpt_init(Object *obj) |
48 | i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 12), "tmp105", 0x4a); | 80 | s->clocks = imx6_gpt_clocks; |
49 | } | 81 | } |
50 | 82 | ||
51 | +static void sonorapass_bmc_i2c_init(AspeedBoardState *bmc) | 83 | +static void imx6ul_gpt_init(Object *obj) |
52 | +{ | 84 | +{ |
53 | + AspeedSoCState *soc = &bmc->soc; | 85 | + IMXGPTState *s = IMX_GPT(obj); |
54 | + | 86 | + |
55 | + /* bus 2 : */ | 87 | + s->clocks = imx6ul_gpt_clocks; |
56 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 2), "tmp105", 0x48); | ||
57 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 2), "tmp105", 0x49); | ||
58 | + /* bus 2 : pca9546 @ 0x73 */ | ||
59 | + | ||
60 | + /* bus 3 : pca9548 @ 0x70 */ | ||
61 | + | ||
62 | + /* bus 4 : */ | ||
63 | + uint8_t *eeprom4_54 = g_malloc0(8 * 1024); | ||
64 | + smbus_eeprom_init_one(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 4), 0x54, | ||
65 | + eeprom4_54); | ||
66 | + /* PCA9539 @ 0x76, but PCA9552 is compatible */ | ||
67 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 4), "pca9552", 0x76); | ||
68 | + /* PCA9539 @ 0x77, but PCA9552 is compatible */ | ||
69 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 4), "pca9552", 0x77); | ||
70 | + | ||
71 | + /* bus 6 : */ | ||
72 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 6), "tmp105", 0x48); | ||
73 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 6), "tmp105", 0x49); | ||
74 | + /* bus 6 : pca9546 @ 0x73 */ | ||
75 | + | ||
76 | + /* bus 8 : */ | ||
77 | + uint8_t *eeprom8_56 = g_malloc0(8 * 1024); | ||
78 | + smbus_eeprom_init_one(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 8), 0x56, | ||
79 | + eeprom8_56); | ||
80 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 8), "pca9552", 0x60); | ||
81 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 8), "pca9552", 0x61); | ||
82 | + /* bus 8 : adc128d818 @ 0x1d */ | ||
83 | + /* bus 8 : adc128d818 @ 0x1f */ | ||
84 | + | ||
85 | + /* | ||
86 | + * bus 13 : pca9548 @ 0x71 | ||
87 | + * - channel 3: | ||
88 | + * - tmm421 @ 0x4c | ||
89 | + * - tmp421 @ 0x4e | ||
90 | + * - tmp421 @ 0x4f | ||
91 | + */ | ||
92 | + | ||
93 | +} | 88 | +} |
94 | + | 89 | + |
95 | static void witherspoon_bmc_i2c_init(AspeedBoardState *bmc) | 90 | static void imx7_gpt_init(Object *obj) |
96 | { | 91 | { |
97 | AspeedSoCState *soc = &bmc->soc; | 92 | IMXGPTState *s = IMX_GPT(obj); |
98 | @@ -XXX,XX +XXX,XX @@ static void aspeed_machine_romulus_class_init(ObjectClass *oc, void *data) | 93 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo imx6_gpt_info = { |
99 | mc->default_ram_size = 512 * MiB; | 94 | .instance_init = imx6_gpt_init, |
100 | }; | 95 | }; |
101 | 96 | ||
102 | +static void aspeed_machine_sonorapass_class_init(ObjectClass *oc, void *data) | 97 | +static const TypeInfo imx6ul_gpt_info = { |
103 | +{ | 98 | + .name = TYPE_IMX6UL_GPT, |
104 | + MachineClass *mc = MACHINE_CLASS(oc); | 99 | + .parent = TYPE_IMX25_GPT, |
105 | + AspeedMachineClass *amc = ASPEED_MACHINE_CLASS(oc); | 100 | + .instance_init = imx6ul_gpt_init, |
106 | + | ||
107 | + mc->desc = "OCP SonoraPass BMC (ARM1176)"; | ||
108 | + amc->soc_name = "ast2500-a1"; | ||
109 | + amc->hw_strap1 = SONORAPASS_BMC_HW_STRAP1; | ||
110 | + amc->fmc_model = "mx66l1g45g"; | ||
111 | + amc->spi_model = "mx66l1g45g"; | ||
112 | + amc->num_cs = 2; | ||
113 | + amc->i2c_init = sonorapass_bmc_i2c_init; | ||
114 | + mc->default_ram_size = 512 * MiB; | ||
115 | +}; | 101 | +}; |
116 | + | 102 | + |
117 | static void aspeed_machine_swift_class_init(ObjectClass *oc, void *data) | 103 | static const TypeInfo imx7_gpt_info = { |
118 | { | 104 | .name = TYPE_IMX7_GPT, |
119 | MachineClass *mc = MACHINE_CLASS(oc); | 105 | .parent = TYPE_IMX25_GPT, |
120 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo aspeed_machine_types[] = { | 106 | @@ -XXX,XX +XXX,XX @@ static void imx_gpt_register_types(void) |
121 | .name = MACHINE_TYPE_NAME("swift-bmc"), | 107 | type_register_static(&imx25_gpt_info); |
122 | .parent = TYPE_ASPEED_MACHINE, | 108 | type_register_static(&imx31_gpt_info); |
123 | .class_init = aspeed_machine_swift_class_init, | 109 | type_register_static(&imx6_gpt_info); |
124 | + }, { | 110 | + type_register_static(&imx6ul_gpt_info); |
125 | + .name = MACHINE_TYPE_NAME("sonorapass-bmc"), | 111 | type_register_static(&imx7_gpt_info); |
126 | + .parent = TYPE_ASPEED_MACHINE, | 112 | } |
127 | + .class_init = aspeed_machine_sonorapass_class_init, | 113 | |
128 | }, { | ||
129 | .name = MACHINE_TYPE_NAME("witherspoon-bmc"), | ||
130 | .parent = TYPE_ASPEED_MACHINE, | ||
131 | -- | 114 | -- |
132 | 2.20.1 | 115 | 2.25.1 |
133 | |||
134 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Jean-Christophe Dubois <jcd@tribudubois.net> |
---|---|---|---|
2 | 2 | ||
3 | Now that we've converted all cases to gvec, there is quite a bit | 3 | IRQs were not associated to the various GPIO devices inside i.MX7D. |
4 | of dead code at the end of the function. Remove it. | 4 | This patch brings the i.MX7D on par with i.MX6. |
5 | 5 | ||
6 | Sink the call to gen_gvec_fn2i to the end, loading a function | 6 | Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> |
7 | pointer within the switch statement. | 7 | Message-id: 20221226101418.415170-1-jcd@tribudubois.net |
8 | |||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Message-id: 20200513163245.17915-6-richard.henderson@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 10 | --- |
14 | target/arm/translate-a64.c | 56 ++++++++++---------------------------- | 11 | include/hw/arm/fsl-imx7.h | 15 +++++++++++++++ |
15 | 1 file changed, 14 insertions(+), 42 deletions(-) | 12 | hw/arm/fsl-imx7.c | 31 ++++++++++++++++++++++++++++++- |
13 | 2 files changed, 45 insertions(+), 1 deletion(-) | ||
16 | 14 | ||
17 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 15 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h |
18 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/translate-a64.c | 17 | --- a/include/hw/arm/fsl-imx7.h |
20 | +++ b/target/arm/translate-a64.c | 18 | +++ b/include/hw/arm/fsl-imx7.h |
21 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shri(DisasContext *s, bool is_q, bool is_u, | 19 | @@ -XXX,XX +XXX,XX @@ enum FslIMX7IRQs { |
22 | int size = 32 - clz32(immh) - 1; | 20 | FSL_IMX7_GPT3_IRQ = 53, |
23 | int immhb = immh << 3 | immb; | 21 | FSL_IMX7_GPT4_IRQ = 52, |
24 | int shift = 2 * (8 << size) - immhb; | 22 | |
25 | - bool accumulate = false; | 23 | + FSL_IMX7_GPIO1_LOW_IRQ = 64, |
26 | - int dsize = is_q ? 128 : 64; | 24 | + FSL_IMX7_GPIO1_HIGH_IRQ = 65, |
27 | - int esize = 8 << size; | 25 | + FSL_IMX7_GPIO2_LOW_IRQ = 66, |
28 | - int elements = dsize/esize; | 26 | + FSL_IMX7_GPIO2_HIGH_IRQ = 67, |
29 | - MemOp memop = size | (is_u ? 0 : MO_SIGN); | 27 | + FSL_IMX7_GPIO3_LOW_IRQ = 68, |
30 | - TCGv_i64 tcg_rn = new_tmp_a64(s); | 28 | + FSL_IMX7_GPIO3_HIGH_IRQ = 69, |
31 | - TCGv_i64 tcg_rd = new_tmp_a64(s); | 29 | + FSL_IMX7_GPIO4_LOW_IRQ = 70, |
32 | - TCGv_i64 tcg_round; | 30 | + FSL_IMX7_GPIO4_HIGH_IRQ = 71, |
33 | - uint64_t round_const; | 31 | + FSL_IMX7_GPIO5_LOW_IRQ = 72, |
34 | - int i; | 32 | + FSL_IMX7_GPIO5_HIGH_IRQ = 73, |
35 | + GVecGen2iFn *gvec_fn; | 33 | + FSL_IMX7_GPIO6_LOW_IRQ = 74, |
36 | 34 | + FSL_IMX7_GPIO6_HIGH_IRQ = 75, | |
37 | if (extract32(immh, 3, 1) && !is_q) { | 35 | + FSL_IMX7_GPIO7_LOW_IRQ = 76, |
38 | unallocated_encoding(s); | 36 | + FSL_IMX7_GPIO7_HIGH_IRQ = 77, |
39 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shri(DisasContext *s, bool is_q, bool is_u, | 37 | + |
40 | 38 | FSL_IMX7_WDOG1_IRQ = 78, | |
41 | switch (opcode) { | 39 | FSL_IMX7_WDOG2_IRQ = 79, |
42 | case 0x02: /* SSRA / USRA (accumulate) */ | 40 | FSL_IMX7_WDOG3_IRQ = 10, |
43 | - gen_gvec_fn2i(s, is_q, rd, rn, shift, | 41 | diff --git a/hw/arm/fsl-imx7.c b/hw/arm/fsl-imx7.c |
44 | - is_u ? gen_gvec_usra : gen_gvec_ssra, size); | 42 | index XXXXXXX..XXXXXXX 100644 |
45 | - return; | 43 | --- a/hw/arm/fsl-imx7.c |
46 | + gvec_fn = is_u ? gen_gvec_usra : gen_gvec_ssra; | 44 | +++ b/hw/arm/fsl-imx7.c |
47 | + break; | 45 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp) |
48 | 46 | FSL_IMX7_GPIO7_ADDR, | |
49 | case 0x08: /* SRI */ | 47 | }; |
50 | - gen_gvec_fn2i(s, is_q, rd, rn, shift, gen_gvec_sri, size); | 48 | |
51 | - return; | 49 | + static const int FSL_IMX7_GPIOn_LOW_IRQ[FSL_IMX7_NUM_GPIOS] = { |
52 | + gvec_fn = gen_gvec_sri; | 50 | + FSL_IMX7_GPIO1_LOW_IRQ, |
53 | + break; | 51 | + FSL_IMX7_GPIO2_LOW_IRQ, |
54 | 52 | + FSL_IMX7_GPIO3_LOW_IRQ, | |
55 | case 0x00: /* SSHR / USHR */ | 53 | + FSL_IMX7_GPIO4_LOW_IRQ, |
56 | if (is_u) { | 54 | + FSL_IMX7_GPIO5_LOW_IRQ, |
57 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shri(DisasContext *s, bool is_q, bool is_u, | 55 | + FSL_IMX7_GPIO6_LOW_IRQ, |
58 | /* Shift count the same size as element size produces zero. */ | 56 | + FSL_IMX7_GPIO7_LOW_IRQ, |
59 | tcg_gen_gvec_dup_imm(size, vec_full_reg_offset(s, rd), | 57 | + }; |
60 | is_q ? 16 : 8, vec_full_reg_size(s), 0); | 58 | + |
61 | - } else { | 59 | + static const int FSL_IMX7_GPIOn_HIGH_IRQ[FSL_IMX7_NUM_GPIOS] = { |
62 | - gen_gvec_fn2i(s, is_q, rd, rn, shift, tcg_gen_gvec_shri, size); | 60 | + FSL_IMX7_GPIO1_HIGH_IRQ, |
63 | + return; | 61 | + FSL_IMX7_GPIO2_HIGH_IRQ, |
64 | } | 62 | + FSL_IMX7_GPIO3_HIGH_IRQ, |
65 | + gvec_fn = tcg_gen_gvec_shri; | 63 | + FSL_IMX7_GPIO4_HIGH_IRQ, |
66 | } else { | 64 | + FSL_IMX7_GPIO5_HIGH_IRQ, |
67 | /* Shift count the same size as element size produces all sign. */ | 65 | + FSL_IMX7_GPIO6_HIGH_IRQ, |
68 | if (shift == 8 << size) { | 66 | + FSL_IMX7_GPIO7_HIGH_IRQ, |
69 | shift -= 1; | 67 | + }; |
70 | } | 68 | + |
71 | - gen_gvec_fn2i(s, is_q, rd, rn, shift, tcg_gen_gvec_sari, size); | 69 | sysbus_realize(SYS_BUS_DEVICE(&s->gpio[i]), &error_abort); |
72 | + gvec_fn = tcg_gen_gvec_sari; | 70 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->gpio[i]), 0, FSL_IMX7_GPIOn_ADDR[i]); |
73 | } | 71 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->gpio[i]), 0, |
74 | - return; | 72 | + FSL_IMX7_GPIOn_ADDR[i]); |
75 | + break; | 73 | + |
76 | 74 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gpio[i]), 0, | |
77 | case 0x04: /* SRSHR / URSHR (rounding) */ | 75 | + qdev_get_gpio_in(DEVICE(&s->a7mpcore), |
78 | - gen_gvec_fn2i(s, is_q, rd, rn, shift, | 76 | + FSL_IMX7_GPIOn_LOW_IRQ[i])); |
79 | - is_u ? gen_gvec_urshr : gen_gvec_srshr, size); | 77 | + |
80 | - return; | 78 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gpio[i]), 1, |
81 | + gvec_fn = is_u ? gen_gvec_urshr : gen_gvec_srshr; | 79 | + qdev_get_gpio_in(DEVICE(&s->a7mpcore), |
82 | + break; | 80 | + FSL_IMX7_GPIOn_HIGH_IRQ[i])); |
83 | |||
84 | case 0x06: /* SRSRA / URSRA (accum + rounding) */ | ||
85 | - gen_gvec_fn2i(s, is_q, rd, rn, shift, | ||
86 | - is_u ? gen_gvec_ursra : gen_gvec_srsra, size); | ||
87 | - return; | ||
88 | + gvec_fn = is_u ? gen_gvec_ursra : gen_gvec_srsra; | ||
89 | + break; | ||
90 | |||
91 | default: | ||
92 | g_assert_not_reached(); | ||
93 | } | 81 | } |
94 | 82 | ||
95 | - round_const = 1ULL << (shift - 1); | 83 | /* |
96 | - tcg_round = tcg_const_i64(round_const); | ||
97 | - | ||
98 | - for (i = 0; i < elements; i++) { | ||
99 | - read_vec_element(s, tcg_rn, rn, i, memop); | ||
100 | - if (accumulate) { | ||
101 | - read_vec_element(s, tcg_rd, rd, i, memop); | ||
102 | - } | ||
103 | - | ||
104 | - handle_shri_with_rndacc(tcg_rd, tcg_rn, tcg_round, | ||
105 | - accumulate, is_u, size, shift); | ||
106 | - | ||
107 | - write_vec_element(s, tcg_rd, rd, i, size); | ||
108 | - } | ||
109 | - tcg_temp_free_i64(tcg_round); | ||
110 | - | ||
111 | - clear_vec_high(s, is_q, rd); | ||
112 | + gen_gvec_fn2i(s, is_q, rd, rn, shift, gvec_fn, size); | ||
113 | } | ||
114 | |||
115 | /* SHL/SLI - Vector shift left */ | ||
116 | -- | 84 | -- |
117 | 2.20.1 | 85 | 2.25.1 |
118 | |||
119 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Stephen Longfield <slongfield@google.com> |
---|---|---|---|
2 | 2 | ||
3 | The functions eliminate duplication of the special cases for | 3 | Size is used at lines 1088/1188 for the loop, which reads the last 4 |
4 | this operation. They match up with the GVecGen2iFn typedef. | 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. | ||
5 | 7 | ||
6 | Add out-of-line helpers. We got away with only having inline | 8 | This was pointed out to me by clg@kaod.org during the code review of |
7 | expanders because the neon vector size is only 16 bytes, and | 9 | a similar patch to hw/net/ftgmac100.c |
8 | we know that the inline expansion will always succeed. | ||
9 | When we reuse this for SVE, tcg-gvec-op may decide to use an | ||
10 | out-of-line helper due to longer vector lengths. | ||
11 | 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 | ||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | Message-id: 20200513163245.17915-4-richard.henderson@linaro.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 17 | --- |
17 | target/arm/helper.h | 10 ++ | 18 | hw/net/imx_fec.c | 8 ++++---- |
18 | target/arm/translate.h | 7 +- | 19 | 1 file changed, 4 insertions(+), 4 deletions(-) |
19 | target/arm/translate-a64.c | 20 +--- | ||
20 | target/arm/translate.c | 186 +++++++++++++++++++++---------------- | ||
21 | target/arm/vec_helper.c | 38 ++++++++ | ||
22 | 5 files changed, 160 insertions(+), 101 deletions(-) | ||
23 | 20 | ||
24 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 21 | diff --git a/hw/net/imx_fec.c b/hw/net/imx_fec.c |
25 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/target/arm/helper.h | 23 | --- a/hw/net/imx_fec.c |
27 | +++ b/target/arm/helper.h | 24 | +++ b/hw/net/imx_fec.c |
28 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_3(gvec_ursra_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 25 | @@ -XXX,XX +XXX,XX @@ static ssize_t imx_fec_receive(NetClientState *nc, const uint8_t *buf, |
29 | DEF_HELPER_FLAGS_3(gvec_ursra_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | 26 | return 0; |
30 | DEF_HELPER_FLAGS_3(gvec_ursra_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
31 | |||
32 | +DEF_HELPER_FLAGS_3(gvec_sri_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
33 | +DEF_HELPER_FLAGS_3(gvec_sri_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
34 | +DEF_HELPER_FLAGS_3(gvec_sri_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
35 | +DEF_HELPER_FLAGS_3(gvec_sri_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
36 | + | ||
37 | +DEF_HELPER_FLAGS_3(gvec_sli_b, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
38 | +DEF_HELPER_FLAGS_3(gvec_sli_h, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
39 | +DEF_HELPER_FLAGS_3(gvec_sli_s, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
40 | +DEF_HELPER_FLAGS_3(gvec_sli_d, TCG_CALL_NO_RWG, void, ptr, ptr, i32) | ||
41 | + | ||
42 | #ifdef TARGET_AARCH64 | ||
43 | #include "helper-a64.h" | ||
44 | #include "helper-sve.h" | ||
45 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/target/arm/translate.h | ||
48 | +++ b/target/arm/translate.h | ||
49 | @@ -XXX,XX +XXX,XX @@ extern const GVecGen3 mls_op[4]; | ||
50 | extern const GVecGen3 cmtst_op[4]; | ||
51 | extern const GVecGen3 sshl_op[4]; | ||
52 | extern const GVecGen3 ushl_op[4]; | ||
53 | -extern const GVecGen2i sri_op[4]; | ||
54 | -extern const GVecGen2i sli_op[4]; | ||
55 | extern const GVecGen4 uqadd_op[4]; | ||
56 | extern const GVecGen4 sqadd_op[4]; | ||
57 | extern const GVecGen4 uqsub_op[4]; | ||
58 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_srsra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
59 | void gen_gvec_ursra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
60 | int64_t shift, uint32_t opr_sz, uint32_t max_sz); | ||
61 | |||
62 | +void gen_gvec_sri(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
63 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | ||
64 | +void gen_gvec_sli(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
65 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz); | ||
66 | + | ||
67 | /* | ||
68 | * Forward to the isar_feature_* tests given a DisasContext pointer. | ||
69 | */ | ||
70 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
71 | index XXXXXXX..XXXXXXX 100644 | ||
72 | --- a/target/arm/translate-a64.c | ||
73 | +++ b/target/arm/translate-a64.c | ||
74 | @@ -XXX,XX +XXX,XX @@ static void gen_gvec_op2(DisasContext *s, bool is_q, int rd, | ||
75 | is_q ? 16 : 8, vec_full_reg_size(s), gvec_op); | ||
76 | } | ||
77 | |||
78 | -/* Expand a 2-operand + immediate AdvSIMD vector operation using | ||
79 | - * an op descriptor. | ||
80 | - */ | ||
81 | -static void gen_gvec_op2i(DisasContext *s, bool is_q, int rd, | ||
82 | - int rn, int64_t imm, const GVecGen2i *gvec_op) | ||
83 | -{ | ||
84 | - tcg_gen_gvec_2i(vec_full_reg_offset(s, rd), vec_full_reg_offset(s, rn), | ||
85 | - is_q ? 16 : 8, vec_full_reg_size(s), imm, gvec_op); | ||
86 | -} | ||
87 | - | ||
88 | /* Expand a 3-operand AdvSIMD vector operation using an op descriptor. */ | ||
89 | static void gen_gvec_op3(DisasContext *s, bool is_q, int rd, | ||
90 | int rn, int rm, const GVecGen3 *gvec_op) | ||
91 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shri(DisasContext *s, bool is_q, bool is_u, | ||
92 | gen_gvec_fn2i(s, is_q, rd, rn, shift, | ||
93 | is_u ? gen_gvec_usra : gen_gvec_ssra, size); | ||
94 | return; | ||
95 | + | ||
96 | case 0x08: /* SRI */ | ||
97 | - /* Shift count same as element size is valid but does nothing. */ | ||
98 | - if (shift == 8 << size) { | ||
99 | - goto done; | ||
100 | - } | ||
101 | - gen_gvec_op2i(s, is_q, rd, rn, shift, &sri_op[size]); | ||
102 | + gen_gvec_fn2i(s, is_q, rd, rn, shift, gen_gvec_sri, size); | ||
103 | return; | ||
104 | |||
105 | case 0x00: /* SSHR / USHR */ | ||
106 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shri(DisasContext *s, bool is_q, bool is_u, | ||
107 | } | 27 | } |
108 | tcg_temp_free_i64(tcg_round); | 28 | |
109 | 29 | - /* 4 bytes for the CRC. */ | |
110 | - done: | 30 | - size += 4; |
111 | clear_vec_high(s, is_q, rd); | 31 | crc = cpu_to_be32(crc32(~0, buf, size)); |
112 | } | 32 | + /* Increase size by 4, loop below reads the last 4 bytes from crc_ptr. */ |
113 | 33 | + size += 4; | |
114 | @@ -XXX,XX +XXX,XX @@ static void handle_vec_simd_shli(DisasContext *s, bool is_q, bool insert, | 34 | crc_ptr = (uint8_t *) &crc; |
35 | |||
36 | /* Huge frames are truncated. */ | ||
37 | @@ -XXX,XX +XXX,XX @@ static ssize_t imx_enet_receive(NetClientState *nc, const uint8_t *buf, | ||
38 | return 0; | ||
115 | } | 39 | } |
116 | 40 | ||
117 | if (insert) { | 41 | - /* 4 bytes for the CRC. */ |
118 | - gen_gvec_op2i(s, is_q, rd, rn, shift, &sli_op[size]); | 42 | - size += 4; |
119 | + gen_gvec_fn2i(s, is_q, rd, rn, shift, gen_gvec_sli, size); | 43 | crc = cpu_to_be32(crc32(~0, buf, size)); |
120 | } else { | 44 | + /* Increase size by 4, loop below reads the last 4 bytes from crc_ptr. */ |
121 | gen_gvec_fn2i(s, is_q, rd, rn, shift, tcg_gen_gvec_shli, size); | 45 | + size += 4; |
122 | } | 46 | crc_ptr = (uint8_t *) &crc; |
123 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 47 | |
124 | index XXXXXXX..XXXXXXX 100644 | 48 | if (shift16) { |
125 | --- a/target/arm/translate.c | ||
126 | +++ b/target/arm/translate.c | ||
127 | @@ -XXX,XX +XXX,XX @@ static void gen_shr64_ins_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) | ||
128 | |||
129 | static void gen_shr_ins_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) | ||
130 | { | ||
131 | - if (sh == 0) { | ||
132 | - tcg_gen_mov_vec(d, a); | ||
133 | - } else { | ||
134 | - TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
135 | - TCGv_vec m = tcg_temp_new_vec_matching(d); | ||
136 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
137 | + TCGv_vec m = tcg_temp_new_vec_matching(d); | ||
138 | |||
139 | - tcg_gen_dupi_vec(vece, m, MAKE_64BIT_MASK((8 << vece) - sh, sh)); | ||
140 | - tcg_gen_shri_vec(vece, t, a, sh); | ||
141 | - tcg_gen_and_vec(vece, d, d, m); | ||
142 | - tcg_gen_or_vec(vece, d, d, t); | ||
143 | + tcg_gen_dupi_vec(vece, m, MAKE_64BIT_MASK((8 << vece) - sh, sh)); | ||
144 | + tcg_gen_shri_vec(vece, t, a, sh); | ||
145 | + tcg_gen_and_vec(vece, d, d, m); | ||
146 | + tcg_gen_or_vec(vece, d, d, t); | ||
147 | |||
148 | - tcg_temp_free_vec(t); | ||
149 | - tcg_temp_free_vec(m); | ||
150 | - } | ||
151 | + tcg_temp_free_vec(t); | ||
152 | + tcg_temp_free_vec(m); | ||
153 | } | ||
154 | |||
155 | -static const TCGOpcode vecop_list_sri[] = { INDEX_op_shri_vec, 0 }; | ||
156 | +void gen_gvec_sri(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
157 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | ||
158 | +{ | ||
159 | + static const TCGOpcode vecop_list[] = { INDEX_op_shri_vec, 0 }; | ||
160 | + const GVecGen2i ops[4] = { | ||
161 | + { .fni8 = gen_shr8_ins_i64, | ||
162 | + .fniv = gen_shr_ins_vec, | ||
163 | + .fno = gen_helper_gvec_sri_b, | ||
164 | + .load_dest = true, | ||
165 | + .opt_opc = vecop_list, | ||
166 | + .vece = MO_8 }, | ||
167 | + { .fni8 = gen_shr16_ins_i64, | ||
168 | + .fniv = gen_shr_ins_vec, | ||
169 | + .fno = gen_helper_gvec_sri_h, | ||
170 | + .load_dest = true, | ||
171 | + .opt_opc = vecop_list, | ||
172 | + .vece = MO_16 }, | ||
173 | + { .fni4 = gen_shr32_ins_i32, | ||
174 | + .fniv = gen_shr_ins_vec, | ||
175 | + .fno = gen_helper_gvec_sri_s, | ||
176 | + .load_dest = true, | ||
177 | + .opt_opc = vecop_list, | ||
178 | + .vece = MO_32 }, | ||
179 | + { .fni8 = gen_shr64_ins_i64, | ||
180 | + .fniv = gen_shr_ins_vec, | ||
181 | + .fno = gen_helper_gvec_sri_d, | ||
182 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
183 | + .load_dest = true, | ||
184 | + .opt_opc = vecop_list, | ||
185 | + .vece = MO_64 }, | ||
186 | + }; | ||
187 | |||
188 | -const GVecGen2i sri_op[4] = { | ||
189 | - { .fni8 = gen_shr8_ins_i64, | ||
190 | - .fniv = gen_shr_ins_vec, | ||
191 | - .load_dest = true, | ||
192 | - .opt_opc = vecop_list_sri, | ||
193 | - .vece = MO_8 }, | ||
194 | - { .fni8 = gen_shr16_ins_i64, | ||
195 | - .fniv = gen_shr_ins_vec, | ||
196 | - .load_dest = true, | ||
197 | - .opt_opc = vecop_list_sri, | ||
198 | - .vece = MO_16 }, | ||
199 | - { .fni4 = gen_shr32_ins_i32, | ||
200 | - .fniv = gen_shr_ins_vec, | ||
201 | - .load_dest = true, | ||
202 | - .opt_opc = vecop_list_sri, | ||
203 | - .vece = MO_32 }, | ||
204 | - { .fni8 = gen_shr64_ins_i64, | ||
205 | - .fniv = gen_shr_ins_vec, | ||
206 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
207 | - .load_dest = true, | ||
208 | - .opt_opc = vecop_list_sri, | ||
209 | - .vece = MO_64 }, | ||
210 | -}; | ||
211 | + /* tszimm encoding produces immediates in the range [1..esize]. */ | ||
212 | + tcg_debug_assert(shift > 0); | ||
213 | + tcg_debug_assert(shift <= (8 << vece)); | ||
214 | + | ||
215 | + /* Shift of esize leaves destination unchanged. */ | ||
216 | + if (shift < (8 << vece)) { | ||
217 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | ||
218 | + } else { | ||
219 | + /* Nop, but we do need to clear the tail. */ | ||
220 | + tcg_gen_gvec_mov(vece, rd_ofs, rd_ofs, opr_sz, max_sz); | ||
221 | + } | ||
222 | +} | ||
223 | |||
224 | static void gen_shl8_ins_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) | ||
225 | { | ||
226 | @@ -XXX,XX +XXX,XX @@ static void gen_shl64_ins_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) | ||
227 | |||
228 | static void gen_shl_ins_vec(unsigned vece, TCGv_vec d, TCGv_vec a, int64_t sh) | ||
229 | { | ||
230 | - if (sh == 0) { | ||
231 | - tcg_gen_mov_vec(d, a); | ||
232 | - } else { | ||
233 | - TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
234 | - TCGv_vec m = tcg_temp_new_vec_matching(d); | ||
235 | + TCGv_vec t = tcg_temp_new_vec_matching(d); | ||
236 | + TCGv_vec m = tcg_temp_new_vec_matching(d); | ||
237 | |||
238 | - tcg_gen_dupi_vec(vece, m, MAKE_64BIT_MASK(0, sh)); | ||
239 | - tcg_gen_shli_vec(vece, t, a, sh); | ||
240 | - tcg_gen_and_vec(vece, d, d, m); | ||
241 | - tcg_gen_or_vec(vece, d, d, t); | ||
242 | + tcg_gen_shli_vec(vece, t, a, sh); | ||
243 | + tcg_gen_dupi_vec(vece, m, MAKE_64BIT_MASK(0, sh)); | ||
244 | + tcg_gen_and_vec(vece, d, d, m); | ||
245 | + tcg_gen_or_vec(vece, d, d, t); | ||
246 | |||
247 | - tcg_temp_free_vec(t); | ||
248 | - tcg_temp_free_vec(m); | ||
249 | - } | ||
250 | + tcg_temp_free_vec(t); | ||
251 | + tcg_temp_free_vec(m); | ||
252 | } | ||
253 | |||
254 | -static const TCGOpcode vecop_list_sli[] = { INDEX_op_shli_vec, 0 }; | ||
255 | +void gen_gvec_sli(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
256 | + int64_t shift, uint32_t opr_sz, uint32_t max_sz) | ||
257 | +{ | ||
258 | + static const TCGOpcode vecop_list[] = { INDEX_op_shli_vec, 0 }; | ||
259 | + const GVecGen2i ops[4] = { | ||
260 | + { .fni8 = gen_shl8_ins_i64, | ||
261 | + .fniv = gen_shl_ins_vec, | ||
262 | + .fno = gen_helper_gvec_sli_b, | ||
263 | + .load_dest = true, | ||
264 | + .opt_opc = vecop_list, | ||
265 | + .vece = MO_8 }, | ||
266 | + { .fni8 = gen_shl16_ins_i64, | ||
267 | + .fniv = gen_shl_ins_vec, | ||
268 | + .fno = gen_helper_gvec_sli_h, | ||
269 | + .load_dest = true, | ||
270 | + .opt_opc = vecop_list, | ||
271 | + .vece = MO_16 }, | ||
272 | + { .fni4 = gen_shl32_ins_i32, | ||
273 | + .fniv = gen_shl_ins_vec, | ||
274 | + .fno = gen_helper_gvec_sli_s, | ||
275 | + .load_dest = true, | ||
276 | + .opt_opc = vecop_list, | ||
277 | + .vece = MO_32 }, | ||
278 | + { .fni8 = gen_shl64_ins_i64, | ||
279 | + .fniv = gen_shl_ins_vec, | ||
280 | + .fno = gen_helper_gvec_sli_d, | ||
281 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
282 | + .load_dest = true, | ||
283 | + .opt_opc = vecop_list, | ||
284 | + .vece = MO_64 }, | ||
285 | + }; | ||
286 | |||
287 | -const GVecGen2i sli_op[4] = { | ||
288 | - { .fni8 = gen_shl8_ins_i64, | ||
289 | - .fniv = gen_shl_ins_vec, | ||
290 | - .load_dest = true, | ||
291 | - .opt_opc = vecop_list_sli, | ||
292 | - .vece = MO_8 }, | ||
293 | - { .fni8 = gen_shl16_ins_i64, | ||
294 | - .fniv = gen_shl_ins_vec, | ||
295 | - .load_dest = true, | ||
296 | - .opt_opc = vecop_list_sli, | ||
297 | - .vece = MO_16 }, | ||
298 | - { .fni4 = gen_shl32_ins_i32, | ||
299 | - .fniv = gen_shl_ins_vec, | ||
300 | - .load_dest = true, | ||
301 | - .opt_opc = vecop_list_sli, | ||
302 | - .vece = MO_32 }, | ||
303 | - { .fni8 = gen_shl64_ins_i64, | ||
304 | - .fniv = gen_shl_ins_vec, | ||
305 | - .prefer_i64 = TCG_TARGET_REG_BITS == 64, | ||
306 | - .load_dest = true, | ||
307 | - .opt_opc = vecop_list_sli, | ||
308 | - .vece = MO_64 }, | ||
309 | -}; | ||
310 | + /* tszimm encoding produces immediates in the range [0..esize-1]. */ | ||
311 | + tcg_debug_assert(shift >= 0); | ||
312 | + tcg_debug_assert(shift < (8 << vece)); | ||
313 | + | ||
314 | + if (shift == 0) { | ||
315 | + tcg_gen_gvec_mov(vece, rd_ofs, rm_ofs, opr_sz, max_sz); | ||
316 | + } else { | ||
317 | + tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); | ||
318 | + } | ||
319 | +} | ||
320 | |||
321 | static void gen_mla8_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) | ||
322 | { | ||
323 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
324 | } | ||
325 | /* Right shift comes here negative. */ | ||
326 | shift = -shift; | ||
327 | - /* Shift out of range leaves destination unchanged. */ | ||
328 | - if (shift < 8 << size) { | ||
329 | - tcg_gen_gvec_2i(rd_ofs, rm_ofs, vec_size, vec_size, | ||
330 | - shift, &sri_op[size]); | ||
331 | - } | ||
332 | + gen_gvec_sri(size, rd_ofs, rm_ofs, shift, | ||
333 | + vec_size, vec_size); | ||
334 | return 0; | ||
335 | |||
336 | case 5: /* VSHL, VSLI */ | ||
337 | if (u) { /* VSLI */ | ||
338 | - /* Shift out of range leaves destination unchanged. */ | ||
339 | - if (shift < 8 << size) { | ||
340 | - tcg_gen_gvec_2i(rd_ofs, rm_ofs, vec_size, | ||
341 | - vec_size, shift, &sli_op[size]); | ||
342 | - } | ||
343 | + gen_gvec_sli(size, rd_ofs, rm_ofs, shift, | ||
344 | + vec_size, vec_size); | ||
345 | } else { /* VSHL */ | ||
346 | /* Shifts larger than the element size are | ||
347 | * architecturally valid and results in zero. | ||
348 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
349 | index XXXXXXX..XXXXXXX 100644 | ||
350 | --- a/target/arm/vec_helper.c | ||
351 | +++ b/target/arm/vec_helper.c | ||
352 | @@ -XXX,XX +XXX,XX @@ DO_RSRA(gvec_ursra_d, uint64_t) | ||
353 | |||
354 | #undef DO_RSRA | ||
355 | |||
356 | +#define DO_SRI(NAME, TYPE) \ | ||
357 | +void HELPER(NAME)(void *vd, void *vn, uint32_t desc) \ | ||
358 | +{ \ | ||
359 | + intptr_t i, oprsz = simd_oprsz(desc); \ | ||
360 | + int shift = simd_data(desc); \ | ||
361 | + TYPE *d = vd, *n = vn; \ | ||
362 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | ||
363 | + d[i] = deposit64(d[i], 0, sizeof(TYPE) * 8 - shift, n[i] >> shift); \ | ||
364 | + } \ | ||
365 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
366 | +} | ||
367 | + | ||
368 | +DO_SRI(gvec_sri_b, uint8_t) | ||
369 | +DO_SRI(gvec_sri_h, uint16_t) | ||
370 | +DO_SRI(gvec_sri_s, uint32_t) | ||
371 | +DO_SRI(gvec_sri_d, uint64_t) | ||
372 | + | ||
373 | +#undef DO_SRI | ||
374 | + | ||
375 | +#define DO_SLI(NAME, TYPE) \ | ||
376 | +void HELPER(NAME)(void *vd, void *vn, uint32_t desc) \ | ||
377 | +{ \ | ||
378 | + intptr_t i, oprsz = simd_oprsz(desc); \ | ||
379 | + int shift = simd_data(desc); \ | ||
380 | + TYPE *d = vd, *n = vn; \ | ||
381 | + for (i = 0; i < oprsz / sizeof(TYPE); i++) { \ | ||
382 | + d[i] = deposit64(d[i], shift, sizeof(TYPE) * 8 - shift, n[i]); \ | ||
383 | + } \ | ||
384 | + clear_tail(d, oprsz, simd_maxsz(desc)); \ | ||
385 | +} | ||
386 | + | ||
387 | +DO_SLI(gvec_sli_b, uint8_t) | ||
388 | +DO_SLI(gvec_sli_h, uint16_t) | ||
389 | +DO_SLI(gvec_sli_s, uint32_t) | ||
390 | +DO_SLI(gvec_sli_d, uint64_t) | ||
391 | + | ||
392 | +#undef DO_SLI | ||
393 | + | ||
394 | /* | ||
395 | * Convert float16 to float32, raising no exceptions and | ||
396 | * preserving exceptional values, including SNaN. | ||
397 | -- | 49 | -- |
398 | 2.20.1 | 50 | 2.25.1 |
399 | |||
400 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Provide a functional interface for the vector expansion. | ||
4 | This fits better with the existing set of helpers that | ||
5 | we provide for other operations. | ||
6 | |||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20200513163245.17915-11-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | target/arm/translate.h | 13 +- | ||
13 | target/arm/translate-a64.c | 22 ++- | ||
14 | target/arm/translate-neon.inc.c | 19 +-- | ||
15 | target/arm/translate.c | 228 +++++++++++++++++--------------- | ||
16 | 4 files changed, 147 insertions(+), 135 deletions(-) | ||
17 | |||
18 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
19 | index XXXXXXX..XXXXXXX 100644 | ||
20 | --- a/target/arm/translate.h | ||
21 | +++ b/target/arm/translate.h | ||
22 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_sshl(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
23 | void gen_gvec_ushl(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
24 | uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
25 | |||
26 | -extern const GVecGen4 uqadd_op[4]; | ||
27 | -extern const GVecGen4 sqadd_op[4]; | ||
28 | -extern const GVecGen4 uqsub_op[4]; | ||
29 | -extern const GVecGen4 sqsub_op[4]; | ||
30 | void gen_cmtst_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b); | ||
31 | void gen_ushl_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b); | ||
32 | void gen_sshl_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b); | ||
33 | void gen_ushl_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b); | ||
34 | void gen_sshl_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b); | ||
35 | |||
36 | +void gen_gvec_uqadd_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
37 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
38 | +void gen_gvec_sqadd_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
39 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
40 | +void gen_gvec_uqsub_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
41 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
42 | +void gen_gvec_sqsub_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
43 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); | ||
44 | + | ||
45 | void gen_gvec_ssra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
46 | int64_t shift, uint32_t opr_sz, uint32_t max_sz); | ||
47 | void gen_gvec_usra(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs, | ||
48 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/target/arm/translate-a64.c | ||
51 | +++ b/target/arm/translate-a64.c | ||
52 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_3same_int(DisasContext *s, uint32_t insn) | ||
53 | |||
54 | switch (opcode) { | ||
55 | case 0x01: /* SQADD, UQADD */ | ||
56 | - tcg_gen_gvec_4(vec_full_reg_offset(s, rd), | ||
57 | - offsetof(CPUARMState, vfp.qc), | ||
58 | - vec_full_reg_offset(s, rn), | ||
59 | - vec_full_reg_offset(s, rm), | ||
60 | - is_q ? 16 : 8, vec_full_reg_size(s), | ||
61 | - (u ? uqadd_op : sqadd_op) + size); | ||
62 | + if (u) { | ||
63 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_uqadd_qc, size); | ||
64 | + } else { | ||
65 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_sqadd_qc, size); | ||
66 | + } | ||
67 | return; | ||
68 | case 0x05: /* SQSUB, UQSUB */ | ||
69 | - tcg_gen_gvec_4(vec_full_reg_offset(s, rd), | ||
70 | - offsetof(CPUARMState, vfp.qc), | ||
71 | - vec_full_reg_offset(s, rn), | ||
72 | - vec_full_reg_offset(s, rm), | ||
73 | - is_q ? 16 : 8, vec_full_reg_size(s), | ||
74 | - (u ? uqsub_op : sqsub_op) + size); | ||
75 | + if (u) { | ||
76 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_uqsub_qc, size); | ||
77 | + } else { | ||
78 | + gen_gvec_fn3(s, is_q, rd, rn, rm, gen_gvec_sqsub_qc, size); | ||
79 | + } | ||
80 | return; | ||
81 | case 0x08: /* SSHL, USHL */ | ||
82 | if (u) { | ||
83 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
84 | index XXXXXXX..XXXXXXX 100644 | ||
85 | --- a/target/arm/translate-neon.inc.c | ||
86 | +++ b/target/arm/translate-neon.inc.c | ||
87 | @@ -XXX,XX +XXX,XX @@ DO_3SAME(VORN, tcg_gen_gvec_orc) | ||
88 | DO_3SAME(VEOR, tcg_gen_gvec_xor) | ||
89 | DO_3SAME(VSHL_S, gen_gvec_sshl) | ||
90 | DO_3SAME(VSHL_U, gen_gvec_ushl) | ||
91 | +DO_3SAME(VQADD_S, gen_gvec_sqadd_qc) | ||
92 | +DO_3SAME(VQADD_U, gen_gvec_uqadd_qc) | ||
93 | +DO_3SAME(VQSUB_S, gen_gvec_sqsub_qc) | ||
94 | +DO_3SAME(VQSUB_U, gen_gvec_uqsub_qc) | ||
95 | |||
96 | /* These insns are all gvec_bitsel but with the inputs in various orders. */ | ||
97 | #define DO_3SAME_BITSEL(INSN, O1, O2, O3) \ | ||
98 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_CMP(VCGE_S, TCG_COND_GE) | ||
99 | DO_3SAME_CMP(VCGE_U, TCG_COND_GEU) | ||
100 | DO_3SAME_CMP(VCEQ, TCG_COND_EQ) | ||
101 | |||
102 | -#define DO_3SAME_GVEC4(INSN, OPARRAY) \ | ||
103 | - static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
104 | - uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
105 | - uint32_t oprsz, uint32_t maxsz) \ | ||
106 | - { \ | ||
107 | - tcg_gen_gvec_4(rd_ofs, offsetof(CPUARMState, vfp.qc), \ | ||
108 | - rn_ofs, rm_ofs, oprsz, maxsz, &OPARRAY[vece]); \ | ||
109 | - } \ | ||
110 | - DO_3SAME(INSN, gen_##INSN##_3s) | ||
111 | - | ||
112 | -DO_3SAME_GVEC4(VQADD_S, sqadd_op) | ||
113 | -DO_3SAME_GVEC4(VQADD_U, uqadd_op) | ||
114 | -DO_3SAME_GVEC4(VQSUB_S, sqsub_op) | ||
115 | -DO_3SAME_GVEC4(VQSUB_U, uqsub_op) | ||
116 | - | ||
117 | static void gen_VMUL_p_3s(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
118 | uint32_t rm_ofs, uint32_t oprsz, uint32_t maxsz) | ||
119 | { | ||
120 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
121 | index XXXXXXX..XXXXXXX 100644 | ||
122 | --- a/target/arm/translate.c | ||
123 | +++ b/target/arm/translate.c | ||
124 | @@ -XXX,XX +XXX,XX @@ static void gen_uqadd_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
125 | tcg_temp_free_vec(x); | ||
126 | } | ||
127 | |||
128 | -static const TCGOpcode vecop_list_uqadd[] = { | ||
129 | - INDEX_op_usadd_vec, INDEX_op_cmp_vec, INDEX_op_add_vec, 0 | ||
130 | -}; | ||
131 | - | ||
132 | -const GVecGen4 uqadd_op[4] = { | ||
133 | - { .fniv = gen_uqadd_vec, | ||
134 | - .fno = gen_helper_gvec_uqadd_b, | ||
135 | - .write_aofs = true, | ||
136 | - .opt_opc = vecop_list_uqadd, | ||
137 | - .vece = MO_8 }, | ||
138 | - { .fniv = gen_uqadd_vec, | ||
139 | - .fno = gen_helper_gvec_uqadd_h, | ||
140 | - .write_aofs = true, | ||
141 | - .opt_opc = vecop_list_uqadd, | ||
142 | - .vece = MO_16 }, | ||
143 | - { .fniv = gen_uqadd_vec, | ||
144 | - .fno = gen_helper_gvec_uqadd_s, | ||
145 | - .write_aofs = true, | ||
146 | - .opt_opc = vecop_list_uqadd, | ||
147 | - .vece = MO_32 }, | ||
148 | - { .fniv = gen_uqadd_vec, | ||
149 | - .fno = gen_helper_gvec_uqadd_d, | ||
150 | - .write_aofs = true, | ||
151 | - .opt_opc = vecop_list_uqadd, | ||
152 | - .vece = MO_64 }, | ||
153 | -}; | ||
154 | +void gen_gvec_uqadd_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
155 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
156 | +{ | ||
157 | + static const TCGOpcode vecop_list[] = { | ||
158 | + INDEX_op_usadd_vec, INDEX_op_cmp_vec, INDEX_op_add_vec, 0 | ||
159 | + }; | ||
160 | + static const GVecGen4 ops[4] = { | ||
161 | + { .fniv = gen_uqadd_vec, | ||
162 | + .fno = gen_helper_gvec_uqadd_b, | ||
163 | + .write_aofs = true, | ||
164 | + .opt_opc = vecop_list, | ||
165 | + .vece = MO_8 }, | ||
166 | + { .fniv = gen_uqadd_vec, | ||
167 | + .fno = gen_helper_gvec_uqadd_h, | ||
168 | + .write_aofs = true, | ||
169 | + .opt_opc = vecop_list, | ||
170 | + .vece = MO_16 }, | ||
171 | + { .fniv = gen_uqadd_vec, | ||
172 | + .fno = gen_helper_gvec_uqadd_s, | ||
173 | + .write_aofs = true, | ||
174 | + .opt_opc = vecop_list, | ||
175 | + .vece = MO_32 }, | ||
176 | + { .fniv = gen_uqadd_vec, | ||
177 | + .fno = gen_helper_gvec_uqadd_d, | ||
178 | + .write_aofs = true, | ||
179 | + .opt_opc = vecop_list, | ||
180 | + .vece = MO_64 }, | ||
181 | + }; | ||
182 | + tcg_gen_gvec_4(rd_ofs, offsetof(CPUARMState, vfp.qc), | ||
183 | + rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
184 | +} | ||
185 | |||
186 | static void gen_sqadd_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
187 | TCGv_vec a, TCGv_vec b) | ||
188 | @@ -XXX,XX +XXX,XX @@ static void gen_sqadd_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
189 | tcg_temp_free_vec(x); | ||
190 | } | ||
191 | |||
192 | -static const TCGOpcode vecop_list_sqadd[] = { | ||
193 | - INDEX_op_ssadd_vec, INDEX_op_cmp_vec, INDEX_op_add_vec, 0 | ||
194 | -}; | ||
195 | - | ||
196 | -const GVecGen4 sqadd_op[4] = { | ||
197 | - { .fniv = gen_sqadd_vec, | ||
198 | - .fno = gen_helper_gvec_sqadd_b, | ||
199 | - .opt_opc = vecop_list_sqadd, | ||
200 | - .write_aofs = true, | ||
201 | - .vece = MO_8 }, | ||
202 | - { .fniv = gen_sqadd_vec, | ||
203 | - .fno = gen_helper_gvec_sqadd_h, | ||
204 | - .opt_opc = vecop_list_sqadd, | ||
205 | - .write_aofs = true, | ||
206 | - .vece = MO_16 }, | ||
207 | - { .fniv = gen_sqadd_vec, | ||
208 | - .fno = gen_helper_gvec_sqadd_s, | ||
209 | - .opt_opc = vecop_list_sqadd, | ||
210 | - .write_aofs = true, | ||
211 | - .vece = MO_32 }, | ||
212 | - { .fniv = gen_sqadd_vec, | ||
213 | - .fno = gen_helper_gvec_sqadd_d, | ||
214 | - .opt_opc = vecop_list_sqadd, | ||
215 | - .write_aofs = true, | ||
216 | - .vece = MO_64 }, | ||
217 | -}; | ||
218 | +void gen_gvec_sqadd_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
219 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
220 | +{ | ||
221 | + static const TCGOpcode vecop_list[] = { | ||
222 | + INDEX_op_ssadd_vec, INDEX_op_cmp_vec, INDEX_op_add_vec, 0 | ||
223 | + }; | ||
224 | + static const GVecGen4 ops[4] = { | ||
225 | + { .fniv = gen_sqadd_vec, | ||
226 | + .fno = gen_helper_gvec_sqadd_b, | ||
227 | + .opt_opc = vecop_list, | ||
228 | + .write_aofs = true, | ||
229 | + .vece = MO_8 }, | ||
230 | + { .fniv = gen_sqadd_vec, | ||
231 | + .fno = gen_helper_gvec_sqadd_h, | ||
232 | + .opt_opc = vecop_list, | ||
233 | + .write_aofs = true, | ||
234 | + .vece = MO_16 }, | ||
235 | + { .fniv = gen_sqadd_vec, | ||
236 | + .fno = gen_helper_gvec_sqadd_s, | ||
237 | + .opt_opc = vecop_list, | ||
238 | + .write_aofs = true, | ||
239 | + .vece = MO_32 }, | ||
240 | + { .fniv = gen_sqadd_vec, | ||
241 | + .fno = gen_helper_gvec_sqadd_d, | ||
242 | + .opt_opc = vecop_list, | ||
243 | + .write_aofs = true, | ||
244 | + .vece = MO_64 }, | ||
245 | + }; | ||
246 | + tcg_gen_gvec_4(rd_ofs, offsetof(CPUARMState, vfp.qc), | ||
247 | + rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
248 | +} | ||
249 | |||
250 | static void gen_uqsub_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
251 | TCGv_vec a, TCGv_vec b) | ||
252 | @@ -XXX,XX +XXX,XX @@ static void gen_uqsub_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
253 | tcg_temp_free_vec(x); | ||
254 | } | ||
255 | |||
256 | -static const TCGOpcode vecop_list_uqsub[] = { | ||
257 | - INDEX_op_ussub_vec, INDEX_op_cmp_vec, INDEX_op_sub_vec, 0 | ||
258 | -}; | ||
259 | - | ||
260 | -const GVecGen4 uqsub_op[4] = { | ||
261 | - { .fniv = gen_uqsub_vec, | ||
262 | - .fno = gen_helper_gvec_uqsub_b, | ||
263 | - .opt_opc = vecop_list_uqsub, | ||
264 | - .write_aofs = true, | ||
265 | - .vece = MO_8 }, | ||
266 | - { .fniv = gen_uqsub_vec, | ||
267 | - .fno = gen_helper_gvec_uqsub_h, | ||
268 | - .opt_opc = vecop_list_uqsub, | ||
269 | - .write_aofs = true, | ||
270 | - .vece = MO_16 }, | ||
271 | - { .fniv = gen_uqsub_vec, | ||
272 | - .fno = gen_helper_gvec_uqsub_s, | ||
273 | - .opt_opc = vecop_list_uqsub, | ||
274 | - .write_aofs = true, | ||
275 | - .vece = MO_32 }, | ||
276 | - { .fniv = gen_uqsub_vec, | ||
277 | - .fno = gen_helper_gvec_uqsub_d, | ||
278 | - .opt_opc = vecop_list_uqsub, | ||
279 | - .write_aofs = true, | ||
280 | - .vece = MO_64 }, | ||
281 | -}; | ||
282 | +void gen_gvec_uqsub_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
283 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
284 | +{ | ||
285 | + static const TCGOpcode vecop_list[] = { | ||
286 | + INDEX_op_ussub_vec, INDEX_op_cmp_vec, INDEX_op_sub_vec, 0 | ||
287 | + }; | ||
288 | + static const GVecGen4 ops[4] = { | ||
289 | + { .fniv = gen_uqsub_vec, | ||
290 | + .fno = gen_helper_gvec_uqsub_b, | ||
291 | + .opt_opc = vecop_list, | ||
292 | + .write_aofs = true, | ||
293 | + .vece = MO_8 }, | ||
294 | + { .fniv = gen_uqsub_vec, | ||
295 | + .fno = gen_helper_gvec_uqsub_h, | ||
296 | + .opt_opc = vecop_list, | ||
297 | + .write_aofs = true, | ||
298 | + .vece = MO_16 }, | ||
299 | + { .fniv = gen_uqsub_vec, | ||
300 | + .fno = gen_helper_gvec_uqsub_s, | ||
301 | + .opt_opc = vecop_list, | ||
302 | + .write_aofs = true, | ||
303 | + .vece = MO_32 }, | ||
304 | + { .fniv = gen_uqsub_vec, | ||
305 | + .fno = gen_helper_gvec_uqsub_d, | ||
306 | + .opt_opc = vecop_list, | ||
307 | + .write_aofs = true, | ||
308 | + .vece = MO_64 }, | ||
309 | + }; | ||
310 | + tcg_gen_gvec_4(rd_ofs, offsetof(CPUARMState, vfp.qc), | ||
311 | + rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
312 | +} | ||
313 | |||
314 | static void gen_sqsub_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
315 | TCGv_vec a, TCGv_vec b) | ||
316 | @@ -XXX,XX +XXX,XX @@ static void gen_sqsub_vec(unsigned vece, TCGv_vec t, TCGv_vec sat, | ||
317 | tcg_temp_free_vec(x); | ||
318 | } | ||
319 | |||
320 | -static const TCGOpcode vecop_list_sqsub[] = { | ||
321 | - INDEX_op_sssub_vec, INDEX_op_cmp_vec, INDEX_op_sub_vec, 0 | ||
322 | -}; | ||
323 | - | ||
324 | -const GVecGen4 sqsub_op[4] = { | ||
325 | - { .fniv = gen_sqsub_vec, | ||
326 | - .fno = gen_helper_gvec_sqsub_b, | ||
327 | - .opt_opc = vecop_list_sqsub, | ||
328 | - .write_aofs = true, | ||
329 | - .vece = MO_8 }, | ||
330 | - { .fniv = gen_sqsub_vec, | ||
331 | - .fno = gen_helper_gvec_sqsub_h, | ||
332 | - .opt_opc = vecop_list_sqsub, | ||
333 | - .write_aofs = true, | ||
334 | - .vece = MO_16 }, | ||
335 | - { .fniv = gen_sqsub_vec, | ||
336 | - .fno = gen_helper_gvec_sqsub_s, | ||
337 | - .opt_opc = vecop_list_sqsub, | ||
338 | - .write_aofs = true, | ||
339 | - .vece = MO_32 }, | ||
340 | - { .fniv = gen_sqsub_vec, | ||
341 | - .fno = gen_helper_gvec_sqsub_d, | ||
342 | - .opt_opc = vecop_list_sqsub, | ||
343 | - .write_aofs = true, | ||
344 | - .vece = MO_64 }, | ||
345 | -}; | ||
346 | +void gen_gvec_sqsub_qc(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, | ||
347 | + uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz) | ||
348 | +{ | ||
349 | + static const TCGOpcode vecop_list[] = { | ||
350 | + INDEX_op_sssub_vec, INDEX_op_cmp_vec, INDEX_op_sub_vec, 0 | ||
351 | + }; | ||
352 | + static const GVecGen4 ops[4] = { | ||
353 | + { .fniv = gen_sqsub_vec, | ||
354 | + .fno = gen_helper_gvec_sqsub_b, | ||
355 | + .opt_opc = vecop_list, | ||
356 | + .write_aofs = true, | ||
357 | + .vece = MO_8 }, | ||
358 | + { .fniv = gen_sqsub_vec, | ||
359 | + .fno = gen_helper_gvec_sqsub_h, | ||
360 | + .opt_opc = vecop_list, | ||
361 | + .write_aofs = true, | ||
362 | + .vece = MO_16 }, | ||
363 | + { .fniv = gen_sqsub_vec, | ||
364 | + .fno = gen_helper_gvec_sqsub_s, | ||
365 | + .opt_opc = vecop_list, | ||
366 | + .write_aofs = true, | ||
367 | + .vece = MO_32 }, | ||
368 | + { .fniv = gen_sqsub_vec, | ||
369 | + .fno = gen_helper_gvec_sqsub_d, | ||
370 | + .opt_opc = vecop_list, | ||
371 | + .write_aofs = true, | ||
372 | + .vece = MO_64 }, | ||
373 | + }; | ||
374 | + tcg_gen_gvec_4(rd_ofs, offsetof(CPUARMState, vfp.qc), | ||
375 | + rn_ofs, rm_ofs, opr_sz, max_sz, &ops[vece]); | ||
376 | +} | ||
377 | |||
378 | /* Translate a NEON data processing instruction. Return nonzero if the | ||
379 | instruction is invalid. | ||
380 | -- | ||
381 | 2.20.1 | ||
382 | |||
383 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VQRDMLAH and VQRDMLSH insns in the 3-reg-same group | ||
2 | to decodetree. These don't use do_3same() because they want to | ||
3 | operate on VFP double registers, whose offsets are different from the | ||
4 | neon_reg_offset() calculations do_3same does. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200512163904.10918-2-peter.maydell@linaro.org | ||
9 | --- | ||
10 | target/arm/neon-dp.decode | 3 +++ | ||
11 | target/arm/translate-neon.inc.c | 15 +++++++++++++++ | ||
12 | target/arm/translate.c | 14 ++------------ | ||
13 | 3 files changed, 20 insertions(+), 12 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 @@ VMLS_3s 1111 001 1 0 . .. .... .... 1001 . . . 0 .... @3same | ||
20 | |||
21 | VMUL_3s 1111 001 0 0 . .. .... .... 1001 . . . 1 .... @3same | ||
22 | VMUL_p_3s 1111 001 1 0 . .. .... .... 1001 . . . 1 .... @3same | ||
23 | + | ||
24 | +VQRDMLAH_3s 1111 001 1 0 . .. .... .... 1011 ... 1 .... @3same | ||
25 | +VQRDMLSH_3s 1111 001 1 0 . .. .... .... 1100 ... 1 .... @3same | ||
26 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
27 | index XXXXXXX..XXXXXXX 100644 | ||
28 | --- a/target/arm/translate-neon.inc.c | ||
29 | +++ b/target/arm/translate-neon.inc.c | ||
30 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMUL_p_3s(DisasContext *s, arg_3same *a) | ||
31 | } | ||
32 | return do_3same(s, a, gen_VMUL_p_3s); | ||
33 | } | ||
34 | + | ||
35 | +#define DO_VQRDMLAH(INSN, FUNC) \ | ||
36 | + static bool trans_##INSN##_3s(DisasContext *s, arg_3same *a) \ | ||
37 | + { \ | ||
38 | + if (!dc_isar_feature(aa32_rdm, s)) { \ | ||
39 | + return false; \ | ||
40 | + } \ | ||
41 | + if (a->size != 1 && a->size != 2) { \ | ||
42 | + return false; \ | ||
43 | + } \ | ||
44 | + return do_3same(s, a, FUNC); \ | ||
45 | + } | ||
46 | + | ||
47 | +DO_VQRDMLAH(VQRDMLAH, gen_gvec_sqrdmlah_qc) | ||
48 | +DO_VQRDMLAH(VQRDMLSH, gen_gvec_sqrdmlsh_qc) | ||
49 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
50 | index XXXXXXX..XXXXXXX 100644 | ||
51 | --- a/target/arm/translate.c | ||
52 | +++ b/target/arm/translate.c | ||
53 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
54 | if (!u) { | ||
55 | break; /* VPADD */ | ||
56 | } | ||
57 | - /* VQRDMLAH */ | ||
58 | - if (dc_isar_feature(aa32_rdm, s) && (size == 1 || size == 2)) { | ||
59 | - gen_gvec_sqrdmlah_qc(size, rd_ofs, rn_ofs, rm_ofs, | ||
60 | - vec_size, vec_size); | ||
61 | - return 0; | ||
62 | - } | ||
63 | + /* VQRDMLAH : handled by decodetree */ | ||
64 | return 1; | ||
65 | |||
66 | case NEON_3R_VFM_VQRDMLSH: | ||
67 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
68 | } | ||
69 | break; | ||
70 | } | ||
71 | - /* VQRDMLSH */ | ||
72 | - if (dc_isar_feature(aa32_rdm, s) && (size == 1 || size == 2)) { | ||
73 | - gen_gvec_sqrdmlsh_qc(size, rd_ofs, rn_ofs, rm_ofs, | ||
74 | - vec_size, vec_size); | ||
75 | - return 0; | ||
76 | - } | ||
77 | + /* VQRDMLSH : handled by decodetree */ | ||
78 | return 1; | ||
79 | |||
80 | case NEON_3R_VABD: | ||
81 | -- | ||
82 | 2.20.1 | ||
83 | |||
84 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the 64-bit element insns in the 3-reg-same group | ||
2 | to decodetree. This covers VQSHL, VRSHL and VQRSHL where | ||
3 | size==0b11. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200512163904.10918-4-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/neon-dp.decode | 13 +++++++++++ | ||
10 | target/arm/translate-neon.inc.c | 24 +++++++++++++++++++++ | ||
11 | target/arm/translate.c | 38 ++------------------------------- | ||
12 | 3 files changed, 39 insertions(+), 36 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/neon-dp.decode | ||
17 | +++ b/target/arm/neon-dp.decode | ||
18 | @@ -XXX,XX +XXX,XX @@ VCGE_U_3s 1111 001 1 0 . .. .... .... 0011 . . . 1 .... @3same | ||
19 | VSHL_S_3s 1111 001 0 0 . .. .... .... 0100 . . . 0 .... @3same_rev | ||
20 | VSHL_U_3s 1111 001 1 0 . .. .... .... 0100 . . . 0 .... @3same_rev | ||
21 | |||
22 | +# Insns operating on 64-bit elements (size!=0b11 handled elsewhere) | ||
23 | +# The _rev suffix indicates that Vn and Vm are reversed (as explained | ||
24 | +# by the comment for the @3same_rev format). | ||
25 | +@3same_64_rev .... ... . . . 11 .... .... .... . q:1 . . .... \ | ||
26 | + &3same vm=%vn_dp vn=%vm_dp vd=%vd_dp size=3 | ||
27 | + | ||
28 | +VQSHL_S64_3s 1111 001 0 0 . .. .... .... 0100 . . . 1 .... @3same_64_rev | ||
29 | +VQSHL_U64_3s 1111 001 1 0 . .. .... .... 0100 . . . 1 .... @3same_64_rev | ||
30 | +VRSHL_S64_3s 1111 001 0 0 . .. .... .... 0101 . . . 0 .... @3same_64_rev | ||
31 | +VRSHL_U64_3s 1111 001 1 0 . .. .... .... 0101 . . . 0 .... @3same_64_rev | ||
32 | +VQRSHL_S64_3s 1111 001 0 0 . .. .... .... 0101 . . . 1 .... @3same_64_rev | ||
33 | +VQRSHL_U64_3s 1111 001 1 0 . .. .... .... 0101 . . . 1 .... @3same_64_rev | ||
34 | + | ||
35 | VMAX_S_3s 1111 001 0 0 . .. .... .... 0110 . . . 0 .... @3same | ||
36 | VMAX_U_3s 1111 001 1 0 . .. .... .... 0110 . . . 0 .... @3same | ||
37 | VMIN_S_3s 1111 001 0 0 . .. .... .... 0110 . . . 1 .... @3same | ||
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_SHA256SU1_3s(DisasContext *s, arg_SHA256SU1_3s *a) | ||
43 | |||
44 | return true; | ||
45 | } | ||
46 | + | ||
47 | +#define DO_3SAME_64(INSN, FUNC) \ | ||
48 | + static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
49 | + uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
50 | + uint32_t oprsz, uint32_t maxsz) \ | ||
51 | + { \ | ||
52 | + static const GVecGen3 op = { .fni8 = FUNC }; \ | ||
53 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &op); \ | ||
54 | + } \ | ||
55 | + DO_3SAME(INSN, gen_##INSN##_3s) | ||
56 | + | ||
57 | +#define DO_3SAME_64_ENV(INSN, FUNC) \ | ||
58 | + static void gen_##INSN##_elt(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m) \ | ||
59 | + { \ | ||
60 | + FUNC(d, cpu_env, n, m); \ | ||
61 | + } \ | ||
62 | + DO_3SAME_64(INSN, gen_##INSN##_elt) | ||
63 | + | ||
64 | +DO_3SAME_64(VRSHL_S64, gen_helper_neon_rshl_s64) | ||
65 | +DO_3SAME_64(VRSHL_U64, gen_helper_neon_rshl_u64) | ||
66 | +DO_3SAME_64_ENV(VQSHL_S64, gen_helper_neon_qshl_s64) | ||
67 | +DO_3SAME_64_ENV(VQSHL_U64, gen_helper_neon_qshl_u64) | ||
68 | +DO_3SAME_64_ENV(VQRSHL_S64, gen_helper_neon_qrshl_s64) | ||
69 | +DO_3SAME_64_ENV(VQRSHL_U64, gen_helper_neon_qrshl_u64) | ||
70 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
71 | index XXXXXXX..XXXXXXX 100644 | ||
72 | --- a/target/arm/translate.c | ||
73 | +++ b/target/arm/translate.c | ||
74 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
75 | } | ||
76 | |||
77 | if (size == 3) { | ||
78 | - /* 64-bit element instructions. */ | ||
79 | - for (pass = 0; pass < (q ? 2 : 1); pass++) { | ||
80 | - neon_load_reg64(cpu_V0, rn + pass); | ||
81 | - neon_load_reg64(cpu_V1, rm + pass); | ||
82 | - switch (op) { | ||
83 | - case NEON_3R_VQSHL: | ||
84 | - if (u) { | ||
85 | - gen_helper_neon_qshl_u64(cpu_V0, cpu_env, | ||
86 | - cpu_V1, cpu_V0); | ||
87 | - } else { | ||
88 | - gen_helper_neon_qshl_s64(cpu_V0, cpu_env, | ||
89 | - cpu_V1, cpu_V0); | ||
90 | - } | ||
91 | - break; | ||
92 | - case NEON_3R_VRSHL: | ||
93 | - if (u) { | ||
94 | - gen_helper_neon_rshl_u64(cpu_V0, cpu_V1, cpu_V0); | ||
95 | - } else { | ||
96 | - gen_helper_neon_rshl_s64(cpu_V0, cpu_V1, cpu_V0); | ||
97 | - } | ||
98 | - break; | ||
99 | - case NEON_3R_VQRSHL: | ||
100 | - if (u) { | ||
101 | - gen_helper_neon_qrshl_u64(cpu_V0, cpu_env, | ||
102 | - cpu_V1, cpu_V0); | ||
103 | - } else { | ||
104 | - gen_helper_neon_qrshl_s64(cpu_V0, cpu_env, | ||
105 | - cpu_V1, cpu_V0); | ||
106 | - } | ||
107 | - break; | ||
108 | - default: | ||
109 | - abort(); | ||
110 | - } | ||
111 | - neon_store_reg64(cpu_V0, rd + pass); | ||
112 | - } | ||
113 | - return 0; | ||
114 | + /* 64-bit element instructions: handled by decodetree */ | ||
115 | + return 1; | ||
116 | } | ||
117 | pairwise = 0; | ||
118 | switch (op) { | ||
119 | -- | ||
120 | 2.20.1 | ||
121 | |||
122 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VHADD insns in the 3-reg-same group to decodetree. | ||
2 | 1 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20200512163904.10918-5-peter.maydell@linaro.org | ||
6 | --- | ||
7 | target/arm/neon-dp.decode | 2 ++ | ||
8 | target/arm/translate-neon.inc.c | 24 ++++++++++++++++++++++++ | ||
9 | target/arm/translate.c | 4 +--- | ||
10 | 3 files changed, 27 insertions(+), 3 deletions(-) | ||
11 | |||
12 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/target/arm/neon-dp.decode | ||
15 | +++ b/target/arm/neon-dp.decode | ||
16 | @@ -XXX,XX +XXX,XX @@ | ||
17 | @3same .... ... . . . size:2 .... .... .... . q:1 . . .... \ | ||
18 | &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
19 | |||
20 | +VHADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 0 .... @3same | ||
21 | +VHADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 0 .... @3same | ||
22 | VQADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 1 .... @3same | ||
23 | VQADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 1 .... @3same | ||
24 | |||
25 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/target/arm/translate-neon.inc.c | ||
28 | +++ b/target/arm/translate-neon.inc.c | ||
29 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_64_ENV(VQSHL_S64, gen_helper_neon_qshl_s64) | ||
30 | DO_3SAME_64_ENV(VQSHL_U64, gen_helper_neon_qshl_u64) | ||
31 | DO_3SAME_64_ENV(VQRSHL_S64, gen_helper_neon_qrshl_s64) | ||
32 | DO_3SAME_64_ENV(VQRSHL_U64, gen_helper_neon_qrshl_u64) | ||
33 | + | ||
34 | +#define DO_3SAME_32(INSN, FUNC) \ | ||
35 | + static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
36 | + uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
37 | + uint32_t oprsz, uint32_t maxsz) \ | ||
38 | + { \ | ||
39 | + static const GVecGen3 ops[4] = { \ | ||
40 | + { .fni4 = gen_helper_neon_##FUNC##8 }, \ | ||
41 | + { .fni4 = gen_helper_neon_##FUNC##16 }, \ | ||
42 | + { .fni4 = gen_helper_neon_##FUNC##32 }, \ | ||
43 | + { 0 }, \ | ||
44 | + }; \ | ||
45 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &ops[vece]); \ | ||
46 | + } \ | ||
47 | + static bool trans_##INSN##_3s(DisasContext *s, arg_3same *a) \ | ||
48 | + { \ | ||
49 | + if (a->size > 2) { \ | ||
50 | + return false; \ | ||
51 | + } \ | ||
52 | + return do_3same(s, a, gen_##INSN##_3s); \ | ||
53 | + } | ||
54 | + | ||
55 | +DO_3SAME_32(VHADD_S, hadd_s) | ||
56 | +DO_3SAME_32(VHADD_U, hadd_u) | ||
57 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
58 | index XXXXXXX..XXXXXXX 100644 | ||
59 | --- a/target/arm/translate.c | ||
60 | +++ b/target/arm/translate.c | ||
61 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
62 | case NEON_3R_VML: | ||
63 | case NEON_3R_VSHL: | ||
64 | case NEON_3R_SHA: | ||
65 | + case NEON_3R_VHADD: | ||
66 | /* Already handled by decodetree */ | ||
67 | return 1; | ||
68 | } | ||
69 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
70 | tmp2 = neon_load_reg(rm, pass); | ||
71 | } | ||
72 | switch (op) { | ||
73 | - case NEON_3R_VHADD: | ||
74 | - GEN_NEON_INTEGER_OP(hadd); | ||
75 | - break; | ||
76 | case NEON_3R_VRHADD: | ||
77 | GEN_NEON_INTEGER_OP(rhadd); | ||
78 | break; | ||
79 | -- | ||
80 | 2.20.1 | ||
81 | |||
82 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VRHADD and VHSUB 3-reg-same insns to decodetree. | ||
2 | (These are all the other insns in 3-reg-same which were using | ||
3 | GEN_NEON_INTEGER_OP() and which are not pairwise or | ||
4 | reversed-operands.) | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200512163904.10918-7-peter.maydell@linaro.org | ||
9 | --- | ||
10 | target/arm/neon-dp.decode | 6 ++++++ | ||
11 | target/arm/translate-neon.inc.c | 4 ++++ | ||
12 | target/arm/translate.c | 8 ++------ | ||
13 | 3 files changed, 12 insertions(+), 6 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 @@ VHADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 0 .... @3same | ||
20 | VQADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 1 .... @3same | ||
21 | VQADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 1 .... @3same | ||
22 | |||
23 | +VRHADD_S_3s 1111 001 0 0 . .. .... .... 0001 . . . 0 .... @3same | ||
24 | +VRHADD_U_3s 1111 001 1 0 . .. .... .... 0001 . . . 0 .... @3same | ||
25 | + | ||
26 | @3same_logic .... ... . . . .. .... .... .... . q:1 .. .... \ | ||
27 | &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp size=0 | ||
28 | |||
29 | @@ -XXX,XX +XXX,XX @@ VBSL_3s 1111 001 1 0 . 01 .... .... 0001 ... 1 .... @3same_logic | ||
30 | VBIT_3s 1111 001 1 0 . 10 .... .... 0001 ... 1 .... @3same_logic | ||
31 | VBIF_3s 1111 001 1 0 . 11 .... .... 0001 ... 1 .... @3same_logic | ||
32 | |||
33 | +VHSUB_S_3s 1111 001 0 0 . .. .... .... 0010 . . . 0 .... @3same | ||
34 | +VHSUB_U_3s 1111 001 1 0 . .. .... .... 0010 . . . 0 .... @3same | ||
35 | + | ||
36 | VQSUB_S_3s 1111 001 0 0 . .. .... .... 0010 . . . 1 .... @3same | ||
37 | VQSUB_U_3s 1111 001 1 0 . .. .... .... 0010 . . . 1 .... @3same | ||
38 | |||
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_3SAME_64_ENV(VQRSHL_U64, gen_helper_neon_qrshl_u64) | ||
44 | |||
45 | DO_3SAME_32(VHADD_S, hadd_s) | ||
46 | DO_3SAME_32(VHADD_U, hadd_u) | ||
47 | +DO_3SAME_32(VHSUB_S, hsub_s) | ||
48 | +DO_3SAME_32(VHSUB_U, hsub_u) | ||
49 | +DO_3SAME_32(VRHADD_S, rhadd_s) | ||
50 | +DO_3SAME_32(VRHADD_U, rhadd_u) | ||
51 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/target/arm/translate.c | ||
54 | +++ b/target/arm/translate.c | ||
55 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
56 | case NEON_3R_VSHL: | ||
57 | case NEON_3R_SHA: | ||
58 | case NEON_3R_VHADD: | ||
59 | + case NEON_3R_VRHADD: | ||
60 | + case NEON_3R_VHSUB: | ||
61 | case NEON_3R_VABD: | ||
62 | case NEON_3R_VABA: | ||
63 | /* Already handled by decodetree */ | ||
64 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
65 | tmp2 = neon_load_reg(rm, pass); | ||
66 | } | ||
67 | switch (op) { | ||
68 | - case NEON_3R_VRHADD: | ||
69 | - GEN_NEON_INTEGER_OP(rhadd); | ||
70 | - break; | ||
71 | - case NEON_3R_VHSUB: | ||
72 | - GEN_NEON_INTEGER_OP(hsub); | ||
73 | - break; | ||
74 | case NEON_3R_VQSHL: | ||
75 | GEN_NEON_INTEGER_OP_ENV(qshl); | ||
76 | break; | ||
77 | -- | ||
78 | 2.20.1 | ||
79 | |||
80 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon integer VPADD 3-reg-same insns to decodetree. These | ||
2 | are 'pairwise' operations. (Note that VQRDMLAH, which shares the | ||
3 | same primary opcode but has U=1, has already been converted.) | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200512163904.10918-10-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/neon-dp.decode | 2 ++ | ||
10 | target/arm/translate-neon.inc.c | 2 ++ | ||
11 | target/arm/translate.c | 19 +------------------ | ||
12 | 3 files changed, 5 insertions(+), 18 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/neon-dp.decode | ||
17 | +++ b/target/arm/neon-dp.decode | ||
18 | @@ -XXX,XX +XXX,XX @@ VPMAX_U_3s 1111 001 1 0 . .. .... .... 1010 . . . 0 .... @3same_q0 | ||
19 | VPMIN_S_3s 1111 001 0 0 . .. .... .... 1010 . . . 1 .... @3same_q0 | ||
20 | VPMIN_U_3s 1111 001 1 0 . .. .... .... 1010 . . . 1 .... @3same_q0 | ||
21 | |||
22 | +VPADD_3s 1111 001 0 0 . .. .... .... 1011 . . . 1 .... @3same_q0 | ||
23 | + | ||
24 | VQRDMLAH_3s 1111 001 1 0 . .. .... .... 1011 ... 1 .... @3same | ||
25 | |||
26 | SHA1_3s 1111 001 0 0 . optype:2 .... .... 1100 . 1 . 0 .... \ | ||
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 do_3same_pair(DisasContext *s, arg_3same *a, NeonGenTwoOpFn *fn) | ||
32 | #define gen_helper_neon_pmax_u32 tcg_gen_umax_i32 | ||
33 | #define gen_helper_neon_pmin_s32 tcg_gen_smin_i32 | ||
34 | #define gen_helper_neon_pmin_u32 tcg_gen_umin_i32 | ||
35 | +#define gen_helper_neon_padd_u32 tcg_gen_add_i32 | ||
36 | |||
37 | DO_3SAME_PAIR(VPMAX_S, pmax_s) | ||
38 | DO_3SAME_PAIR(VPMIN_S, pmin_s) | ||
39 | DO_3SAME_PAIR(VPMAX_U, pmax_u) | ||
40 | DO_3SAME_PAIR(VPMIN_U, pmin_u) | ||
41 | +DO_3SAME_PAIR(VPADD, padd_u) | ||
42 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/target/arm/translate.c | ||
45 | +++ b/target/arm/translate.c | ||
46 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
47 | return 1; | ||
48 | } | ||
49 | switch (op) { | ||
50 | - case NEON_3R_VPADD_VQRDMLAH: | ||
51 | - if (!u) { | ||
52 | - break; /* VPADD */ | ||
53 | - } | ||
54 | - /* VQRDMLAH : handled by decodetree */ | ||
55 | - return 1; | ||
56 | - | ||
57 | case NEON_3R_VFM_VQRDMLSH: | ||
58 | if (!u) { | ||
59 | /* VFM, VFMS */ | ||
60 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
61 | case NEON_3R_VQRSHL: | ||
62 | case NEON_3R_VPMAX: | ||
63 | case NEON_3R_VPMIN: | ||
64 | + case NEON_3R_VPADD_VQRDMLAH: | ||
65 | /* Already handled by decodetree */ | ||
66 | return 1; | ||
67 | } | ||
68 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
69 | } | ||
70 | pairwise = 0; | ||
71 | switch (op) { | ||
72 | - case NEON_3R_VPADD_VQRDMLAH: | ||
73 | - pairwise = 1; | ||
74 | - break; | ||
75 | case NEON_3R_FLOAT_ARITH: | ||
76 | pairwise = (u && size < 2); /* if VPADD (float) */ | ||
77 | break; | ||
78 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
79 | } | ||
80 | } | ||
81 | break; | ||
82 | - case NEON_3R_VPADD_VQRDMLAH: | ||
83 | - switch (size) { | ||
84 | - case 0: gen_helper_neon_padd_u8(tmp, tmp, tmp2); break; | ||
85 | - case 1: gen_helper_neon_padd_u16(tmp, tmp, tmp2); break; | ||
86 | - case 2: tcg_gen_add_i32(tmp, tmp, tmp2); break; | ||
87 | - default: abort(); | ||
88 | - } | ||
89 | - break; | ||
90 | case NEON_3R_FLOAT_ARITH: /* Floating point arithmetic. */ | ||
91 | { | ||
92 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
93 | -- | ||
94 | 2.20.1 | ||
95 | |||
96 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon VQDMULH and VQRDMULH 3-reg-same insns to | ||
2 | decodetree. These are the last integer operations in the | ||
3 | 3-reg-same group. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200512163904.10918-11-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/neon-dp.decode | 3 +++ | ||
10 | target/arm/translate-neon.inc.c | 24 ++++++++++++++++++++++++ | ||
11 | target/arm/translate.c | 24 +----------------------- | ||
12 | 3 files changed, 28 insertions(+), 23 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/neon-dp.decode | ||
17 | +++ b/target/arm/neon-dp.decode | ||
18 | @@ -XXX,XX +XXX,XX @@ VPMAX_U_3s 1111 001 1 0 . .. .... .... 1010 . . . 0 .... @3same_q0 | ||
19 | VPMIN_S_3s 1111 001 0 0 . .. .... .... 1010 . . . 1 .... @3same_q0 | ||
20 | VPMIN_U_3s 1111 001 1 0 . .. .... .... 1010 . . . 1 .... @3same_q0 | ||
21 | |||
22 | +VQDMULH_3s 1111 001 0 0 . .. .... .... 1011 . . . 0 .... @3same | ||
23 | +VQRDMULH_3s 1111 001 1 0 . .. .... .... 1011 . . . 0 .... @3same | ||
24 | + | ||
25 | VPADD_3s 1111 001 0 0 . .. .... .... 1011 . . . 1 .... @3same_q0 | ||
26 | |||
27 | VQRDMLAH_3s 1111 001 1 0 . .. .... .... 1011 ... 1 .... @3same | ||
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_3SAME_PAIR(VPMIN_S, pmin_s) | ||
33 | DO_3SAME_PAIR(VPMAX_U, pmax_u) | ||
34 | DO_3SAME_PAIR(VPMIN_U, pmin_u) | ||
35 | DO_3SAME_PAIR(VPADD, padd_u) | ||
36 | + | ||
37 | +#define DO_3SAME_VQDMULH(INSN, FUNC) \ | ||
38 | + WRAP_ENV_FN(gen_##INSN##_tramp16, gen_helper_neon_##FUNC##_s16); \ | ||
39 | + WRAP_ENV_FN(gen_##INSN##_tramp32, gen_helper_neon_##FUNC##_s32); \ | ||
40 | + static void gen_##INSN##_3s(unsigned vece, uint32_t rd_ofs, \ | ||
41 | + uint32_t rn_ofs, uint32_t rm_ofs, \ | ||
42 | + uint32_t oprsz, uint32_t maxsz) \ | ||
43 | + { \ | ||
44 | + static const GVecGen3 ops[2] = { \ | ||
45 | + { .fni4 = gen_##INSN##_tramp16 }, \ | ||
46 | + { .fni4 = gen_##INSN##_tramp32 }, \ | ||
47 | + }; \ | ||
48 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &ops[vece - 1]); \ | ||
49 | + } \ | ||
50 | + static bool trans_##INSN##_3s(DisasContext *s, arg_3same *a) \ | ||
51 | + { \ | ||
52 | + if (a->size != 1 && a->size != 2) { \ | ||
53 | + return false; \ | ||
54 | + } \ | ||
55 | + return do_3same(s, a, gen_##INSN##_3s); \ | ||
56 | + } | ||
57 | + | ||
58 | +DO_3SAME_VQDMULH(VQDMULH, qdmulh) | ||
59 | +DO_3SAME_VQDMULH(VQRDMULH, qrdmulh) | ||
60 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
61 | index XXXXXXX..XXXXXXX 100644 | ||
62 | --- a/target/arm/translate.c | ||
63 | +++ b/target/arm/translate.c | ||
64 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
65 | case NEON_3R_VPMAX: | ||
66 | case NEON_3R_VPMIN: | ||
67 | case NEON_3R_VPADD_VQRDMLAH: | ||
68 | + case NEON_3R_VQDMULH_VQRDMULH: | ||
69 | /* Already handled by decodetree */ | ||
70 | return 1; | ||
71 | } | ||
72 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
73 | tmp2 = neon_load_reg(rm, pass); | ||
74 | } | ||
75 | switch (op) { | ||
76 | - case NEON_3R_VQDMULH_VQRDMULH: /* Multiply high. */ | ||
77 | - if (!u) { /* VQDMULH */ | ||
78 | - switch (size) { | ||
79 | - case 1: | ||
80 | - gen_helper_neon_qdmulh_s16(tmp, cpu_env, tmp, tmp2); | ||
81 | - break; | ||
82 | - case 2: | ||
83 | - gen_helper_neon_qdmulh_s32(tmp, cpu_env, tmp, tmp2); | ||
84 | - break; | ||
85 | - default: abort(); | ||
86 | - } | ||
87 | - } else { /* VQRDMULH */ | ||
88 | - switch (size) { | ||
89 | - case 1: | ||
90 | - gen_helper_neon_qrdmulh_s16(tmp, cpu_env, tmp, tmp2); | ||
91 | - break; | ||
92 | - case 2: | ||
93 | - gen_helper_neon_qrdmulh_s32(tmp, cpu_env, tmp, tmp2); | ||
94 | - break; | ||
95 | - default: abort(); | ||
96 | - } | ||
97 | - } | ||
98 | - break; | ||
99 | case NEON_3R_FLOAT_ARITH: /* Floating point arithmetic. */ | ||
100 | { | ||
101 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
102 | -- | ||
103 | 2.20.1 | ||
104 | |||
105 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon float VPMIN, VPMAX and VPADD 3-reg-same insns to | ||
2 | decodetree. These are the only remaining 'pairwise' operations, | ||
3 | so we can delete the pairwise-specific bits of the old decoder's | ||
4 | for-each-element loop now. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20200512163904.10918-13-peter.maydell@linaro.org | ||
9 | --- | ||
10 | target/arm/neon-dp.decode | 5 +++ | ||
11 | target/arm/translate-neon.inc.c | 63 +++++++++++++++++++++++++++++++++ | ||
12 | target/arm/translate.c | 63 +++++---------------------------- | ||
13 | 3 files changed, 76 insertions(+), 55 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 @@ | ||
20 | # For FP insns the high bit of 'size' is used as part of opcode decode | ||
21 | @3same_fp .... ... . . . . size:1 .... .... .... . q:1 . . .... \ | ||
22 | &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
23 | +@3same_fp_q0 .... ... . . . . size:1 .... .... .... . 0 . . .... \ | ||
24 | + &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0 | ||
25 | |||
26 | VHADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 0 .... @3same | ||
27 | VHADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 0 .... @3same | ||
28 | @@ -XXX,XX +XXX,XX @@ VQRDMLSH_3s 1111 001 1 0 . .. .... .... 1100 ... 1 .... @3same | ||
29 | |||
30 | VADD_fp_3s 1111 001 0 0 . 0 . .... .... 1101 ... 0 .... @3same_fp | ||
31 | VSUB_fp_3s 1111 001 0 0 . 1 . .... .... 1101 ... 0 .... @3same_fp | ||
32 | +VPADD_fp_3s 1111 001 1 0 . 0 . .... .... 1101 ... 0 .... @3same_fp_q0 | ||
33 | VABD_fp_3s 1111 001 1 0 . 1 . .... .... 1101 ... 0 .... @3same_fp | ||
34 | +VPMAX_fp_3s 1111 001 1 0 . 0 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
35 | +VPMIN_fp_3s 1111 001 1 0 . 1 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
36 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/target/arm/translate-neon.inc.c | ||
39 | +++ b/target/arm/translate-neon.inc.c | ||
40 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_VQDMULH(VQRDMULH, qrdmulh) | ||
41 | DO_3S_FP_GVEC(VADD, gen_helper_gvec_fadd_s) | ||
42 | DO_3S_FP_GVEC(VSUB, gen_helper_gvec_fsub_s) | ||
43 | DO_3S_FP_GVEC(VABD, gen_helper_gvec_fabd_s) | ||
44 | + | ||
45 | +static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
46 | +{ | ||
47 | + /* FP operations handled pairwise 32 bits at a time */ | ||
48 | + TCGv_i32 tmp, tmp2, tmp3; | ||
49 | + TCGv_ptr fpstatus; | ||
50 | + | ||
51 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
52 | + return false; | ||
53 | + } | ||
54 | + | ||
55 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
56 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
57 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
58 | + return false; | ||
59 | + } | ||
60 | + | ||
61 | + if (!vfp_access_check(s)) { | ||
62 | + return true; | ||
63 | + } | ||
64 | + | ||
65 | + assert(a->q == 0); /* enforced by decode patterns */ | ||
66 | + | ||
67 | + /* | ||
68 | + * Note that we have to be careful not to clobber the source operands | ||
69 | + * in the "vm == vd" case by storing the result of the first pass too | ||
70 | + * early. Since Q is 0 there are always just two passes, so instead | ||
71 | + * of a complicated loop over each pass we just unroll. | ||
72 | + */ | ||
73 | + fpstatus = get_fpstatus_ptr(1); | ||
74 | + tmp = neon_load_reg(a->vn, 0); | ||
75 | + tmp2 = neon_load_reg(a->vn, 1); | ||
76 | + fn(tmp, tmp, tmp2, fpstatus); | ||
77 | + tcg_temp_free_i32(tmp2); | ||
78 | + | ||
79 | + tmp3 = neon_load_reg(a->vm, 0); | ||
80 | + tmp2 = neon_load_reg(a->vm, 1); | ||
81 | + fn(tmp3, tmp3, tmp2, fpstatus); | ||
82 | + tcg_temp_free_i32(tmp2); | ||
83 | + tcg_temp_free_ptr(fpstatus); | ||
84 | + | ||
85 | + neon_store_reg(a->vd, 0, tmp); | ||
86 | + neon_store_reg(a->vd, 1, tmp3); | ||
87 | + return true; | ||
88 | +} | ||
89 | + | ||
90 | +/* | ||
91 | + * For all the functions using this macro, size == 1 means fp16, | ||
92 | + * which is an architecture extension we don't implement yet. | ||
93 | + */ | ||
94 | +#define DO_3S_FP_PAIR(INSN,FUNC) \ | ||
95 | + static bool trans_##INSN##_fp_3s(DisasContext *s, arg_3same *a) \ | ||
96 | + { \ | ||
97 | + if (a->size != 0) { \ | ||
98 | + /* TODO fp16 support */ \ | ||
99 | + return false; \ | ||
100 | + } \ | ||
101 | + return do_3same_fp_pair(s, a, FUNC); \ | ||
102 | + } | ||
103 | + | ||
104 | +DO_3S_FP_PAIR(VPADD, gen_helper_vfp_adds) | ||
105 | +DO_3S_FP_PAIR(VPMAX, gen_helper_vfp_maxs) | ||
106 | +DO_3S_FP_PAIR(VPMIN, gen_helper_vfp_mins) | ||
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 int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
112 | int shift; | ||
113 | int pass; | ||
114 | int count; | ||
115 | - int pairwise; | ||
116 | int u; | ||
117 | int vec_size; | ||
118 | uint32_t imm; | ||
119 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
120 | case NEON_3R_VPMIN: | ||
121 | case NEON_3R_VPADD_VQRDMLAH: | ||
122 | case NEON_3R_VQDMULH_VQRDMULH: | ||
123 | + case NEON_3R_FLOAT_ARITH: | ||
124 | /* Already handled by decodetree */ | ||
125 | return 1; | ||
126 | } | ||
127 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
128 | /* 64-bit element instructions: handled by decodetree */ | ||
129 | return 1; | ||
130 | } | ||
131 | - pairwise = 0; | ||
132 | switch (op) { | ||
133 | - case NEON_3R_FLOAT_ARITH: | ||
134 | - pairwise = (u && size < 2); /* if VPADD (float) */ | ||
135 | - if (!pairwise) { | ||
136 | - return 1; /* handled by decodetree */ | ||
137 | - } | ||
138 | - break; | ||
139 | case NEON_3R_FLOAT_MINMAX: | ||
140 | - pairwise = u; /* if VPMIN/VPMAX (float) */ | ||
141 | + if (u) { | ||
142 | + return 1; /* VPMIN/VPMAX handled by decodetree */ | ||
143 | + } | ||
144 | break; | ||
145 | case NEON_3R_FLOAT_CMP: | ||
146 | if (!u && size) { | ||
147 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
148 | break; | ||
149 | } | ||
150 | |||
151 | - if (pairwise && q) { | ||
152 | - /* All the pairwise insns UNDEF if Q is set */ | ||
153 | - return 1; | ||
154 | - } | ||
155 | - | ||
156 | for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
157 | |||
158 | - if (pairwise) { | ||
159 | - /* Pairwise. */ | ||
160 | - if (pass < 1) { | ||
161 | - tmp = neon_load_reg(rn, 0); | ||
162 | - tmp2 = neon_load_reg(rn, 1); | ||
163 | - } else { | ||
164 | - tmp = neon_load_reg(rm, 0); | ||
165 | - tmp2 = neon_load_reg(rm, 1); | ||
166 | - } | ||
167 | - } else { | ||
168 | - /* Elementwise. */ | ||
169 | - tmp = neon_load_reg(rn, pass); | ||
170 | - tmp2 = neon_load_reg(rm, pass); | ||
171 | - } | ||
172 | + /* Elementwise. */ | ||
173 | + tmp = neon_load_reg(rn, pass); | ||
174 | + tmp2 = neon_load_reg(rm, pass); | ||
175 | switch (op) { | ||
176 | - case NEON_3R_FLOAT_ARITH: /* Floating point arithmetic. */ | ||
177 | - { | ||
178 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
179 | - switch ((u << 2) | size) { | ||
180 | - case 4: /* VPADD */ | ||
181 | - gen_helper_vfp_adds(tmp, tmp, tmp2, fpstatus); | ||
182 | - break; | ||
183 | - default: | ||
184 | - abort(); | ||
185 | - } | ||
186 | - tcg_temp_free_ptr(fpstatus); | ||
187 | - break; | ||
188 | - } | ||
189 | case NEON_3R_FLOAT_MULTIPLY: | ||
190 | { | ||
191 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
192 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
193 | } | ||
194 | tcg_temp_free_i32(tmp2); | ||
195 | |||
196 | - /* Save the result. For elementwise operations we can put it | ||
197 | - straight into the destination register. For pairwise operations | ||
198 | - we have to be careful to avoid clobbering the source operands. */ | ||
199 | - if (pairwise && rd == rm) { | ||
200 | - neon_store_scratch(pass, tmp); | ||
201 | - } else { | ||
202 | - neon_store_reg(rd, pass, tmp); | ||
203 | - } | ||
204 | + neon_store_reg(rd, pass, tmp); | ||
205 | |||
206 | } /* for pass */ | ||
207 | - if (pairwise && rd == rm) { | ||
208 | - for (pass = 0; pass < (q ? 4 : 2); pass++) { | ||
209 | - tmp = neon_load_scratch(pass); | ||
210 | - neon_store_reg(rd, pass, tmp); | ||
211 | - } | ||
212 | - } | ||
213 | /* End of 3 register same size operations. */ | ||
214 | } else if (insn & (1 << 4)) { | ||
215 | if ((insn & 0x00380080) != 0) { | ||
216 | -- | ||
217 | 2.20.1 | ||
218 | |||
219 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon integer VMUL, VMLA, and VMLS 3-reg-same inssn to | ||
2 | decodetree. | ||
3 | 1 | ||
4 | We don't have a gvec helper for multiply-accumulate, so VMLA and VMLS | ||
5 | need a loop function do_3same_fp(). This takes a reads_vd parameter | ||
6 | to do_3same_fp() which tells it to load the old value into vd before | ||
7 | calling the callback function, in the same way that the do_vfp_3op_sp() | ||
8 | and do_vfp_3op_dp() functions in translate-vfp.inc.c work. (The | ||
9 | only uses in this patch pass reads_vd == true, but later commits | ||
10 | will use reads_vd == false.) | ||
11 | |||
12 | This conversion fixes in passing an underdecoding for VMUL | ||
13 | (originally reported by Fredrik Strupe <fredrik@strupe.net>): bit 1 | ||
14 | of the 'size' field must be 0. The old decoder didn't enforce this, | ||
15 | but the decodetree pattern does. | ||
16 | |||
17 | The gen_VMLA_fp_reg() function performs the addition operation | ||
18 | with the operands in the opposite order to the old decoder: | ||
19 | since Neon sets 'default NaN mode' float32_add operations are | ||
20 | commutative so there is no behaviour difference, but putting | ||
21 | them this way around matches the Arm ARM pseudocode and the | ||
22 | required operation order for the subtraction in gen_VMLS_fp_reg(). | ||
23 | |||
24 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
25 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
26 | Message-id: 20200512163904.10918-14-peter.maydell@linaro.org | ||
27 | --- | ||
28 | target/arm/neon-dp.decode | 3 ++ | ||
29 | target/arm/translate-neon.inc.c | 81 +++++++++++++++++++++++++++++++++ | ||
30 | target/arm/translate.c | 17 +------ | ||
31 | 3 files changed, 85 insertions(+), 16 deletions(-) | ||
32 | |||
33 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
34 | index XXXXXXX..XXXXXXX 100644 | ||
35 | --- a/target/arm/neon-dp.decode | ||
36 | +++ b/target/arm/neon-dp.decode | ||
37 | @@ -XXX,XX +XXX,XX @@ VADD_fp_3s 1111 001 0 0 . 0 . .... .... 1101 ... 0 .... @3same_fp | ||
38 | VSUB_fp_3s 1111 001 0 0 . 1 . .... .... 1101 ... 0 .... @3same_fp | ||
39 | VPADD_fp_3s 1111 001 1 0 . 0 . .... .... 1101 ... 0 .... @3same_fp_q0 | ||
40 | VABD_fp_3s 1111 001 1 0 . 1 . .... .... 1101 ... 0 .... @3same_fp | ||
41 | +VMLA_fp_3s 1111 001 0 0 . 0 . .... .... 1101 ... 1 .... @3same_fp | ||
42 | +VMLS_fp_3s 1111 001 0 0 . 1 . .... .... 1101 ... 1 .... @3same_fp | ||
43 | +VMUL_fp_3s 1111 001 1 0 . 0 . .... .... 1101 ... 1 .... @3same_fp | ||
44 | VPMAX_fp_3s 1111 001 1 0 . 0 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
45 | VPMIN_fp_3s 1111 001 1 0 . 1 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
46 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
47 | index XXXXXXX..XXXXXXX 100644 | ||
48 | --- a/target/arm/translate-neon.inc.c | ||
49 | +++ b/target/arm/translate-neon.inc.c | ||
50 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_PAIR(VPADD, padd_u) | ||
51 | DO_3SAME_VQDMULH(VQDMULH, qdmulh) | ||
52 | DO_3SAME_VQDMULH(VQRDMULH, qrdmulh) | ||
53 | |||
54 | +static bool do_3same_fp(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn, | ||
55 | + bool reads_vd) | ||
56 | +{ | ||
57 | + /* | ||
58 | + * FP operations handled elementwise 32 bits at a time. | ||
59 | + * If reads_vd is true then the old value of Vd will be | ||
60 | + * loaded before calling the callback function. This is | ||
61 | + * used for multiply-accumulate type operations. | ||
62 | + */ | ||
63 | + TCGv_i32 tmp, tmp2; | ||
64 | + int pass; | ||
65 | + | ||
66 | + if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
67 | + return false; | ||
68 | + } | ||
69 | + | ||
70 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
71 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
72 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
73 | + return false; | ||
74 | + } | ||
75 | + | ||
76 | + if ((a->vn | a->vm | a->vd) & a->q) { | ||
77 | + return false; | ||
78 | + } | ||
79 | + | ||
80 | + if (!vfp_access_check(s)) { | ||
81 | + return true; | ||
82 | + } | ||
83 | + | ||
84 | + TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
85 | + for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
86 | + tmp = neon_load_reg(a->vn, pass); | ||
87 | + tmp2 = neon_load_reg(a->vm, pass); | ||
88 | + if (reads_vd) { | ||
89 | + TCGv_i32 tmp_rd = neon_load_reg(a->vd, pass); | ||
90 | + fn(tmp_rd, tmp, tmp2, fpstatus); | ||
91 | + neon_store_reg(a->vd, pass, tmp_rd); | ||
92 | + tcg_temp_free_i32(tmp); | ||
93 | + } else { | ||
94 | + fn(tmp, tmp, tmp2, fpstatus); | ||
95 | + neon_store_reg(a->vd, pass, tmp); | ||
96 | + } | ||
97 | + tcg_temp_free_i32(tmp2); | ||
98 | + } | ||
99 | + tcg_temp_free_ptr(fpstatus); | ||
100 | + return true; | ||
101 | +} | ||
102 | + | ||
103 | /* | ||
104 | * For all the functions using this macro, size == 1 means fp16, | ||
105 | * which is an architecture extension we don't implement yet. | ||
106 | @@ -XXX,XX +XXX,XX @@ DO_3SAME_VQDMULH(VQRDMULH, qrdmulh) | ||
107 | DO_3S_FP_GVEC(VADD, gen_helper_gvec_fadd_s) | ||
108 | DO_3S_FP_GVEC(VSUB, gen_helper_gvec_fsub_s) | ||
109 | DO_3S_FP_GVEC(VABD, gen_helper_gvec_fabd_s) | ||
110 | +DO_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s) | ||
111 | + | ||
112 | +/* | ||
113 | + * For all the functions using this macro, size == 1 means fp16, | ||
114 | + * which is an architecture extension we don't implement yet. | ||
115 | + */ | ||
116 | +#define DO_3S_FP(INSN,FUNC,READS_VD) \ | ||
117 | + static bool trans_##INSN##_fp_3s(DisasContext *s, arg_3same *a) \ | ||
118 | + { \ | ||
119 | + if (a->size != 0) { \ | ||
120 | + /* TODO fp16 support */ \ | ||
121 | + return false; \ | ||
122 | + } \ | ||
123 | + return do_3same_fp(s, a, FUNC, READS_VD); \ | ||
124 | + } | ||
125 | + | ||
126 | +static void gen_VMLA_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
127 | + TCGv_ptr fpstatus) | ||
128 | +{ | ||
129 | + gen_helper_vfp_muls(vn, vn, vm, fpstatus); | ||
130 | + gen_helper_vfp_adds(vd, vd, vn, fpstatus); | ||
131 | +} | ||
132 | + | ||
133 | +static void gen_VMLS_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
134 | + TCGv_ptr fpstatus) | ||
135 | +{ | ||
136 | + gen_helper_vfp_muls(vn, vn, vm, fpstatus); | ||
137 | + gen_helper_vfp_subs(vd, vd, vn, fpstatus); | ||
138 | +} | ||
139 | + | ||
140 | +DO_3S_FP(VMLA, gen_VMLA_fp_3s, true) | ||
141 | +DO_3S_FP(VMLS, gen_VMLS_fp_3s, true) | ||
142 | |||
143 | static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
144 | { | ||
145 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
146 | index XXXXXXX..XXXXXXX 100644 | ||
147 | --- a/target/arm/translate.c | ||
148 | +++ b/target/arm/translate.c | ||
149 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
150 | case NEON_3R_VPADD_VQRDMLAH: | ||
151 | case NEON_3R_VQDMULH_VQRDMULH: | ||
152 | case NEON_3R_FLOAT_ARITH: | ||
153 | + case NEON_3R_FLOAT_MULTIPLY: | ||
154 | /* Already handled by decodetree */ | ||
155 | return 1; | ||
156 | } | ||
157 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
158 | tmp = neon_load_reg(rn, pass); | ||
159 | tmp2 = neon_load_reg(rm, pass); | ||
160 | switch (op) { | ||
161 | - case NEON_3R_FLOAT_MULTIPLY: | ||
162 | - { | ||
163 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
164 | - gen_helper_vfp_muls(tmp, tmp, tmp2, fpstatus); | ||
165 | - if (!u) { | ||
166 | - tcg_temp_free_i32(tmp2); | ||
167 | - tmp2 = neon_load_reg(rd, pass); | ||
168 | - if (size == 0) { | ||
169 | - gen_helper_vfp_adds(tmp, tmp, tmp2, fpstatus); | ||
170 | - } else { | ||
171 | - gen_helper_vfp_subs(tmp, tmp2, tmp, fpstatus); | ||
172 | - } | ||
173 | - } | ||
174 | - tcg_temp_free_ptr(fpstatus); | ||
175 | - break; | ||
176 | - } | ||
177 | case NEON_3R_FLOAT_CMP: | ||
178 | { | ||
179 | TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
180 | -- | ||
181 | 2.20.1 | ||
182 | |||
183 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The usual location for the env argument in the argument list of a TCG helper | ||
2 | is immediately after the return-value argument. recps_f32 and rsqrts_f32 | ||
3 | differ in that they put it at the end. | ||
4 | 1 | ||
5 | Move the env argument to its usual place; this will allow us to | ||
6 | more easily use these helper functions with the gvec APIs. | ||
7 | |||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Message-id: 20200512163904.10918-16-peter.maydell@linaro.org | ||
11 | --- | ||
12 | target/arm/helper.h | 4 ++-- | ||
13 | target/arm/translate.c | 4 ++-- | ||
14 | target/arm/vfp_helper.c | 4 ++-- | ||
15 | 3 files changed, 6 insertions(+), 6 deletions(-) | ||
16 | |||
17 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/target/arm/helper.h | ||
20 | +++ b/target/arm/helper.h | ||
21 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_3(vfp_fcvt_f64_to_f16, TCG_CALL_NO_RWG, f16, f64, ptr, i32) | ||
22 | DEF_HELPER_4(vfp_muladdd, f64, f64, f64, f64, ptr) | ||
23 | DEF_HELPER_4(vfp_muladds, f32, f32, f32, f32, ptr) | ||
24 | |||
25 | -DEF_HELPER_3(recps_f32, f32, f32, f32, env) | ||
26 | -DEF_HELPER_3(rsqrts_f32, f32, f32, f32, env) | ||
27 | +DEF_HELPER_3(recps_f32, f32, env, f32, f32) | ||
28 | +DEF_HELPER_3(rsqrts_f32, f32, env, f32, f32) | ||
29 | DEF_HELPER_FLAGS_2(recpe_f16, TCG_CALL_NO_RWG, f16, f16, ptr) | ||
30 | DEF_HELPER_FLAGS_2(recpe_f32, TCG_CALL_NO_RWG, f32, f32, ptr) | ||
31 | DEF_HELPER_FLAGS_2(recpe_f64, TCG_CALL_NO_RWG, f64, f64, ptr) | ||
32 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/target/arm/translate.c | ||
35 | +++ b/target/arm/translate.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
37 | tcg_temp_free_ptr(fpstatus); | ||
38 | } else { | ||
39 | if (size == 0) { | ||
40 | - gen_helper_recps_f32(tmp, tmp, tmp2, cpu_env); | ||
41 | + gen_helper_recps_f32(tmp, cpu_env, tmp, tmp2); | ||
42 | } else { | ||
43 | - gen_helper_rsqrts_f32(tmp, tmp, tmp2, cpu_env); | ||
44 | + gen_helper_rsqrts_f32(tmp, cpu_env, tmp, tmp2); | ||
45 | } | ||
46 | } | ||
47 | break; | ||
48 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/target/arm/vfp_helper.c | ||
51 | +++ b/target/arm/vfp_helper.c | ||
52 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(vfp_fcvt_f64_to_f16)(float64 a, void *fpstp, uint32_t ahp_mode) | ||
53 | #define float32_three make_float32(0x40400000) | ||
54 | #define float32_one_point_five make_float32(0x3fc00000) | ||
55 | |||
56 | -float32 HELPER(recps_f32)(float32 a, float32 b, CPUARMState *env) | ||
57 | +float32 HELPER(recps_f32)(CPUARMState *env, float32 a, float32 b) | ||
58 | { | ||
59 | float_status *s = &env->vfp.standard_fp_status; | ||
60 | if ((float32_is_infinity(a) && float32_is_zero_or_denormal(b)) || | ||
61 | @@ -XXX,XX +XXX,XX @@ float32 HELPER(recps_f32)(float32 a, float32 b, CPUARMState *env) | ||
62 | return float32_sub(float32_two, float32_mul(a, b, s), s); | ||
63 | } | ||
64 | |||
65 | -float32 HELPER(rsqrts_f32)(float32 a, float32 b, CPUARMState *env) | ||
66 | +float32 HELPER(rsqrts_f32)(CPUARMState *env, float32 a, float32 b) | ||
67 | { | ||
68 | float_status *s = &env->vfp.standard_fp_status; | ||
69 | float32 product; | ||
70 | -- | ||
71 | 2.20.1 | ||
72 | |||
73 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Convert the Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS 3-reg-same | ||
2 | insns to decodetree. (These are all the remaining non-accumulation | ||
3 | instructions in this group.) | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200512163904.10918-17-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/neon-dp.decode | 6 +++ | ||
10 | target/arm/translate-neon.inc.c | 70 +++++++++++++++++++++++++++++++++ | ||
11 | target/arm/translate.c | 42 +------------------- | ||
12 | 3 files changed, 78 insertions(+), 40 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/neon-dp.decode b/target/arm/neon-dp.decode | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/neon-dp.decode | ||
17 | +++ b/target/arm/neon-dp.decode | ||
18 | @@ -XXX,XX +XXX,XX @@ VCGE_fp_3s 1111 001 1 0 . 0 . .... .... 1110 ... 0 .... @3same_fp | ||
19 | VACGE_fp_3s 1111 001 1 0 . 0 . .... .... 1110 ... 1 .... @3same_fp | ||
20 | VCGT_fp_3s 1111 001 1 0 . 1 . .... .... 1110 ... 0 .... @3same_fp | ||
21 | VACGT_fp_3s 1111 001 1 0 . 1 . .... .... 1110 ... 1 .... @3same_fp | ||
22 | +VMAX_fp_3s 1111 001 0 0 . 0 . .... .... 1111 ... 0 .... @3same_fp | ||
23 | +VMIN_fp_3s 1111 001 0 0 . 1 . .... .... 1111 ... 0 .... @3same_fp | ||
24 | VPMAX_fp_3s 1111 001 1 0 . 0 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
25 | VPMIN_fp_3s 1111 001 1 0 . 1 . .... .... 1111 ... 0 .... @3same_fp_q0 | ||
26 | +VRECPS_fp_3s 1111 001 0 0 . 0 . .... .... 1111 ... 1 .... @3same_fp | ||
27 | +VRSQRTS_fp_3s 1111 001 0 0 . 1 . .... .... 1111 ... 1 .... @3same_fp | ||
28 | +VMAXNM_fp_3s 1111 001 1 0 . 0 . .... .... 1111 ... 1 .... @3same_fp | ||
29 | +VMINNM_fp_3s 1111 001 1 0 . 1 . .... .... 1111 ... 1 .... @3same_fp | ||
30 | diff --git a/target/arm/translate-neon.inc.c b/target/arm/translate-neon.inc.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/translate-neon.inc.c | ||
33 | +++ b/target/arm/translate-neon.inc.c | ||
34 | @@ -XXX,XX +XXX,XX @@ DO_3S_FP(VCGE, gen_helper_neon_cge_f32, false) | ||
35 | DO_3S_FP(VCGT, gen_helper_neon_cgt_f32, false) | ||
36 | DO_3S_FP(VACGE, gen_helper_neon_acge_f32, false) | ||
37 | DO_3S_FP(VACGT, gen_helper_neon_acgt_f32, false) | ||
38 | +DO_3S_FP(VMAX, gen_helper_vfp_maxs, false) | ||
39 | +DO_3S_FP(VMIN, gen_helper_vfp_mins, false) | ||
40 | |||
41 | static void gen_VMLA_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
42 | TCGv_ptr fpstatus) | ||
43 | @@ -XXX,XX +XXX,XX @@ static void gen_VMLS_fp_3s(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, | ||
44 | DO_3S_FP(VMLA, gen_VMLA_fp_3s, true) | ||
45 | DO_3S_FP(VMLS, gen_VMLS_fp_3s, true) | ||
46 | |||
47 | +static bool trans_VMAXNM_fp_3s(DisasContext *s, arg_3same *a) | ||
48 | +{ | ||
49 | + if (!arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
50 | + return false; | ||
51 | + } | ||
52 | + | ||
53 | + if (a->size != 0) { | ||
54 | + /* TODO fp16 support */ | ||
55 | + return false; | ||
56 | + } | ||
57 | + | ||
58 | + return do_3same_fp(s, a, gen_helper_vfp_maxnums, false); | ||
59 | +} | ||
60 | + | ||
61 | +static bool trans_VMINNM_fp_3s(DisasContext *s, arg_3same *a) | ||
62 | +{ | ||
63 | + if (!arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
64 | + return false; | ||
65 | + } | ||
66 | + | ||
67 | + if (a->size != 0) { | ||
68 | + /* TODO fp16 support */ | ||
69 | + return false; | ||
70 | + } | ||
71 | + | ||
72 | + return do_3same_fp(s, a, gen_helper_vfp_minnums, false); | ||
73 | +} | ||
74 | + | ||
75 | +WRAP_ENV_FN(gen_VRECPS_tramp, gen_helper_recps_f32) | ||
76 | + | ||
77 | +static void gen_VRECPS_fp_3s(unsigned vece, uint32_t rd_ofs, | ||
78 | + uint32_t rn_ofs, uint32_t rm_ofs, | ||
79 | + uint32_t oprsz, uint32_t maxsz) | ||
80 | +{ | ||
81 | + static const GVecGen3 ops = { .fni4 = gen_VRECPS_tramp }; | ||
82 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &ops); | ||
83 | +} | ||
84 | + | ||
85 | +static bool trans_VRECPS_fp_3s(DisasContext *s, arg_3same *a) | ||
86 | +{ | ||
87 | + if (a->size != 0) { | ||
88 | + /* TODO fp16 support */ | ||
89 | + return false; | ||
90 | + } | ||
91 | + | ||
92 | + return do_3same(s, a, gen_VRECPS_fp_3s); | ||
93 | +} | ||
94 | + | ||
95 | +WRAP_ENV_FN(gen_VRSQRTS_tramp, gen_helper_rsqrts_f32) | ||
96 | + | ||
97 | +static void gen_VRSQRTS_fp_3s(unsigned vece, uint32_t rd_ofs, | ||
98 | + uint32_t rn_ofs, uint32_t rm_ofs, | ||
99 | + uint32_t oprsz, uint32_t maxsz) | ||
100 | +{ | ||
101 | + static const GVecGen3 ops = { .fni4 = gen_VRSQRTS_tramp }; | ||
102 | + tcg_gen_gvec_3(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, &ops); | ||
103 | +} | ||
104 | + | ||
105 | +static bool trans_VRSQRTS_fp_3s(DisasContext *s, arg_3same *a) | ||
106 | +{ | ||
107 | + if (a->size != 0) { | ||
108 | + /* TODO fp16 support */ | ||
109 | + return false; | ||
110 | + } | ||
111 | + | ||
112 | + return do_3same(s, a, gen_VRSQRTS_fp_3s); | ||
113 | +} | ||
114 | + | ||
115 | static bool do_3same_fp_pair(DisasContext *s, arg_3same *a, VFPGen3OpSPFn *fn) | ||
116 | { | ||
117 | /* FP operations handled pairwise 32 bits at a time */ | ||
118 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
119 | index XXXXXXX..XXXXXXX 100644 | ||
120 | --- a/target/arm/translate.c | ||
121 | +++ b/target/arm/translate.c | ||
122 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
123 | case NEON_3R_FLOAT_MULTIPLY: | ||
124 | case NEON_3R_FLOAT_CMP: | ||
125 | case NEON_3R_FLOAT_ACMP: | ||
126 | + case NEON_3R_FLOAT_MINMAX: | ||
127 | + case NEON_3R_FLOAT_MISC: | ||
128 | /* Already handled by decodetree */ | ||
129 | return 1; | ||
130 | } | ||
131 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
132 | return 1; | ||
133 | } | ||
134 | switch (op) { | ||
135 | - case NEON_3R_FLOAT_MINMAX: | ||
136 | - if (u) { | ||
137 | - return 1; /* VPMIN/VPMAX handled by decodetree */ | ||
138 | - } | ||
139 | - break; | ||
140 | - case NEON_3R_FLOAT_MISC: | ||
141 | - /* VMAXNM/VMINNM in ARMv8 */ | ||
142 | - if (u && !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
143 | - return 1; | ||
144 | - } | ||
145 | - break; | ||
146 | case NEON_3R_VFM_VQRDMLSH: | ||
147 | if (!dc_isar_feature(aa32_simdfmac, s)) { | ||
148 | return 1; | ||
149 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | ||
150 | tmp = neon_load_reg(rn, pass); | ||
151 | tmp2 = neon_load_reg(rm, pass); | ||
152 | switch (op) { | ||
153 | - case NEON_3R_FLOAT_MINMAX: | ||
154 | - { | ||
155 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
156 | - if (size == 0) { | ||
157 | - gen_helper_vfp_maxs(tmp, tmp, tmp2, fpstatus); | ||
158 | - } else { | ||
159 | - gen_helper_vfp_mins(tmp, tmp, tmp2, fpstatus); | ||
160 | - } | ||
161 | - tcg_temp_free_ptr(fpstatus); | ||
162 | - break; | ||
163 | - } | ||
164 | - case NEON_3R_FLOAT_MISC: | ||
165 | - if (u) { | ||
166 | - /* VMAXNM/VMINNM */ | ||
167 | - TCGv_ptr fpstatus = get_fpstatus_ptr(1); | ||
168 | - if (size == 0) { | ||
169 | - gen_helper_vfp_maxnums(tmp, tmp, tmp2, fpstatus); | ||
170 | - } else { | ||
171 | - gen_helper_vfp_minnums(tmp, tmp, tmp2, fpstatus); | ||
172 | - } | ||
173 | - tcg_temp_free_ptr(fpstatus); | ||
174 | - } else { | ||
175 | - if (size == 0) { | ||
176 | - gen_helper_recps_f32(tmp, cpu_env, tmp, tmp2); | ||
177 | - } else { | ||
178 | - gen_helper_rsqrts_f32(tmp, cpu_env, tmp, tmp2); | ||
179 | - } | ||
180 | - } | ||
181 | - break; | ||
182 | case NEON_3R_VFM_VQRDMLSH: | ||
183 | { | ||
184 | /* VFMA, VFMS: fused multiply-add */ | ||
185 | -- | ||
186 | 2.20.1 | ||
187 | |||
188 | diff view generated by jsdifflib |