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

  /src/external/gpl3/gdb.old/dist/sim/mcore/
interp.c 247 iu_carry (unsigned long a, unsigned long b, int cin) function
731 tmp = iu_carry (a, b, C_VALUE ());
741 tmp = iu_carry (a,~b, C_VALUE ());
  /src/external/gpl3/gdb/dist/sim/mcore/
interp.c 247 iu_carry (unsigned long a, unsigned long b, int cin) function
731 tmp = iu_carry (a, b, C_VALUE ());
741 tmp = iu_carry (a,~b, C_VALUE ());

Completed in 18 milliseconds