]> git.proxmox.com Git - mirror_qemu.git/commit
target-tilegx: Implement v*shl, v*shru, and v*shrs instructions
authorChen Gang <gang.chen.5i5j@gmail.com>
Mon, 21 Sep 2015 21:47:35 +0000 (05:47 +0800)
committerRichard Henderson <rth@twiddle.net>
Wed, 7 Oct 2015 09:03:13 +0000 (20:03 +1100)
commit0ab0a3d768a4f6ab6747b6fd936c5cf70b5069c2
tree10d80bde7b4cc69fda80462a5318bcade3549651
parent055130107683c3b199c1848a25e5e2c568230cbf
target-tilegx: Implement v*shl, v*shru, and v*shrs instructions

v2sh* are implemented with helper functions; v4sh* are implmeneted
with inline code.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Message-Id: <1442872055-2836-1-git-send-email-gang.chen.5i5j@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-tilegx/helper.h
target-tilegx/simd_helper.c
target-tilegx/translate.c