summaryrefslogtreecommitdiffstats
path: root/target/loongarch/insn_trans
Commit message (Expand)AuthorAgeFilesLines
* target/loongarch: Fix return value of CHECK_FPERui Wang2022-11-071-1/+1
* target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang2022-11-071-2/+2
* target/loongarch: Fix emulation of float-point disable exceptionRui Wang2022-11-044-11/+93
* target/loongarch: Adjust the layout of hardware flags bit fieldsRui Wang2022-11-041-1/+1
* target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flagsSong Gao2022-10-171-6/+6
* target/loongarch: bstrins.w src register need EXT_NONESong Gao2022-10-171-14/+22
* target/loongarch: Remove cpu_fcsr0Richard Henderson2022-08-091-16/+17
* target/loongarch: Adjust functions and structure to support user-modeSong Gao2022-07-041-0/+36
* target/loongarch: Add timer related instructions support.Xiaojuan Yang2022-06-061-0/+33
* target/loongarch: Add other core instructions supportXiaojuan Yang2022-06-061-0/+65
* target/loongarch: Add TLB instruction supportXiaojuan Yang2022-06-061-0/+102
* target/loongarch: Add LoongArch IOCSR instructionXiaojuan Yang2022-06-061-0/+35
* target/loongarch: Add LoongArch CSR instructionXiaojuan Yang2022-06-061-0/+264
* target/loongarch: Add branch instruction translationSong Gao2022-06-061-0/+83
* target/loongarch: Add floating point load/store instruction translationSong Gao2022-06-061-0/+153
* target/loongarch: Add floating point move instruction translationSong Gao2022-06-061-0/+157
* target/loongarch: Add floating point conversion instruction translationSong Gao2022-06-061-0/+33
* target/loongarch: Add floating point comparison instruction translationSong Gao2022-06-061-0/+56
* target/loongarch: Add floating point arithmetic instruction translationSong Gao2022-06-061-0/+105
* target/loongarch: Add fixed point extra instruction translationSong Gao2022-06-061-0/+68
* target/loongarch: Add fixed point atomic instruction translationSong Gao2022-06-062-1/+114
* target/loongarch: Add fixed point load/store instruction translationSong Gao2022-06-061-0/+229
* target/loongarch: Add fixed point bit instruction translationSong Gao2022-06-061-0/+212
* target/loongarch: Add fixed point shift instruction translationSong Gao2022-06-061-0/+106
* target/loongarch: Add fixed point arithmetic instruction translationSong Gao2022-06-061-0/+304