aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/insn_trans
AgeCommit message (Expand)Author
2023-05-06target/loongarch: Implement vaddaSong Gao
2023-05-06target/loongarch: Implement vabsdSong Gao
2023-05-06target/loongarch: Implement vavg/vavgrSong Gao
2023-05-06target/loongarch: Implement vaddw/vsubwSong Gao
2023-05-06target/loongarch: Implement vhaddw/vhsubwSong Gao
2023-05-06target/loongarch: Implement vsadd/vssubSong Gao
2023-05-06target/loongarch: Implement vnegSong Gao
2023-05-06target/loongarch: Implement vaddi/vsubiSong Gao
2023-05-06target/loongarch: Implement vadd/vsubSong Gao
2023-05-06target/loongarch: Add CHECK_SXE maccro for check LSX enableSong Gao
2023-05-06target/loongarch: meson.build support build LSXSong Gao
2023-03-05target/loongarch: Drop tcg_temp_freeRichard Henderson
2023-03-05target/loongarch: Drop temp_newRichard Henderson
2023-01-23target/loongarch: Disassemble jirl properlyRichard Henderson
2022-11-07target/loongarch: Fix return value of CHECK_FPERui Wang
2022-11-07target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang
2022-11-04target/loongarch: Fix emulation of float-point disable exceptionRui Wang
2022-11-04target/loongarch: Adjust the layout of hardware flags bit fieldsRui Wang
2022-10-17target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flagsSong Gao
2022-10-17target/loongarch: bstrins.w src register need EXT_NONESong Gao
2022-08-08target/loongarch: Remove cpu_fcsr0Richard Henderson
2022-07-04target/loongarch: Adjust functions and structure to support user-modeSong Gao
2022-06-06target/loongarch: Add timer related instructions support.Xiaojuan Yang
2022-06-06target/loongarch: Add other core instructions supportXiaojuan Yang
2022-06-06target/loongarch: Add TLB instruction supportXiaojuan Yang
2022-06-06target/loongarch: Add LoongArch IOCSR instructionXiaojuan Yang
2022-06-06target/loongarch: Add LoongArch CSR instructionXiaojuan Yang
2022-06-06target/loongarch: Add branch instruction translationSong Gao
2022-06-06target/loongarch: Add floating point load/store instruction translationSong Gao
2022-06-06target/loongarch: Add floating point move instruction translationSong Gao
2022-06-06target/loongarch: Add floating point conversion instruction translationSong Gao
2022-06-06target/loongarch: Add floating point comparison instruction translationSong Gao
2022-06-06target/loongarch: Add floating point arithmetic instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point extra instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point atomic instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point load/store instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point bit instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point shift instruction translationSong Gao
2022-06-06target/loongarch: Add fixed point arithmetic instruction translationSong Gao