Searched refs:INS_NOT_GBZ80 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-z80.c77 #define INS_NOT_GBZ80 (INS_Z80 | INS_Z180 | INS_R800 | INS_EZ80 | INS_Z80N) macro
477 {"i", REG_I, INS_NOT_GBZ80 },
478 {"ix", REG_IX, INS_NOT_GBZ80 },
481 {"iy", REG_IY, INS_NOT_GBZ80 },
486 {"r", REG_R, INS_NOT_GBZ80 },
3539 { "cpd", 0xED, 0xA9, emit_insn, INS_NOT_GBZ80 },
3540 { "cpdr", 0xED, 0xB9, emit_insn, INS_NOT_GBZ80 },
3541 { "cpi", 0xED, 0xA1, emit_insn, INS_NOT_GBZ80 },
3542 { "cpir", 0xED, 0xB1, emit_insn, INS_NOT_GBZ80 },
3547 { "djnz", 0x00, 0x10, emit_jr, INS_NOT_GBZ80 },
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-z80.c77 #define INS_NOT_GBZ80 (INS_Z80 | INS_Z180 | INS_R800 | INS_EZ80 | INS_Z80N) macro
472 {"i", REG_I, INS_NOT_GBZ80 },
473 {"ix", REG_IX, INS_NOT_GBZ80 },
476 {"iy", REG_IY, INS_NOT_GBZ80 },
481 {"r", REG_R, INS_NOT_GBZ80 },
3481 { "cpd", 0xED, 0xA9, emit_insn, INS_NOT_GBZ80 },
3482 { "cpdr", 0xED, 0xB9, emit_insn, INS_NOT_GBZ80 },
3483 { "cpi", 0xED, 0xA1, emit_insn, INS_NOT_GBZ80 },
3484 { "cpir", 0xED, 0xB1, emit_insn, INS_NOT_GBZ80 },
3489 { "djnz", 0x00, 0x10, emit_jr, INS_NOT_GBZ80 },
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z80.c77 #define INS_NOT_GBZ80 (INS_Z80 | INS_Z180 | INS_R800 | INS_EZ80 | INS_Z80N) macro
477 {"i", REG_I, INS_NOT_GBZ80 },
478 {"ix", REG_IX, INS_NOT_GBZ80 },
481 {"iy", REG_IY, INS_NOT_GBZ80 },
486 {"r", REG_R, INS_NOT_GBZ80 },
3539 { "cpd", 0xED, 0xA9, emit_insn, INS_NOT_GBZ80 },
3540 { "cpdr", 0xED, 0xB9, emit_insn, INS_NOT_GBZ80 },
3541 { "cpi", 0xED, 0xA1, emit_insn, INS_NOT_GBZ80 },
3542 { "cpir", 0xED, 0xB1, emit_insn, INS_NOT_GBZ80 },
3547 { "djnz", 0x00, 0x10, emit_jr, INS_NOT_GBZ80 },
[all...]

Completed in 162 milliseconds