Age | Commit message (Expand) | Author | Files | Lines |
2021-09-01 | target-arm: Add support for Fujitsu A64FX | Shuuichirou Ishii | 1 | -0/+48 |
2021-09-01 | target/arm: Enable MVE in Cortex-M55 | Peter Maydell | 1 | -5/+2 |
2021-09-01 | target/arm: Implement MVE VRINT insns | Peter Maydell | 4 | -0/+93 |
2021-09-01 | target/arm: Implement MVE VCVT between single and half precision | Peter Maydell | 4 | -0/+108 |
2021-09-01 | target/arm: Implement MVE VCVT with specified rounding mode | Peter Maydell | 4 | -0/+105 |
2021-09-01 | target/arm: Implement MVE VCVT between fp and integer | Peter Maydell | 2 | -0/+39 |
2021-09-01 | target/arm: Implement MVE VCVT between floating and fixed point | Peter Maydell | 4 | -0/+82 |
2021-09-01 | target/arm: Implement MVE fp scalar comparisons | Peter Maydell | 4 | -24/+131 |
2021-09-01 | target/arm: Implement MVE fp vector comparisons | Peter Maydell | 4 | -6/+137 |
2021-09-01 | target/arm: Implement MVE FP max/min across vector | Peter Maydell | 4 | -6/+102 |
2021-09-01 | target/arm: Implement MVE fp-with-scalar VFMA, VFMAS | Peter Maydell | 4 | -3/+56 |
2021-09-01 | target/arm: Implement MVE scalar fp insns | Peter Maydell | 4 | -6/+85 |
2021-09-01 | target/arm: Implement MVE VMAXNMA and VMINNMA | Peter Maydell | 4 | -0/+42 |
2021-09-01 | target/arm: Implement MVE VCMUL and VCMLA | Peter Maydell | 4 | -8/+139 |
2021-09-01 | target/arm: Implement MVE VFMA and VFMS | Peter Maydell | 4 | -0/+48 |
2021-09-01 | target/arm: Implement MVE VCADD | Peter Maydell | 4 | -1/+57 |
2021-09-01 | target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM | Peter Maydell | 4 | -0/+42 |
2021-09-01 | target/arm: Implement MVE VADD (floating-point) | Peter Maydell | 6 | -6/+76 |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVV | Richard Henderson | 2 | -61/+26 |
2021-09-01 | target/riscv: Tidy trans_rvh.c.inc | Richard Henderson | 2 | -210/+57 |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVD | Richard Henderson | 1 | -65/+60 |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVF | Richard Henderson | 1 | -76/+70 |
2021-09-01 | target/riscv: Use gen_shift_imm_fn for slli_uw | Richard Henderson | 1 | -13/+6 |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVA | Richard Henderson | 1 | -28/+19 |
2021-09-01 | target/riscv: Reorg csr instructions | Richard Henderson | 3 | -66/+132 |
2021-09-01 | target/riscv: Fix hgeie, hgeip | Richard Henderson | 1 | -18/+8 |
2021-09-01 | target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation | Richard Henderson | 1 | -8/+15 |
2021-09-01 | target/riscv: Use {get, dest}_gpr for integer load/store | Richard Henderson | 1 | -18/+20 |
2021-09-01 | target/riscv: Use get_gpr in branches | Richard Henderson | 1 | -15/+10 |
2021-09-01 | target/riscv: Use extracts for sraiw and srliw | Richard Henderson | 1 | -2/+12 |
2021-09-01 | target/riscv: Use DisasExtend in shift operations | Richard Henderson | 3 | -202/+125 |
2021-09-01 | target/riscv: Add DisasExtend to gen_unary | Richard Henderson | 2 | -23/+15 |
2021-09-01 | target/riscv: Move gen_* helpers for RVB | Richard Henderson | 2 | -233/+234 |
2021-09-01 | target/riscv: Move gen_* helpers for RVM | Richard Henderson | 2 | -127/+127 |
2021-09-01 | target/riscv: Use gen_arith for mulh and mulhu | Richard Henderson | 1 | -22/+18 |
2021-09-01 | target/riscv: Remove gen_arith_div* | Richard Henderson | 2 | -50/+8 |
2021-09-01 | target/riscv: Add DisasExtend to gen_arith* | Richard Henderson | 4 | -90/+64 |
2021-09-01 | target/riscv: Introduce DisasExtend and new helpers | Richard Henderson | 1 | -16/+81 |
2021-09-01 | target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr | Richard Henderson | 9 | -144/+144 |
2021-09-01 | target/riscv: Clean up division helpers | Richard Henderson | 1 | -83/+91 |
2021-09-01 | target/riscv: Use tcg_constant_* | Richard Henderson | 3 | -70/+34 |
2021-09-01 | target/riscv: Add User CSRs read-only check | LIU Zhiwei | 1 | -3/+5 |
2021-09-01 | target/riscv: Don't wrongly override isa version | LIU Zhiwei | 1 | -6/+8 |
2021-09-01 | target/riscv: Correct a comment in riscv_csrrw() | Bin Meng | 1 | -1/+1 |
2021-08-27 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in... | Peter Maydell | 13 | -1680/+1710 |
2021-08-27 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into... | Peter Maydell | 4 | -19/+6 |
2021-08-27 | target/ppc: fix vector registers access in gdbstub for little-endian | Matheus Ferst | 1 | -25/+7 |
2021-08-27 | target/ppc: fix vextu[bhw][lr]x helpers | Matheus Ferst | 1 | -28/+10 |
2021-08-27 | ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav... | Cédric Le Goater | 1 | -6/+0 |
2021-08-27 | ppc: Add a POWER10 DD2 CPU | Cédric Le Goater | 3 | -1/+7 |