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

  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11-sim.h 270 #define cpu_set_ccr_Z(cpu, val) cpu_set_ccr_flag (cpu, M6811_Z_BIT, val)
348 cpu_set_ccr_Z (cpu, val == 0 ? 1 : 0);
355 cpu_set_ccr_Z (cpu, val == 0 ? 1 : 0);
363 cpu_set_ccr_Z (cpu, val == 0 ? 1 : 0);
372 cpu_set_ccr_Z (cpu, r == 0);
382 cpu_set_ccr_Z (cpu, r == 0);
391 cpu_set_ccr_Z (cpu, r == 0);
400 cpu_set_ccr_Z (cpu, r == 0);
  /src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11-sim.h 270 #define cpu_set_ccr_Z(cpu, val) cpu_set_ccr_flag (cpu, M6811_Z_BIT, val)
348 cpu_set_ccr_Z (cpu, val == 0 ? 1 : 0);
355 cpu_set_ccr_Z (cpu, val == 0 ? 1 : 0);
363 cpu_set_ccr_Z (cpu, val == 0 ? 1 : 0);
372 cpu_set_ccr_Z (cpu, r == 0);
382 cpu_set_ccr_Z (cpu, r == 0);
391 cpu_set_ccr_Z (cpu, r == 0);
400 cpu_set_ccr_Z (cpu, r == 0);

Completed in 42 milliseconds