summaryrefslogtreecommitdiff
path: root/lib9/setfcr-Linux-power.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib9/setfcr-Linux-power.S')
-rw-r--r--lib9/setfcr-Linux-power.S20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib9/setfcr-Linux-power.S b/lib9/setfcr-Linux-power.S
deleted file mode 100644
index dee67528..00000000
--- a/lib9/setfcr-Linux-power.S
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#define FN(x) .type x,@function; .global x; x
-
-FN(getfcr):
- mffs %f0
- cvtfl %r3,%f0
- blr
-
-FN(getfsr):
- mffs %f0
- cvtfl %r3,%f0
- blr
-
-FN(setfsr):
- mtfsf 0xff, %f0
- blr
-
-FN(setfcr):
- mtfsf 0xff, %f0
- blr