HomeSort by: relevance | last modified time | path
    Searched refs:CR1 (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/sys/
ioctl_compat.h 118 #define CR1 0x00001000 /* tn 300 */
  /src/lib/librpcsvc/
rex.x 123 const CR1 = 0x00001000; /* tn 300 */
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 449 const ConstantRange &CR1, const ConstantRange &CR2,
452 if (!CR1.isWrappedSet() && CR2.isWrappedSet())
453 return CR1;
454 if (CR1.isWrappedSet() && !CR2.isWrappedSet())
457 if (!CR1.isSignWrappedSet() && CR2.isSignWrappedSet())
458 return CR1;
459 if (CR1.isSignWrappedSet() && !CR2.isSignWrappedSet())
463 if (CR1.isSizeStrictlySmallerThan(CR2))
464 return CR1;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 971 CR1
1006 enum CR1 = 0x0000200; // 0001000
1041 enum CR1 = 0x00001000;
1076 //enum CR1
1110 //enum CR1
1144 //enum CR1
1178 //enum CR1
1213 enum CR1 = 0x0000200;
1248 enum CR1 = 0x0000200; // 0001000
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 33 Reg = PPC::CR1;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp 969 [BO, NoWrapKind](const ConstantRange &CR1, const ConstantRange &CR2) {
970 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind);
975 BO, BB, [BO](const ConstantRange &CR1, const ConstantRange &CR2) {
976 return CR1.binaryOp(BO->getOpcode(), CR2);
984 WO, BB, [WO](const ConstantRange &CR1, const ConstantRange &CR2) {
985 return CR1.binaryOp(WO->getBinaryOp(), CR2);
ValueTracking.cpp 4652 ConstantRange CR1 = ConstantRange::fromKnownBits(Known, ForSigned);
4656 return CR1.intersectWith(CR2, RangeType);
  /src/libexec/getty/
subr.c 498 { 1, CR1 },
501 { 83, CR1 },
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 514 ConstantRange CR1 =
518 // CR0 and CR1, while SupersetIntersect is a superset of the actual
521 // of CR0 and CR1, and can use the same to generate an icmp instruction.
526 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse();
527 auto SupersetIntersect = CR0.intersectWith(CR1);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCInstPrinter.cpp 494 case PPC::CR1: RegNo = 1; break;
617 "4*cr1+lt", "4*cr1+gt", "4*cr1+eq", "4*cr1+un",
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 361 ENTRY(CR1) \

Completed in 45 milliseconds