Age | Commit message (Expand) | Author | Files | Lines |
2018-08-24 | target/mips: Add availability control via bit NMS | Dimitrije Nikolic | 1 | -2/+45 |
2018-08-24 | target/mips: Add emulation of DSP ASE for nanoMIPS - part 6 | Stefan Markovic | 1 | -0/+58 |
2018-08-24 | target/mips: Add emulation of DSP ASE for nanoMIPS - part 5 | Stefan Markovic | 1 | -0/+142 |
2018-08-24 | target/mips: Add emulation of DSP ASE for nanoMIPS - part 4 | Stefan Markovic | 1 | -0/+363 |
2018-08-24 | target/mips: Add emulation of DSP ASE for nanoMIPS - part 3 | Stefan Markovic | 1 | -2/+183 |
2018-08-24 | target/mips: Add emulation of DSP ASE for nanoMIPS - part 2 | Stefan Markovic | 1 | -0/+10 |
2018-08-24 | target/mips: Add emulation of DSP ASE for nanoMIPS - part 1 | Stefan Markovic | 1 | -0/+554 |
2018-08-24 | target/mips: Implement MT ASE support for nanoMIPS | Stefan Markovic | 1 | -2/+83 |
2018-08-24 | target/mips: Fix pre-nanoMIPS MT ASE instructions availability control | Aleksandar Rikalo | 1 | -8/+38 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 32-bit branch instructions | Stefan Markovic | 1 | -0/+428 |
2018-08-24 | target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair | Aleksandar Rikalo | 1 | -0/+86 |
2018-08-24 | target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure | Dimitrije Nikolic | 1 | -0/+4 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 32-bit load and store instructions | Yongbok Kim | 1 | -0/+277 |
2018-08-24 | target/mips: Implement emulation of nanoMIPS EXTW instruction | James Hogan | 1 | -17/+36 |
2018-08-24 | target/mips: Implement emulation of nanoMIPS ROTX instruction | Matthew Fortune | 1 | -0/+15 |
2018-08-24 | target/mips: Add emulation of misc nanoMIPS instructions (p_lsx) | Yongbok Kim | 1 | -1/+131 |
2018-08-24 | target/mips: Add emulation of misc nanoMIPS instructions (pool32axf) | Yongbok Kim | 1 | -0/+91 |
2018-08-24 | target/mips: Add emulation of misc nanoMIPS instructions (pool32a0) | Yongbok Kim | 1 | -0/+185 |
2018-08-24 | target/mips: Add emulation of nanoMIPS FP instructions | Yongbok Kim | 1 | -0/+300 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 48-bit instructions | Yongbok Kim | 1 | -1/+65 |
2018-08-24 | target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV | Yongbok Kim | 1 | -1/+32 |
2018-08-24 | target/mips: Add emulation of some common nanoMIPS 32-bit instructions | Yongbok Kim | 1 | -1/+267 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions | Stefan Markovic | 1 | -0/+83 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 16-bit logic instructions | Yongbok Kim | 1 | -0/+38 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 16-bit load and store instructions | Yongbok Kim | 1 | -0/+96 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 16-bit misc instructions | Yongbok Kim | 1 | -0/+41 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 16-bit shift instructions | Yongbok Kim | 1 | -0/+15 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 16-bit branch instructions | Stefan Markovic | 1 | -0/+158 |
2018-08-24 | target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions | Yongbok Kim | 1 | -0/+142 |
2018-08-24 | target/mips: Add nanoMIPS decoding and extraction utilities | Aleksandar Markovic | 1 | -0/+11 |
2018-08-24 | target/mips: Add placeholder and invocation of decode_nanomips_opc() | Aleksandar Markovic | 1 | -1/+17 |
2018-08-24 | target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS | Stefan Markovic | 1 | -2/+2 |
2018-08-24 | target/mips: Add nanoMIPS DSP ASE opcodes | Stefan Markovic | 1 | -0/+215 |
2018-08-24 | target/mips: Add nanoMIPS base instruction set opcodes | Yongbok Kim | 1 | -0/+670 |
2018-08-16 | target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0 | Yongbok Kim | 1 | -4/+4 |
2018-08-16 | target/mips: Implement CP0 Config1.WR bit functionality | Stefan Markovic | 1 | -0/+8 |
2018-08-16 | target/mips: Add CP0 BadInstrX register | Stefan Markovic | 1 | -1/+21 |
2018-08-16 | target/mips: Fix two instances of shadow variables | Aleksandar Markovic | 1 | -2/+2 |
2018-08-16 | target/mips: Mark switch fallthroughs with interpretable comments | Aleksandar Markovic | 1 | -2/+3 |
2018-08-16 | target/mips: Avoid case statements formulated by ranges - part 2 | Aleksandar Rikalo | 1 | -7/+71 |
2018-08-16 | target/mips: Avoid case statements formulated by ranges - part 1 | Aleksandar Markovic | 1 | -49/+200 |
2018-06-27 | target/mips: Fix data type for offset | Yongbok Kim | 1 | -4/+4 |
2018-06-27 | target/mips: Update gen_flt_ldst() | Yongbok Kim | 1 | -8/+7 |
2018-06-27 | target/mips: Fix microMIPS on reset | Yongbok Kim | 1 | -0/+5 |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 1 | -2/+2 |
2018-05-18 | target/mips: Honor CPU_DUMP_FPU | Richard Henderson | 1 | -1/+2 |
2018-05-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2018-05-11 | rename included C files to foo.inc.c, remove osdep.h | Paolo Bonzini | 1 | -1/+1 |
2018-05-09 | target/mips: convert to TranslatorOps | Emilio G. Cota | 1 | -114/+113 |
2018-05-09 | target/mips: use *ctx for DisasContext | Emilio G. Cota | 1 | -82/+83 |