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

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 13095 mul64hi (uint64_t value1, uint64_t value2) function
13159 /* Convert to unsigned and use the unsigned mul64hi routine
13183 uresult = mul64hi (uvalue1, uvalue2);
13252 mul64hi (aarch64_get_reg_u64 (cpu, rn, NO_SP),
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 13095 mul64hi (uint64_t value1, uint64_t value2) function
13159 /* Convert to unsigned and use the unsigned mul64hi routine
13183 uresult = mul64hi (uvalue1, uvalue2);
13252 mul64hi (aarch64_get_reg_u64 (cpu, rn, NO_SP),

Completed in 44 milliseconds