Home
last modified time | relevance | path

Searched refs:CINT (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/arch/amiga/dev/
H A Dahsc.c278 sdp->CINT = 1; in ahsc_dmastop()
315 sdp->CINT = 1; /* clear possible interrupt */ in ahsc_dmaintr()
359 sdp->CINT = 1; /* clear possible interrupt */ in ahsc_dmanext()
H A Datzsc.c287 sdp->CINT = 1; in atzsc_dmastop()
323 sdp->CINT = 1; /* clear possible interrupt */ in atzsc_dmaintr()
367 sdp->CINT = 1; /* clear possible interrupt */ in atzsc_dmanext()
H A Datzscreg.h100 vu_short CINT; /* Clear Interrupts RW-Strobe */ member
H A Dahscreg.h93 vu_short CINT; /* Clear Interrupts RW-Strobe */ member
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp859 ConstantInt *CINT; in fold_pow() local
869 CINT = dyn_cast<ConstantInt>(opr1); in fold_pow()
882 if (!isUnsafeMath(CI) && !CF && !CINT && !CZero) in fold_pow()
886 int ci_opr1 = (CINT ? (int)CINT->getSExtValue() : 0x1111111); in fold_pow()
888 if ((CF && CF->isZero()) || (CINT && ci_opr1 == 0) || CZero) { in fold_pow()
898 if ((CF && CF->isExactlyValue(1.0)) || (CINT && ci_opr1 == 1)) { in fold_pow()
904 if ((CF && CF->isExactlyValue(2.0)) || (CINT && ci_opr1 == 2)) { in fold_pow()
912 if ((CF && CF->isExactlyValue(-1.0)) || (CINT && ci_opr1 == -1)) { in fold_pow()
1140 ConstantInt *CINT = dyn_cast<ConstantInt>(opr1); in fold_rootn() local
1141 if (!CINT) { in fold_rootn()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2216 auto *CINT = dyn_cast<ConstantSDNode>(Opnd0); in isZerosVector() local
2218 return (CINT && CINT->isNullValue()) || (CFP && CFP->isZero()); in isZerosVector()