index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-mips
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-mips: add user-mode FR switch support for MIPS32r5
Petar Jovanovic
2014-02-10
1
-2
/
+12
*
target-mips: add support for CP0_Config5
Petar Jovanovic
2014-02-10
1
-2
/
+12
*
target-mips: add support for CP0_Config4
Petar Jovanovic
2014-02-10
1
-2
/
+13
*
target-mips: Use new qemu_ld/st opcodes
Aurelien Jarno
2013-12-21
1
-67
/
+52
*
target-mips: fix 64-bit FPU config for user-mode emulation
Petar Jovanovic
2013-12-09
1
-2
/
+5
*
Merge remote-tracking branch 'rth/tcg-pull' into staging
Anthony Liguori
2013-10-11
1
-4
/
+0
|
\
|
*
tcg: Move helper registration into tcg_context_init
Richard Henderson
2013-10-10
1
-4
/
+0
*
|
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
2013-10-07
1
-1
/
+0
|
/
*
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
target-mips: fix decoding of microMIPS POOL32Axf instructions
Leon Alrae
2013-08-06
1
-6
/
+54
*
target-mips: fix branch in likely delay slot tcg assert
James Hogan
2013-07-28
1
-45
/
+17
*
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-4
/
+7
*
target-mips: Change gen_intermediate_code_internal() argument to MIPSCPU
Andreas Färber
2013-07-09
1
-4
/
+5
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-2
/
+4
*
target-mips: add missing check_dspr2 for multiply instructions
Petar Jovanovic
2013-05-08
1
-0
/
+1
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-2
/
+2
*
mips64-linux-user: Enable 64-bit address mode and fpu
Richard Henderson
2013-03-05
1
-0
/
+12
*
target-mips: Fix accumulator selection for MIPS16 and microMIPS
Richard Sandiford
2013-03-05
1
-84
/
+64
*
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-03-03
1
-2
/
+2
*
target-mips: Use mul[us]2 in [D]MULT[U] insns
Richard Henderson
2013-02-23
1
-28
/
+20
*
target-mips: Move TCG initialization to MIPSCPU initfn
Andreas Färber
2013-02-16
1
-2
/
+1
*
target-mips: Introduce QOM realizefn for MIPSCPU
Andreas Färber
2013-02-16
1
-2
/
+3
*
target-mips: enable access to DSP ASE if implemented
Petar Jovanovic
2013-01-31
1
-4
/
+2
*
target-mips: Sign-extend the result of LWR
Richard Sandiford
2013-01-31
1
-0
/
+1
*
target-mips: Fix signedness of loads in MIPS16 RESTOREs
Richard Sandiford
2013-01-31
1
-1
/
+1
*
target-mips: implement DSP (d)append sub-class with TCG
Aurelien Jarno
2013-01-31
1
-46
/
+87
*
target-mips: generate a reserved instruction exception on CPU without DSP
Aurelien Jarno
2013-01-31
1
-2
/
+10
*
target-mips: copy insn_flags in DisasContext
Aurelien Jarno
2013-01-31
1
-381
/
+381
*
target-mips: fix DSP loads with rd = 0
Aurelien Jarno
2013-01-31
1
-5
/
+0
*
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
1
-10
/
+7
*
target-mips: Make repl_ph to sign extend to target-long
Jovanovic, Petar
2013-01-01
1
-1
/
+2
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-3
/
+3
*
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-1
/
+1
*
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-2
/
+2
*
target-mips: remove POOL48A from the microMIPS decoding
Aurelien Jarno
2012-11-24
1
-1
/
+0
*
target-mips: Clean up microMIPS32 major opcode
陳韋任 (Wei-Ren Chen)
2012-11-24
1
-7
/
+17
*
target-mips: Add comments on POOL32Axf encoding
陳韋任 (Wei-Ren Chen)
2012-11-24
1
-0
/
+17
*
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-3
/
+3
*
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-4
/
+5
*
target-mips: fix wrong microMIPS opcode encoding
陳韋任 (Wei-Ren Chen)
2012-11-15
1
-1
/
+1
*
target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.
Eric Johnson
2012-11-11
1
-7
/
+11
*
disas: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-1
/
+1
*
target-mips: use deposit instead of hardcoded version
Aurelien Jarno
2012-10-31
1
-28
/
+4
*
target-mips: optimize ddiv/ddivu/div/divu with movcond
Aurelien Jarno
2012-10-31
1
-48
/
+37
*
target-mips: implement movn/movz using movcond
Aurelien Jarno
2012-10-31
1
-15
/
+12
*
target-mips: don't use local temps for store conditional
Aurelien Jarno
2012-10-31
1
-5
/
+6
*
target-mips: implement unaligned loads using TCG
Aurelien Jarno
2012-10-31
1
-13
/
+62
*
target-mips: optimize load operations
Aurelien Jarno
2012-10-31
1
-4
/
+12
[next]