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

  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11-sim.h 315 memory_read16 (sim_cpu *cpu, uint16_t addr) function
444 val = memory_read16 (cpu, addr + 1);
491 val = memory_read16 (cpu, addr);
516 val = memory_read16 (cpu, addr);
  /src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11-sim.h 315 memory_read16 (sim_cpu *cpu, uint16_t addr) function
444 val = memory_read16 (cpu, addr + 1);
491 val = memory_read16 (cpu, addr);
516 val = memory_read16 (cpu, addr);

Completed in 32 milliseconds