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

  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 221 static uint32_t sub_cc (uint32_t psr, int32_t operand1, int32_t operand2,
239 sub_cc(uint32_t psr, int32_t operand1, int32_t operand2, int32_t result) function
957 sregs->psr = sub_cc(sregs->psr, rs1, operand2, *rdd);
964 sregs->psr = sub_cc(sregs->psr, rs1, operand2, *rdd);
988 sregs->psr = sub_cc (sregs->psr, rs1, operand2, *rdd);
  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 221 static uint32_t sub_cc (uint32_t psr, int32_t operand1, int32_t operand2,
239 sub_cc(uint32_t psr, int32_t operand1, int32_t operand2, int32_t result) function
957 sregs->psr = sub_cc(sregs->psr, rs1, operand2, *rdd);
964 sregs->psr = sub_cc(sregs->psr, rs1, operand2, *rdd);
988 sregs->psr = sub_cc (sregs->psr, rs1, operand2, *rdd);

Completed in 17 milliseconds