HomeSort by: relevance | last modified time | path
    Searched defs:inexact_nobias_s (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
fp.S 2315 inexact_nobias_s: label
2392 beq v0, MIPS_FCSR_RM_RN, inexact_nobias_s # round to nearest
2393 beq v0, MIPS_FCSR_RM_RZ, inexact_nobias_s # round to zero
2395 beq t0, zero, inexact_nobias_s # if sign is positive, truncate
2398 bne t0, zero, inexact_nobias_s # if sign is negative, truncate
2401 b inexact_nobias_s
fp.S 2315 inexact_nobias_s: label
2392 beq v0, MIPS_FCSR_RM_RN, inexact_nobias_s # round to nearest
2393 beq v0, MIPS_FCSR_RM_RZ, inexact_nobias_s # round to zero
2395 beq t0, zero, inexact_nobias_s # if sign is positive, truncate
2398 bne t0, zero, inexact_nobias_s # if sign is negative, truncate
2401 b inexact_nobias_s

Completed in 27 milliseconds