aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch
AgeCommit message (Expand)Author
2023-07-24target/loongarch: Fix the CSRRD CPUID instruction on big endian hostsThomas Huth
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-16target/loongarch: Fix CSR.DMW0-3.VSEG checkJiajie Chen
2023-06-16hw/intc: Set physical cpuid route for LoongArch ipi deviceTianrui Zhao
2023-06-05target/*: Add missing includes of exec/translation-block.hRichard Henderson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-26target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system core...Song Gao
2023-05-26target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADVSong Gao
2023-05-11target/loongarch: Do not include tcg-ldst.hRichard Henderson
2023-05-10target/loongarch: Terminate vmstate subsections listRichard Henderson
2023-05-06target/loongarch: CPUCFG support LSXSong Gao
2023-05-06target/loongarch: Use {set/get}_gpr replace to cpu_fprSong Gao
2023-05-06target/loongarch: Implement vldiSong Gao
2023-05-06target/loongarch: Implement vld vstSong Gao
2023-05-06target/loongarch: Implement vilvl vilvh vextrins vshufSong Gao
2023-05-06target/loongarch: Implement vreplve vpack vpickSong Gao
2023-05-06target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vrSong Gao
2023-05-06target/loongarch: Implement vbitsel vsetSong Gao
2023-05-06target/loongarch: Implement vfcmpSong Gao
2023-05-06target/loongarch: Implement vseq vsle vsltSong Gao
2023-05-06target/loongarch: Implement LSX fpu fcvt instructionsSong Gao
2023-05-06target/loongarch: Implement LSX fpu arith instructionsSong Gao
2023-05-06target/loongarch: Implement vfrstpSong Gao
2023-05-06target/loongarch: Implement vbitclr vbitset vbitrevSong Gao
2023-05-06target/loongarch: Implement vpcntSong Gao
2023-05-06target/loongarch: Implement vclo vclzSong Gao
2023-05-06target/loongarch: Implement vssrlrn vssrarnSong Gao
2023-05-06target/loongarch: Implement vssrln vssranSong Gao
2023-05-06target/loongarch: Implement vsrlrn vsrarnSong Gao
2023-05-06target/loongarch: Implement vsrln vsranSong Gao
2023-05-06target/loongarch: Implement vsrlr vsrarSong Gao
2023-05-06target/loongarch: Implement vsllwil vextlSong Gao
2023-05-06target/loongarch: Implement vsll vsrl vsra vrotrSong Gao
2023-05-06target/loongarch: Implement LSX logic instructionsSong Gao
2023-05-06target/loongarch: Implement vmskltz/vmskgez/vmsknzSong Gao
2023-05-06target/loongarch: Implement vsigncovSong Gao
2023-05-06target/loongarch: Implement vexthSong Gao
2023-05-06target/loongarch: Implement vsatSong Gao
2023-05-06target/loongarch: Implement vdiv/vmodSong Gao
2023-05-06target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}Song Gao
2023-05-06target/loongarch: Implement vmul/vmuh/vmulw{ev/od}Song Gao
2023-05-06target/loongarch: Implement vmax/vminSong Gao
2023-05-06target/loongarch: Implement vaddaSong Gao
2023-05-06target/loongarch: Implement vabsdSong Gao
2023-05-06target/loongarch: Implement vavg/vavgrSong Gao
2023-05-06target/loongarch: Implement vaddw/vsubwSong Gao
2023-05-06target/loongarch: Implement vhaddw/vhsubwSong Gao
2023-05-06target/loongarch: Implement vsadd/vssubSong Gao