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

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Di386-dis.c203 #define Ev { OP_E, v_mode } macro
619 { "addS", { Ev, Gv } },
621 { "addS", { Gv, Ev } },
628 { "orS", { Ev, Gv } },
630 { "orS", { Gv, Ev } },
637 { "adcS", { Ev, Gv } },
639 { "adcS", { Gv, Ev } },
646 { "sbbS", { Ev, Gv } },
648 { "sbbS", { Gv, Ev } },
655 { "andS", { Ev, G
[all...]
/freebsd-10.2-release/games/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-10.2-release/tools/tools/nanobsd/pcengines/
H A Dcommon.conf45 find . -print | grep -Ev '/(CVS|\.svn)' | cpio -dumpv ${NANO_WORLDDIR}
/freebsd-10.2-release/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-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp156 const SCEVAddRecExpr *Ev,
845 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer)); local
846 if (Ev == 0 || Ev->getLoop() != CurLoop || !Ev->isAffine())
856 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
865 MSI, Ev, BECount);
946 Instruction *TheStore, const SCEVAddRecExpr *Ev,
993 Expander.expandCodeFor(Ev->getStart(), DestInt8PtrTy,
1052 << " from store to: " << *Ev << " a
944 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev, const SCEV *BECount) argument
[all...]
/freebsd-10.2-release/tools/tools/nanobsd/
H A Dnanobsd.sh488 find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -dumpv ${mnt}
758 find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -Ldumpv ${NANO_WORLDDIR}
/freebsd-10.2-release/usr.sbin/sysrc/
H A Dsysrc475 grep -Ev "^($EXCEPT)$"
/freebsd-10.2-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh162 DIRS=`ls -d ${INSDIR}/*|grep -Ev '(uzip|kernels|src)'`
/freebsd-10.2-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh800 grep -Ev "${REFUSE}" INDEX.new > INDEX.tmp

Completed in 184 milliseconds