summaryrefslogtreecommitdiffstats
path: root/target/mips/tcg
Commit message (Expand)AuthorAgeFilesLines
...
* target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé2021-06-243-5/+5
* target/mips: Constify host_to_mips_errno[]Philippe Mathieu-Daudé2021-06-241-1/+1
* target/mips: fix emulation of nanoMIPS BPOSGE32 instructionAleksandar Rikalo2021-06-241-1/+1
* target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful casesPhilippe Mathieu-Daudé2021-06-241-6/+0Star
* target/mips: Remove SmartMIPS / MDMX unuseful commentsPhilippe Mathieu-Daudé2021-06-241-8/+0Star
* target/mips: Move translate.h to tcg/ sub directoryPhilippe Mathieu-Daudé2021-06-241-0/+200
* target/mips: Move TCG trace events to tcg/ sub directoryPhilippe Mathieu-Daudé2021-06-243-1/+7
* target/mips: Do not abort on invalid instructionPhilippe Mathieu-Daudé2021-06-241-2/+2
* target/mips: Raise exception when DINSV opcode used with DSP disabledPhilippe Mathieu-Daudé2021-06-241-1/+2
* target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insnPhilippe Mathieu-Daudé2021-06-241-0/+4
* target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()Philippe Mathieu-Daudé2021-06-241-0/+2
* target/mips: Fix potential integer overflow (CID 1452921)Philippe Mathieu-Daudé2021-06-241-1/+2
* target/mips: Fix 'Uncoditional' typoPhilippe Mathieu-Daudé2021-06-051-3/+3
* target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson2021-05-271-1/+2
* target/mips: Move TCG source files under tcg/ sub directoryPhilippe Mathieu-Daudé2021-05-0222-0/+46879
* target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé2021-05-021-0/+14
* target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.cPhilippe Mathieu-Daudé2021-05-022-0/+340
* target/mips: Move helper_cache() to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé2021-05-022-0/+34
* target/mips: Move Special opcodes to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé2021-05-024-0/+151
* target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scopePhilippe Mathieu-Daudé2021-05-021-6/+7
* target/mips: Move tlb_helper.c to tcg/sysemu/Philippe Mathieu-Daudé2021-05-023-0/+1078
* target/mips: Restrict mmu_init() to TCGPhilippe Mathieu-Daudé2021-05-021-0/+2
* target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolderPhilippe Mathieu-Daudé2021-05-025-0/+2254
* target/mips: Restrict cpu_mips_get_random() / update_pagemask() to TCGPhilippe Mathieu-Daudé2021-05-021-0/+9
* target/mips: Add simple user-mode mips_cpu_tlb_fill()Philippe Mathieu-Daudé2021-05-021-0/+36
* target/mips: Add simple user-mode mips_cpu_do_interrupt()Philippe Mathieu-Daudé2021-05-023-0/+34
* target/mips: Introduce tcg-internal.h for TCG specific declarationsPhilippe Mathieu-Daudé2021-05-021-0/+20