/external/llvm/lib/Target/Mips/ |
D | Mips.td | 29 // Predicates for the instruction group membership such as ISA's and ASE's 143 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">; 145 "Mips DSP-R2 ASE", [FeatureDSP]>; 147 def FeatureMSA : SubtargetFeature<"msa", "HasMSA", "true", "Mips MSA ASE">;
|
D | MipsRegisterInfo.td | 226 // DSP-ASE control register fields. 244 // MSA-ASE control registers.
|
D | MipsDSPInstrInfo.td | 1 //===- MipsDSPInstrInfo.td - DSP ASE instructions -*- tablegen ------------*-=// 10 // This file describes Mips DSP ASE instructions.
|
D | MipsInstrInfo.td | 214 // Mips ISA/ASE membership and instruction group membership adjectives.
|
D | MipsMSAInstrInfo.td | 1 //===- MipsMSAInstrInfo.td - MSA ASE instructions -*- tablegen ------------*-=// 10 // This file describes Mips MSA ASE instructions.
|
/external/llvm/test/CodeGen/Mips/mips32r6/ |
D | compatibility.ll | 5 ; DSP: MIPS32r6 is not compatible with the DSP ASE
|
/external/llvm/test/CodeGen/Mips/mips64r6/ |
D | compatibility.ll | 5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
|
/external/valgrind/main/ |
D | README.mips | 6 - MIPS DSP ASE on MIPS32 platforms is supported. 51 - You can not compile tests for DSP ASE if you are using gcc (GCC) older
|
D | NEWS | 160 * Support for MIPS DSP ASE on MIPS32 platforms.
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 540 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S); in GetUnreachableLoc() local 541 R1 = ASE->getLHS()->getSourceRange(); in GetUnreachableLoc() 542 R2 = ASE->getRHS()->getSourceRange(); in GetUnreachableLoc() 543 return ASE->getRBracketLoc(); in GetUnreachableLoc()
|
D | ThreadSafety.cpp | 413 } else if (const ArraySubscriptExpr *ASE = in buildSExpr() local 416 unsigned Sz = buildSExpr(ASE->getBase(), CallCtx); in buildSExpr() 417 Sz += buildSExpr(ASE->getIdx(), CallCtx); in buildSExpr()
|
/external/qemu/target-mips/ |
D | TODO | 12 - MT ASE only partially implemented and not functional
|
/external/llvm/test/CodeGen/Mips/ |
D | dsp-patterns.ll | 104 ; DSP-ASE doesn't have a v4i8 multiply instruction. Check that multiply node gets expanded.
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7086 const ArraySubscriptExpr *ASE, in CheckArrayAccess() argument 7154 if (ASE) { in CheckArrayAccess() 7156 ASE->getRBracketLoc()); in CheckArrayAccess() 7166 if (ASE) in CheckArrayAccess() 7176 if (!ASE) { in CheckArrayAccess() 7188 while (const ArraySubscriptExpr *ASE = in CheckArrayAccess() local 7190 BaseExpr = ASE->getBase()->IgnoreParenCasts(); in CheckArrayAccess() 7209 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(expr); in CheckArrayAccess() local 7210 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 484 const ArraySubscriptExpr *ASE; in ProcessInitializer() local 485 while ((ASE = dyn_cast<ArraySubscriptExpr>(Init))) in ProcessInitializer() 486 Init = ASE->getBase()->IgnoreImplicit(); in ProcessInitializer()
|
/external/jpeg/ |
D | mips_idct_le.S | 17 # IDCT implementation using the MIPS DSP ASE (little endian version)
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2366 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(Array)) in EmitArraySubscriptExpr() local 2367 ArrayLV = EmitArraySubscriptExpr(ASE, /*Accessed*/ true); in EmitArraySubscriptExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3293 if (const ArraySubscriptExpr *ASE = dyn_cast<ArraySubscriptExpr>(E)) in refersToVectorElement() local 3294 return ASE->getBase()->getType()->isVectorType(); in refersToVectorElement()
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1210 HelpText<"Enable MSA ASE (MIPS only)">; 1212 HelpText<"Disable MSA ASE (MIPS only)">;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8187 const ArraySubscriptExpr *ASE=nullptr,
|
/external/iproute2/doc/ |
D | ip-cref.tex | 2575 On routers using OSPF ASE or, especially, the BGP protocol, routing
|