Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp224 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() argument
226 uint8_t Imm = OC[Offset] & 0x7f; in opcode_0xxxxxxx()
228 OC[Offset], in opcode_0xxxxxxx()
235 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() argument
237 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx()
239 | ((OC[Offset + 0] & 0x1f) << 8) in opcode_10Lxxxxx()
240 | ((OC[Offset + 1] & 0xff) << 0); in opcode_10Lxxxxx()
245 OC[Offset + 0], OC[Offset + 1], in opcode_10Lxxxxx()
254 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() argument
258 OC[Offset], OC[Offset] & 0xf); in opcode_1100xxxx()
[all …]
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp27 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo() argument
28 : MCSubtargetInfo(TT, CPU, FS, PF, PD, ProcSched, WPR, WL, RA, IS, OC, FP) { in TargetSubtargetInfo()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp44 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in MCSubtargetInfo() argument
47 ReadAdvanceTable(RA), Stages(IS), OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp583 struct OC : virtual OA, virtual OB {}; struct
585 struct OD : OC {};
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h231 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h58 const unsigned *OC, const unsigned *FP);
/external/clang/test/Parser/
Dattributes.mm21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{…
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h59 const unsigned *OC, const unsigned *FP);
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h120 OC, enumerator
DSystemZOperators.td291 def z_oc : SDNode<"SystemZISD::OC", SDT_ZMemMemLength,
DSystemZInstrInfo.td933 defm OC : MemorySS<"oc", 0xD6, z_oc, z_oc_loop>;
DSystemZISelLowering.cpp4449 OPCODE(OC); in getTargetNodeName()
5900 return emitMemMemWrapper(MI, MBB, SystemZ::OC); in EmitInstrWithCustomInserter()
/external/clang/lib/Sema/
DSemaExpr.cpp11200 for (const OffsetOfComponent &OC : Components) { in BuildBuiltinOffsetOf() local
11201 if (OC.isBrackets) { in BuildBuiltinOffsetOf()
11206 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type) in BuildBuiltinOffsetOf()
11212 ExprResult IdxRval = DefaultLvalueConversion(static_cast<Expr*>(OC.U.E)); in BuildBuiltinOffsetOf()
11226 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd)); in BuildBuiltinOffsetOf()
11235 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd)); in BuildBuiltinOffsetOf()
11241 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()
11248 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_record_type) in BuildBuiltinOffsetOf()
11268 << SourceRange(Components[0].LocStart, OC.LocEnd) in BuildBuiltinOffsetOf()
11274 LookupResult R(*this, OC.U.IdentInfo, OC.LocStart, LookupMemberName); in BuildBuiltinOffsetOf()
[all …]
/external/icu/icu4c/source/data/locales/
Dca.txt998 "OC",
1042 "OC",
Dcy.txt672 "OC",
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_phs.pkb452 …al^E5125883) "*/*.FX^UG7* $.6<<7/& #$%$#G�����ӵ������zrpl`OC@HYp���pR8%
Dit-IT_cm0_kpdf_mgc.pkb5190 5A;$S0;Nq~f|OC;49S!*-.+S+E'+89?DSl,/'2-.8/58>BH7o5**&0,03<KEEHBLF&&'(%.(���=
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp228 } else if (const ObjCCategoryDecl *OC = dyn_cast<ObjCCategoryDecl>(DC)) { in getObjCMethodName() local
229 if (OC->IsClassExtension()) { in getObjCMethodName()
230 OS << OC->getClassInterface()->getName(); in getObjCMethodName()
232 OS << ((const NamedDecl *)OC)->getIdentifier()->getNameStart() << '(' in getObjCMethodName()
233 << OC->getIdentifier()->getNameStart() << ')'; in getObjCMethodName()
/external/libjpeg-turbo/testimages/
Dtestorig.ppm4OC[NFYNJZPQ\SX_U^_Wfd\tib�ng�qj�xp��y��ċ�ď���~��t��n��q��u��k��W}�<C�5+�6,�<3�@8�>8�?:�A=�=;�;<�;…
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1533 OriginCombiner OC(this, IRB); in setOriginForNaryOp() local
1535 OC.Add(OI->get()); in setOriginForNaryOp()
1536 OC.Done(&I); in setOriginForNaryOp()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_g2p.pkb484 …�N��<�-��W��dP�)�{,�Wgu��|?dF)��qB�[~db��en�����p�J7�p�X���� ��OC�<ۿ=EJ��2���������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb1952 "��!-���%=;Xj*0>&L.U##-5OC*3$0!�uP�n}�<[U_6<jO.`am�BJEgg��DcR^pQcŁr���2ZXlkCVk��� d�-�"gq…
1980 …��Y��f�!GO](!965H2�>=0,$I%5H,.*{�^�y��>=RhEWFXZK[�iCC4}��:HZ[ZTbhvuojb8<OC?GF4�|�� V��X���8��…
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9701 const MCConstantExpr *OC = dyn_cast<MCConstantExpr>(OE); in parseDirectiveUnwindRaw() local
9702 if (!OC) { in parseDirectiveUnwindRaw()
9708 const int64_t Opcode = OC->getValue(); in parseDirectiveUnwindRaw()
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt8494 "HN-OC",
9066 "MD-OC",
18776 "OC",
20009 "OC",
/external/clang/lib/AST/
DASTContext.cpp1991 } else if (const ObjCCategoryDecl *OC = dyn_cast<ObjCCategoryDecl>(CDecl)) { in CollectInheritedProtocols() local
1992 for (auto *Proto : OC->protocols()) { in CollectInheritedProtocols()

12