OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M6811_V_BIT
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/m68hc11/
gencode.c
36
#define M6811_NZV_BIT M6811_N_BIT|M6811_Z_BIT|
M6811_V_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
59
#define CLR_V 0,
M6811_V_BIT
,0
60
#define CLR_V_CHG_ZC 0,
M6811_V_BIT
,M6811_ZC_BIT
61
#define CLR_V_CHG_NZ 0,
M6811_V_BIT
,M6811_NZ_BIT
62
#define CLR_V_CHG_ZVC 0,
M6811_V_BIT
,M6811_ZVC_BIT
69
#define SET_V
M6811_V_BIT
,0,0
71
#define SET_C_CLR_V_CHG_NZ M6811_C_BIT,
M6811_V_BIT
,M6811_NZ_BI
[
all
...]
m68hc11-sim.h
256
#define cpu_get_ccr_V(cpu) ((cpu_get_ccr (cpu) &
M6811_V_BIT
) ? 1 : 0)
268
#define cpu_set_ccr_V(cpu, val) cpu_set_ccr_flag (cpu,
M6811_V_BIT
, val)
/src/external/gpl3/gdb.old/dist/sim/m68hc11/
gencode.c
36
#define M6811_NZV_BIT M6811_N_BIT|M6811_Z_BIT|
M6811_V_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
59
#define CLR_V 0,
M6811_V_BIT
,0
60
#define CLR_V_CHG_ZC 0,
M6811_V_BIT
,M6811_ZC_BIT
61
#define CLR_V_CHG_NZ 0,
M6811_V_BIT
,M6811_NZ_BIT
62
#define CLR_V_CHG_ZVC 0,
M6811_V_BIT
,M6811_ZVC_BIT
69
#define SET_V
M6811_V_BIT
,0,0
71
#define SET_C_CLR_V_CHG_NZ M6811_C_BIT,
M6811_V_BIT
,M6811_NZ_BI
[
all
...]
m68hc11-sim.h
256
#define cpu_get_ccr_V(cpu) ((cpu_get_ccr (cpu) &
M6811_V_BIT
) ? 1 : 0)
268
#define cpu_set_ccr_V(cpu, val) cpu_set_ccr_flag (cpu,
M6811_V_BIT
, val)
/src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h
32
#define
M6811_V_BIT
0x02 /* Overflow */
/src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h
32
#define
M6811_V_BIT
0x02 /* Overflow */
/src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h
32
#define
M6811_V_BIT
0x02 /* Overflow */
/src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h
32
#define
M6811_V_BIT
0x02 /* Overflow */
/src/external/gpl3/binutils/dist/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
...]
/src/external/gpl3/binutils.old/dist/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
...]
/src/external/gpl3/gdb/dist/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
...]
/src/external/gpl3/gdb.old/dist/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
...]
/src/external/gpl3/gdb/dist/gdb/
m68hc11-tdep.c
1051
l &
M6811_V_BIT
? 'V' : '-',
1055
V = (l &
M6811_V_BIT
) != 0;
/src/external/gpl3/gdb.old/dist/gdb/
m68hc11-tdep.c
1054
l &
M6811_V_BIT
? 'V' : '-',
1058
V = (l &
M6811_V_BIT
) != 0;
Completed in 167 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026