OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INS_IDX_HALF
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-z80.c
70
#define
INS_IDX_HALF
(1 << 16)
80
#define INS_UNDOC (
INS_IDX_HALF
| INS_IN_F_C)
171
{"xyhl",
INS_IDX_HALF
, 0, 0, "instructions with halves of index registers" },
233
n =
INS_IDX_HALF
;
479
{"ixh", REG_H | R_IX,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
480
{"ixl", REG_L | R_IX,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
482
{"iyh", REG_H | R_IY,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
483
{"iyl", REG_L | R_IY,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
1330
check_mach (
INS_IDX_HALF
);
2454
check_mach (
INS_IDX_HALF
);
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c
70
#define
INS_IDX_HALF
(1 << 16)
80
#define INS_UNDOC (
INS_IDX_HALF
| INS_IN_F_C)
171
{"xyhl",
INS_IDX_HALF
, 0, 0, "instructions with halves of index registers" },
233
n =
INS_IDX_HALF
;
479
{"ixh", REG_H | R_IX,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
480
{"ixl", REG_L | R_IX,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
482
{"iyh", REG_H | R_IY,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
483
{"iyl", REG_L | R_IY,
INS_IDX_HALF
| INS_EZ80 | INS_R800 | INS_Z80N },
1330
check_mach (
INS_IDX_HALF
);
2479
check_mach (
INS_IDX_HALF
);
[
all
...]
Completed in 17 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026