Renaming xe::cpu::frontend to xe::cpu::ppc.

This commit is contained in:
Ben Vanik
2015-12-14 21:17:55 -08:00
parent 9273359cdd
commit 15816327b4
225 changed files with 196 additions and 204 deletions

View File

@@ -0,0 +1,19 @@
test_vspltish_1:
vspltish v3, 0
blr
#_ REGISTER_OUT v3 [00000000, 00000000, 00000000, 00000000]
test_vspltish_2:
vspltish v3, 1
blr
#_ REGISTER_OUT v3 [00010001, 00010001, 00010001, 00010001]
test_vspltish_3:
vspltish v3, -1
blr
#_ REGISTER_OUT v3 [FFFFFFFF, FFFFFFFF, FFFFFFFF, FFFFFFFF]
test_vspltish_4:
vspltish v3, -2
blr
#_ REGISTER_OUT v3 [FFFEFFFE, FFFEFFFE, FFFEFFFE, FFFEFFFE]