Age | Commit message (Expand) | Author | Files | Lines |
2014-10-14 | target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX | Peter Maydell | 1 | -19/+1 |
2014-10-14 | target-mips/translate.c: Add ifdef guard around check_mips64() | Peter Maydell | 1 | -0/+2 |
2014-10-14 | target-mips: fix broken MIPS16 and microMIPS | Yongbok Kim | 1 | -182/+116 |
2014-10-14 | target-mips/translate.c: Update OPC_SYNCI | Dongxue Zhang | 1 | -1/+6 |
2014-10-14 | target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructions | Yongbok Kim | 1 | -2/+16 |
2014-10-14 | target-mips: do not allow Status.FR=0 mode in 64-bit FPU | Leon Alrae | 1 | -0/+6 |
2014-10-14 | target-mips: add new Floating Point Comparison instructions | Yongbok Kim | 1 | -2/+204 |
2014-10-14 | target-mips: add new Floating Point instructions | Leon Alrae | 1 | -44/+397 |
2014-10-14 | target-mips: add AUI, LSA and PCREL instruction families | Leon Alrae | 1 | -14/+189 |
2014-10-13 | target-mips: add compact and CP1 branches | Yongbok Kim | 1 | -14/+459 |
2014-10-13 | target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions | Yongbok Kim | 1 | -12/+108 |
2014-10-13 | target-mips: Status.UX/SX/KX enable 32-bit address wrapping | Leon Alrae | 1 | -5/+1 |
2014-10-13 | target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6 | Leon Alrae | 1 | -59/+62 |
2014-10-13 | target-mips: redefine Integer Multiply and Divide instructions | Leon Alrae | 1 | -21/+322 |
2014-10-13 | target-mips: move PREF, CACHE, LLD and SCD instructions | Leon Alrae | 1 | -1/+28 |
2014-10-13 | target-mips: signal RI Exception on DSP and Loongson instructions | Leon Alrae | 1 | -97/+98 |
2014-10-13 | target-mips: split decode_opc_special* into *_r6 and *_legacy | Leon Alrae | 1 | -68/+160 |
2014-10-13 | target-mips: extract decode_opc_special* from decode_opc | Leon Alrae | 1 | -805/+845 |
2014-10-13 | target-mips: move LL and SC instructions | Leon Alrae | 1 | -2/+26 |
2014-10-13 | target-mips: add SELEQZ and SELNEZ instructions | Leon Alrae | 1 | -2/+16 |
2014-10-13 | target-mips: signal RI Exception on instructions removed in R6 | Leon Alrae | 1 | -8/+56 |
2014-08-12 | trace: [tcg] Include TCG-tracing header on all targets | Lluís Vilanova | 1 | -0/+3 |
2014-07-28 | target-mips/translate.c: Free TCG in OPC_DINSV | Dongxue Zhang | 1 | -0/+3 |
2014-07-05 | mips/kvm: Init EBase to correct KSEG0 | James Hogan | 1 | -1/+7 |
2014-06-20 | target-mips: copy CP0_Config1 into DisasContext | Aurelien Jarno | 1 | -9/+11 |
2014-06-20 | Merge remote-tracking branch 'remotes/kvm/uq/master' into staging | Peter Maydell | 1 | -0/+2 |
2014-06-18 | target-mips: implement UserLocal Register | Petar Jovanovic | 1 | -3/+52 |
2014-06-18 | target-mips: Reset CPU timer consistently | James Hogan | 1 | -0/+2 |
2014-06-05 | softmmu: introduce cpu_ldst.h | Paolo Bonzini | 1 | -0/+1 |
2014-05-28 | tcg: Invert the inclusion of helper.h | Richard Henderson | 1 | -3/+2 |
2014-03-25 | target-mips: fix MTHC1 and MFHC1 when FPU in FR=0 mode | Petar Jovanovic | 1 | -35/+44 |
2014-03-13 | cpu: Move breakpoints field from CPU_COMMON to CPUState | Andreas Färber | 1 | -2/+2 |
2014-03-13 | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 1 | -3/+1 |
2014-02-10 | target-mips: add user-mode FR switch support for MIPS32r5 | Petar Jovanovic | 1 | -2/+12 |
2014-02-10 | target-mips: add support for CP0_Config5 | Petar Jovanovic | 1 | -2/+12 |
2014-02-10 | target-mips: add support for CP0_Config4 | Petar Jovanovic | 1 | -2/+13 |
2013-12-21 | target-mips: Use new qemu_ld/st opcodes | Aurelien Jarno | 1 | -67/+52 |
2013-12-09 | target-mips: fix 64-bit FPU config for user-mode emulation | Petar Jovanovic | 1 | -2/+5 |
2013-10-11 | Merge remote-tracking branch 'rth/tcg-pull' into staging | Anthony Liguori | 1 | -4/+0 |
2013-10-10 | tcg: Move helper registration into tcg_context_init | Richard Henderson | 1 | -4/+0 |
2013-10-07 | cpu: Drop cpu_model_str from CPU_COMMON | Andreas Färber | 1 | -1/+0 |
2013-09-02 | tcg: Change tcg_gen_exit_tb argument to uintptr_t | Richard Henderson | 1 | -1/+1 |
2013-08-06 | target-mips: fix decoding of microMIPS POOL32Axf instructions | Leon Alrae | 1 | -6/+54 |
2013-07-28 | target-mips: fix branch in likely delay slot tcg assert | James Hogan | 1 | -45/+17 |
2013-07-23 | cpu: Move singlestep_enabled field from CPU_COMMON to CPUState | Andreas Färber | 1 | -4/+7 |
2013-07-09 | target-mips: Change gen_intermediate_code_internal() argument to MIPSCPU | Andreas Färber | 1 | -4/+5 |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber | 1 | -2/+4 |
2013-05-08 | target-mips: add missing check_dspr2 for multiply instructions | Petar Jovanovic | 1 | -0/+1 |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 1 | -2/+2 |
2013-03-05 | mips64-linux-user: Enable 64-bit address mode and fpu | Richard Henderson | 1 | -0/+12 |