HomeSort by: relevance | last modified time | path
    Searched refs:M6811_C_BIT (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m68hc11/
gencode.c 34 #define M6811_ZC_BIT M6811_Z_BIT|M6811_C_BIT
37 #define M6811_NZC_BIT M6811_N_BIT|M6811_Z_BIT|M6811_C_BIT
38 #define M6811_NVC_BIT M6811_N_BIT|M6811_V_BIT|M6811_C_BIT
39 #define M6811_ZVC_BIT M6811_Z_BIT|M6811_V_BIT|M6811_C_BIT
43 #define M6811_VC_BIT M6811_V_BIT|M6811_C_BIT
48 #define CHG_C 0,0,M6811_C_BIT
58 #define CLR_C 0,M6811_C_BIT,0
68 #define SET_C M6811_C_BIT,0,0
71 #define SET_C_CLR_V_CHG_NZ M6811_C_BIT,M6811_V_BIT,M6811_NZ_BIT
104 "if ((cpu_get_ccr (cpu) & (M6811_C_BIT|M6811_Z_BIT)) == 0)\n@
    [all...]
m68hc11-sim.h 257 #define cpu_get_ccr_C(cpu) ((cpu_get_ccr (cpu) & M6811_C_BIT) ? 1 : 0)
269 #define cpu_set_ccr_C(cpu, val) cpu_set_ccr_flag (cpu, M6811_C_BIT, val)
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
gencode.c 34 #define M6811_ZC_BIT M6811_Z_BIT|M6811_C_BIT
37 #define M6811_NZC_BIT M6811_N_BIT|M6811_Z_BIT|M6811_C_BIT
38 #define M6811_NVC_BIT M6811_N_BIT|M6811_V_BIT|M6811_C_BIT
39 #define M6811_ZVC_BIT M6811_Z_BIT|M6811_V_BIT|M6811_C_BIT
43 #define M6811_VC_BIT M6811_V_BIT|M6811_C_BIT
48 #define CHG_C 0,0,M6811_C_BIT
58 #define CLR_C 0,M6811_C_BIT,0
68 #define SET_C M6811_C_BIT,0,0
71 #define SET_C_CLR_V_CHG_NZ M6811_C_BIT,M6811_V_BIT,M6811_NZ_BIT
104 "if ((cpu_get_ccr (cpu) & (M6811_C_BIT|M6811_Z_BIT)) == 0)\n@
    [all...]
m68hc11-sim.h 257 #define cpu_get_ccr_C(cpu) ((cpu_get_ccr (cpu) & M6811_C_BIT) ? 1 : 0)
269 #define cpu_set_ccr_C(cpu, val) cpu_set_ccr_flag (cpu, M6811_C_BIT, val)
  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 33 #define M6811_C_BIT 0x01 /* Carry */
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 33 #define M6811_C_BIT 0x01 /* Carry */
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 33 #define M6811_C_BIT 0x01 /* Carry */
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 33 #define M6811_C_BIT 0x01 /* Carry */
  /src/external/gpl3/binutils/dist/opcodes/
m68hc11-opc.c 31 #define M6811_ZC_BIT M6811_Z_BIT|M6811_C_BIT
34 #define M6811_NZC_BIT M6811_N_BIT|M6811_Z_BIT|M6811_C_BIT
35 #define M6811_NVC_BIT M6811_N_BIT|M6811_V_BIT|M6811_C_BIT
36 #define M6811_ZVC_BIT M6811_Z_BIT|M6811_V_BIT|M6811_C_BIT
40 #define M6811_VC_BIT M6811_V_BIT|M6811_C_BIT
45 #define CHG_C 0,0,M6811_C_BIT
55 #define CLR_C 0,M6811_C_BIT,0
65 #define SET_C M6811_C_BIT,0,0
68 #define SET_C_CLR_V_CHG_NZ M6811_C_BIT,M6811_V_BIT,M6811_NZ_BIT
  /src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-opc.c 31 #define M6811_ZC_BIT M6811_Z_BIT|M6811_C_BIT
34 #define M6811_NZC_BIT M6811_N_BIT|M6811_Z_BIT|M6811_C_BIT
35 #define M6811_NVC_BIT M6811_N_BIT|M6811_V_BIT|M6811_C_BIT
36 #define M6811_ZVC_BIT M6811_Z_BIT|M6811_V_BIT|M6811_C_BIT
40 #define M6811_VC_BIT M6811_V_BIT|M6811_C_BIT
45 #define CHG_C 0,0,M6811_C_BIT
55 #define CLR_C 0,M6811_C_BIT,0
65 #define SET_C M6811_C_BIT,0,0
68 #define SET_C_CLR_V_CHG_NZ M6811_C_BIT,M6811_V_BIT,M6811_NZ_BIT
  /src/external/gpl3/gdb/dist/opcodes/
m68hc11-opc.c 31 #define M6811_ZC_BIT M6811_Z_BIT|M6811_C_BIT
34 #define M6811_NZC_BIT M6811_N_BIT|M6811_Z_BIT|M6811_C_BIT
35 #define M6811_NVC_BIT M6811_N_BIT|M6811_V_BIT|M6811_C_BIT
36 #define M6811_ZVC_BIT M6811_Z_BIT|M6811_V_BIT|M6811_C_BIT
40 #define M6811_VC_BIT M6811_V_BIT|M6811_C_BIT
45 #define CHG_C 0,0,M6811_C_BIT
55 #define CLR_C 0,M6811_C_BIT,0
65 #define SET_C M6811_C_BIT,0,0
68 #define SET_C_CLR_V_CHG_NZ M6811_C_BIT,M6811_V_BIT,M6811_NZ_BIT
  /src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-opc.c 31 #define M6811_ZC_BIT M6811_Z_BIT|M6811_C_BIT
34 #define M6811_NZC_BIT M6811_N_BIT|M6811_Z_BIT|M6811_C_BIT
35 #define M6811_NVC_BIT M6811_N_BIT|M6811_V_BIT|M6811_C_BIT
36 #define M6811_ZVC_BIT M6811_Z_BIT|M6811_V_BIT|M6811_C_BIT
40 #define M6811_VC_BIT M6811_V_BIT|M6811_C_BIT
45 #define CHG_C 0,0,M6811_C_BIT
55 #define CLR_C 0,M6811_C_BIT,0
65 #define SET_C M6811_C_BIT,0,0
68 #define SET_C_CLR_V_CHG_NZ M6811_C_BIT,M6811_V_BIT,M6811_NZ_BIT
  /src/external/gpl3/gdb/dist/gdb/
m68hc11-tdep.c 1052 l & M6811_C_BIT ? 'C' : '-');
1056 C = (l & M6811_C_BIT) != 0;
  /src/external/gpl3/gdb.old/dist/gdb/
m68hc11-tdep.c 1055 l & M6811_C_BIT ? 'C' : '-');
1059 C = (l & M6811_C_BIT) != 0;

Completed in 42 milliseconds