Home
last modified time | relevance | path

Searched refs:OC (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp300 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() argument
302 uint8_t Imm = OC[Offset] & 0x7f; in opcode_0xxxxxxx()
304 OC[Offset], in opcode_0xxxxxxx()
311 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() argument
313 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx()
315 | ((OC[Offset + 0] & 0x1f) << 8) in opcode_10Lxxxxx()
316 | ((OC[Offset + 1] & 0xff) << 0); in opcode_10Lxxxxx()
321 OC[Offset + 0], OC[Offset + 1], in opcode_10Lxxxxx()
330 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() argument
334 OC[Offset], OC[Offset] & 0xf); in opcode_1100xxxx()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrChecker.cpp65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall() local
66 if (!OC) in checkPreCall()
68 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); in checkPreCall()
72 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); in checkPreCall()
H A DSmartPtrModeling.cpp467 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp() local
468 if (!OC) in handleAssignOp()
470 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); in handleAssignOp()
473 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); in handleAssignOp()
477 const MemRegion *OtherSmartPtrRegion = OC->getArgSVal(0).getAsRegion(); in handleAssignOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp220 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator() local
221 assert(Instruction::isBinaryOp(OC)); in expandPredicationInBinaryOperator()
229 switch (OC) { in expandPredicationInBinaryOperator()
245 Value *NewBinOp = Builder.CreateBinOp(OC, Op0, Op1, VPI.getName()); in expandPredicationInBinaryOperator()
319 auto OC = VPI.getFunctionalOpcode(); in expandPredication() local
321 if (OC && Instruction::isBinaryOp(*OC)) in expandPredication()
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo() argument
23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} in TargetSubtargetInfo()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmcore-opc.h25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator
105 { "mfcr", OC, 0, 0x1000 },
114 { "mtcr", OC, 0, 0x1800 },
H A Dmcore-dis.c147 case OC: in print_insn_mcore()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmcore-opc.h25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator
105 { "mfcr", OC, 0, 0x1000 },
114 { "mtcr", OC, 0, 0x1800 },
H A Dmcore-dis.c147 case OC: in print_insn_mcore()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h69 Constant *OC =
72 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp606 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { in getFunctionName() local
607 if (OC->IsClassExtension()) { in getFunctionName()
608 OS << OC->getClassInterface()->getName(); in getFunctionName()
610 OS << OC->getIdentifier()->getNameStart() << '(' in getFunctionName()
611 << OC->getIdentifier()->getNameStart() << ')'; in getFunctionName()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/
H A Dp2048_q224_t1864_gind1.pem11 OC+++GU78p2Ys9vtZXKdpGkHxh5ad/PwyAsbk1a7hNFxPBqm8kZt4GPfslz1e2ZA
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h570 const VariableExpression &OC = cast<VariableExpression>(Other); in equals() local
571 return VariableValue == OC.VariableValue; in equals()
607 const ConstantExpression &OC = cast<ConstantExpression>(Other); in equals() local
608 return ConstantValue == OC.ConstantValue; in equals()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp231 const InstrStage *IS, const unsigned *OC, in MCSubtargetInfo() argument
236 OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
H A Dnamed4.conf.in39 match-clients { geoip db country continent OC; };
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A DOIDs26 OC AD lists OpenLDAPfeatures:2
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dseq200.lt21 E "LESS_TERMCAP_kr" "OC"
H A Dgithub265.lt21 E "LESS_TERMCAP_kr" "OC"
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h67 const unsigned *OC, const unsigned *FP);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h101 const unsigned *OC, const unsigned *FP);
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
H A Dk3-am64.dtsi86 <0x00 0x70000000 0x00 0x70000000 0x00 0x00200000>, /* OC SRAM */
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx53-tx53.dtsi510 MX53_PAD_EIM_D30__GPIO3_30 0x100 /* OC */
523 MX53_PAD_GPIO_8__GPIO1_8 0x100 /* OC */
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4403.txt1804 OC uddiBusinessEntity
1813 OC uddiContact
1822 OC uddiAddress
1831 OC uddiBusinessService
1840 OC uddiBindingTemplate
1860 OC uddiTModelInstanceInfo
1869 OC uddiTModel
1878 OC uddiPublisherAssertion
1887 OC uddiv3Subscription
1896 OC uddiv3EntityObituary
H A Drfc2377.txt743 OC domain
754 OC organization
765 OC organizationalUnit
776 OC locality
795 OC organizationalPerson
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/
H A Dlarge_policy_tree.pem243 gAy7GecLVbQw6eL8k1cGWwLt+wl3sn8he8fA0I+KoFfcOCgtvOF59RMXnjZ1+7OC

1234