Home
last modified time | relevance | path

Searched refs:test_cond (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/mips/mips/
Dfp.S1595 blt t1, ta1, test_cond # is FS < FT?
1597 beq t1, ta1, test_cond # is FS == FT?
1599 b test_cond
1633 blt t1, ta1, test_cond # is FS(MSW) < FT(MSW)?
1635 bne t1, ta1, test_cond # is FS(MSW) > FT(MSW)?
1637 bltu t3, ta3, test_cond # is FS(LSW) < FT(LSW)?
1639 beq t3, ta3, test_cond # is FS(LSW) == FT(LSW)?
1641 test_cond: label