aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/translate.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-06target/loongarch: Use {set/get}_gpr replace to cpu_fprSong Gao1-6/+14
2023-05-06target/loongarch: Implement vld vstSong Gao1-0/+10
2023-05-06target/loongarch: Implement vadd/vsubSong Gao1-0/+24
2023-05-06target/loongarch: meson.build support build LSXSong Gao1-0/+1
2023-04-04target/loongarch: Enables plugins to get instruction codestanhongze1-1/+1
2023-03-05target/loongarch: Drop temp_newRichard Henderson1-18/+3
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2022-11-07target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang1-2/+3
2022-11-04target/loongarch: Adjust the layout of hardware flags bit fieldsRui Wang1-1/+5
2022-10-26target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson1-6/+0
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+4
2022-08-08target/loongarch: Remove cpu_fcsr0Richard Henderson1-3/+0
2022-06-06target/loongarch: Add timer related instructions support.Xiaojuan Yang1-0/+2
2022-06-06target/loongarch: Add LoongArch CSR instructionXiaojuan Yang1-1/+10
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