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/cris: Remove superfluous breaks |
tree | commitdiff |
2020-09-01 |
Liao Pingfang | target/sh4: Remove superfluous breaks |
tree | commitdiff |
2020-09-01 |
Liao Pingfang | target/ppc: Remove superfluous breaks |
tree | commitdiff |
2020-09-01 |
Liao Pingfang | target/arm/kvm: Remove superfluous break |
tree | commitdiff |
2020-08-31 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/usb... |
tree | commitdiff |
2020-08-30 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2020-08-28 |
Peter Maydell | Merge remote-tracking branch 'remotes/vivier2/tags... |
tree | commitdiff |
2020-08-28 |
Kito Cheng | softfloat: Implement the full set of comparisons for... |
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 |
Peter Maydell | Merge remote-tracking branch 'remotes/ehabkost/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-27 |
Peter Maydell | Merge remote-tracking branch 'remotes/bonzini-gitlab... |
tree | commitdiff |
2020-08-27 |
Eduardo Habkost | hvf: Move HVFState typedef to hvf.h |
tree | commitdiff |
2020-08-26 |
Peter Maydell | Merge remote-tracking branch 'remotes/hdeller/tags... |
tree | commitdiff |
2020-08-26 |
Peter Maydell | Merge remote-tracking branch 'remotes/maxreitz/tags... |
tree | commitdiff |
2020-08-25 |
Peter Maydell | Merge remote-tracking branch 'remotes/alistair/tags... |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Support the Virtual Instruction fault |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Return the exception from invalid CSR... |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Support the v0.6 Hypervisor extension... |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Only support little endian guests |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Only support a single VSXL length |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Update the CSRs to the v0.6 Hyp extension |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Update the Hypervisor trap return/entry |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Fix the interrupt cause code |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Convert MSTATUS MTL to GVA |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Don't allow guest to write to htinst |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Do two-stage lookups on hlv/hlvx/hsv... |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Allow generating hlv/hlvx/hsv instructions |
tree | commitdiff |
2020-08-25 |
Alistair Francis | target/riscv: Allow setting a two-stage lookup in the... |
tree | commitdiff |
2020-08-25 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/fixes... |
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 |
next |