Searched refs:CR2 (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/dev/xdma/controller/
H A Dpl330.h73 #define CR2 0xE08 /* Configuration Register 2 */ macro
/freebsd-12-stable/sys/sys/
H A Dioctl_compat.h106 #define CR2 0x00002000 /* tty 37 */ macro
/freebsd-12-stable/include/rpcsvc/
H A Drex.x126 const CR2 = 0x00002000; /* tty 37 */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1108 [BO, NoWrapKind](const ConstantRange &CR1, const ConstantRange &CR2) {
1109 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind);
1114 BBLV, BO, BB, [BO](const ConstantRange &CR1, const ConstantRange &CR2) {
1115 return CR1.binaryOp(BO->getOpcode(), CR2);
1122 [WO](const ConstantRange &CR1, const ConstantRange &CR2) {
1123 return CR1.binaryOp(WO->getBinaryOp(), CR2);
1132 BBLV, SI, BB, [](const ConstantRange &CR1, const ConstantRange &CR2) {
1133 return CR1.uadd_sat(CR2);
1137 BBLV, SI, BB, [](const ConstantRange &CR1, const ConstantRange &CR2) {
1138 return CR1.usub_sat(CR2);
[all...]
H A DValueTracking.cpp4168 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); local
4171 return CR1.intersectWith(CR2, RangeType);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp428 const ConstantRange &CR1, const ConstantRange &CR2,
431 if (!CR1.isWrappedSet() && CR2.isWrappedSet())
433 if (CR1.isWrappedSet() && !CR2.isWrappedSet())
434 return CR2;
436 if (!CR1.isSignWrappedSet() && CR2.isSignWrappedSet())
438 if (CR1.isSignWrappedSet() && !CR2.isSignWrappedSet())
439 return CR2;
442 if (CR1.isSizeStrictlySmallerThan(CR2))
444 return CR2;
427 getPreferredRange( const ConstantRange &CR1, const ConstantRange &CR2, ConstantRange::PreferredRangeType Type) argument
/freebsd-12-stable/libexec/getty/
H A Dsubr.c407 { 2, CR2 },
410 { 166, CR2 },
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h186 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3, \
H A DPPCInstPrinter.cpp433 case PPC::CR2: RegNo = 2; break;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h36 Reg = PPC::CR2;
H A DPPCFrameLowering.cpp173 // to the slot for CR2, which is the first of the nonvolatile CR
176 {PPC::CR2, -4},
1319 // subregisters of CR2. We just need to emit a move of CR2.
1328 if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4)
1334 if (isSVR4ABI && isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {
1335 // In the ELFv1 ABI, only CR2 is noted in CFI and stands in for
1338 unsigned CRReg = isELFv2ABI? Reg : (unsigned) PPC::CR2;
1829 (SavedRegs.test(PPC::CR2) ||
2027 // Only CR2 (th
[all...]
H A DPPCRegisterInfo.cpp945 // For the nonvolatile condition registers (CR2, CR3, CR4) in an SVR4
950 if (Subtarget.isSVR4ABI() && PPC::CR2 <= Reg && Reg <= PPC::CR4) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h365 ENTRY(CR2) \

Completed in 276 milliseconds