FpuRmode.s revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
0N/A .globl internal_FPU_rmode
3761N/A .proc internal_FPU_rmode
0N/Ainternal_FPU_rmode::
0N/A // get the floating point rounding control bits
0N/A // bits 10 and 11 are the rc bits from main status field fpsr.sf0
0N/A mov r8= ar.fpsr;;
0N/A shr r8 = r8, 10
0N/A mov r9 = 3;;
0N/A and r8 = r8, r9;;
0N/A br.sptk.few b0
0N/A
0N/A .endp internal_FPU_rmode
0N/A