Searched defs:M5 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Driver/Inputs/
H A Dgen-response.c6 #define M5 M4 M4 M4 M4 M4 M4 M4 M4 M4 M4 macro
7 #define TEXT M5 M5 M5
/external/clang/test/Preprocessor/
H A Dassembler-with-cpp.c42 #define M5() M4 ## ( macro
44 5: M5()
/external/clang/test/CoverageMapping/
H A Dmacro-expansion.c31 #define M5(x) ((x) || (x)) macro
51 if (M5(x)) {}
/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/lib/Driver/
H A DMultilib.cpp169 const Multilib &M5) {
170 return Either({M1, M2, M3, M4, M5});
167 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4, const Multilib &M5) argument
/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; \
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp7081 // Constant-fold the M4 and M5 mask arguments.
7082 llvm::APSInt M4, M5; local
7084 bool IsConstM5 = E->getArg(2)->isIntegerConstantExpr(M5, getContext());
7088 // standard intrinsic. We only support some combinations of M4 and M5.
7093 switch (M5.getZExtValue()) {
7099 switch (M5.getZExtValue()) {
7115 Value *M5Value = llvm::ConstantInt::get(getLLVMContext(), M5);

Completed in 555 milliseconds