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

  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 341 div64 (uint32_t n1_hi, uint32_t n1_low, uint32_t n2, uint32_t *result, int msigned) function
828 div64 (sregs->y, rs1, operand2, rdd, 1);
845 div64 (sregs->y, rs1, operand2, &uresult, 1);
875 div64 (sregs->y, rs1, operand2, rdd, 0);
892 div64 (sregs->y, rs1, operand2, &uresult, 0);
  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 341 div64 (uint32_t n1_hi, uint32_t n1_low, uint32_t n2, uint32_t *result, int msigned) function
828 div64 (sregs->y, rs1, operand2, rdd, 1);
845 div64 (sregs->y, rs1, operand2, &uresult, 1);
875 div64 (sregs->y, rs1, operand2, rdd, 0);
892 div64 (sregs->y, rs1, operand2, &uresult, 0);

Completed in 52 milliseconds