Searched refs:CX (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunimsglib.h129 #define UNI_SAVE_IERR(CX, IETYPE, ACT, ERRCODE) \
130 (((CX)->errcnt < UNI_MAX_ERRIE) ? \
131 ((CX)->err[(CX)->errcnt].ie = (IETYPE), \
132 (CX)->err[(CX)->errcnt].act = (ACT), \
133 (CX)->err[(CX)->errcnt].err = (ERRCODE), \
134 (CX)->err[(CX)
[all...]
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s75 ; CX has # of bytes in packet on both call. They should be equal.
76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
H A Dpkt_rx0.asm119 ; CX has # of bytes in packet on both call. They should be equal.
121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp98 {codeview::RegisterId::CX, X86::CX},
619 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
631 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
668 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
669 return X86::CX;
704 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
740 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp576 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX, argument
579 return getModRefInfo(CX, Loc, AAQIP);
582 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX, argument
586 if (isStrongerThanMonotonic(CX->getSuccessOrdering()))
590 AliasResult AR = alias(MemoryLocation::get(CX), Loc, AAQI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp190 const unsigned CX = Use64BitRegs ? X86::RCX : X86::ECX; local
195 Chain = DAG.getCopyToReg(Chain, dl, CX, Size, InFlag);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h564 ModRefInfo getModRefInfo(const AtomicCmpXchgInst *CX,
568 ModRefInfo getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P, argument
570 return getModRefInfo(CX, MemoryLocation(P, Size));
711 ModRefInfo getModRefInfo(const AtomicCmpXchgInst *CX,
/freebsd-12-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h52 #define CX 1 macro
/freebsd-12-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h77 #define CX 1 macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp295 MF(Fn), CX(Fn.getFunction().getContext()) {}
327 LLVMContext &CX; member in class:__anon5147::MachineConstEvaluator
1104 return ConstantInt::get(CX, Val);
1996 IntegerType *Ty = (W == 32) ? Type::getInt32Ty(CX)
1997 : Type::getInt64Ty(CX);
2040 IntegerType *Ty = Type::getInt64Ty(CX);
2253 IntegerType *Ty = Type::getInt32Ty(CX);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h120 ENTRY(CX) \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp264 ASTContext &CX = S.Context; local
278 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
279 S.NSNumberPointer = CX.getObjCObjectPointerType(NSNumberObject);
288 ObjCMethodDecl::Create(CX, SourceLocation(), SourceLocation(), Sel,
298 &CX.Idents.get("value"),
/freebsd-12-stable/contrib/openbsm/config/
H A Dconfig.guess271 "EV6.8CX (21264D)")
457 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/ncurses/
H A Dconfig.guess275 "EV6.8CX (21264D)")
494 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess275 "EV6.8CX (21264D)")
494 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/libevent/
H A Dconfig.guess275 "EV6.8CX (21264D)")
494 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/binutils/
H A Dconfig.guess257 "EV6.8CX (21264D)")
454 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/dialog/
H A Dconfig.guess275 "EV6.8CX (21264D)")
494 m88k:CX/UX:7*:*)
/freebsd-12-stable/crypto/heimdal/
H A Dconfig.guess257 "EV6.8CX (21264D)")
473 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2841 if (auto *CX = dyn_cast<ConstantInt>(X))
2842 if (CX->isZero())
2852 if (auto *CX = dyn_cast<ConstantInt>(X))
2853 if (CX->isOne())
/freebsd-12-stable/contrib/sqlite3/
H A Dconfig.guess315 "EV6.8CX (21264D)")
525 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/tcpdump/
H A Dconfig.guess315 "EV6.8CX (21264D)")
525 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/unbound/
H A Dconfig.guess335 "EV6.8CX (21264D)")
545 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/libpcap/
H A Dconfig.guess315 "EV6.8CX (21264D)")
525 m88k:CX/UX:7*:*)
/freebsd-12-stable/contrib/ldns/
H A Dconfig.guess296 "EV6.8CX (21264D)")
515 m88k:CX/UX:7*:*)

Completed in 395 milliseconds

12