2020-09-09 |
Eduardo Habkost | Move QOM typedefs and add missing includes |
tree | commitdiff |
2020-09-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/armbru/tags/pull... |
tree | commitdiff |
2020-09-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/dgibson/tags... |
tree | commitdiff |
2020-09-08 |
Thiago Jung Bauermann | target/arm: Move setting of CPU halted state to generic... |
tree | commitdiff |
2020-09-08 |
Thiago Jung Bauermann | target/arm: Move start-powered-off property to generic... |
tree | commitdiff |
2020-09-07 |
Peter Maydell | Merge remote-tracking branch 'remotes/hdeller/tags... |
tree | commitdiff |
2020-09-04 |
Peter Maydell | Merge remote-tracking branch 'remotes/vivier2/tags... |
tree | commitdiff |
2020-09-03 |
Peter Maydell | Merge remote-tracking branch 'remotes/legoater/tags... |
tree | commitdiff |
2020-09-02 |
Peter Maydell | Merge remote-tracking branch 'remotes/nvme/tags/pull... |
tree | commitdiff |
2020-09-02 |
Peter Maydell | Merge remote-tracking branch 'remotes/ehabkost/tags... |
tree | commitdiff |
2020-09-02 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2020-09-02 |
Eduardo Habkost | arm: Fix typo in AARCH64_CPU_GET_CLASS definition |
tree | commitdiff |
2020-09-01 |
Peter Maydell | Merge remote-tracking branch 'remotes/bonzini-gitlab... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | Merge remote-tracking branch 'remotes/pmaydell/tags... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | Merge remote-tracking branch 'remotes/vivier2/tags... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Enable FP16 in '-cpu max' |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm/vec_helper: Add gvec fp indexed multiply... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm/vec_helper: Handle oprsz less than 16 bytes... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VRINTX |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VRINT-with-specifie... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VCVT with rounding... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VCVT fixed-point |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Convert Neon VCVT fixed-point to gvec |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon float-integer VCVT |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon pairwise fp ops |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VRSQRTS |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VRECPS |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon fp compare-vs-0 |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VFMA, VMFS |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VMLA, VMLS operations |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VMAXNM, VMINNM |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VMAX, VMIN |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for VACGE, VACGT |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VABS, VNEG of floats |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement FP16 for Neon VADD, VSUB, VABD... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VMOV between gp and... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement new VFP fp16 insn VMOVX |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement new VFP fp16 insn VINS |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VRINT* |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VSEL |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP vp16 VCVT-with-specified... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VCVT between float and... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Use macros instead of open-coding fp16... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Make VFP_CONV_FIX macros take separate... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VCVT between float and... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VLDR and VSTR |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VCMP |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 for VMOV immediate |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 for fused-multiply-add |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Macroify trans functions for VFMA, VFMS... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Implement VFP fp16 for VFP_BINOP operations |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Use correct ID register check for aa32_fp16... |
tree | commitdiff |
2020-09-01 |
Peter Maydell | target/arm: Remove local definitions of float constants |
tree | commitdiff |
2020-09-01 |
Chen Qun | target/arm/translate-a64:Remove redundant statement... |
tree | commitdiff |
2020-09-01 |
Chen Qun | target/arm/translate-a64:Remove dead assignment in... |
tree | commitdiff |
2020-09-01 |
Liao Pingfang | target/arm/kvm: Remove superfluous break |
tree | commitdiff |
2020-08-28 |
Peter Maydell | Merge remote-tracking branch 'remotes/vivier2/tags... |
tree | commitdiff |
2020-08-28 |
Peter Maydell | Merge remote-tracking branch 'remotes/dgilbert/tags... |
tree | commitdiff |
2020-08-28 |
Peter Maydell | Merge remote-tracking branch 'remotes/pmaydell/tags... |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimd |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Convert integer multiply-add (indexed)... |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Convert integer multiply (indexed) to gvec... |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Generalize inl_qrdmlah_* helper functions |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Tidy SVE tszimm shift formats |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Split out gen_gvec_ool_zz |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Split out gen_gvec_ool_zzz |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Split out gen_gvec_ool_zzp |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Merge helper_sve_clr_* and helper_sve_movz_* |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Split out gen_gvec_ool_zzzp |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Clean up 4-operand predicate expansion |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Merge do_vector2_p into do_mov_p |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Rearrange {sve,fp}_check_access assert |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Split out gen_gvec_fn_zzz, do_zzz_fn |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Split out gen_gvec_fn_zz |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Fill in the WnR syndrome bit in mte_check_fail |
tree | commitdiff |
2020-08-28 |
Richard Henderson | target/arm: Pass the entire mte descriptor to mte_check... |
tree | commitdiff |
2020-08-28 |
Philippe Mathieu... | target/arm: Clarify HCR_EL2 ARMCPRegInfo type |
tree | commitdiff |
2020-08-26 |
Peter Maydell | Merge remote-tracking branch 'remotes/hdeller/tags... |
tree | commitdiff |
2020-08-24 |
Peter Maydell | Merge remote-tracking branch 'remotes/xtensa/tags/20200... |
tree | commitdiff |
2020-08-24 |
Peter Maydell | Merge remote-tracking branch 'remotes/cschoenebeck... |
tree | commitdiff |
2020-08-24 |
Peter Maydell | Merge remote-tracking branch 'remotes/edgar/tags/edgar... |
tree | commitdiff |
2020-08-24 |
Peter Maydell | Merge remote-tracking branch 'remotes/pmaydell/tags... |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Use correct FPST for VCMLA, VCADD on fp16 |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Implement FPST_STD_F16 fpstatus |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Make A32/T32 use new fpstatus_ptr() API |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Replace A64 get_fpstatus_ptr() with generic... |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Delete unused ARM_FEATURE_CRC |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm/translate.c: Delete/amend incorrect comments |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Delete unused VFP_DREG macros |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Remove ARCH macro |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Convert T32 coprocessor insns to decodetree |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Do M-profile NOCP checks early and via... |
tree | commitdiff |
2020-08-24 |
Peter Maydell | target/arm: Tidy up disas_arm_insn() |
tree | commitdiff |
next |