]> git.proxmox.com Git - mirror_qemu.git/commit
target-tilegx: Tidy simd_helper.c
authorRichard Henderson <rth@twiddle.net>
Tue, 22 Sep 2015 00:27:11 +0000 (17:27 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 7 Oct 2015 09:01:41 +0000 (20:01 +1100)
commit055130107683c3b199c1848a25e5e2c568230cbf
tree9c6aab50d077161aad2bdee27491c201bf3c4cd9
parent5fdb4671b08e0d1631447e81348b2b50a6b85bf7
target-tilegx: Tidy simd_helper.c

Using the V1 macro when we want to replicate a byte across
the 8 elements of the word.  Using deposit and extract for
manipulating specific elements.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-tilegx/simd_helper.c