aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/insn_trans
AgeCommit message (Expand)AuthorFilesLines
2023-03-05target/loongarch: Drop tcg_temp_freeRichard Henderson9-99/+6
2023-03-05target/loongarch: Drop temp_newRichard Henderson1-1/+1
2023-01-23target/loongarch: Disassemble jirl properlyRichard Henderson1-1/+1
2022-11-07target/loongarch: Fix return value of CHECK_FPERui Wang1-1/+1
2022-11-07target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang1-2/+2
2022-11-04target/loongarch: Fix emulation of float-point disable exceptionRui Wang4-11/+93
2022-11-04target/loongarch: Adjust the layout of hardware flags bit fieldsRui Wang1-1/+1
2022-10-17target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flagsSong Gao1-6/+6
2022-10-17target/loongarch: bstrins.w src register need EXT_NONESong Gao1-14/+22
2022-08-08target/loongarch: Remove cpu_fcsr0Richard Henderson1-16/+17
2022-07-04target/loongarch: Adjust functions and structure to support user-modeSong Gao1-0/+36
2022-06-06target/loongarch: Add timer related instructions support.Xiaojuan Yang1-0/+33
2022-06-06target/loongarch: Add other core instructions supportXiaojuan Yang1-0/+65
2022-06-06target/loongarch: Add TLB instruction supportXiaojuan Yang1-0/+102
2022-06-06target/loongarch: Add LoongArch IOCSR instructionXiaojuan Yang1-0/+35
2022-06-06target/loongarch: Add LoongArch CSR instructionXiaojuan Yang1-0/+264
2022-06-06target/loongarch: Add branch instruction translationSong Gao1-0/+83
2022-06-06target/loongarch: Add floating point load/store instruction translationSong Gao1-0/+153
2022-06-06target/loongarch: Add floating point move instruction translationSong Gao1-0/+157
2022-06-06target/loongarch: Add floating point conversion instruction translationSong Gao1-0/+33
2022-06-06target/loongarch: Add floating point comparison instruction translationSong Gao1-0/+56
2022-06-06target/loongarch: Add floating point arithmetic instruction translationSong Gao1-0/+105
2022-06-06target/loongarch: Add fixed point extra instruction translationSong Gao1-0/+68
2022-06-06target/loongarch: Add fixed point atomic instruction translationSong Gao2-1/+114
2022-06-06target/loongarch: Add fixed point load/store instruction translationSong Gao1-0/+229
2022-06-06target/loongarch: Add fixed point bit instruction translationSong Gao1-0/+212
2022-06-06target/loongarch: Add fixed point shift instruction translationSong Gao1-0/+106
2022-06-06target/loongarch: Add fixed point arithmetic instruction translationSong Gao1-0/+304