aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-05-06target/loongarch: Implement vsrlr vsrarSong Gao5-0/+176
2023-05-06target/loongarch: Implement vsllwil vextlSong Gao5-0/+89
2023-05-06target/loongarch: Implement vsll vsrl vsra vrotrSong Gao3-0/+108
2023-05-06target/loongarch: Implement LSX logic instructionsSong Gao5-0/+94
2023-05-06target/loongarch: Implement vmskltz/vmskgez/vmsknzSong Gao5-0/+141
2023-05-06target/loongarch: Implement vsigncovSong Gao5-0/+75
2023-05-06target/loongarch: Implement vexthSong Gao5-0/+82
2023-05-06target/loongarch: Implement vsatSong Gao5-0/+168
2023-05-06target/loongarch: Implement vdiv/vmodSong Gao5-0/+105
2023-05-06target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}Song Gao5-0/+817
2023-05-06target/loongarch: Implement vmul/vmuh/vmulw{ev/od}Song Gao5-0/+732
2023-05-06target/loongarch: Implement vmax/vminSong Gao5-0/+319
2023-05-06target/loongarch: Implement vaddaSong Gao5-0/+87
2023-05-06target/loongarch: Implement vabsdSong Gao5-0/+133
2023-05-06target/loongarch: Implement vavg/vavgrSong Gao5-0/+281
2023-05-06target/loongarch: Implement vaddw/vsubwSong Gao5-0/+1116
2023-05-06target/loongarch: Implement vhaddw/vhsubwSong Gao5-0/+150
2023-05-06target/loongarch: Implement vsadd/vssubSong Gao3-0/+51
2023-05-06target/loongarch: Implement vnegSong Gao3-0/+37
2023-05-06target/loongarch: Implement vaddi/vsubiSong Gao3-0/+62
2023-05-06target/loongarch: Implement vadd/vsubSong Gao5-0/+139
2023-05-06target/loongarch: Add CHECK_SXE maccro for check LSX enableSong Gao3-0/+15
2023-05-06target/loongarch: meson.build support build LSXSong Gao4-0/+13
2023-05-06target/loongarch: Add LSX data type VRegSong Gao5-11/+117
2023-05-05Merge tag 'pull-tcg-20230505' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson15-260/+233
2023-05-05target/sparc: Use cpu_ld*_code_mmuRichard Henderson1-4/+6
2023-05-05target/sparc: Use MO_ALIGN where requiredRichard Henderson1-32/+34
2023-05-05target/hppa: Use MO_ALIGN for system UNALIGN()Richard Henderson1-1/+1
2023-05-05target/alpha: Use MO_ALIGN where requiredRichard Henderson1-16/+20
2023-05-05target/alpha: Use MO_ALIGN for system UNALIGN()Richard Henderson1-1/+1
2023-05-05target/xtensa: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-2/+2
2023-05-05target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-15/+28
2023-05-05target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-81/+71
2023-05-05target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson2-5/+5
2023-05-05target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson1-51/+25
2023-05-05target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson4-42/+40
2023-05-05target/cris: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson1-14/+4
2023-05-05target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson1-8/+8
2023-05-05tcg: ppc64: Fix mask generation for vextractdmShivaprasad G Bhat1-1/+1
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora5-34/+26
2023-05-05target/riscv: add Ventana's Veyron V1 CPURahul Pathak3-0/+43
2023-05-05riscv: Make sure an exception is raised if a pte is malformedAlexandre Ghiti2-4/+12
2023-05-05target/riscv: Fix Guest Physical Address TranslationIrina Ryapolova1-9/+16
2023-05-05target/riscv: Restore the predicate() NULL check behaviorBin Meng1-2/+9
2023-05-05target/riscv: add TYPE_RISCV_DYNAMIC_CPUDaniel Henrique Barboza3-5/+21
2023-05-05target/riscv: add query-cpy-definitions supportDaniel Henrique Barboza2-1/+55
2023-05-05target/riscv: add CPU QOM headerDaniel Henrique Barboza2-45/+71
2023-05-05target/riscv: Reorg sum check in get_physical_addressRichard Henderson1-11/+11
2023-05-05target/riscv: Reorg access check in get_physical_addressRichard Henderson1-33/+36
2023-05-05target/riscv: Merge checks for reserved pte flagsRichard Henderson1-6/+6