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