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

  /src/external/gpl3/gdb.old/dist/sim/arm/
thumbemu.c 43 test_cond (int cond, ARMul_State * state) function
121 return test_cond (cond, state);
200 if (! test_cond (cond, state))
  /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 18 milliseconds