aboutsummaryrefslogtreecommitdiff
path: root/target/mips/meson.build
AgeCommit message (Expand)AuthorFilesLines
2021-05-02target/mips: Move TCG source files under tcg/ sub directoryPhilippe Mathieu-Daudé1-31/+0
2021-05-02target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé1-0/+1
2021-05-02target/mips: Move tlb_helper.c to tcg/sysemu/Philippe Mathieu-Daudé1-1/+0
2021-05-02target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolderPhilippe Mathieu-Daudé1-5/+0
2021-05-02target/mips: Move sysemu specific files under sysemu/ subfolderPhilippe Mathieu-Daudé1-6/+6
2021-05-02target/mips: Add simple user-mode mips_cpu_do_interrupt()Philippe Mathieu-Daudé1-0/+5
2021-05-02target/mips: Extract load/store helpers to ldst_helper.cPhilippe Mathieu-Daudé1-0/+1
2021-05-02target/mips: Move msa_reset() to new source filePhilippe Mathieu-Daudé1-0/+1
2021-05-02target/mips: Move IEEE rounding mode array to new source filePhilippe Mathieu-Daudé1-0/+1
2021-05-02target/mips: Simplify meson TCG rulesPhilippe Mathieu-Daudé1-3/+2
2021-03-13target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetreePhilippe Mathieu-Daudé1-0/+5
2021-03-13target/mips: Extract MXU code to new mxu_translate.c filePhilippe Mathieu-Daudé1-0/+4
2021-03-13target/mips/meson: Restrict mips-semi.c to TCGPhilippe Mathieu-Daudé1-1/+1
2021-03-13target/mips/meson: Introduce mips_tcg source setPhilippe Mathieu-Daudé1-2/+5
2021-01-14target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodesPhilippe Mathieu-Daudé1-0/+3
2021-01-14target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodesPhilippe Mathieu-Daudé1-0/+1
2021-01-14target/mips: Extract LSA/DLSA translation generatorsPhilippe Mathieu-Daudé1-0/+1
2021-01-14target/mips: Introduce decode tree bindings for MSA ASEPhilippe Mathieu-Daudé1-0/+5
2021-01-14target/mips: Extract MSA translation routinesPhilippe Mathieu-Daudé1-0/+1
2021-01-14target/mips: Only build TCG code when CONFIG_TCG is setPhilippe Mathieu-Daudé1-2/+6
2021-01-14target/mips: Rename helper.c as tlb_helper.cPhilippe Mathieu-Daudé1-1/+1
2020-12-13hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé1-0/+1
2020-12-13target/mips: Do not include CP0 helpers in user-mode emulationPhilippe Mathieu-Daudé1-1/+1
2020-08-21meson: targetPaolo Bonzini1-0/+24