Searched refs:ins_used (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z80.c85 static int ins_used = INS_Z80; variable
189 if (ins_used & (INS_UNPORT | INS_R800))
190 ins_used |= INS_UNDOC;
192 switch (ins_used)
460 ins_used |= ins_type;
/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c81 static int ins_used = INS_Z80; variable
266 if (ins_used & (INS_UNPORT | INS_R800))
267 ins_used |= INS_UNDOC;
269 switch (ins_used)
480 ins_used |= ins_type;

Completed in 41 milliseconds