Searched refs:M5 (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp13369 // Constant-fold the M4 and M5 mask arguments.
13370 llvm::APSInt M4, M5;
13372 bool IsConstM5 = E->getArg(2)->isIntegerConstantExpr(M5, getContext());
13376 // intrinsic. We only support some combinations of M4 and M5.
13381 switch (M5.getZExtValue()) {
13387 switch (M5.getZExtValue()) {
13408 Value *M5Value = llvm::ConstantInt::get(getLLVMContext(), M5);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp168 const Multilib &M5) {
169 return Either({M1, M2, M3, M4, M5});
166 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4, const Multilib &M5) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h142 const Multilib &M5);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6149 VGV5O8bmC+4M5+LXFw0f+T7quEQCzma6nnUzV9V9hNGRpKwGy1ay7dZZQEGXN1eZ
6235 1K1VKFCLQH4uMG5Eqwpt+yJMlIAva+Bvl+11M5/ShFy9KaFNzLf0pNWgfJTmScju
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-ia64.S39 // {in,out}8 Block Value 5 M5
136 #define M5 in8 define
684 mov M4 = M5
695 mov M5 = M10
725 mov W = M5
743 mov M5 = M7
795 mov M12 = M5
806 mov M5 = X
/freebsd-11-stable/contrib/ntp/util/
H A Dtg.c76 #define M5 5 /* IRIG 1 pulse */ macro
472 peep(M5, 1000, HIGH);
473 peep(M5, 1000, LOW);
H A Dtg2.c250 #define M5 (5) /* IRIG 1 pulse */ macro
1618 poop(M5, 1000, HIGH, UnmodulatedInverted);
1619 poop(M5-1, 1000, LOW, UnmodulatedInverted);
1625 peep(M5, 1000, HIGH);
1626 peep(M5-1, 1000, LOW);
1659 poop(M5, 1000, HIGH, UnmodulatedInverted);
1660 poop(M5+1, 1000, LOW, UnmodulatedInverted);
1666 peep(M5, 1000, HIGH);
1667 peep(M5+1, 1000, LOW);
1699 poop(M5, 100
[all...]
/freebsd-11-stable/share/examples/netgraph/
H A Dvirtual.chain234 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
239 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`
H A Dvirtual.lan227 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
232 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`

Completed in 169 milliseconds