aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-09-08target/sparc: Drop use of gen_io_end()Peter Maydell1-15/+10
2021-09-07s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger1-1/+7
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand2-0/+17
2021-09-06s390x/mmu_helper: avoid setting the storage key if nothing changedDavid Hildenbrand1-4/+7
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand4-29/+24
2021-09-06s390x/mmu_helper: fixup mmu_translate() documentationDavid Hildenbrand1-1/+2
2021-09-06s390x/mmu_helper: no need to pass access type to mmu_translate_asce()David Hildenbrand1-2/+2
2021-09-06s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand4-16/+35
2021-09-06s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand1-0/+3
2021-09-06s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand1-1/+1
2021-09-06s390x/tcg: wrap address for RRBEDavid Hildenbrand1-3/+4
2021-09-06s390x/ioinst: Fix wrong MSCH alignment check on little endianDavid Hildenbrand1-1/+1
2021-09-06s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand1-1/+14
2021-09-01target-arm: Add support for Fujitsu A64FXShuuichirou Ishii1-0/+48
2021-09-01target/arm: Enable MVE in Cortex-M55Peter Maydell1-5/+2
2021-09-01target/arm: Implement MVE VRINT insnsPeter Maydell4-0/+93
2021-09-01target/arm: Implement MVE VCVT between single and half precisionPeter Maydell4-0/+108
2021-09-01target/arm: Implement MVE VCVT with specified rounding modePeter Maydell4-0/+105
2021-09-01target/arm: Implement MVE VCVT between fp and integerPeter Maydell2-0/+39
2021-09-01target/arm: Implement MVE VCVT between floating and fixed pointPeter Maydell4-0/+82
2021-09-01target/arm: Implement MVE fp scalar comparisonsPeter Maydell4-24/+131
2021-09-01target/arm: Implement MVE fp vector comparisonsPeter Maydell4-6/+137
2021-09-01target/arm: Implement MVE FP max/min across vectorPeter Maydell4-6/+102
2021-09-01target/arm: Implement MVE fp-with-scalar VFMA, VFMASPeter Maydell4-3/+56
2021-09-01target/arm: Implement MVE scalar fp insnsPeter Maydell4-6/+85
2021-09-01target/arm: Implement MVE VMAXNMA and VMINNMAPeter Maydell4-0/+42
2021-09-01target/arm: Implement MVE VCMUL and VCMLAPeter Maydell4-8/+139
2021-09-01target/arm: Implement MVE VFMA and VFMSPeter Maydell4-0/+48
2021-09-01target/arm: Implement MVE VCADDPeter Maydell4-1/+57
2021-09-01target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNMPeter Maydell4-0/+42
2021-09-01target/arm: Implement MVE VADD (floating-point)Peter Maydell6-6/+76
2021-09-01target/riscv: Use {get,dest}_gpr for RVVRichard Henderson2-61/+26
2021-09-01target/riscv: Tidy trans_rvh.c.incRichard Henderson2-210/+57
2021-09-01target/riscv: Use {get,dest}_gpr for RVDRichard Henderson1-65/+60
2021-09-01target/riscv: Use {get,dest}_gpr for RVFRichard Henderson1-76/+70
2021-09-01target/riscv: Use gen_shift_imm_fn for slli_uwRichard Henderson1-13/+6
2021-09-01target/riscv: Use {get,dest}_gpr for RVARichard Henderson1-28/+19
2021-09-01target/riscv: Reorg csr instructionsRichard Henderson3-66/+132
2021-09-01target/riscv: Fix hgeie, hgeipRichard Henderson1-18/+8
2021-09-01target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operationRichard Henderson1-8/+15
2021-09-01target/riscv: Use {get, dest}_gpr for integer load/storeRichard Henderson1-18/+20
2021-09-01target/riscv: Use get_gpr in branchesRichard Henderson1-15/+10
2021-09-01target/riscv: Use extracts for sraiw and srliwRichard Henderson1-2/+12
2021-09-01target/riscv: Use DisasExtend in shift operationsRichard Henderson3-202/+125
2021-09-01target/riscv: Add DisasExtend to gen_unaryRichard Henderson2-23/+15
2021-09-01target/riscv: Move gen_* helpers for RVBRichard Henderson2-233/+234
2021-09-01target/riscv: Move gen_* helpers for RVMRichard Henderson2-127/+127
2021-09-01target/riscv: Use gen_arith for mulh and mulhuRichard Henderson1-22/+18
2021-09-01target/riscv: Remove gen_arith_div*Richard Henderson2-50/+8
2021-09-01target/riscv: Add DisasExtend to gen_arith*Richard Henderson4-90/+64