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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 93 #define h8_set_macl(cpu, val) h8_set_reg (cpu, MACL_REGNUM, val) macro
3601 h8_set_macl (cpu, 0);
3638 h8_set_macl (cpu, rd);
3666 h8_set_macl (cpu, (int) mac);
3683 h8_set_macl (cpu, (int) mac);
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 93 #define h8_set_macl(cpu, val) h8_set_reg (cpu, MACL_REGNUM, val) macro
3601 h8_set_macl (cpu, 0);
3638 h8_set_macl (cpu, rd);
3666 h8_set_macl (cpu, (int) mac);
3683 h8_set_macl (cpu, (int) mac);

Completed in 17 milliseconds