Home
last modified time | relevance | path

Searched refs:OP_NONE (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dm68hc11-opc.c70 #define OP_NONE M6811_OP_NONE macro
114 { "aba", OP_NONE, 1, 0x1b, 2, 2, CHG_HNZVC, cpu6811 },
115 { "aba", OP_NONE | OP_PAGE2,2, 0x06, 2, 2, CHG_HNZVC, cpu6812 },
116 { "abx", OP_NONE, 1, 0x3a, 3, 3, CHG_NONE, cpu6811 },
117 { "aby", OP_NONE | OP_PAGE2,2, 0x3a, 4, 4, CHG_NONE, cpu6811 },
207 { "asla", OP_NONE, 1, 0x48, 1, 1, CHG_NZVC, cpu6811|cpu6812 },
208 { "aslb", OP_NONE, 1, 0x58, 1, 1, CHG_NZVC, cpu6811|cpu6812 },
209 { "asld", OP_NONE, 1, 0x05, 3, 3, CHG_NZVC, cpu6811 },
210 { "asld", OP_NONE, 1, 0x59, 1, 1, CHG_NZVC, cpu6812 },
221 { "asra", OP_NONE, 1, 0x47, 1, 1, CHG_NZVC, cpu6811|cpu6812 },
[all …]
Darc-opc.c27 enum operand {OP_NONE,OP_REG,OP_SHIMM,OP_LIMM}; enumerator
338 enum operand op_type = OP_NONE; in insert_reg()
715 if (!((ST_SYNTAX(OP_REG,OP_REG,OP_NONE) && (insn[0] & 511) == 0) in extract_st_syntax()
716 || ST_SYNTAX(OP_REG,OP_LIMM,OP_NONE) in extract_st_syntax()
717 || (ST_SYNTAX(OP_SHIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0) in extract_st_syntax()
718 || (ST_SYNTAX(OP_SHIMM,OP_SHIMM,OP_NONE) && (insn[0] & 511) == 0) in extract_st_syntax()
719 || ST_SYNTAX(OP_SHIMM,OP_LIMM,OP_NONE) in extract_st_syntax()
722 || (ST_SYNTAX(OP_LIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0) in extract_st_syntax()
727 || ST_SYNTAX(OP_LIMM,OP_SHIMM,OP_NONE) in extract_st_syntax()
759 if (ST_SYNTAX (OP_SHIMM,OP_REG,OP_NONE) && shimm != 0) in insert_st_syntax()
[all …]
/mirbsd/src/usr.sbin/ppp/ppp/
Dfilter.c108 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseIcmp()
120 tgt->f_dstop = OP_NONE; in ParseIcmp()
138 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseUdpOrTcp()
143 if (tgt->f_srcop == OP_NONE) { in ParseUdpOrTcp()
158 if (tgt->f_dstop == OP_NONE) { in ParseUdpOrTcp()
203 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseGeneric()
Dfilter.h32 #define OP_NONE 0 macro
Dip.c404 if (fp->f_srcop != OP_NONE) { in FilterCheck()
410 if (fp->f_dstop != OP_NONE) { in FilterCheck()
423 if ((fp->f_srcop == OP_NONE || in FilterCheck()
425 (fp->f_dstop == OP_NONE || in FilterCheck()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i860.h33 OP_NONE = 0x00000, enumerator
Dtc-i860.c431 if (the_insn.fi[tmp].fup != OP_NONE) in md_assemble()
527 the_insn.fi[t].fup = OP_NONE; in i860_process_insn()
1451 else if (fup != OP_NONE) in md_apply_fix()