aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/translate.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-06target/loongarch: Add branch instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add floating point load/store instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add floating point move instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add floating point conversion instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add floating point comparison instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add floating point arithmetic instruction translationSong Gao1-0/+11
2022-06-06target/loongarch: Add fixed point extra instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add fixed point atomic instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add fixed point load/store instruction translationSong Gao1-0/+6
2022-06-06target/loongarch: Add fixed point bit instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add fixed point shift instruction translationSong Gao1-0/+1
2022-06-06target/loongarch: Add fixed point arithmetic instruction translationSong Gao1-0/+83
2022-06-06target/loongarch: Add main translation routinesSong Gao1-0/+161