aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé5-29/+22
2020-06-23target/arm: Remove dead code relating to SABA and UABAPeter Maydell1-12/+0
2020-06-23target/arm: Remove unnecessary gen_io_end() callsPeter Maydell3-8/+4
2020-06-23target/arm: Move some functions used only in translate-neon.inc.c to that filePeter Maydell2-101/+101
2020-06-23target/arm: Convert Neon VTRN to decodetreePeter Maydell3-362/+93
2020-06-23target/arm: Convert Neon VSWP to decodetreePeter Maydell3-4/+44
2020-06-23target/arm: Convert Neon 2-reg-misc VCVT insns to decodetreePeter Maydell3-62/+87
2020-06-23target/arm: Convert Neon 2-reg-misc VRINT insns to decodetreePeter Maydell3-26/+74
2020-06-23target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetreePeter Maydell3-45/+39
2020-06-23target/arm: Convert simple fp Neon 2-reg-misc insnsPeter Maydell4-49/+78
2020-06-23target/arm: Convert Neon VQABS, VQNEG to decodetreePeter Maydell3-28/+40
2020-06-23target/arm: Convert remaining simple 2-reg-misc Neon opsPeter Maydell3-31/+86
2020-06-23target/arm: Convert Neon 2-reg-misc VREV32 and VREV16 to decodetreePeter Maydell4-10/+60
2020-06-23target/arm: Make gen_swap_half() take separate src and destPeter Maydell2-6/+6
2020-06-23target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefsPeter Maydell3-5/+5
2020-06-23target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFnPeter Maydell2-3/+3
2020-06-23target/arm: Convert Neon 2-reg-misc crypto operations to decodetreePeter Maydell3-48/+58
2020-06-23target/arm: Convert vectorised 2-reg-misc Neon ops to decodetreePeter Maydell3-27/+74
2020-06-23target/arm: Convert Neon VCVT f16/f32 insns to decodetreePeter Maydell3-62/+102
2020-06-23target/arm: Convert Neon 2-reg-misc VSHLL to decodetreePeter Maydell3-34/+55
2020-06-23target/arm: Convert Neon narrowing moves to decodetreePeter Maydell3-79/+70
2020-06-23target/arm: Convert VZIP, VUZP to decodetreePeter Maydell3-90/+79
2020-06-23target/arm: Convert Neon 2-reg-misc pairwise ops to decodetreePeter Maydell3-33/+157
2020-06-23target/arm: Convert Neon 2-reg-misc VREV64 to decodetreePeter Maydell3-22/+64
2020-06-16target/arm/cpu: adjust virtual time for all KVM arm cpusfangying3-13/+15
2020-06-16target/arm: Convert Neon VDUP (scalar) to decodetreePeter Maydell3-24/+34
2020-06-16target/arm: Convert Neon VTBL, VTBX to decodetreePeter Maydell3-37/+63
2020-06-16target/arm: Convert Neon VEXT to decodetreePeter Maydell3-57/+85
2020-06-16target/arm: Convert Neon 2-reg-scalar long multiplies to decodetreePeter Maydell3-176/+187
2020-06-16target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetreePeter Maydell3-36/+79
2020-06-16target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetreePeter Maydell3-40/+34
2020-06-16target/arm: Convert Neon 2-reg-scalar float multiplies to decodetreePeter Maydell3-34/+71
2020-06-16target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetreePeter Maydell3-71/+154
2020-06-16target/arm: Add missing TCG temp free in do_2shift_env_64()Peter Maydell1-0/+1
2020-06-16target/arm: Add 'static' and 'const' annotations to VSHLL function arraysPeter Maydell1-2/+2
2020-06-16target/arm: Convert Neon 3-reg-diff polynomial VMULLPeter Maydell3-57/+48
2020-06-16target/arm: Convert Neon 3-reg-diff saturating doubling multipliesPeter Maydell3-55/+92
2020-06-16target/arm: Convert Neon 3-reg-diff long multipliesPeter Maydell3-15/+86
2020-06-16target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetreePeter Maydell4-28/+142
2020-06-16target/arm: Convert Neon 3-reg-diff narrowing ops to decodetreePeter Maydell3-80/+104
2020-06-16target/arm: Convert Neon 3-reg-diff prewidening ops to decodetreePeter Maydell3-12/+151
2020-06-16target/arm: Fix missing temp frees in do_vshll_2shPeter Maydell1-0/+2
2020-06-09target/arm: Use a non-overlapping group for misc controlRichard Henderson1-2/+2
2020-06-05target/arm: Convert Neon one-register-and-immediate insns to decodetreePeter Maydell3-99/+142
2020-06-05target/arm: Convert VCVT fixed-point ops to decodetreePeter Maydell3-73/+62
2020-06-05target/arm: Convert Neon VSHLL, VMOVL to decodetreePeter Maydell3-44/+99
2020-06-05target/arm: Convert Neon narrowing shifts with op==9 to decodetreePeter Maydell3-108/+37
2020-06-05target/arm: Convert Neon narrowing shifts with op==8 to decodetreePeter Maydell3-0/+195
2020-06-05target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetreePeter Maydell3-107/+126
2020-06-05target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode...Peter Maydell3-48/+46