Searched refs:NE (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h35 NE, enumerator in enum:llvm::NVPTXCC::CondCodes
45 case NVPTXCC::NE:
/freebsd-10.0-release/usr.bin/m4/
H A Dparser.y41 %left EQ NE
78 | expr NE expr { $$ = $1 != $3; }
H A Dtokenizer.l59 "!=" { return(NE); }
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h29 NE, enumerator in enum:llvm::MBlazeCC::CC
39 case EQ: return NE;
40 case NE: return EQ;
52 case NE: return "ne";
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dintpcm.h121 INTPCM_DECLARE_OP_8(S, NE) \
128 INTPCM_DECLARE_OP_8(U, NE) \
H A Dfeeder_volume.c83 FEEDVOLUME_DECLARE(S, 8, NE)
86 FEEDVOLUME_DECLARE(U, 8, NE)
122 FEEDVOLUME_ENTRY(S, 8, NE),
125 FEEDVOLUME_ENTRY(U, 8, NE),
H A Dfeeder_mixer.c79 FEEDMIXER_DECLARE(S, 8, NE)
82 FEEDMIXER_DECLARE(U, 8, NE)
104 FEEDMIXER_ENTRY(S, 8, NE),
116 FEEDMIXER_ENTRY(U, 8, NE),
H A Dfeeder_format.c90 FEEDFORMAT_ENTRY(S, 8, NE),
97 FEEDFORMAT_ENTRY(U, 8, NE),
H A Dfeeder_eq.c224 FEEDEQ_DECLARE(S, 8, NE)
227 FEEDEQ_DECLARE(U, 8, NE)
256 FEEDEQ_ENTRY(S, 8, NE),
259 FEEDEQ_ENTRY(U, 8, NE),
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h31 NE, // Not equal Not equal, or unordered enumerator in enum:llvm::ARMCC::CondCodes
50 case EQ: return NE;
51 case NE: return EQ;
71 case ARMCC::NE: return "ne";
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dop.h86 NE, enumerator in enum:__anon11527
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DDominanceFrontier.cpp80 NE = currentNode->end(); NI != NE; ++NI) {
/freebsd-10.0-release/contrib/gcc/
H A Djump.c406 case NE:
408 /* It is always safe to reverse EQ and NE, even for the floating
525 return NE;
526 case NE:
572 return NE;
573 case NE:
614 case NE:
661 case NE:
690 case NE:
741 if (code2 == UNLE || code2 == NE)
[all...]
H A Ddojump.c384 && !can_compare_p (NE, TYPE_MODE (inner_type), ccp_jump))
387 do_compare_and_jump (exp, NE, NE, if_false_label, if_true_label);
602 NE, TYPE_UNSIGNED (TREE_TYPE (exp)),
656 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
959 case NE:
H A Dcombine.c3681 && (GET_CODE (*split) == EQ || GET_CODE (*split) == NE)
3696 case NE:
3697 /* If STORE_FLAG_VALUE is -1, this is (NE X 0) and only one bit of X
4217 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1);
4219 if (cond_code == NE && COMPARISON_P (cond))
4645 case EQ: case NE:
4672 known to be either 0 or -1, NE becomes a NEG and EQ becomes
4681 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT
4689 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT
4727 && new_code == NE
[all...]
H A Dloop-doloop.c133 /* We expect a GE or NE comparison with 0 or 1. */
135 && GET_CODE (condition) != NE)
327 case NE:
328 /* Currently only NE tests against zero and one are supported. */
/freebsd-10.0-release/contrib/one-true-awk/
H A Dmaketab.c46 { NE, "relop", " != " },
H A Dawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
232 | pattern NE pattern { $$ = op2($2, $1, $3); }
469 case LE: case LT: case EQ: case NE: case GT: case GE:
473 return op2(NE, n, nullnode);
H A Dlex.c235 input(); yylval.i = NE; RET(NE);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp94 NE = dstLocation.end(); NI!=NE; ++NI) {
/freebsd-10.0-release/contrib/binutils/ld/
H A Dpe-dll.c653 #undef NE macro
654 #define NE pe_def_file->num_exports macro
659 for (i = 0; i < NE; i++)
682 for (i = 0; i < NE; i++)
706 exported_symbol_offsets = xmalloc (NE * sizeof (bfd_vma));
707 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
709 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
716 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]),
718 for (i = 0, j = 0; i < NE; i++)
754 pe_def_file->num_exports = j; /* == NE */
[all...]
/freebsd-10.0-release/bin/expr/
H A Dexpr.y87 %left <val> '=' '>' '<' GE LE NE
108 | expr NE expr { $$ = op_ne($1, $3); }
250 case '!': return (NE);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp186 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
639 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, argument
642 if (NE->getNumPlacementArgs())
643 for (CXXNewExpr::const_arg_iterator I = NE->placement_arg_begin(),
644 E = NE->placement_arg_end(); I != E; ++I)
648 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext()))
656 State = MallocUpdateRefState(C, NE, State, NE->isArray() ? AF_CXXNewArray
875 if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(S))
876 return NE
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h345 NE, ///< Inequality comparison. enumerator in enum:llvm::MCBinaryExpr::Opcode
416 return Create(NE, LHS, RHS, Ctx);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h32 NE, // Not equal Not equal, or unordered enumerator in enum:llvm::A64CC::CondCodes
58 case A64CC::NE: return "ne";
79 .Case("ne", A64CC::NE)
80 .Case("ne", A64CC::NE)

Completed in 527 milliseconds

1234