summaryrefslogtreecommitdiff
path: root/target/mips/translate.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota1-114/+113
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota1-82/+83
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota1-171/+175
2018-05-09target/mips: convert to DisasJumpTypeEmilio G. Cota1-95/+91
2018-05-09target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota1-1/+2
2018-05-09target/mips: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-1/+1
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-14/+6
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov1-14/+6
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-13/+13
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-7/+0
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-2/+2
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov1-17/+0
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov1-7/+6
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé1-1/+0
2017-09-21mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé1-7/+12
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-0/+1
2017-08-02target/mips: Fix RDHWR CC with icountJames Hogan1-0/+11
2017-08-02target/mips: Drop redundant gen_io_start/stop()James Hogan1-8/+0
2017-08-02target/mips: Use BS_EXCP where interrupts are expectedJames Hogan1-13/+34
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan1-2/+2
2017-08-02target-mips: Don't stop on [d]mtc0 DESAVE/KScratchJames Hogan1-4/+0
2017-07-20target/mips: Add segmentation control registersJames Hogan1-0/+88
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan1-1/+1
2017-07-20target/mips: Decode microMIPS EVA load & store instructionsJames Hogan1-4/+115
2017-07-20target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan1-0/+106
2017-07-20target/mips: Prepare loads/stores for EVAJames Hogan1-35/+42
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan1-3/+5
2017-07-20target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan1-2/+3
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-07-17target/mips: optimize WSBH, DSBH and DSHDAurelien Jarno1-6/+12
2017-07-11target/mips: fix msa copy_[s|u]_df rd = 0 corner caseMiodrag Dinic1-2/+6
2017-06-05target/mips: optimize indirect branchesAurelien Jarno1-1/+1
2017-06-05target/mips: optimize cross-page direct jumps in softmmuAurelien Jarno1-1/+1
2017-03-20target/mips: fix delay slot detection in gen_msa_branch()Yongbok Kim1-1/+1
2017-03-20target-mips: replace few LOG_DISAS() with trace pointsPhilippe Mathieu-Daudé1-14/+11
2017-03-20target-mips: replace break by goto cp0_unimplementedPhilippe Mathieu-Daudé1-44/+44
2017-03-20target-mips: log bad coprocessor0 register accesses with LOG_UNIMPPhilippe Mathieu-Daudé1-6/+6
2017-03-20target-mips: remove old & unuseful commentsPhilippe Mathieu-Daudé1-4/+0
2017-02-21target-mips: Provide function to test if a CPU supports an ISAPaul Burton1-0/+10
2017-01-10target-mips: Use clz opcodeRichard Henderson1-7/+16
2017-01-10target-mips: Use the new extract opRichard Henderson1-7/+5
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+20423