| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Make translate-vfp.c.inc its own compilation unit | Peter Maydell | 2021-05-10 | 1 | -3874/+0 |
* | target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc | Peter Maydell | 2021-05-10 | 1 | -0/+20 |
* | target/arm: Split m-nocp trans functions into their own file | Peter Maydell | 2021-05-10 | 1 | -196/+0 |
* | target/arm: Make functions used by m-nocp global | Peter Maydell | 2021-05-10 | 1 | -1/+1 |
* | target/arm: Enforce alignment for VLDR/VSTR | Richard Henderson | 2021-04-30 | 1 | -6/+6 |
* | target/arm: Enforce alignment for VLDM/VSTM | Richard Henderson | 2021-04-30 | 1 | -4/+4 |
* | target/arm: Implement FPCXT_NS fp system register | Peter Maydell | 2021-01-08 | 1 | -3/+99 |
* | target/arm: Correct store of FPSCR value via FPCXT_S | Peter Maydell | 2021-01-08 | 1 | -6/+6 |
* | target/arm: Implement new v8.1M VLLDM and VLSTM encodings | Peter Maydell | 2020-12-10 | 1 | -0/+25 |
* | target/arm: Implement FPCXT_S fp system register | Peter Maydell | 2020-12-10 | 1 | -0/+58 |
* | target/arm: Factor out preserve-fp-state from full_vfp_access_check() | Peter Maydell | 2020-12-10 | 1 | -18/+27 |
* | target/arm: Use new FPCR_NZCV_MASK constant | Peter Maydell | 2020-12-10 | 1 | -2/+2 |
* | target/arm: Implement M-profile FPSCR_nzcvqc | Peter Maydell | 2020-12-10 | 1 | -0/+27 |
* | target/arm: Implement VLDR/VSTR system register | Peter Maydell | 2020-12-10 | 1 | -0/+91 |
* | target/arm: Refactor M-profile VMSR/VMRS handling | Peter Maydell | 2020-12-10 | 1 | -11/+165 |
* | target/arm: Enforce M-profile VMRS/VMSR register restrictions | Peter Maydell | 2020-12-10 | 1 | -1/+4 |
* | target/arm: Implement VSCCLRM insn | Peter Maydell | 2020-12-10 | 1 | -0/+84 |
* | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | target/arm: Rename neon_load_reg64 to vfp_load_reg64 | Richard Henderson | 2020-11-02 | 1 | -42/+42 |
* | target/arm: Rename neon_load_reg32 to vfp_load_reg32 | Richard Henderson | 2020-11-02 | 1 | -92/+92 |
* | target/arm: Expand read/write_neon_element32 to all MemOp | Richard Henderson | 2020-11-02 | 1 | -62/+9 |
* | target/arm: Introduce neon_full_reg_offset | Richard Henderson | 2020-11-02 | 1 | -1/+1 |
* | target/arm: Implement v8.1M NOCP handling | Peter Maydell | 2020-10-20 | 1 | -2/+15 |
* | target/arm: AArch32 VCVT fixed-point to float is always round-to-nearest | Peter Maydell | 2020-10-20 | 1 | -12/+12 |
* | target/arm: Implement VFP fp16 VMOV between gp and halfprec registers | Peter Maydell | 2020-09-01 | 1 | -0/+34 |
* | target/arm: Implement new VFP fp16 insn VMOVX | Peter Maydell | 2020-09-01 | 1 | -0/+25 |
* | target/arm: Implement new VFP fp16 insn VINS | Peter Maydell | 2020-09-01 | 1 | -0/+28 |
* | target/arm: Implement VFP fp16 VRINT* | Peter Maydell | 2020-09-01 | 1 | -6/+92 |
* | target/arm: Implement VFP fp16 VSEL | Peter Maydell | 2020-09-01 | 1 | -4/+12 |
* | target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode | Peter Maydell | 2020-09-01 | 1 | -8/+24 |
* | target/arm: Implement VFP fp16 VCVT between float and fixed-point | Peter Maydell | 2020-09-01 | 1 | -0/+59 |
* | target/arm: Implement VFP fp16 VCVT between float and integer | Peter Maydell | 2020-09-01 | 1 | -0/+65 |
* | target/arm: Implement VFP fp16 VLDR and VSTR | Peter Maydell | 2020-09-01 | 1 | -0/+35 |
* | target/arm: Implement VFP fp16 VCMP | Peter Maydell | 2020-09-01 | 1 | -0/+39 |
* | target/arm: Implement VFP fp16 for VMOV immediate | Peter Maydell | 2020-09-01 | 1 | -0/+22 |
* | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT | Peter Maydell | 2020-09-01 | 1 | -0/+40 |
* | 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 | 1 | -0/+64 |
* | 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 | 1 | -0/+84 |
* | target/arm: Implement VFP fp16 for VFP_BINOP operations | Peter Maydell | 2020-09-01 | 1 | -0/+86 |
* | target/arm: Make A32/T32 use new fpstatus_ptr() API | Peter Maydell | 2020-08-24 | 1 | -22/+22 |
* | target/arm: Do M-profile NOCP checks early and via decodetree | Peter Maydell | 2020-08-24 | 1 | -10/+42 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -0/+2865 |