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_Z_BIT
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/m68hc11/
gencode.c
34
#define M6811_ZC_BIT
M6811_Z_BIT
|M6811_C_BIT
35
#define M6811_NZ_BIT M6811_N_BIT|
M6811_Z_BIT
36
#define M6811_NZV_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_V_BIT
37
#define M6811_NZC_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_C_BIT
39
#define M6811_ZVC_BIT
M6811_Z_BIT
|M6811_V_BIT|M6811_C_BIT
47
#define CHG_Z 0,0,
M6811_Z_BIT
70
#define SET_Z_CLR_NVC
M6811_Z_BIT
,M6811_NVC_BIT,0
72
#define SET_Z_CHG_HNVC
M6811_Z_BIT
,0,M6811_HNVC_BIT
104
"if ((cpu_get_ccr (cpu) & (M6811_C_BIT|
M6811_Z_BIT
)) == 0)\n@ \
107
"if ((cpu_get_ccr (cpu) & (M6811_C_BIT|
M6811_Z_BIT
)))\n@
[
all
...]
m68hc11-sim.h
258
#define cpu_get_ccr_Z(cpu) ((cpu_get_ccr (cpu) &
M6811_Z_BIT
) ? 1 : 0)
270
#define cpu_set_ccr_Z(cpu, val) cpu_set_ccr_flag (cpu,
M6811_Z_BIT
, val)
/src/external/gpl3/gdb.old/dist/sim/m68hc11/
gencode.c
34
#define M6811_ZC_BIT
M6811_Z_BIT
|M6811_C_BIT
35
#define M6811_NZ_BIT M6811_N_BIT|
M6811_Z_BIT
36
#define M6811_NZV_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_V_BIT
37
#define M6811_NZC_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_C_BIT
39
#define M6811_ZVC_BIT
M6811_Z_BIT
|M6811_V_BIT|M6811_C_BIT
47
#define CHG_Z 0,0,
M6811_Z_BIT
70
#define SET_Z_CLR_NVC
M6811_Z_BIT
,M6811_NVC_BIT,0
72
#define SET_Z_CHG_HNVC
M6811_Z_BIT
,0,M6811_HNVC_BIT
104
"if ((cpu_get_ccr (cpu) & (M6811_C_BIT|
M6811_Z_BIT
)) == 0)\n@ \
107
"if ((cpu_get_ccr (cpu) & (M6811_C_BIT|
M6811_Z_BIT
)))\n@
[
all
...]
m68hc11-sim.h
258
#define cpu_get_ccr_Z(cpu) ((cpu_get_ccr (cpu) &
M6811_Z_BIT
) ? 1 : 0)
270
#define cpu_set_ccr_Z(cpu, val) cpu_set_ccr_flag (cpu,
M6811_Z_BIT
, val)
/src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h
31
#define
M6811_Z_BIT
0x04 /* Zero */
/src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h
31
#define
M6811_Z_BIT
0x04 /* Zero */
/src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h
31
#define
M6811_Z_BIT
0x04 /* Zero */
/src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h
31
#define
M6811_Z_BIT
0x04 /* Zero */
/src/external/gpl3/binutils/dist/opcodes/
m68hc11-opc.c
31
#define M6811_ZC_BIT
M6811_Z_BIT
|M6811_C_BIT
32
#define M6811_NZ_BIT M6811_N_BIT|
M6811_Z_BIT
33
#define M6811_NZV_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_V_BIT
34
#define M6811_NZC_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_C_BIT
36
#define M6811_ZVC_BIT
M6811_Z_BIT
|M6811_V_BIT|M6811_C_BIT
44
#define CHG_Z 0,0,
M6811_Z_BIT
67
#define SET_Z_CLR_NVC
M6811_Z_BIT
,M6811_NVC_BIT,0
69
#define SET_Z_CHG_HNVC
M6811_Z_BIT
,0,M6811_HNVC_BIT
/src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-opc.c
31
#define M6811_ZC_BIT
M6811_Z_BIT
|M6811_C_BIT
32
#define M6811_NZ_BIT M6811_N_BIT|
M6811_Z_BIT
33
#define M6811_NZV_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_V_BIT
34
#define M6811_NZC_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_C_BIT
36
#define M6811_ZVC_BIT
M6811_Z_BIT
|M6811_V_BIT|M6811_C_BIT
44
#define CHG_Z 0,0,
M6811_Z_BIT
67
#define SET_Z_CLR_NVC
M6811_Z_BIT
,M6811_NVC_BIT,0
69
#define SET_Z_CHG_HNVC
M6811_Z_BIT
,0,M6811_HNVC_BIT
/src/external/gpl3/gdb/dist/gdb/
m68hc11-tdep.c
1050
l &
M6811_Z_BIT
? 'Z' : '-',
1054
Z = (l &
M6811_Z_BIT
) != 0;
/src/external/gpl3/gdb/dist/opcodes/
m68hc11-opc.c
31
#define M6811_ZC_BIT
M6811_Z_BIT
|M6811_C_BIT
32
#define M6811_NZ_BIT M6811_N_BIT|
M6811_Z_BIT
33
#define M6811_NZV_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_V_BIT
34
#define M6811_NZC_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_C_BIT
36
#define M6811_ZVC_BIT
M6811_Z_BIT
|M6811_V_BIT|M6811_C_BIT
44
#define CHG_Z 0,0,
M6811_Z_BIT
67
#define SET_Z_CLR_NVC
M6811_Z_BIT
,M6811_NVC_BIT,0
69
#define SET_Z_CHG_HNVC
M6811_Z_BIT
,0,M6811_HNVC_BIT
/src/external/gpl3/gdb.old/dist/gdb/
m68hc11-tdep.c
1053
l &
M6811_Z_BIT
? 'Z' : '-',
1057
Z = (l &
M6811_Z_BIT
) != 0;
/src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-opc.c
31
#define M6811_ZC_BIT
M6811_Z_BIT
|M6811_C_BIT
32
#define M6811_NZ_BIT M6811_N_BIT|
M6811_Z_BIT
33
#define M6811_NZV_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_V_BIT
34
#define M6811_NZC_BIT M6811_N_BIT|
M6811_Z_BIT
|M6811_C_BIT
36
#define M6811_ZVC_BIT
M6811_Z_BIT
|M6811_V_BIT|M6811_C_BIT
44
#define CHG_Z 0,0,
M6811_Z_BIT
67
#define SET_Z_CLR_NVC
M6811_Z_BIT
,M6811_NVC_BIT,0
69
#define SET_Z_CHG_HNVC
M6811_Z_BIT
,0,M6811_HNVC_BIT
Completed in 50 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026