| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'... | Peter Maydell | 2020-09-01 | 13 | -800/+1687 |
|\ |
|
| * | target/arm: Enable FP16 in '-cpu max' | Peter Maydell | 2020-09-01 | 2 | -7/+6 |
| * | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | Peter Maydell | 2020-09-01 | 1 | -55/+55 |
| * | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | Peter Maydell | 2020-09-01 | 2 | -5/+32 |
| * | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | Peter Maydell | 2020-09-01 | 1 | -4/+8 |
| * | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell | 2020-09-01 | 3 | -42/+9 |
| * | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell | 2020-09-01 | 4 | -79/+30 |
| * | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell | 2020-09-01 | 3 | -67/+66 |
| * | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell | 2020-09-01 | 4 | -1/+21 |
| * | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell | 2020-09-01 | 3 | -17/+43 |
| * | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell | 2020-09-01 | 3 | -11/+42 |
| * | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell | 2020-09-01 | 3 | -26/+68 |
| * | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell | 2020-09-01 | 4 | -36/+34 |
| * | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell | 2020-09-01 | 4 | -34/+35 |
| * | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell | 2020-09-01 | 3 | -28/+45 |
| * | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell | 2020-09-01 | 3 | -91/+40 |
| * | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell | 2020-09-01 | 3 | -31/+50 |
| * | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell | 2020-09-01 | 3 | -8/+27 |
| * | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell | 2020-09-01 | 3 | -3/+14 |
| * | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell | 2020-09-01 | 3 | -2/+34 |
| * | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell | 2020-09-01 | 3 | -3/+56 |
| * | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell | 2020-09-01 | 1 | -6/+28 |
| * | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell | 2020-09-01 | 1 | -2/+29 |
| * | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell | 2020-09-01 | 3 | -17/+26 |
| * | target/arm: Implement VFP fp16 VMOV between gp and halfprec registers | Peter Maydell | 2020-09-01 | 2 | -0/+35 |
| * | target/arm: Implement new VFP fp16 insn VMOVX | Peter Maydell | 2020-09-01 | 2 | -0/+28 |
| * | target/arm: Implement new VFP fp16 insn VINS | Peter Maydell | 2020-09-01 | 2 | -0/+31 |
| * | target/arm: Implement VFP fp16 VRINT* | Peter Maydell | 2020-09-01 | 5 | -8/+122 |
| * | target/arm: Implement VFP fp16 VSEL | Peter Maydell | 2020-09-01 | 2 | -6/+16 |
| * | target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode | Peter Maydell | 2020-09-01 | 2 | -10/+28 |
| * | target/arm: Implement VFP fp16 VCVT between float and fixed-point | Peter Maydell | 2020-09-01 | 2 | -0/+61 |
| * | target/arm: Use macros instead of open-coding fp16 conversion helpers | Peter Maydell | 2020-09-01 | 2 | -80/+12 |
| * | target/arm: Make VFP_CONV_FIX macros take separate float type and float size | Peter Maydell | 2020-09-01 | 1 | -23/+23 |
| * | target/arm: Implement VFP fp16 VCVT between float and integer | Peter Maydell | 2020-09-01 | 2 | -0/+69 |
| * | target/arm: Implement VFP fp16 VLDR and VSTR | Peter Maydell | 2020-09-01 | 2 | -2/+36 |
| * | target/arm: Implement VFP fp16 VCMP | Peter Maydell | 2020-09-01 | 4 | -7/+51 |
| * | target/arm: Implement VFP fp16 for VMOV immediate | Peter Maydell | 2020-09-01 | 2 | -0/+24 |
| * | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT | Peter Maydell | 2020-09-01 | 4 | -0/+55 |
| * | target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp() | Peter Maydell | 2020-09-01 | 1 | -35/+14 |
| * | target/arm: Implement VFP fp16 for fused-multiply-add | Peter Maydell | 2020-09-01 | 4 | -0/+77 |
| * | target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS | Peter Maydell | 2020-09-01 | 1 | -37/+13 |
| * | target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL | Peter Maydell | 2020-09-01 | 4 | -0/+95 |
| * | target/arm: Implement VFP fp16 for VFP_BINOP operations | Peter Maydell | 2020-09-01 | 5 | -0/+106 |
| * | target/arm: Use correct ID register check for aa32_fp16_arith | Peter Maydell | 2020-09-01 | 1 | -6/+1 |
| * | target/arm: Remove local definitions of float constants | Peter Maydell | 2020-09-01 | 3 | -19/+0 |
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-01 | 6 | -20/+5 |
|\ \
| |/
|/| |
|
| * | target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_mis... | Chen Qun | 2020-09-01 | 1 | -3/+0 |
| * | target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli() | Chen Qun | 2020-09-01 | 1 | -2/+2 |
| * | target/cris: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 2 | -6/+3 |
| * | target/sh4: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 1 | -3/+0 |