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

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68hc11.h29 #define M6811_N_BIT 0x08 /* Negative */ macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm68hc11-opc.c30 #define M6811_NZ_BIT M6811_N_BIT|M6811_Z_BIT
31 #define M6811_NZV_BIT M6811_N_BIT|M6811_Z_BIT|M6811_V_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
35 #define M6811_NZVC_BIT M6811_ZVC_BIT|M6811_N_BIT
58 #define CLR_N_CHG_ZVC 0,M6811_N_BIT,M6811_ZVC_BIT /* Used by lsr */

Completed in 122 milliseconds