]> git.proxmox.com Git - mirror_qemu.git/commit
target-mips: implement R6 multi-threading
authorYongbok Kim <yongbok.kim@imgtec.com>
Wed, 3 Feb 2016 12:31:07 +0000 (12:31 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 26 Feb 2016 08:59:17 +0000 (08:59 +0000)
commit01bc435b44b8802cc4697faa07d908684afbce4e
treeeb377fa81c980fba2f2c08941e43ba526d395041
parentbee62662a312b99b4418b558a99b3963a4cbff07
target-mips: implement R6 multi-threading

MIPS Release 6 provides multi-threading features which replace
pre-R6 MT Module. CP0.Config3.MT is always 0 in R6, instead there is new
CP0.Config5.VP (Virtual Processor) bit which indicates presence of
multi-threading support which includes CP0.GlobalNumber register and
DVP/EVP instructions.

Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
disas/mips.c
target-mips/cpu.c
target-mips/cpu.h
target-mips/helper.h
target-mips/op_helper.c
target-mips/translate.c
target-mips/translate_init.c