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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 91 #define h8_set_mach(cpu, val) h8_set_reg (cpu, MACH_REGNUM, val) macro
3600 h8_set_mach (cpu, 0);
3635 h8_set_mach (cpu, rd);
3685 h8_set_mach (cpu, (int) (mac & 0x3ff));
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 91 #define h8_set_mach(cpu, val) h8_set_reg (cpu, MACH_REGNUM, val) macro
3600 h8_set_mach (cpu, 0);
3635 h8_set_mach (cpu, rd);
3685 h8_set_mach (cpu, (int) (mac & 0x3ff));

Completed in 18 milliseconds