1. a26db54 target/arm: Rename FPCR_ QC, NZCV macros to FPSR_ by Peter Maydell · 9 months ago
  2. ce07ea6 target/arm: Store FPSR and FPCR in separate CPU state fields by Peter Maydell · 9 months ago
  3. d54deb2 target/arm/tcg: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
  4. c6f0dcb target/arm: Use clmul_16* routines by Richard Henderson · 1 year, 8 months ago
  5. 8e3da4c target/arm: Use clmul_8* routines by Richard Henderson · 1 year, 8 months ago
  6. a3ef070 target/arm: move helpers to tcg/ by Claudio Fontana · 2 years, 1 month ago[Renamed from target/arm/mve_helper.c]
  7. 05dd14b target/arm: Use expand_pred_b in mve_helper.c by Richard Henderson · 2 years, 9 months ago
  8. 98e40fb target/arm: Implement MVE VRINT insns by Peter Maydell · 3 years, 6 months ago
  9. 73d260d target/arm: Implement MVE VCVT between single and half precision by Peter Maydell · 3 years, 6 months ago
  10. 53fc5f6 target/arm: Implement MVE VCVT with specified rounding mode by Peter Maydell · 3 years, 6 months ago
  11. 2a4b939 target/arm: Implement MVE VCVT between floating and fixed point by Peter Maydell · 3 years, 6 months ago
  12. c2d8f6b target/arm: Implement MVE fp scalar comparisons by Peter Maydell · 3 years, 6 months ago
  13. c87fe6d target/arm: Implement MVE fp vector comparisons by Peter Maydell · 3 years, 6 months ago
  14. 29f80e7 target/arm: Implement MVE FP max/min across vector by Peter Maydell · 3 years, 6 months ago
  15. 4773e74 target/arm: Implement MVE fp-with-scalar VFMA, VFMAS by Peter Maydell · 3 years, 6 months ago
  16. abfe39b target/arm: Implement MVE scalar fp insns by Peter Maydell · 3 years, 6 months ago
  17. 90257a4 target/arm: Implement MVE VMAXNMA and VMINNMA by Peter Maydell · 3 years, 6 months ago
  18. d3cd965 target/arm: Implement MVE VCMUL and VCMLA by Peter Maydell · 3 years, 6 months ago
  19. 3173c0d target/arm: Implement MVE VFMA and VFMS by Peter Maydell · 3 years, 6 months ago
  20. 104afc6 target/arm: Implement MVE VCADD by Peter Maydell · 3 years, 6 months ago
  21. 82af015 target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM by Peter Maydell · 3 years, 6 months ago
  22. 1e35cd9 target/arm: Implement MVE VADD (floating-point) by Peter Maydell · 3 years, 6 months ago
  23. 075e7e9 target/arm: Implement MVE interleaving loads/stores by Peter Maydell · 3 years, 7 months ago
  24. fac80f0 target/arm: Implement MVE scatter-gather immediate forms by Peter Maydell · 3 years, 7 months ago
  25. dc18628 target/arm: Implement MVE scatter-gather insns by Peter Maydell · 3 years, 7 months ago
  26. 0f31e37 target/arm: Implement MVE VCTP by Peter Maydell · 3 years, 7 months ago
  27. fea3958 target/arm: Implement MVE VPNOT by Peter Maydell · 3 years, 7 months ago
  28. d5c571e target/arm: Implement MVE VMAXA, VMINA by Peter Maydell · 3 years, 7 months ago
  29. 398e7cd target/arm: Implement MVE VQABS, VQNEG by Peter Maydell · 3 years, 7 months ago
  30. 8be9a25 target/arm: Implement MVE saturating doubling multiply accumulates by Peter Maydell · 3 years, 7 months ago
  31. c69e34c target/arm: Implement MVE VMLA by Peter Maydell · 3 years, 7 months ago
  32. f0ffff5 target/arm: Implement MVE VMLADAV and VMLSLDAV by Peter Maydell · 3 years, 7 months ago
  33. 54dc78a target/arm: Implement MVE narrowing moves by Peter Maydell · 3 years, 7 months ago
  34. 7f061c0 target/arm: Implement MVE VABAV by Peter Maydell · 3 years, 7 months ago
  35. 688ba4c target/arm: Implement MVE integer min/max across vector by Peter Maydell · 3 years, 7 months ago
  36. 1b15a97 target/arm: Implement MVE shift-by-scalar by Peter Maydell · 3 years, 7 months ago
  37. 6b895bf target/arm: Implement MVE VMLAS by Peter Maydell · 3 years, 7 months ago
  38. c386443 target/arm: Implement MVE VPSEL by Peter Maydell · 3 years, 7 months ago
  39. cce8187 target/arm: Implement MVE integer vector-vs-scalar comparisons by Peter Maydell · 3 years, 7 months ago
  40. eff5d9a target/arm: Implement MVE integer vector comparisons by Peter Maydell · 3 years, 7 months ago
  41. 395b92d target/arm: Implement MVE incrementing/decrementing dup insns by Peter Maydell · 3 years, 7 months ago
  42. c1bd78c target/arm: Implement MVE VMULL (polynomial) by Peter Maydell · 3 years, 7 months ago
  43. 41704cc target/arm: Fix VLDRB/H/W for predicated elements by Peter Maydell · 3 years, 7 months ago
  44. e3152d0 target/arm: Fix VPT advance when ECI is non-zero by Peter Maydell · 3 years, 7 months ago
  45. e0d4007 target/arm: Factor out mve_eci_mask() by Peter Maydell · 3 years, 7 months ago
  46. 3f4f188 target/arm: Fix calculation of LTP mask when LR is 0 by Peter Maydell · 3 years, 7 months ago
  47. fdcf226 target/arm: Fix MVE 48-bit SQRSHRL for small right shifts by Peter Maydell · 3 years, 7 months ago
  48. 95351aa target/arm: Fix 48-bit saturating shifts by Peter Maydell · 3 years, 7 months ago
  49. a5e59e8 target/arm: Fix mask handling for MVE narrowing operations by Peter Maydell · 3 years, 7 months ago
  50. ed5a59d target/arm: Fix signed VADDV by Peter Maydell · 3 years, 7 months ago
  51. c88ff88 target/arm: Fix MVE VSLI by 0 and VSRI by <dt> by Peter Maydell · 3 years, 7 months ago
  52. 04ea4d3 target/arm: Implement MVE shifts by register by Peter Maydell · 3 years, 9 months ago
  53. 46321d4 target/arm: Implement MVE shifts by immediate by Peter Maydell · 3 years, 9 months ago
  54. 0aa4b4c target/arm: Implement MVE long shifts by register by Peter Maydell · 3 years, 9 months ago
  55. f4ae6c8 target/arm: Implement MVE long shifts by immediate by Peter Maydell · 3 years, 9 months ago
  56. d43ebd9 target/arm: Implement MVE VADDLV by Peter Maydell · 3 years, 9 months ago
  57. 2e6a4ce target/arm: Implement MVE VSHLC by Peter Maydell · 3 years, 9 months ago
  58. d6f9e01 target/arm: Implement MVE saturating narrowing shifts by Peter Maydell · 3 years, 9 months ago
  59. 162e265 target/arm: Implement MVE VSHRN, VRSHRN by Peter Maydell · 3 years, 9 months ago
  60. a78b25f target/arm: Implement MVE VSRI, VSLI by Peter Maydell · 3 years, 9 months ago
  61. c226270 target/arm: Implement MVE VSHLL by Peter Maydell · 3 years, 9 months ago
  62. 3394116 target/arm: Implement MVE vector shift right by immediate insns by Peter Maydell · 3 years, 9 months ago
  63. f9ed617 target/arm: Implement MVE vector shift left by immediate insns by Peter Maydell · 3 years, 9 months ago
  64. eab8413 target/arm: Implement MVE logical immediate insns by Peter Maydell · 3 years, 9 months ago
  65. 303db86 target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVH by Peter Maydell · 3 years, 9 months ago
  66. 6f060a6 target/arm: Implement MVE VADDV by Peter Maydell · 3 years, 9 months ago
  67. 8625693 target/arm: Implement MVE VHCADD by Peter Maydell · 3 years, 9 months ago
  68. 67ec113 target/arm: Implement MVE VCADD by Peter Maydell · 3 years, 9 months ago
  69. 89bc4c4 target/arm: Implement MVE VADC, VSBC by Peter Maydell · 3 years, 9 months ago
  70. 1eb987a target/arm: Implement MVE VRHADD by Peter Maydell · 3 years, 9 months ago
  71. 4336432 target/arm: Implement MVE VQDMULL (vector) by Peter Maydell · 3 years, 9 months ago
  72. 92f1173 target/arm: Implement MVE VQDMLSDH and VQRDMLSDH by Peter Maydell · 3 years, 9 months ago
  73. fd677f8 target/arm: Implement MVE VQDMLADH and VQRDMLADH by Peter Maydell · 3 years, 9 months ago
  74. bb00234 target/arm: Implement MVE VRSHL by Peter Maydell · 3 years, 9 months ago
  75. 0372cad target/arm: Implement MVE VSHL insn by Peter Maydell · 3 years, 9 months ago
  76. 9dc868c target/arm: Implement MVE VQRSHL by Peter Maydell · 3 years, 9 months ago
  77. 483da66 target/arm: Implement MVE VQSHL (vector) by Peter Maydell · 3 years, 9 months ago
  78. f741707 target/arm: Implement MVE VQADD, VQSUB (vector) by Peter Maydell · 3 years, 9 months ago
  79. 380caf6 target/arm: Implement MVE VQDMULH, VQRDMULH (vector) by Peter Maydell · 3 years, 9 months ago
  80. a889035 target/arm: Implement MVE VQDMULL scalar by Peter Maydell · 3 years, 9 months ago
  81. 66c0576 target/arm: Implement MVE VQDMULH and VQRDMULH (scalar) by Peter Maydell · 3 years, 9 months ago
  82. 39f2ec8 target/arm: Implement MVE VQADD and VQSUB by Peter Maydell · 3 years, 9 months ago
  83. b050543 target/arm: Implement MVE VBRSR by Peter Maydell · 3 years, 9 months ago
  84. 644f717 target/arm: Implement MVE VHADD, VHSUB (scalar) by Peter Maydell · 3 years, 9 months ago
  85. 91a358f target/arm: Implement MVE VSUB, VMUL (scalar) by Peter Maydell · 3 years, 9 months ago
  86. e51896b target/arm: Implement MVE VADD (scalar) by Peter Maydell · 3 years, 9 months ago
  87. 3854874 target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH by Peter Maydell · 3 years, 9 months ago
  88. 181cd97 target/arm: Implement MVE VMLSLDAV by Peter Maydell · 3 years, 9 months ago
  89. 1d2386f target/arm: Implement MVE VMLALDAV by Peter Maydell · 3 years, 9 months ago
  90. ac6ad1d target/arm: Implement MVE VMULL by Peter Maydell · 3 years, 9 months ago
  91. abc48e3 target/arm: Implement MVE VHADD, VHSUB by Peter Maydell · 3 years, 9 months ago
  92. bc67aa8 target/arm: Implement MVE VABD by Peter Maydell · 3 years, 9 months ago
  93. cd367ff target/arm: Implement MVE VMAX, VMIN by Peter Maydell · 3 years, 9 months ago
  94. fca87b7 target/arm: Implement MVE VRMULH by Peter Maydell · 3 years, 9 months ago
  95. ba62cc5 target/arm: Implement MVE VMULH by Peter Maydell · 3 years, 9 months ago
  96. 9333fe4 target/arm: Implement MVE VADD, VSUB, VMUL by Peter Maydell · 3 years, 9 months ago
  97. 68245e4 target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR by Peter Maydell · 3 years, 9 months ago
  98. ab59362 target/arm: Implement MVE VDUP by Peter Maydell · 3 years, 9 months ago
  99. 399a8c7 target/arm: Implement MVE VNEG by Peter Maydell · 3 years, 9 months ago
  100. 59c9177 target/arm: Implement MVE VABS by Peter Maydell · 3 years, 9 months ago