aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-05-06target/loongarch: Implement vfcmpSong Gao5-0/+190
2023-05-06target/loongarch: Implement vseq vsle vsltSong Gao5-0/+332
2023-05-06target/loongarch: Implement LSX fpu fcvt instructionsSong Gao5-0/+600
2023-05-06target/loongarch: Implement LSX fpu arith instructionsSong Gao8-1/+377
2023-05-06target/loongarch: Implement vfrstpSong Gao5-0/+61
2023-05-06target/loongarch: Implement vbitclr vbitset vbitrevSong Gao5-0/+437
2023-05-06target/loongarch: Implement vpcntSong Gao5-0/+38
2023-05-06target/loongarch: Implement vclo vclzSong Gao5-0/+67
2023-05-06target/loongarch: Implement vssrlrn vssrarnSong Gao5-0/+478
2023-05-06target/loongarch: Implement vssrln vssranSong Gao5-0/+499
2023-05-06target/loongarch: Implement vsrlrn vsrarnSong Gao5-0/+190
2023-05-06target/loongarch: Implement vsrln vsranSong Gao5-0/+179
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-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
2023-05-05target/riscv: Don't modify SUM with is_debugRichard Henderson1-1/+1
2023-05-05target/riscv: Suppress pte update with is_debugRichard Henderson1-1/+1
2023-05-05target/riscv: Move leaf pte processing out of level loopRichard Henderson1-111/+123
2023-05-05target/riscv: Hoist pbmte and hade out of the level loopRichard Henderson1-8/+8