]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Add emulation of MMI instruction PCPYLD
authorMateja Marjanovic <mateja.marjanovic@rt-rk.com>
Mon, 4 Mar 2019 15:13:14 +0000 (16:13 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Sat, 1 Jun 2019 18:20:20 +0000 (20:20 +0200)
commitb87eef31f2f8047077d79c3180e9c8e762d2a50f
treef872bb08e3f1a916b5b5d1662df091632982a7c5
parentd3434d9f785ddaf40e0fd521ded400643ac4be09
target/mips: Add emulation of MMI instruction PCPYLD

Add emulation of MMI instruction PCPYLD. The emulation is implemented
using TCG front end operations directly to achieve better performance.

Signed-off-by: Mateja Marjanovic <mateja.marjanovic@rt-rk.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1551712405-2530-3-git-send-email-mateja.marjanovic@rt-rk.com>
target/mips/translate.c