Home
last modified time | relevance | path

Searched refs:M5 (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/mesa3d/src/mesa/sparc/
Dsparc_matrix.h40 #define M5 %f21 macro
91 ld [BASE + ( 5 * 0x4)], M5; \
104 ld [BASE + ( 5 * 0x4)], M5; \
110 ld [BASE + ( 5 * 0x4)], M5; \
130 ld [BASE + ( 5 * 0x4)], M5; \
153 ld [BASE + ( 5 * 0x4)], M5; \
158 ld [BASE + ( 5 * 0x4)], M5; \
165 ld [BASE + ( 5 * 0x4)], M5; \
Dnorm.S63 fmuls %f1, M5, %f6 ! FGM Group
108 fmuls M5, %f15, M5
128 fmuls %f1, M5, %f6 ! FGM Group
200 fmuls %f1, M5, %f5 ! FGM Group
232 fmuls M5, %f15, M5
248 fmuls %f1, M5, %f5 ! FGM Group
292 fmuls M5, %f15, M5
307 fmuls %f1, M5, %f5 ! FGM Group
346 fmuls M5, %f15, M5
361 fmuls %f1, M5, %f6 ! FGM Group
[all …]
Dxform.S467 fmuls %f1, M5, %f7 ! FGM
543 fmuls %f1, M5, %f7 ! FGM Group
550 fmuls %f9, M5, %f13 ! FGM Group
574 fmuls %f1, M5, %f7 ! FGM Group
610 fmuls %f1, M5, %f3 ! FGM
613 fmuls %f5, M5, %f7 ! FGM Group
633 fmuls %f1, M5, %f3 ! FGM Group
672 fmuls %f1, M5, %f7 ! FGM Group f2 available
685 fmuls %f10, M5, %f15 ! FGM Group f4, f11 available
713 fmuls %f1, M5, %f7 ! FGM Group f2 available
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h699 template <typename M1, typename M2, typename M3, typename M4, typename M5>
703 typename AllOfResult3<M3, M4, M5>::type
707 template <typename M1, typename M2, typename M3, typename M4, typename M5,
712 typename AllOfResult3<M4, M5, M6>::type
716 template <typename M1, typename M2, typename M3, typename M4, typename M5,
721 typename AllOfResult4<M4, M5, M6, M7>::type
725 template <typename M1, typename M2, typename M3, typename M4, typename M5,
730 typename AllOfResult4<M5, M6, M7, M8>::type
734 template <typename M1, typename M2, typename M3, typename M4, typename M5,
739 typename AllOfResult5<M5, M6, M7, M8, M9>::type
[all …]
/external/clang/test/Driver/Inputs/
Dgen-response.c6 #define M5 M4 M4 M4 M4 M4 M4 M4 M4 M4 M4 macro
7 #define TEXT M5 M5 M5
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-matchers.h333 template <typename M1, typename M2, typename M3, typename M4, typename M5>
337 typename AllOfResult3<M3, M4, M5>::type
341 template <typename M1, typename M2, typename M3, typename M4, typename M5,
346 typename AllOfResult3<M4, M5, M6>::type
350 template <typename M1, typename M2, typename M3, typename M4, typename M5,
355 typename AllOfResult4<M4, M5, M6, M7>::type
359 template <typename M1, typename M2, typename M3, typename M4, typename M5,
364 typename AllOfResult4<M5, M6, M7, M8>::type
368 template <typename M1, typename M2, typename M3, typename M4, typename M5,
373 typename AllOfResult5<M5, M6, M7, M8, M9>::type
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-matchers.h333 template <typename M1, typename M2, typename M3, typename M4, typename M5>
337 typename AllOfResult3<M3, M4, M5>::type
341 template <typename M1, typename M2, typename M3, typename M4, typename M5,
346 typename AllOfResult3<M4, M5, M6>::type
350 template <typename M1, typename M2, typename M3, typename M4, typename M5,
355 typename AllOfResult4<M4, M5, M6, M7>::type
359 template <typename M1, typename M2, typename M3, typename M4, typename M5,
364 typename AllOfResult4<M5, M6, M7, M8>::type
368 template <typename M1, typename M2, typename M3, typename M4, typename M5,
373 typename AllOfResult5<M5, M6, M7, M8, M9>::type
[all …]
/external/clang/test/Sema/
Dunused-expr.c134 #define M5(a, b) (foo((a), (b)), 1) macro
146 M5(i, j); // no warning in t11()
156 #undef M5
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h1212 const M4t &M4, const M5t &M5) : Option(Optional | NotHidden) {
1214 apply(M4, this); apply(M5, this);
1221 const M4t &M4, const M5t &M5,
1224 apply(M4, this); apply(M5, this); apply(M6, this);
1231 const M4t &M4, const M5t &M5, const M6t &M6,
1234 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1377 const M4t &M4, const M5t &M5) : Option(ZeroOrMore | NotHidden) {
1379 apply(M4, this); apply(M5, this);
1386 const M4t &M4, const M5t &M5, const M6t &M6)
1389 apply(M4, this); apply(M5, this); apply(M6, this);
[all …]
/external/clang/test/CoverageMapping/
Dmacro-expansion.c31 #define M5(x) ((x) || (x)) macro
51 if (M5(x)) {} in func()
/external/clang/test/Preprocessor/
Dassembler-with-cpp.c42 #define M5() M4 ## ( macro
44 5: M5()
/external/clang/test/Misc/
Dmacro-backtrace.c8 #define M5(A, B) M4(A, B) macro
9 #define M6(A, B) M5(A, B)
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td644 bits<4> M5;
652 let Inst{15-12} = M5;
669 bits<4> M5;
675 let Inst{19-16} = M5;
695 bits<4> M5;
701 let Inst{23-20} = M5;
714 // the M5 value provided as explicit operand. These are passed as m5or.
725 bits<4> M5;
732 let Inst{23} = !if (!eq (m5or{3}, 1), 1, M5{3});
733 let Inst{22} = !if (!eq (m5or{2}, 1), 1, M5{2});
[all …]
/external/llvm/test/CodeGen/AArch64/
Dbitreverse.ll55 ; CHECK-DAG: movi [[M5:v.*]], #8{{$}}
71 ; CHECK-DAG: and [[A5:v.*]], [[S5]], [[M5]]
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_mpy.ll1328 declare i64 @llvm.hexagon.M5.vrmpybuu(i64, i64)
1330 %z = call i64 @llvm.hexagon.M5.vrmpybuu(i64 %a, i64 %b)
1335 declare i64 @llvm.hexagon.M5.vrmpybsu(i64, i64)
1337 %z = call i64 @llvm.hexagon.M5.vrmpybsu(i64 %a, i64 %b)
1342 declare i64 @llvm.hexagon.M5.vrmacbuu(i64, i64, i64)
1344 %z = call i64 @llvm.hexagon.M5.vrmacbuu(i64 %a, i64 %b, i64 %c)
1349 declare i64 @llvm.hexagon.M5.vrmacbsu(i64, i64, i64)
1351 %z = call i64 @llvm.hexagon.M5.vrmacbsu(i64 %a, i64 %b, i64 %c)
1357 declare i64 @llvm.hexagon.M5.vdmpybsu(i64, i64)
1359 %z = call i64 @llvm.hexagon.M5.vdmpybsu(i64 %a, i64 %b)
[all …]
/external/clang/lib/Driver/
DMultilib.cpp169 const Multilib &M5) { in Either() argument
170 return Either({M1, M2, M3, M4, M5}); in Either()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dd533852e12709c230eb54c062e32eef6.00000734.honggfuzz.cov6 "� �:��7�c��uKܪ���o��0&�ƒ���� �bC^yF/�ra|����͞�H|��rJ��W��Ք�TV҃�-h����/�-M=��M5���Cr��r&�G"��…
Dc65fbaa9f4ee504b0e3c350852c46f99.0000099f.honggfuzz.cov7 �,Q�.��b�i��r?���͐7�j�F��a_$#�TX '4v�M5
D319f68dac6c8f9bf2d1b7b9724976250.000040e9.honggfuzz.cov35 …ip�BȤ [��ܬ,͸o똟�A<�W��f�T�q:���ᬸx:�XE6 �3�ҕ�V��cf��������L����e�o&>M5&��y� P\͓�s8���G{mѳ…
41 …ip�BȤ [��ܬ,͸o똟�A<�W��f�T�q:���ᬸx:�XE6 �3�ҕ�V��cf��������L����e�o&>M5&��y�@4O�y��N[E�`<`�…
72 …��L����e�o&>M5&��y� P\͓�s8���G{mѳ�B�� ,�G��� ::�~�v�r�>O[9���}'M�g��.Io���W�M�±��6=…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DColorize.miff39 3F33�3�4+4e4�4�55M5�5�5�676r6�6�7$7`7�7�88P8�8�99B99�9�:6:t:�:�;-;k;�;�<'<e<�<�="=a=�=�> >`>�>…
43 …��$$�-,�!�������������$"�*4�&,�.'��'�N/�R4�M5�*�$�?!�J#�F"�F%�H(…
DSegment.miff39 3F33�3�4+4e4�4�55M5�5�5�676r6�6�7$7`7�7�88P8�8�99B99�9�:6:t:�:�;-;k;�;�<'<e<�<�="=a=�=�> >`>�>…
/external/clang/include/clang/Driver/
DMultilib.h126 const Multilib &M5);
/external/python/cpython3/PC/icons/
Dlauncher.svg1 …ss="st0" d="M6.5 22v9M8.5 23v7"/><path class="icon-visualstudio-online" d="M5 29H4v-6h1v6zm2-6H6v8…
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_im1.miff37 3F33�3�4+4e4�4�55M5�5�5�676r6�6�7$7`7�7�88P8�8�99B99�9�:6:t:�:�;-;k;�;�<'<e<�<�="=a=�=�> >`>�>…
Dinput_null_DarkOrange.miff37 3F33�3�4+4e4�4�55M5�5�5�676r6�6�7$7`7�7�88P8�8�99B99�9�:6:t:�:�;-;k;�;�<'<e<�<�="=a=�=�> >`>�>…

12345678910>>...12