index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
/
translate.c
Age
Commit message (
Expand
)
Author
2013-05-08
target-mips: add missing check_dspr2 for multiply instructions
Petar Jovanovic
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-05
mips64-linux-user: Enable 64-bit address mode and fpu
Richard Henderson
2013-03-05
target-mips: Fix accumulator selection for MIPS16 and microMIPS
Richard Sandiford
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-02-23
target-mips: Use mul[us]2 in [D]MULT[U] insns
Richard Henderson
2013-02-16
target-mips: Move TCG initialization to MIPSCPU initfn
Andreas Färber
2013-02-16
target-mips: Introduce QOM realizefn for MIPSCPU
Andreas Färber
2013-01-31
target-mips: enable access to DSP ASE if implemented
Petar Jovanovic
2013-01-31
target-mips: Sign-extend the result of LWR
Richard Sandiford
2013-01-31
target-mips: Fix signedness of loads in MIPS16 RESTOREs
Richard Sandiford
2013-01-31
target-mips: implement DSP (d)append sub-class with TCG
Aurelien Jarno
2013-01-31
target-mips: generate a reserved instruction exception on CPU without DSP
Aurelien Jarno
2013-01-31
target-mips: copy insn_flags in DisasContext
Aurelien Jarno
2013-01-31
target-mips: fix DSP loads with rd = 0
Aurelien Jarno
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-01
target-mips: Make repl_ph to sign extend to target-long
Jovanovic, Petar
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
2012-12-08
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
2012-11-24
target-mips: remove POOL48A from the microMIPS decoding
Aurelien Jarno
2012-11-24
target-mips: Clean up microMIPS32 major opcode
陳韋任 (Wei-Ren Chen)
2012-11-24
target-mips: Add comments on POOL32Axf encoding
陳韋任 (Wei-Ren Chen)
2012-11-17
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2012-11-17
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2012-11-15
target-mips: fix wrong microMIPS opcode encoding
陳韋任 (Wei-Ren Chen)
2012-11-11
target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.
Eric Johnson
2012-11-10
disas: avoid using cpu_single_env
Blue Swirl
2012-10-31
target-mips: use deposit instead of hardcoded version
Aurelien Jarno
2012-10-31
target-mips: optimize ddiv/ddivu/div/divu with movcond
Aurelien Jarno
2012-10-31
target-mips: implement movn/movz using movcond
Aurelien Jarno
2012-10-31
target-mips: don't use local temps for store conditional
Aurelien Jarno
2012-10-31
target-mips: implement unaligned loads using TCG
Aurelien Jarno
2012-10-31
target-mips: optimize load operations
Aurelien Jarno
2012-10-31
target-mips: cleanup load/store operations
Aurelien Jarno
2012-10-31
target-mips: use the softfloat floatXX_muladd functions
Aurelien Jarno
2012-10-31
target-mips: do not save CPU state when using retranslation
Aurelien Jarno
2012-10-31
target-mips: correctly restore btarget upon exception
Aurelien Jarno
2012-10-31
target-mips: remove #if defined(TARGET_MIPS64) in opcode enums
Aurelien Jarno
2012-10-31
target-mips: Add ASE DSP accumulator instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP compare-pick instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP bit/manipulation instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP multiply instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP GPR-based shift instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP arithmetic instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP load instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP branch instructions
Jia Liu
2012-10-31
Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
Jia Liu
[next]