Home
last modified time | relevance | path

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

/trueos/contrib/binutils/opcodes/
HDarc-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 …]
/trueos/usr.sbin/ppp/
HDfilter.c107 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseIcmp()
119 tgt->f_dstop = OP_NONE; in ParseIcmp()
137 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseUdpOrTcp()
142 if (tgt->f_srcop == OP_NONE) { in ParseUdpOrTcp()
157 if (tgt->f_dstop == OP_NONE) { in ParseUdpOrTcp()
201 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseGeneric()
HDfilter.h32 #define OP_NONE 0 macro
HDip.c410 if (fp->f_srcop != OP_NONE) { in FilterCheck()
416 if (fp->f_dstop != OP_NONE) { in FilterCheck()
429 if ((fp->f_srcop == OP_NONE || in FilterCheck()
431 (fp->f_dstop == OP_NONE || in FilterCheck()
/trueos/sys/dev/acpica/
HDacpi_quirk.c38 OP_NONE, enumerator
92 case OP_NONE: in aq_revcmp()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDarm_neon.td17 def OP_NONE : Op;
170 class SInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}
171 class IInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}
172 class WInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}