Lines Matching refs:INS_UNDOC
49 #define INS_UNDOC 2 macro
77 static int ins_ok = INS_Z80 | INS_UNDOC;
95 ins_ok = INS_Z80 | INS_UNDOC | INS_R800; in md_parse_option()
99 ins_ok |= INS_UNDOC; in md_parse_option()
100 ins_err &= ~INS_UNDOC; in md_parse_option()
103 ins_ok |= INS_UNDOC | INS_UNPORT; in md_parse_option()
104 ins_err &= ~(INS_UNDOC | INS_UNPORT); in md_parse_option()
109 ins_ok &= ~(INS_UNDOC|INS_UNPORT); in md_parse_option()
110 ins_err &= ~INS_UNDOC; in md_parse_option()
115 ins_err &= ~(INS_UNDOC|INS_UNPORT); in md_parse_option()
120 ins_ok &= (INS_UNDOC | INS_UNPORT); in md_parse_option()
121 ins_err |= INS_UNDOC | INS_UNPORT; in md_parse_option()
267 ins_used |= INS_UNDOC; in z80_md_end()
274 case INS_Z80|INS_UNDOC: in z80_md_end()
277 case INS_Z80|INS_UNDOC|INS_UNPORT: in z80_md_end()
280 case INS_Z80|INS_UNDOC|INS_R800: in z80_md_end()
454 case INS_UNDOC: in wrong_mach()
791 check_mach (INS_UNDOC); in emit_mx()
1336 check_mach (INS_UNDOC); in emit_in()
1547 check_mach (INS_UNDOC); in emit_ldreg()