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

  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 1168 typedef uint8_t (*OB_ROUND)(signed24 a, uint8_t s);
1239 static const OB_ROUND ob_round[] = { variable
1293 ob_vector_round(sim_cpu *cpu, address_word cia, uint64_t v2, OB_ROUND round)
1311 ob_map_round(sim_cpu *cpu, address_word cia, uint8_t b2, OB_ROUND round)
1361 result = ob_map_round(cpu, cia, OB_ELEM(op2, fmtsel), ob_round[rm]);
1365 result = ob_vector_round(cpu, cia, op2, ob_round[rm]);
1368 result = ob_map_round(cpu, cia, vt, ob_round[rm]);
mdmx.c 1168 typedef uint8_t (*OB_ROUND)(signed24 a, uint8_t s);
1239 static const OB_ROUND ob_round[] = { variable
1293 ob_vector_round(sim_cpu *cpu, address_word cia, uint64_t v2, OB_ROUND round)
1311 ob_map_round(sim_cpu *cpu, address_word cia, uint8_t b2, OB_ROUND round)
1361 result = ob_map_round(cpu, cia, OB_ELEM(op2, fmtsel), ob_round[rm]);
1365 result = ob_vector_round(cpu, cia, op2, ob_round[rm]);
1368 result = ob_map_round(cpu, cia, vt, ob_round[rm]);
  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 1168 typedef uint8_t (*OB_ROUND)(signed24 a, uint8_t s);
1239 static const OB_ROUND ob_round[] = { variable
1293 ob_vector_round(sim_cpu *cpu, address_word cia, uint64_t v2, OB_ROUND round)
1311 ob_map_round(sim_cpu *cpu, address_word cia, uint8_t b2, OB_ROUND round)
1361 result = ob_map_round(cpu, cia, OB_ELEM(op2, fmtsel), ob_round[rm]);
1365 result = ob_vector_round(cpu, cia, op2, ob_round[rm]);
1368 result = ob_map_round(cpu, cia, vt, ob_round[rm]);
mdmx.c 1168 typedef uint8_t (*OB_ROUND)(signed24 a, uint8_t s);
1239 static const OB_ROUND ob_round[] = { variable
1293 ob_vector_round(sim_cpu *cpu, address_word cia, uint64_t v2, OB_ROUND round)
1311 ob_map_round(sim_cpu *cpu, address_word cia, uint8_t b2, OB_ROUND round)
1361 result = ob_map_round(cpu, cia, OB_ELEM(op2, fmtsel), ob_round[rm]);
1365 result = ob_vector_round(cpu, cia, op2, ob_round[rm]);
1368 result = ob_map_round(cpu, cia, vt, ob_round[rm]);

Completed in 54 milliseconds