aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-09-01target/arm: Implement fp16 for Neon VABS, VNEG of floatsPeter Maydell1-6/+28
2020-09-01target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvecPeter Maydell1-2/+29
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell3-17/+26
2020-09-01target/arm: Implement VFP fp16 VMOV between gp and halfprec registersPeter Maydell2-0/+35
2020-09-01target/arm: Implement new VFP fp16 insn VMOVXPeter Maydell2-0/+28
2020-09-01target/arm: Implement new VFP fp16 insn VINSPeter Maydell2-0/+31
2020-09-01target/arm: Implement VFP fp16 VRINT*Peter Maydell5-8/+122
2020-09-01target/arm: Implement VFP fp16 VSELPeter Maydell2-6/+16
2020-09-01target/arm: Implement VFP vp16 VCVT-with-specified-rounding-modePeter Maydell2-10/+28
2020-09-01target/arm: Implement VFP fp16 VCVT between float and fixed-pointPeter Maydell2-0/+61
2020-09-01target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell2-80/+12
2020-09-01target/arm: Make VFP_CONV_FIX macros take separate float type and float sizePeter Maydell1-23/+23
2020-09-01target/arm: Implement VFP fp16 VCVT between float and integerPeter Maydell2-0/+69
2020-09-01target/arm: Implement VFP fp16 VLDR and VSTRPeter Maydell2-2/+36
2020-09-01target/arm: Implement VFP fp16 VCMPPeter Maydell4-7/+51
2020-09-01target/arm: Implement VFP fp16 for VMOV immediatePeter Maydell2-0/+24
2020-09-01target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell4-0/+55
2020-09-01target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()Peter Maydell1-35/+14
2020-09-01target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell4-0/+77
2020-09-01target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMSPeter Maydell1-37/+13
2020-09-01target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell4-0/+95
2020-09-01target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell5-0/+106
2020-09-01target/arm: Use correct ID register check for aa32_fp16_arithPeter Maydell1-6/+1
2020-09-01target/arm: Remove local definitions of float constantsPeter Maydell3-19/+0
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