Searched refs:SM (Results 1 - 25 of 243) sorted by last modified time

12345678910

/external/valgrind/main/none/tests/arm/
H A Dvfp.c113 #define TESTINSN_vmov_2core_2single(instruction, RD1, RD2, SN, SM, SNval, SMval) \
117 printf("\t\t\t "#SN" 0x%08x "#SM" 0x%08x\n", SNval, SMval); \
120 "vmov " #SM ", %2\n\t" \
128 : #RD1, #RD2, #SN, #SM, "memory" \
210 #define TESTINSN_un_f32(instruction, SD, SM, SMtype, SMval) \
215 "vmov.f32 " #SM ", %1\n\t" \
221 : #SD, #SM, "memory" \
227 #define TESTINSN_un_cvt_ds(instruction, DD, SM, SMval) \
232 "vmov " #SM ", %1\n\t" \
238 : #DD, #SM, "memor
[all...]
H A Dvfpv4_fma.c60 #define TESTINSN_bin_f32(instruction, SD, SM, SMtype, SMval, SN, SNtype, SNval) \
65 "vmov.f32 " #SM ", %1\n\t" \
72 : #SD, #SM, #SN, "memory" \
/external/tcpdump/
H A Dconfig.guess1119 SM[BE]S:UNIX_SV:*:*)
/external/stressapptest/
H A Dconfig.guess1149 SM[BE]S:UNIX_SV:*:*)
/external/srec/tools/cmd/
H A Dsrecres2utd.pl234 open(SM,"<$semfile") || die "error: opening $semfile\n";
235 while(<SM>) {
248 close(SM);
/external/srtp/
H A Dconfig.guess1107 SM[BE]S:UNIX_SV:*:*)
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGraphicsStateDictionary_autogen.cpp381 double SkPdfGraphicsStateDictionary::SM(SkPdfNativeDoc* doc) { function in class:SkPdfGraphicsStateDictionary
382 SkPdfNativeObject* ret = get("SM", "");
390 return get("SM", "") != NULL;
H A DSkPdfGraphicsStateDictionary_autogen.h593 double SM(SkPdfNativeDoc* doc);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/qemu/disas/
H A Dmips.c1079 #define SM INSN_STORE_MEMORY
1510 {"wb", "o(b)", 0xbc040000, 0xfc1f0000, SM|RD_b, 0, L1 },
2104 {"sb", "t,o(b)", 0xa0000000, 0xfc000000, SM|RD_t|RD_b, 0, I1 },
2106 {"sc", "t,o(b)", 0xe0000000, 0xfc000000, SM|RD_t|WR_t|RD_b, 0, I2 },
2108 {"scd", "t,o(b)", 0xf0000000, 0xfc000000, SM|RD_t|WR_t|RD_b, 0, I3 },
2110 {"sd", "t,o(b)", 0xfc000000, 0xfc000000, SM|RD_t|RD_b, 0, I3 },
2118 {"sdc1", "T,o(b)", 0xf4000000, 0xfc000000, SM|RD_T|RD_b|FP_D, 0, I2 },
2119 {"sdc1", "E,o(b)", 0xf4000000, 0xfc000000, SM|RD_T|RD_b|FP_D, 0, I2 },
2122 {"sdc2", "E,o(b)", 0xf8000000, 0xfc000000, SM|RD_C2|RD_b, 0, I2 },
2124 {"sdc3", "E,o(b)", 0xfc000000, 0xfc000000, SM|RD_C
1078 #define SM macro
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dconfig.guess705 SM[BE]S:UNIX_SV:*:*)
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dconfig.guess1111 SM[BE]S:UNIX_SV:*:*)
/external/qemu-pc-bios/bochs/
H A Dconfig.guess990 SM[BE]S:UNIX_SV:*:*)
/external/protobuf/
H A Dconfig.guess1149 SM[BE]S:UNIX_SV:*:*)
/external/protobuf/gtest/build-aux/
H A Dconfig.guess1149 SM[BE]S:UNIX_SV:*:*)
/external/pcre/dist/
H A DCheckMan33 ^\.SM\s*$|
H A Dconfig.guess1167 SM[BE]S:UNIX_SV:*:*)
/external/pixman/
H A Dconfig.guess1136 SM[BE]S:UNIX_SV:*:*)
/external/openfst/
H A Dconfig.guess1141 SM[BE]S:UNIX_SV:*:*)
/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp21 SourceMgr SM; member in class:__anon26548::SourceMgrTest
27 MainBufferID = SM.AddNewSourceBuffer(MainBuffer, llvm::SMLoc());
32 SM.getMemoryBuffer(MainBufferID)->getBufferStart() + Offset);
43 SM.PrintMessage(OS, Loc, Kind, Msg, Ranges, FixIts);
H A DYAMLParserTest.cpp34 SourceMgr SM; local
35 yaml::Stream Stream(Input, SM);
36 SM.setDiagHandler(SuppressDiagnosticsOutput);
43 SourceMgr SM; local
44 yaml::Stream Stream(Input, SM);
148 SourceMgr SM; local
149 yaml::Stream Stream(StringInArray, SM);
185 SourceMgr SM; local
186 yaml::Stream Stream("[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\"]", SM);
193 SourceMgr SM; local
206 SourceMgr SM; local
[all...]
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp109 /// which prefix is being matched, SM provides the SourceMgr used for error
115 SourceMgr &SM,
129 void PrintFailureInfo(const SourceMgr &SM, StringRef Buffer,
138 bool AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM);
156 size_t FindRegexVarEnd(StringRef Str, SourceMgr &SM);
162 SourceMgr &SM,
174 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error,
200 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()),
213 if (AddRegExToRegEx(PatternStr.substr(2, End-2), CurParen, SM))
229 size_t End = FindRegexVarEnd(PatternStr.substr(2), SM);
160 ParsePattern(StringRef PatternStr, StringRef Prefix, SourceMgr &SM, unsigned LineNumber) argument
322 AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM) argument
455 PrintFailureInfo(const SourceMgr &SM, StringRef Buffer, const StringMap<StringRef> &VariableTable) const argument
534 FindRegexVarEnd(StringRef Str, SourceMgr &SM) argument
821 ReadCheckFile(SourceMgr &SM, std::vector<CheckString> &CheckStrings) argument
942 PrintCheckFailed(const SourceMgr &SM, const SMLoc &Loc, const Pattern &Pat, StringRef Buffer, StringMap<StringRef> &VariableTable) argument
960 PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, StringRef Buffer, StringMap<StringRef> &VariableTable) argument
990 Check(const SourceMgr &SM, StringRef Buffer, bool IsLabelScanMode, size_t &MatchLen, StringMap<StringRef> &VariableTable) const argument
1035 CheckNext(const SourceMgr &SM, StringRef Buffer) const argument
1074 CheckNot(const SourceMgr &SM, StringRef Buffer, const std::vector<const Pattern *> &NotStrings, StringMap<StringRef> &VariableTable) const argument
1098 CheckDag(const SourceMgr &SM, StringRef Buffer, std::vector<const Pattern *> &NotStrings, StringMap<StringRef> &VariableTable) const argument
1219 SourceMgr SM; local
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp144 const ScopeMatcher *SM = cast<ScopeMatcher>(N); local
145 assert(SM->getNext() == nullptr && "Shouldn't have next after scope");
150 for (unsigned i = 0, e = SM->getNumChildren(); i != e; ++i) {
176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
187 OS.PadToColumn(CommentIndent) << "// " << SM->getNumChildren()
735 if (const ScopeMatcher *SM = dyn_cast<ScopeMatcher>(M)) {
736 for (unsigned i = 0, e = SM->getNumChildren(); i != e; ++i)
737 BuildHistogram(SM->getChild(i), OpcodeFreq);

Completed in 7027 milliseconds

12345678910