aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-08-28softfloat: Implement the full set of comparisons for float16Kito Cheng1-25/+0
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell10-398/+446
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson3-10/+81
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson3-0/+73
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson3-4/+45
2020-08-28target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson1-51/+29
2020-08-28target/arm: Tidy SVE tszimm shift formatsRichard Henderson1-19/+16
2020-08-28target/arm: Split out gen_gvec_ool_zzRichard Henderson1-8/+12
2020-08-28target/arm: Split out gen_gvec_ool_zzzRichard Henderson1-35/+18
2020-08-28target/arm: Split out gen_gvec_ool_zzpRichard Henderson1-15/+14
2020-08-28target/arm: Merge helper_sve_clr_* and helper_sve_movz_*Richard Henderson3-92/+32
2020-08-28target/arm: Split out gen_gvec_ool_zzzpRichard Henderson1-19/+16
2020-08-28target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_ppppRichard Henderson1-23/+8
2020-08-28target/arm: Clean up 4-operand predicate expansionRichard Henderson1-68/+43
2020-08-28target/arm: Merge do_vector2_p into do_mov_pRichard Henderson1-13/+6
2020-08-28target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson2-11/+17
2020-08-28target/arm: Split out gen_gvec_fn_zzz, do_zzz_fnRichard Henderson1-19/+24
2020-08-28target/arm: Split out gen_gvec_fn_zzRichard Henderson1-9/+10
2020-08-28target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson1-4/+5
2020-08-28target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson1-5/+5
2020-08-28target/arm: Clarify HCR_EL2 ARMCPRegInfo typePhilippe Mathieu-Daudé1-1/+0
2020-08-27hvf: Move HVFState typedef to hvf.hEduardo Habkost1-2/+2
2020-08-25target/riscv: Support the Virtual Instruction faultAlistair Francis5-6/+109
2020-08-25target/riscv: Return the exception from invalid CSR accessesAlistair Francis2-29/+35
2020-08-25target/riscv: Support the v0.6 Hypervisor extension CRSsAlistair Francis2-0/+43
2020-08-25target/riscv: Only support little endian guestsAlistair Francis1-0/+5
2020-08-25target/riscv: Only support a single VSXL lengthAlistair Francis1-0/+9
2020-08-25target/riscv: Update the CSRs to the v0.6 Hyp extensionAlistair Francis1-6/+8
2020-08-25target/riscv: Update the Hypervisor trap return/entryAlistair Francis4-26/+9
2020-08-25target/riscv: Fix the interrupt cause codeAlistair Francis1-2/+3
2020-08-25target/riscv: Convert MSTATUS MTL to GVAAlistair Francis3-9/+26
2020-08-25target/riscv: Don't allow guest to write to htinstAlistair Francis1-1/+0
2020-08-25target/riscv: Do two-stage lookups on hlv/hlvx/hsv instructionsAlistair Francis1-35/+25
2020-08-25target/riscv: Allow generating hlv/hlvx/hsv instructionsAlistair Francis6-0/+474
2020-08-25target/riscv: Allow setting a two-stage lookup in the virt statusAlistair Francis3-0/+21
2020-08-24Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into stagingPeter Maydell19-415/+197691
2020-08-24Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2020-08-24...Peter Maydell1-10/+28
2020-08-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200824'...Peter Maydell16-265/+437
2020-08-24target/arm: Use correct FPST for VCMLA, VCADD on fp16Peter Maydell1-3/+3
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell4-2/+18
2020-08-24target/arm: Make A32/T32 use new fpstatus_ptr() APIPeter Maydell3-49/+36
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell4-72/+103
2020-08-24target/arm: Delete unused ARM_FEATURE_CRCPeter Maydell1-1/+0
2020-08-24target/arm/translate.c: Delete/amend incorrect commentsPeter Maydell1-2/+2
2020-08-24target/arm: Delete unused VFP_DREG macrosPeter Maydell1-15/+0
2020-08-24target/arm: Remove ARCH macroPeter Maydell1-5/+9
2020-08-24target/arm: Convert T32 coprocessor insns to decodetreePeter Maydell2-62/+21
2020-08-24target/arm: Do M-profile NOCP checks early and via decodetreePeter Maydell5-27/+100
2020-08-24target/arm: Tidy up disas_arm_insn()Peter Maydell1-17/+9
2020-08-24target/arm: Convert A32 coprocessor insns to decodetreePeter Maydell3-11/+111