Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c31 #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
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h33 #define M6811_C_BIT 0x01 /* Carry */ macro