aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/translate.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-20target/loongarch: Add avail_LASX to check LASX instructionsSong Gao1-0/+1
2023-08-24target/loongarch: Add avail_IOCSR to check iocsr instructionsSong Gao1-1/+1
2023-08-24target/loongarch: Add avail_LSX to check LSX instructionsSong Gao1-0/+2
2023-08-24target/loongarch: Add avail_LAM to check atomic instructionsSong Gao1-0/+1
2023-08-24target/loongarch: Add avail_LSPW to check LSPW instructionsSong Gao1-0/+1
2023-08-24target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructionsSong Gao1-0/+4
2023-08-24target/loongarch: Add avail_64 to check la64-only instructionsSong Gao1-0/+3
2023-08-24target/loongarch: Add a check parameter to the TRANS macroSong Gao1-2/+4
2023-08-24target/loongarch: Add LA64 & VA32 to DisasContextJiajie Chen1-0/+2
2023-05-06target/loongarch: Implement vadd/vsubSong Gao1-0/+1
2023-03-05target/loongarch: Drop temp_newRichard Henderson1-3/+0
2022-11-07target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang1-1/+2
2022-06-06target/loongarch: Add fixed point arithmetic instruction translationSong Gao1-0/+19
2022-06-06target/loongarch: Add main translation routinesSong Gao1-0/+26