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,17 @@
test_fsqrt_1:
#_ REGISTER_IN f1 1.0
fsqrt f1, f1
blr
#_ REGISTER_OUT f1 1.0000000000000000
test_fsqrt_2:
#_ REGISTER_IN f1 64.0
fsqrt f1, f1
blr
#_ REGISTER_OUT f1 8.0000000000000000
test_fsqrt_3:
#_ REGISTER_IN f1 0.5
fsqrt f1, f1
blr
#_ REGISTER_OUT f1 0.70710678118654757