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

  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 92 typedef int16_t (*QH_FUNC)(int16_t, int16_t);
285 static const QH_FUNC qh_func[] = { variable
301 qh_vector_op(uint64_t v1, uint64_t v2, QH_FUNC func)
318 qh_map_op(uint64_t v1, int16_t h2, QH_FUNC func)
389 result = qh_map_op(op1, QH_ELEM(op2, fmtsel), qh_func[op]);
392 result = qh_vector_op(op1, ValueFPR(vt, fmt_mdmx), qh_func[op]);
395 result = qh_map_op(op1, vt, qh_func[op]);
  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 92 typedef int16_t (*QH_FUNC)(int16_t, int16_t);
285 static const QH_FUNC qh_func[] = { variable
301 qh_vector_op(uint64_t v1, uint64_t v2, QH_FUNC func)
318 qh_map_op(uint64_t v1, int16_t h2, QH_FUNC func)
389 result = qh_map_op(op1, QH_ELEM(op2, fmtsel), qh_func[op]);
392 result = qh_vector_op(op1, ValueFPR(vt, fmt_mdmx), qh_func[op]);
395 result = qh_map_op(op1, vt, qh_func[op]);

Completed in 40 milliseconds