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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z80.c54 #define INS_UNPORT 4 macro
100 ins_err = INS_UNPORT;
107 ins_ok |= INS_UNDOC | INS_UNPORT;
108 ins_err &= ~(INS_UNDOC | INS_UNPORT);
113 ins_ok &= ~(INS_UNDOC|INS_UNPORT);
118 ins_ok &= ~INS_UNPORT;
119 ins_err &= ~(INS_UNDOC|INS_UNPORT);
124 ins_ok &= (INS_UNDOC | INS_UNPORT);
125 ins_err |= INS_UNDOC | INS_UNPORT;
129 ins_ok &= ~INS_UNPORT;
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c50 #define INS_UNPORT 4 macro
96 ins_err = INS_UNPORT;
103 ins_ok |= INS_UNDOC | INS_UNPORT;
104 ins_err &= ~(INS_UNDOC | INS_UNPORT);
109 ins_ok &= ~(INS_UNDOC|INS_UNPORT);
114 ins_ok &= ~INS_UNPORT;
115 ins_err &= ~(INS_UNDOC|INS_UNPORT);
120 ins_ok &= (INS_UNDOC | INS_UNPORT);
121 ins_err |= INS_UNDOC | INS_UNPORT;
125 ins_ok &= ~INS_UNPORT;
[all...]

Completed in 14 milliseconds