Searched refs:Ev (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c204 #define Ev { OP_E, v_mode } macro
621 { "addS", { Ev, Gv } },
623 { "addS", { Gv, Ev } },
630 { "orS", { Ev, Gv } },
632 { "orS", { Gv, Ev } },
639 { "adcS", { Ev, Gv } },
641 { "adcS", { Gv, Ev } },
648 { "sbbS", { Ev, Gv } },
650 { "sbbS", { Gv, Ev } },
657 { "andS", { Ev, G
[all...]
/freebsd-11-stable/usr.bin/pom/
H A Dpom.c177 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; local
193 Ev = 1.2739 * sin(dtor(2*(l - LambdaSol) - Mm)); /* sec 61 #7 */
196 Mmprime = Mm + Ev - Ac - A3; /* sec 61 #9 */
199 lprime = l + Ev + Ec - Ac + A4; /* sec 61 #12 */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp137 HWPressureEvent Ev(HWPressureEvent::RESOURCES, Insts, Mask);
138 notifyEvent(Ev);
147 HWPressureEvent Ev(HWPressureEvent::REGISTER_DEPS, RegDeps);
148 notifyEvent(Ev);
153 HWPressureEvent Ev(HWPressureEvent::MEMORY_DEPS, MemDeps);
154 notifyEvent(Ev);
/freebsd-11-stable/tools/tools/nanobsd/pcengines/
H A Dcommon.conf42 find . -print | grep -Ev '/(CVS|\.svn)' | cpio -dumpv ${NANO_WORLDDIR}
/freebsd-11-stable/usr.bin/calendar/
H A Dpom.c221 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; local
237 Ev = 1.2739 * sin(dtor(2*(l - LambdaSol) - Mm)); /* sec 61 #7 */
240 Mmprime = Mm + Ev - Ac - A3; /* sec 61 #9 */
243 lprime = l + Ev + Ec - Ac + A4; /* sec 61 #12 */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp178 const SCEVAddRecExpr *Ev, const SCEV *BECount,
762 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer)); local
763 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
773 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
792 SplatValue, MSI, MSIs, Ev, BECount, NegStride, /*IsLoopMemset=*/true);
884 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev,
906 const SCEV *Start = Ev->getStart();
973 << " from store to: " << *Ev << " a
881 processLoopStridedStore( Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, Value *StoredVal, Instruction *TheStore, SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, const SCEV *BECount, bool NegStride, bool IsLoopMemset) argument
[all...]
/freebsd-11-stable/tools/tools/nanobsd/
H A Ddefaults.sh641 find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -dumpv ${mnt}
916 find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -Ldumpv ${NANO_WORLDDIR}
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh162 DIRS=`ls -d ${INSDIR}/*|grep -Ev '(uzip|kernels|src)'`
/freebsd-11-stable/usr.sbin/sysrc/
H A Dsysrc673 grep -Ev "^($EXCEPT)$"
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh177 grep -Ev -B2 '(banana|monkey|fruit)' d_context_e.in
179 grep -Ev -A1 '(banana|monkey|fruit)' d_context_e.in
591 "grep -Eon 'x|y|z|f' test1 | grep -Ev '${check_expr}'"
594 "grep -En 'x|y|z|f' --color=always test1 | grep -Ev '${check_expr}'"
597 "grep -Eon 'x|y|z|f' --color=always test1 | grep -Ev '${check_expr}'"
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh810 grep -Ev "${REFUSE}" INDEX.new > INDEX.tmp

Completed in 278 milliseconds