Searched refs:M6811_C_BIT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm68hc11-opc.c29 #define M6811_ZC_BIT M6811_Z_BIT|M6811_C_BIT
32 #define M6811_NZC_BIT M6811_N_BIT|M6811_Z_BIT|M6811_C_BIT
33 #define M6811_NVC_BIT M6811_N_BIT|M6811_V_BIT|M6811_C_BIT
34 #define M6811_ZVC_BIT M6811_Z_BIT|M6811_V_BIT|M6811_C_BIT
38 #define M6811_VC_BIT M6811_V_BIT|M6811_C_BIT
43 #define CHG_C 0,0,M6811_C_BIT
53 #define CLR_C 0,M6811_C_BIT,0
63 #define SET_C M6811_C_BIT,0,0
66 #define SET_C_CLR_V_CHG_NZ M6811_C_BIT,M6811_V_BIT,M6811_NZ_BIT
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68hc11.h32 #define M6811_C_BIT 0x01 /* Carry */ macro

Completed in 282 milliseconds