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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-z80.c81 #define INS_UNPORT (INS_OUT_C_0 | INS_SLI | INS_ROT_II_LD) macro
160 {"gbz80", INS_GBZ80, INS_UNDOC|INS_UNPORT, 0, "GameBoy Z80" },
161 {"r800", INS_R800, INS_UNPORT, 0, "Ascii R800" },
162 {"z180", INS_Z180, INS_UNDOC|INS_UNPORT, 0, "Zilog Z180" },
169 {"full", INS_UNDOC|INS_UNPORT, 0, 0, "assemble all known instructions" },
370 ins_ok |= INS_UNDOC | INS_UNPORT;
371 ins_err &= ~(INS_UNDOC | INS_UNPORT);
377 ins_ok &= (INS_UNDOC | INS_UNPORT);
378 ins_err |= INS_UNDOC | INS_UNPORT;
382 ins_ok &= ~INS_UNPORT;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-z80.c81 #define INS_UNPORT (INS_OUT_C_0 | INS_SLI | INS_ROT_II_LD) macro
160 {"gbz80", INS_GBZ80, INS_UNDOC|INS_UNPORT, 0, "GameBoy Z80" },
161 {"r800", INS_R800, INS_UNPORT, 0, "Ascii R800" },
162 {"z180", INS_Z180, INS_UNDOC|INS_UNPORT, 0, "Zilog Z180" },
169 {"full", INS_UNDOC|INS_UNPORT, 0, 0, "assemble all known instructions" },
365 ins_ok |= INS_UNDOC | INS_UNPORT;
366 ins_err &= ~(INS_UNDOC | INS_UNPORT);
372 ins_ok &= (INS_UNDOC | INS_UNPORT);
373 ins_err |= INS_UNDOC | INS_UNPORT;
377 ins_ok &= ~INS_UNPORT;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z80.c81 #define INS_UNPORT (INS_OUT_C_0 | INS_SLI | INS_ROT_II_LD) macro
160 {"gbz80", INS_GBZ80, INS_UNDOC|INS_UNPORT, 0, "GameBoy Z80" },
161 {"r800", INS_R800, INS_UNPORT, 0, "Ascii R800" },
162 {"z180", INS_Z180, INS_UNDOC|INS_UNPORT, 0, "Zilog Z180" },
169 {"full", INS_UNDOC|INS_UNPORT, 0, 0, "assemble all known instructions" },
370 ins_ok |= INS_UNDOC | INS_UNPORT;
371 ins_err &= ~(INS_UNDOC | INS_UNPORT);
377 ins_ok &= (INS_UNDOC | INS_UNPORT);
378 ins_err |= INS_UNDOC | INS_UNPORT;
382 ins_ok &= ~INS_UNPORT;
[all...]

Completed in 213 milliseconds