Sign in
qemu
/
qemu
/
a2247f8ec919c51c5749c2e3659841f1a733cce3
/
target-mips
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
6e42be7
cpu: Drop unnecessary dynamic casts in *_env_get_cpu()
by Andreas Färber
· 12 years ago
6291ad7
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
by Peter Maydell
· 11 years ago
c658b94
cpu: Turn cpu_unassigned_access() into a CPUState hook
by Andreas Färber
· 12 years ago
c643bed
cpu: Change qemu_init_vcpu() argument to CPUState
by Andreas Färber
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
1239b47
linux-user: Save the correct resume address for MIPS signal handling
by Kwok Cheung Yeung
· 12 years ago
d899282
target-mips: clean-up in BIT_INSV
by Petar Jovanovic
· 12 years ago
118d1e4
target-mips: set carry bit correctly in DSPControl register
by Petar Jovanovic
· 12 years ago
0ba365f
target-mips: fix EXTPDP and setting up pos field in the DSPControl reg
by Petar Jovanovic
· 12 years ago
489ed4b
target-mips: fix incorrect behaviour for EXTP
by Petar Jovanovic
· 12 years ago
c0f5f9c
target-mips: fix incorrect behaviour for INSV
by Petar Jovanovic
· 12 years ago
639eadb
target-mips: add missing check_dspr2 for multiply instructions
by Petar Jovanovic
· 12 years ago
29851ee
target-mips: fix calculation of overflow for SHLL.PH and SHLL.QB
by Petar Jovanovic
· 12 years ago
b1ca31d
target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHR
by Petar Jovanovic
· 12 years ago
8b758d0
target-mips: fix rndrashift_short_acc and code for EXTR_ instructions
by Petar Jovanovic
· 12 years ago
97a8ea5
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
by Andreas Färber
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
d8ed887
exec: Pass CPUState to cpu_reset_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
68473f1
mips64-linux-user: Enable 64-bit address mode and fpu
by Richard Henderson
· 12 years ago
084d049
mips-linux-user: Save and restore fpu and dsp from sigcontext
by Richard Henderson
· 12 years ago
26135ea
target-mips: Fix accumulator selection for MIPS16 and microMIPS
by Richard Sandiford
· 12 years ago
20c334a
target-mips: fix DSP overflow macro and affected routines
by Petar Jovanovic
· 12 years ago
806f352
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
by Peter Maydell
· 12 years ago
fadf982
cpu: Introduce ENV_OFFSET macros
by Andreas Färber
· 12 years ago
a345481
target-mips: fix for sign-issue in MULQ_W helper
by Petar Jovanovic
· 12 years ago
9c19eb1
target-mips: fix for incorrect multiplication with MULQ_S.PH
by Petar Jovanovic
· 12 years ago
ce1dd5d
target-mips: Use mul[us]2 in [D]MULT[U] insns
by Richard Henderson
· 12 years ago
c05efcb
cpu: Add CPUArchState pointer to CPUState
by Andreas Färber
· 12 years ago
78ce64f
target-mips: Move TCG initialization to MIPSCPU initfn
by Andreas Färber
· 12 years ago
c1caf1d
target-mips: Introduce QOM realizefn for MIPSCPU
by Andreas Färber
· 12 years ago
6f0af30
target-mips: enable access to DSP ASE if implemented
by Petar Jovanovic
· 12 years ago
f54c35d
target-mips: Unfuse {,N}M{ADD,SUB}.fmt
by Richard Sandiford
· 12 years ago
c728154
target-mips: Sign-extend the result of LWR
by Richard Sandiford
· 12 years ago
17e8fef
target-mips: Fix signedness of loads in MIPS16 RESTOREs
by Richard Sandiford
· 12 years ago
df6126a
target-mips: implement DSP (d)append sub-class with TCG
by Aurelien Jarno
· 12 years ago
0a16c79
target-mips: use DSP unions for reduction add instructions
by Aurelien Jarno
· 12 years ago
75d012a
target-mips: use DSP unions for unary DSP operators
by Aurelien Jarno
· 12 years ago
6de0e6c
target-mips: use DSP unions for binary DSP operators
by Aurelien Jarno
· 12 years ago
652613a
target-mips: add unions to access DSP elements
by Aurelien Jarno
· 12 years ago
ad153f1
target-mips: generate a reserved instruction exception on CPU without DSP
by Aurelien Jarno
· 12 years ago
d75c135
target-mips: copy insn_flags in DisasContext
by Aurelien Jarno
· 12 years ago
f7d2072
target-mips: fix DSP loads with rd = 0
by Aurelien Jarno
· 12 years ago
38d8f5c
exec: Return CPUState from qemu_get_cpu()
by Andreas Färber
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
66afd1a
target-mips: Clean up mips_cpu_map_tc() documentation
by Andreas Färber
· 12 years ago
ce3960e
cpu: Move nr_{cores,threads} fields to CPUState
by Andreas Färber
· 12 years ago
da1a4ce
target-mips: Fix helper and tests for dot/cross-dot product instructions
by Petar Jovanovic
· 12 years ago
e320d05
target-mips: Replace macros by inline functions
by Stefan Weil
· 12 years ago
e1a4019
target-mips: Allow DSP access to be disabled once enabled.
by Eric Johnson
· 12 years ago
0f0b939
target-mips: Use EXCP_SC rather than a magic number
by 陳韋任 (Wei-Ren Chen)
· 12 years ago
c4aaba9
target-mips: Make repl_ph to sign extend to target-long
by Jovanovic, Petar
· 12 years ago
fe65a1f
Fix my email address
by Dongxue Zhang
· 12 years ago
79eb839
target-mips: Remove semicolon from macro definition
by Stefan Weil
· 12 years ago
b8abbbe
target-mips: Fix for helpers for EXTR_* instructions
by Petar Jovanovic
· 12 years ago
eec8972
target-mips: Fix incorrect reads and writes to DSPControl register
by Petar Jovanovic
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
14cccb6
qom: move include files to include/qom/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
536b558
Merge branch 'master' of git.qemu-project.org:/pub/git/qemu
by Blue Swirl
· 12 years ago
ab1103d
TCG: Use gen_opc_instr_start from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
c9c99c2
TCG: Use gen_opc_icount from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
25983ca
TCG: Use gen_opc_pc from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
19e6c50
target-mips: Fix incorrect shift for SHILO and SHILOV
by Petar Jovanovic
· 12 years ago
34f5606
target-mips: Fix incorrect code and test for INSV
by Petar Jovanovic
· 12 years ago
31abf92
target-mips: remove POOL48A from the microMIPS decoding
by Aurelien Jarno
· 12 years ago
211da99
target-mips: Clean up microMIPS32 major opcode
by 陳韋任 (Wei-Ren Chen)
· 12 years ago
d132c79
target-mips: Add comments on POOL32Axf encoding
by 陳韋任 (Wei-Ren Chen)
· 12 years ago
92414b3
TCG: Use gen_opc_buf from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
efd7f48
TCG: Use gen_opc_ptr from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
6801038
target-mips: fix wrong microMIPS opcode encoding
by 陳韋任 (Wei-Ren Chen)
· 12 years ago
7c2c3ea
target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.
by Eric Johnson
· 12 years ago
f4359b9
disas: avoid using cpu_single_env
by Blue Swirl
· 12 years ago
1cfd981
target-mips: use ULL for 64 bit constants
by Blue Swirl
· 12 years ago
98c8a73
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
286d52e
target-mips: don't flush extra TLB on permissions upgrade
by Aurelien Jarno
· 12 years ago
bc3e45e
target-mips: fix TLBR wrt SEGMask
by Aurelien Jarno
· 12 years ago
e0d002f
target-mips: use deposit instead of hardcoded version
by Aurelien Jarno
· 12 years ago
5112718
target-mips: optimize ddiv/ddivu/div/divu with movcond
by Aurelien Jarno
· 12 years ago
acf1246
target-mips: implement movn/movz using movcond
by Aurelien Jarno
· 12 years ago
2d2826b
target-mips: don't use local temps for store conditional
by Aurelien Jarno
· 12 years ago
fc40787
target-mips: implement unaligned loads using TCG
by Aurelien Jarno
· 12 years ago
18bba4d
target-mips: simplify load/store microMIPS helpers
by Aurelien Jarno
· 12 years ago
3cee305
target-mips: optimize load operations
by Aurelien Jarno
· 12 years ago
2910c6cb
target-mips: cleanup load/store operations
by Aurelien Jarno
· 12 years ago
5f7319c
target-mips: restore CPU state after an FPU exception
by Aurelien Jarno
· 12 years ago
05993cd
target-mips: use softfloat constants when possible
by Aurelien Jarno
· 12 years ago
4cc2e5f
target-mips: cleanup float to int conversion helpers
by Aurelien Jarno
· 12 years ago
5dbe90b
target-mips: fix FPU exceptions
by Aurelien Jarno
· 12 years ago
4a587b2
target-mips: keep softfloat exception set to 0 between instructions
by Aurelien Jarno
· 12 years ago
b3d6cd4
target-mips: use the softfloat floatXX_muladd functions
by Aurelien Jarno
· 12 years ago
1e0e239
target-mips: do not save CPU state when using retranslation
by Aurelien Jarno
· 12 years ago
4636401
target-mips: correctly restore btarget upon exception
by Aurelien Jarno
· 12 years ago
40e3acc
target-mips: remove #if defined(TARGET_MIPS64) in opcode enums
by Aurelien Jarno
· 12 years ago
b30706d
target-mips: Change TODO file
by Jia Liu
· 12 years ago
af13ae0
target-mips: Add ASE DSP processors
by Jia Liu
· 12 years ago
Next »