index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-31
target-mips: enable access to DSP ASE if implemented
Petar Jovanovic
1
-4
/
+2
2013-01-31
target-mips: Sign-extend the result of LWR
Richard Sandiford
1
-0
/
+1
2013-01-31
target-mips: Fix signedness of loads in MIPS16 RESTOREs
Richard Sandiford
1
-1
/
+1
2013-01-31
target-mips: implement DSP (d)append sub-class with TCG
Aurelien Jarno
1
-46
/
+87
2013-01-31
target-mips: generate a reserved instruction exception on CPU without DSP
Aurelien Jarno
1
-2
/
+10
2013-01-31
target-mips: copy insn_flags in DisasContext
Aurelien Jarno
1
-381
/
+381
2013-01-31
target-mips: fix DSP loads with rd = 0
Aurelien Jarno
1
-5
/
+0
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-10
/
+7
2013-01-01
target-mips: Make repl_ph to sign extend to target-long
Jovanovic, Petar
1
-1
/
+2
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
1
-3
/
+3
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
1
-1
/
+1
2012-12-08
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
1
-2
/
+2
2012-11-24
target-mips: remove POOL48A from the microMIPS decoding
Aurelien Jarno
1
-1
/
+0
2012-11-24
target-mips: Clean up microMIPS32 major opcode
陳韋任 (Wei-Ren Chen)
1
-7
/
+17
2012-11-24
target-mips: Add comments on POOL32Axf encoding
陳韋任 (Wei-Ren Chen)
1
-0
/
+17
2012-11-17
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
1
-3
/
+3
2012-11-17
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
1
-4
/
+5
2012-11-15
target-mips: fix wrong microMIPS opcode encoding
陳韋任 (Wei-Ren Chen)
1
-1
/
+1
2012-11-11
target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.
Eric Johnson
1
-7
/
+11
2012-11-10
disas: avoid using cpu_single_env
Blue Swirl
1
-1
/
+1
2012-10-31
target-mips: use deposit instead of hardcoded version
Aurelien Jarno
1
-28
/
+4
2012-10-31
target-mips: optimize ddiv/ddivu/div/divu with movcond
Aurelien Jarno
1
-48
/
+37
2012-10-31
target-mips: implement movn/movz using movcond
Aurelien Jarno
1
-15
/
+12
2012-10-31
target-mips: don't use local temps for store conditional
Aurelien Jarno
1
-5
/
+6
2012-10-31
target-mips: implement unaligned loads using TCG
Aurelien Jarno
1
-13
/
+62
2012-10-31
target-mips: optimize load operations
Aurelien Jarno
1
-4
/
+12
2012-10-31
target-mips: cleanup load/store operations
Aurelien Jarno
1
-64
/
+35
2012-10-31
target-mips: use the softfloat floatXX_muladd functions
Aurelien Jarno
1
-12
/
+12
2012-10-31
target-mips: do not save CPU state when using retranslation
Aurelien Jarno
1
-20
/
+0
2012-10-31
target-mips: correctly restore btarget upon exception
Aurelien Jarno
1
-0
/
+11
2012-10-31
target-mips: remove #if defined(TARGET_MIPS64) in opcode enums
Aurelien Jarno
1
-36
/
+0
2012-10-31
target-mips: Add ASE DSP accumulator instructions
Jia Liu
1
-0
/
+351
2012-10-31
target-mips: Add ASE DSP compare-pick instructions
Jia Liu
1
-0
/
+350
2012-10-31
target-mips: Add ASE DSP bit/manipulation instructions
Jia Liu
1
-0
/
+249
2012-10-31
target-mips: Add ASE DSP multiply instructions
Jia Liu
1
-0
/
+485
2012-10-31
target-mips: Add ASE DSP GPR-based shift instructions
Jia Liu
1
-0
/
+324
2012-10-31
target-mips: Add ASE DSP arithmetic instructions
Jia Liu
1
-3
/
+792
2012-10-31
target-mips: Add ASE DSP load instructions
Jia Liu
1
-0
/
+88
2012-10-31
target-mips: Add ASE DSP branch instructions
Jia Liu
1
-0
/
+36
2012-10-31
Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
Jia Liu
1
-27
/
+95
2012-10-31
target-mips: Add ASE DSP resources access check
Jia Liu
1
-0
/
+23
2012-10-28
target-mips: Use TCG registers for the FPU.
Richard Henderson
1
-42
/
+54
2012-09-27
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
1
-1
/
+2
2012-09-19
target-mips: Implement Loongson Multimedia Instructions
Richard Henderson
1
-3
/
+376
2012-09-19
target-mips: Always evaluate debugging macro arguments
Richard Henderson
1
-14
/
+17
2012-09-19
target-mips: Fix MIPS_DEBUG.
Richard Henderson
1
-36
/
+38
2012-09-19
target-mips: Set opn in gen_ldst_multiple.
Richard Henderson
1
-0
/
+6
2012-09-15
target-mips: switch to AREG0 free mode
Blue Swirl
1
-368
/
+386
[next]