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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z80.c53 #define INS_UNDOC 2 macro
81 static int ins_ok = INS_Z80 | INS_UNDOC;
99 ins_ok = INS_Z80 | INS_UNDOC | INS_R800;
103 ins_ok |= INS_UNDOC;
104 ins_err &= ~INS_UNDOC;
107 ins_ok |= INS_UNDOC | INS_UNPORT;
108 ins_err &= ~(INS_UNDOC | INS_UNPORT);
113 ins_ok &= ~(INS_UNDOC|INS_UNPORT);
114 ins_err &= ~INS_UNDOC;
119 ins_err &= ~(INS_UNDOC|INS_UNPOR
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c49 #define INS_UNDOC 2 macro
77 static int ins_ok = INS_Z80 | INS_UNDOC;
95 ins_ok = INS_Z80 | INS_UNDOC | INS_R800;
99 ins_ok |= INS_UNDOC;
100 ins_err &= ~INS_UNDOC;
103 ins_ok |= INS_UNDOC | INS_UNPORT;
104 ins_err &= ~(INS_UNDOC | INS_UNPORT);
109 ins_ok &= ~(INS_UNDOC|INS_UNPORT);
110 ins_err &= ~INS_UNDOC;
115 ins_err &= ~(INS_UNDOC|INS_UNPOR
[all...]

Completed in 39 milliseconds