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

  /src/sys/arch/mips/mips/
fp.S 2101 blt t1, ta1, test_cond # is FS < FT?
2103 beq t1, ta1, test_cond # is FS == FT?
2105 b test_cond
2139 blt t1, ta1, test_cond # is FS(MSW) < FT(MSW)?
2141 bne t1, ta1, test_cond # is FS(MSW) > FT(MSW)?
2143 bltu t3, ta3, test_cond # is FS(LSW) < FT(LSW)?
2145 beq t3, ta3, test_cond # is FS(LSW) == FT(LSW)?
2147 test_cond: label

Completed in 13 milliseconds