Searched refs:M5 (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/Misc/
H A Dmacro-backtrace.c8 #define M5(A, B) M4(A, B) macro
9 #define M6(A, B) M5(A, B)
/external/clang/test/Preprocessor/
H A Dassembler-with-cpp.c42 #define M5() M4 ## ( macro
44 5: M5()
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A 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; \
H A 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
[all...]
H A 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,
[all...]
/external/mesa3d/src/mesa/sparc/
H A 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; \
H A 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
[all...]
H A 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,
[all...]
/external/clang/test/Sema/
H A Dunused-expr.c134 #define M5(a, b) (foo((a), (b)), 1)
146 M5(i, j); // no warning
156 #undef M5
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1220 template <typename M1, typename M2, typename M3, typename M4, typename M5>
1222 5, VariadicOperatorMatcher<M1, M2, M3, M4, M5> >::type
1224 const M5 &P5) const {
1225 return VariadicOperatorMatcher<M1, M2, M3, M4, M5>(Func, P1, P2, P3, P4,
1228 template <typename M1, typename M2, typename M3, typename M4, typename M5,
1231 6, VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6> >::type
1233 const M5 &P5, const M6 &P6) const {
1234 return VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6>(
1237 template <typename M1, typename M2, typename M3, typename M4, typename M5,
1240 7, VariadicOperatorMatcher<M1, M2, M3, M4, M5, M
[all...]
/external/llvm/include/llvm/Support/
H A DCommandLine.h1248 const M4t &M4, const M5t &M5) : Option(Optional, NotHidden) {
1250 apply(M4, this); apply(M5, this);
1257 const M4t &M4, const M5t &M5,
1260 apply(M4, this); apply(M5, this); apply(M6, this);
1267 const M4t &M4, const M5t &M5, const M6t &M6,
1270 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1415 const M4t &M4, const M5t &M5) : Option(ZeroOrMore, NotHidden) {
1417 apply(M4, this); apply(M5, this);
1424 const M4t &M4, const M5t &M5, const M6t &M6)
1427 apply(M4, this); apply(M5, thi
1247 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1256 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1266 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
1414 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1423 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1433 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S39 // {in,out}8 Block Value 5 M5
136 #define M5 in8 define
684 mov M4 = M5
695 mov M5 = M10
725 mov W = M5
743 mov M5 = M7
795 mov M12 = M5
806 mov M5 = X
/external/clang/include/clang/Driver/
H A DMultilib.h123 const Multilib &M5);
/external/clang/lib/Driver/
H A DMultilib.cpp181 const Multilib &M5) {
187 Ms.push_back(M5);
179 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4, const Multilib &M5) argument
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids11818 0520 iAudio M5, side USB port
12744 4331 PDR-M4/M5/M70 Digital Camera
12963 0105 SXV-M5
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 2631 milliseconds