aboutsummaryrefslogtreecommitdiff
path: root/target/mips/translate.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)Yongbok Kim1-0/+185
2018-08-24target/mips: Add emulation of nanoMIPS FP instructionsYongbok Kim1-0/+300
2018-08-24target/mips: Add emulation of nanoMIPS 48-bit instructionsYongbok Kim1-1/+65
2018-08-24target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREVYongbok Kim1-1/+32
2018-08-24target/mips: Add emulation of some common nanoMIPS 32-bit instructionsYongbok Kim1-1/+267
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit save and restore instructionsStefan Markovic1-0/+83
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit logic instructionsYongbok Kim1-0/+38
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit load and store instructionsYongbok Kim1-0/+96
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit misc instructionsYongbok Kim1-0/+41
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit shift instructionsYongbok Kim1-0/+15
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit branch instructionsStefan Markovic1-0/+158
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructionsYongbok Kim1-0/+142
2018-08-24target/mips: Add nanoMIPS decoding and extraction utilitiesAleksandar Markovic1-0/+11
2018-08-24target/mips: Add placeholder and invocation of decode_nanomips_opc()Aleksandar Markovic1-1/+17
2018-08-24target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPSStefan Markovic1-2/+2
2018-08-24target/mips: Add nanoMIPS DSP ASE opcodesStefan Markovic1-0/+215
2018-08-24target/mips: Add nanoMIPS base instruction set opcodesYongbok Kim1-0/+670
2018-08-16target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0Yongbok Kim1-4/+4
2018-08-16target/mips: Implement CP0 Config1.WR bit functionalityStefan Markovic1-0/+8
2018-08-16target/mips: Add CP0 BadInstrX registerStefan Markovic1-1/+21
2018-08-16target/mips: Fix two instances of shadow variablesAleksandar Markovic1-2/+2
2018-08-16target/mips: Mark switch fallthroughs with interpretable commentsAleksandar Markovic1-2/+3
2018-08-16target/mips: Avoid case statements formulated by ranges - part 2Aleksandar Rikalo1-7/+71
2018-08-16target/mips: Avoid case statements formulated by ranges - part 1Aleksandar Markovic1-49/+200
2018-06-27target/mips: Fix data type for offsetYongbok Kim1-4/+4
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim1-8/+7
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim1-0/+5
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-2/+2
2018-05-18target/mips: Honor CPU_DUMP_FPURichard Henderson1-1/+2
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini1-1/+1
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