summaryrefslogtreecommitdiffstats
path: root/target/mips/cpu.h
Commit message (Expand)AuthorAgeFilesLines
...
* target/mips: Introduce MXU registersCraig Janeczek2018-10-291-0/+10
* target/mips: Add CP0 PWCtl registerYongbok Kim2018-10-181-0/+11
* target/mips: Add CP0 PWSize registerYongbok Kim2018-10-181-0/+10
* target/mips: Add CP0 PWField registerYongbok Kim2018-10-181-0/+15
* target/mips: Add CP0 PWBase registerYongbok Kim2018-10-181-0/+1
* target/mips: Improve DSP R2/R3-related namingStefan Markovic2018-10-181-3/+3
* target/mips: Add bit definitions for DSP R3 ASEStefan Markovic2018-10-181-0/+1
* target/mips: Increase 'supported ISAs/ASEs' flag holder sizePhilippe Mathieu-Daudé2018-10-181-1/+1
* target/mips: Add a comment before each CP0 register section in cpu.hAleksandar Markovic2018-10-181-0/+88
* target/mips: Add a comment with an overview of CP0 registersAleksandar Markovic2018-10-181-0/+109
* target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo2018-08-241-0/+2
* target/mips: Add CP0 BadInstrX registerStefan Markovic2018-08-161-0/+1
* target/mips: Update some CP0 registers bit definitionsAleksandar Markovic2018-08-161-69/+88
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-2/+6
* mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2017-09-211-2/+1Star
* mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé2017-09-211-353/+1Star
* target/mips: Add segmentation control registersJames Hogan2017-07-201-0/+30
* target/mips: Add an MMU mode for ERLJames Hogan2017-07-201-4/+13
* target/mips: Abstract mmu_idx from hflagsJames Hogan2017-07-201-1/+7
* target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan2017-07-201-1/+4
* target-mips: Provide function to test if a CPU supports an ISAPaul Burton2017-02-211-0/+1
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-1/+1
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-0/+3
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+1069