diff options
Diffstat (limited to 'StdLib/LibC/Main/Ipf/FpuRmode.s')
-rw-r--r-- | StdLib/LibC/Main/Ipf/FpuRmode.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/StdLib/LibC/Main/Ipf/FpuRmode.s b/StdLib/LibC/Main/Ipf/FpuRmode.s deleted file mode 100644 index caf4fba207..0000000000 --- a/StdLib/LibC/Main/Ipf/FpuRmode.s +++ /dev/null @@ -1,12 +0,0 @@ - .globl internal_FPU_rmode
- .proc internal_FPU_rmode
-internal_FPU_rmode::
- // get the floating point rounding control bits
- // bits 10 and 11 are the rc bits from main status field fpsr.sf0
- mov r8= ar.fpsr;;
- shr r8 = r8, 10
- mov r9 = 3;;
- and r8 = r8, r9;;
- br.sptk.few b0
-
- .endp internal_FPU_rmode
|