Sign in
qemu
/
qemu
/
304e3a7c802969811fe82b6247f63fcba063f52e
/
target-mips
3308759
target-mips: Fix compilation
by Stefan Weil
· 15 years ago
bbfa8f7
target-mips: add microMIPS exception handler support
by Nathan Froyd
· 15 years ago
3c82410
target-mips: microMIPS ASE support
by Nathan Froyd
· 15 years ago
620e48f
target-mips: mips16 cleanups
by Nathan Froyd
· 15 years ago
8153667c
target-mips: refactor c{, abs}.cond.fmt insns
by Nathan Froyd
· 15 years ago
e459440
target-mips: move FP FMT comments closer to the definitions
by Aurelien Jarno
· 15 years ago
bf4120a
target-mips: define constants for magic numbers
by Nathan Froyd
· 15 years ago
26ebe46
target-mips: break out [ls][wd]c1 and rdhwr insn generation
by Nathan Froyd
· 15 years ago
564856b
target-mips: Remove duplicate CPU log.
by Richard Henderson
· 15 years ago
2a5612e
target-mips: Fix format specifiers for fpu_fprintf
by Stefan Weil
· 15 years ago
a7200c9
target-mips: Fix one more format specifier for cpu_fprintf
by Stefan Weil
· 15 years ago
1a7ff92
remove TARGET_* defines from translate-all.c
by Paolo Bonzini
· 15 years ago
d4c430a
Large page TLB flush
by Paul Brook
· 15 years ago
30724e7
target-mips: update address space definitions
by Aurelien Jarno
· 15 years ago
3c7b48b
Target specific usermode cleanup
by Paul Brook
· 15 years ago
4fcc562
Remove cpu_get_phys_page_debug from userspace emulation
by Paul Brook
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
deb4203
target-mips: use newer logical ops
by Aurelien Jarno
· 15 years ago
e68dd28
target-mips: use setcond when possible
by Aurelien Jarno
· 15 years ago
3399e30
target-mips: fix ROTR and DROTR by zero
by Nathan Froyd
· 15 years ago
c2c65da
target-mips: fix CpU exception for coprocessor 0
by Nathan Froyd
· 15 years ago
6462bfc
target-mips: remove useless sign extension
by Aurelien Jarno
· 15 years ago
c36bbb2
target-mips: don't call cpu_loop_exit() from helper.c
by Aurelien Jarno
· 15 years ago
49a945a
kill regs_to_env and env_to_regs
by Paolo Bonzini
· 15 years ago
ab3aee2
target-mips: No MIPS16 support for 4Kc, 4KEc cores
by Stefan Weil
· 15 years ago
73642f5
target-mips: 4Kc, 4KEc cores do not support MIPS16
by Stefan Weil
· 15 years ago
91a7593
target-mips: fix user-mode emulation startup
by Nathan Froyd
· 15 years ago
d19954f
target-mips: set Config1.CA for MIPS16-aware CPUs
by Nathan Froyd
· 15 years ago
9da53be
target-mips: add copyright notice for mips16 work
by Nathan Froyd
· 15 years ago
364d483
target-mips: add mips16 instruction decoding
by Nathan Froyd
· 15 years ago
6ea219d
target-mips: add enums for MIPS16 opcodes
by Nathan Froyd
· 15 years ago
c960206
target-mips: split out delay slot handling
by Nathan Froyd
· 15 years ago
662d748
target-mips: add gen_base_offset_addr
by Nathan Froyd
· 15 years ago
7dca4ad
target-mips: make gen_compute_branch 16/32-bit-aware
by Nathan Froyd
· 15 years ago
ea63e2c
target-mips: move ROTR and ROTRV inside gen_shift_{imm, }
by Nathan Froyd
· 15 years ago
32188a0
target-mips: change interrupt bits to be mips16-aware
by Nathan Froyd
· 15 years ago
79ef2c4
target-mips: add new HFLAGs for JALX and 16/32-bit delay slots
by Nathan Froyd
· 15 years ago
e7139c4
target-mips: use physical address in lladdr
by Aurelien Jarno
· 15 years ago
25b91e3
target-mips: add a function to do virtual -> physical translations
by Aurelien Jarno
· 15 years ago
1147e18
target-mips: split code raising MMU exception in a separate function
by Aurelien Jarno
· 15 years ago
0ae4304
target-mips: factorize load/store code in op_helper.c
by Aurelien Jarno
· 15 years ago
60c9af0
target-mips: fix physical address type in MMU functions
by Aurelien Jarno
· 15 years ago
2a6e32d
target-mips: make CP0_LLAddr register CPU dependent
by Aurelien Jarno
· 15 years ago
5499b6f
target-mips: rename CP0_LLAddr into lladdr
by Aurelien Jarno
· 15 years ago
31e3104
target-mips: fix indentation
by Aurelien Jarno
· 15 years ago
51cc2e7
mips: fix cpu_reset memory leak
by Blue Swirl
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
941694d
target-mips: make sure constants are in the second argument
by Aurelien Jarno
· 15 years ago
a0d700e
mips: Fix spelling in comment
by Stefan Weil
· 15 years ago
58caed6
target-mips: unmatched brackets in if 0
by Michael S. Tsirkin
· 15 years ago
618b0fe
target-mips: log instructions start in TCG code
by Aurelien Jarno
· 15 years ago
d42320c
target-mips: remove MAX_OP_PER_INSTR workaround
by Aurelien Jarno
· 15 years ago
6f4fc36
Add 'static' to please Sparse
by Blue Swirl
· 15 years ago
7b270ef
target-mips: fix single-stepping
by Nathan Froyd
· 16 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
fa31af0
target-mips: fix conditional moves off fp condition codes
by Nathan Froyd
· 16 years ago
0b5c1ce
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
by Nathan Froyd
· 16 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 16 years ago
dfe5fff
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
by Juan Quintela
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
344b983
target-mips: remove useless code in gen_st_cond()
by Aurelien Jarno
· 16 years ago
feeb3b6
Fix MIPS SC
by Paul Brook
· 16 years ago
590bc60
MIPS atomic instructions
by Paul Brook
· 16 years ago
ff867dd
MIPS usermode TLS register
by Paul Brook
· 16 years ago
98070ce
target-mips: fix MADD and MSUB/MSUBU instructions
by Nathan Froyd
· 16 years ago
95bed64
Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64
by Blue Swirl
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
1ad2134
Hardware convenience library
by Paul Brook
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
6bb72b1
target-mips: proper sign extension for 'SUBU rd, zero, rt'
by Aurelien Jarno
· 16 years ago
88cbb98
target-mips: fix comments about SUB/DSUB
by Aurelien Jarno
· 16 years ago
0bf46a4
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
by aliguori
· 16 years ago
6a4955a
qemu: per-arch cpu_has_work (Marcelo Tosatti)
by aliguori
· 16 years ago
df357f0
Enable access to SYNCI_Step register in usermode emulation.
by pbrook
· 16 years ago
8c0ab41
Revert "target-mips: fix call to check_*() functions"
by aurel32
· 16 years ago
aefbc83
target-mips: simplify exception generation
by aurel32
· 16 years ago
a603585
target-mips: fix revision r7126
by aurel32
· 16 years ago
007ac6f
target-mips: fix call to check_*() functions
by aurel32
· 16 years ago
585c88d
target-mips: optimize gen_flt3_ldst()
by aurel32
· 16 years ago
c407df8
target-mips: optimize gen_flt_ldst()
by aurel32
· 16 years ago
8e0f950
Stop translation after a syscall instruciton.
by pbrook
· 16 years ago
f2c94b9
target-mips: mark zero register as unused.
by aurel32
· 16 years ago
d9bea11
target-mips: variable names consistency
by aurel32
· 16 years ago
867abc7
target-mips: fix commits 7040 and 7042
by aurel32
· 16 years ago
30a3848
target-mips: fix commit 7046
by aurel32
· 16 years ago
bb928db
target-mips: don't map zero register as a TCG global
by aurel32
· 16 years ago
d66c713
target-mips: optimize gen_ldst()
by aurel32
· 16 years ago
324d9e3
target-mips: optimize gen_arith_imm()
by aurel32
· 16 years ago
52a0e9e
target-mips: fix commit r7076
by aurel32
· 16 years ago
11f9425
target-mips: optimize gen_movcf_d()
by aurel32
· 16 years ago
a4e8338
target-mips: optimize a few tcg_temp_free()
by aurel32
· 16 years ago
c9297f4
target-mips: optimize gen_farith()
by aurel32
· 16 years ago
c905fda
target-mips: optimize gen_flt3_arith()
by aurel32
· 16 years ago
4e2474d
target-mips: optimize gen_flt3_ldst()
by aurel32
· 16 years ago
460f00c
target-mips: optimize gen_arith()
by aurel32
· 16 years ago
35fbce2
target-mips: optimize decode_opc()
by aurel32
· 16 years ago
72c3a3e
target-mips: optimize gen_cp1()
by aurel32
· 16 years ago
1fc7bf6
target-mips: optimize gen_cp0()
by aurel32
· 16 years ago
Next »