OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M6811_V_BIT
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
m68hc11.h
32
#define
M6811_V_BIT
0x02 /* Overflow */
/toolchain/binutils/binutils-2.25/opcodes/
m68hc11-opc.c
33
#define M6811_NZV_BIT M6811_N_BIT|M6811_Z_BIT|
M6811_V_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
56
#define CLR_V 0,
M6811_V_BIT
,0
57
#define CLR_V_CHG_ZC 0,
M6811_V_BIT
,M6811_ZC_BIT
58
#define CLR_V_CHG_NZ 0,
M6811_V_BIT
,M6811_NZ_BIT
59
#define CLR_V_CHG_ZVC 0,
M6811_V_BIT
,M6811_ZVC_BIT
66
#define SET_V
M6811_V_BIT
,0,0
68
#define SET_C_CLR_V_CHG_NZ M6811_C_BIT,
M6811_V_BIT
,M6811_NZ_BI
[
all
...]
Completed in 291 milliseconds