summaryrefslogtreecommitdiff
path: root/lib9/setfcr-Linux-power.S
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2014-05-18 15:32:02 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2014-05-18 15:32:02 +0100
commitfc85c874b585778fe2eae90ab562103b7c8a7b6f (patch)
tree7968ae368c80e4840742922be86b0094e1135906 /lib9/setfcr-Linux-power.S
parent1593ea8eb6909c227f2f9c244c279e5bbd29c87a (diff)
revert to 626 to undo unintended push
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