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

  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 1001 typedef int16_t (*QH_ROUND)(signed48 a, int16_t s);
1235 static const QH_ROUND qh_round[] = { variable
1245 qh_vector_round(sim_cpu *cpu, address_word cia, uint64_t v2, QH_ROUND round)
1270 qh_map_round(sim_cpu *cpu, address_word cia, int16_t h2, QH_ROUND round)
1345 result = qh_map_round(cpu, cia, QH_ELEM(op2, fmtsel), qh_round[rm]);
1349 result = qh_vector_round(cpu, cia, op2, qh_round[rm]);
1352 result = qh_map_round(cpu, cia, vt, qh_round[rm]);
  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 1001 typedef int16_t (*QH_ROUND)(signed48 a, int16_t s);
1235 static const QH_ROUND qh_round[] = { variable
1245 qh_vector_round(sim_cpu *cpu, address_word cia, uint64_t v2, QH_ROUND round)
1270 qh_map_round(sim_cpu *cpu, address_word cia, int16_t h2, QH_ROUND round)
1345 result = qh_map_round(cpu, cia, QH_ELEM(op2, fmtsel), qh_round[rm]);
1349 result = qh_vector_round(cpu, cia, op2, qh_round[rm]);
1352 result = qh_map_round(cpu, cia, vt, qh_round[rm]);

Completed in 15 milliseconds