aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/disas.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06target/loongarch: honour show_opcodes when disassemblingAlex Bennée1-4/+9
2023-10-13target/loongarch: Add preldx instructionSong Gao1-0/+7
2023-09-20target/loongarch: Implement xvld xvstSong Gao1-0/+24
2023-09-20target/loongarch: Implement xvshuf xvperm{i} xvshuf4iSong Gao1-0/+21
2023-09-20target/loongarch: Implement xvpack xvpick xvilv{l/h}Song Gao1-0/+27
2023-09-20target/loongarch: Implement xvreplve xvinsve0 xvpickveSong Gao1-0/+29
2023-09-20target/loongarch: Implement xvinsgr2vr xvpickve2grSong Gao1-0/+17
2023-09-20target/loongarch: Implement xvbitsel xvsetSong Gao1-0/+19
2023-09-20target/loongarch: Implement xvfcmpSong Gao1-0/+93
2023-09-20target/loongarch: Implement xvseq xvsle xvsltSong Gao1-0/+43
2023-09-20target/loongarch: Implement LASX fpu fcvt instructionsSong Gao1-0/+56
2023-09-20target/loongarch: Implement LASX fpu arith instructionsSong Gao1-0/+46
2023-09-20target/loongarch: Implement xvfrstpSong Gao1-0/+5
2023-09-20target/loongarch: Implement xvbitclr xvbitset xvbitrevSong Gao1-0/+25
2023-09-20target/loongarch: Implement xvpcntSong Gao1-0/+5
2023-09-20target/loongarch: Implement xvclo xvclzSong Gao1-0/+9
2023-09-20target/loongarch: Implement xvssrlrn xvssrarnSong Gao1-0/+30
2023-09-20target/loongarch: Implement xvssrln xvssranSong Gao1-0/+30
2023-09-20target/loongarch: Implement xvsrlrn xvsrarnSong Gao1-0/+16
2023-09-20target/loongarch: Implement xvsrln xvsranSong Gao1-0/+16
2023-09-20target/loongarch: Implement xvsrlr xvsrarSong Gao1-0/+18
2023-09-20target/loongarch: Implement xvsllwil xvextlSong Gao1-0/+9
2023-09-20target/loongarch: Implement xvsll xvsrl xvsra xvrotrSong Gao1-0/+36
2023-09-20target/loongarch: Implement LASX logic instructionsSong Gao1-0/+12
2023-09-20target/loongarch: Implement xvldiSong Gao1-0/+7
2023-09-20target/loongarch: Implement xvmskltz/xvmskgez/xvmsknzSong Gao1-0/+7
2023-09-20target/loongarch: Implement xvsigncovSong Gao1-0/+5
2023-09-20target/loongarch: Implement vext2xvSong Gao1-0/+13
2023-09-20target/loongarch: Implement xvexthSong Gao1-0/+9
2023-09-20target/loongarch: Implement xvsatSong Gao1-0/+9
2023-09-20target/loongarch; Implement xvdiv/xvmodSong Gao1-0/+17
2023-09-20target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}Song Gao1-0/+34
2023-09-20target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}Song Gao1-0/+38
2023-09-20target/loongarch: Implement xvmax/xvminSong Gao1-0/+34
2023-09-20target/loongarch: Implement xvaddaSong Gao1-0/+5
2023-09-20target/loongarch: Implement xvabsdSong Gao1-0/+9
2023-09-20target/loongarch: Implement xavg/xvagrSong Gao1-0/+17
2023-09-20target/loongarch: Implement xvaddw/xvsubwSong Gao1-0/+43
2023-09-20target/loongarch: Implement xvhaddw/xvhsubwSong Gao1-0/+17
2023-09-20target/loongarch: Implement xvsadd/xvssubSong Gao1-0/+17
2023-09-20target/loongarch: Implement xvnegSong Gao1-0/+10
2023-09-20target/loongarch: Implement xvaddi/xvsubiSong Gao1-0/+14
2023-09-20target/loongarch: Implement xvreplgr2vrSong Gao1-0/+10
2023-09-20target/loongarch: Implement xvadd/xvsubSong Gao1-0/+23
2023-05-06target/loongarch: Implement vldiSong Gao1-0/+7
2023-05-06target/loongarch: Implement vld vstSong Gao1-0/+34
2023-05-06target/loongarch: Implement vilvl vilvh vextrins vshufSong Gao1-0/+25
2023-05-06target/loongarch: Implement vreplve vpack vpickSong Gao1-0/+35
2023-05-06target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vrSong Gao1-0/+33
2023-05-06target/loongarch: Implement vbitsel vsetSong Gao1-0/+20