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

  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 93 typedef uint8_t (*OB_FUNC)(uint8_t, uint8_t);
291 static const OB_FUNC ob_func[] = { variable
337 ob_vector_op(uint64_t v1, uint64_t v2, OB_FUNC func)
354 ob_map_op(uint64_t v1, uint8_t b2, OB_FUNC func)
404 result = ob_map_op(op1, OB_ELEM(op2, fmtsel), ob_func[op]);
407 result = ob_vector_op(op1, ValueFPR(vt, fmt_mdmx), ob_func[op]);
410 result = ob_map_op(op1, vt, ob_func[op]);
  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 93 typedef uint8_t (*OB_FUNC)(uint8_t, uint8_t);
291 static const OB_FUNC ob_func[] = { variable
337 ob_vector_op(uint64_t v1, uint64_t v2, OB_FUNC func)
354 ob_map_op(uint64_t v1, uint8_t b2, OB_FUNC func)
404 result = ob_map_op(op1, OB_ELEM(op2, fmtsel), ob_func[op]);
407 result = ob_vector_op(op1, ValueFPR(vt, fmt_mdmx), ob_func[op]);
410 result = ob_map_op(op1, vt, ob_func[op]);

Completed in 16 milliseconds