Home
last modified time | relevance | path

Searched refs:M2 (Results 1 – 25 of 117) sorted by relevance

12345

/external/llvm/test/CodeGen/Mips/llvm-ir/
Dselect.ll2 ; RUN: -check-prefix=ALL -check-prefix=M2 -check-prefix=M2-M3
18 ; RUN: -check-prefix=ALL -check-prefix=M3 -check-prefix=M2-M3
37 ; M2-M3: andi $[[T0:[0-9]+]], $4, 1
38 ; M2-M3: bnez $[[T0]], $[[BB0:BB[0-9_]+]]
39 ; M2-M3: nop
40 ; M2-M3: move $5, $6
41 ; M2-M3: $[[BB0]]:
42 ; M2-M3: jr $ra
43 ; M2-M3: move $2, $5
62 ; M2-M3: andi $[[T0:[0-9]+]], $4, 1
[all …]
Dmul.ll2 ; RUN: -check-prefix=M2 -check-prefix=GP32
30 ; M2: mult $4, $5
31 ; M2: mflo $[[T0:[0-9]+]]
32 ; M2: sll $[[T0]], $[[T0]], 31
33 ; M2: sra $2, $[[T0]], 31
64 ; M2: mult $4, $5
65 ; M2: mflo $[[T0:[0-9]+]]
66 ; M2: sll $[[T0]], $[[T0]], 24
67 ; M2: sra $2, $[[T0]], 24
101 ; M2: mult $4, $5
[all …]
Dlshr.ll3 ; RUN: -check-prefix=M2
87 ; M2: srlv $[[T0:[0-9]+]], $4, $7
88 ; M2: andi $[[T1:[0-9]+]], $7, 32
89 ; M2: bnez $[[T1]], $[[BB0:BB[0-9_]+]]
90 ; M2: move $3, $[[T0]]
91 ; M2: srlv $[[T2:[0-9]+]], $5, $7
92 ; M2: not $[[T3:[0-9]+]], $7
93 ; M2: sll $[[T4:[0-9]+]], $4, 1
94 ; M2: sllv $[[T5:[0-9]+]], $[[T4]], $[[T3]]
95 ; M2: or $3, $[[T3]], $[[T2]]
[all …]
Dashr.ll3 ; RUN: -check-prefix=M2
89 ; M2: srav $[[T0:[0-9]+]], $4, $7
90 ; M2: andi $[[T1:[0-9]+]], $7, 32
91 ; M2: bnez $[[T1]], $[[BB0:BB[0-9_]+]]
92 ; M2: move $3, $[[T0]]
93 ; M2: srlv $[[T2:[0-9]+]], $5, $7
94 ; M2: not $[[T3:[0-9]+]], $7
95 ; M2: sll $[[T4:[0-9]+]], $4, 1
96 ; M2: sllv $[[T5:[0-9]+]], $[[T4]], $[[T3]]
97 ; M2: or $3, $[[T3]], $[[T2]]
[all …]
Dshl.ll3 ; RUN: -check-prefix=M2 -check-prefix=NOT-R2-R6
99 ; M2: sllv $[[T0:[0-9]+]], $5, $7
100 ; M2: andi $[[T1:[0-9]+]], $7, 32
101 ; M2: bnez $[[T1]], $[[BB0:BB[0-9_]+]]
102 ; M2: move $2, $[[T0]]
103 ; M2: sllv $[[T2:[0-9]+]], $4, $7
104 ; M2: not $[[T3:[0-9]+]], $7
105 ; M2: srl $[[T4:[0-9]+]], $5, 1
106 ; M2: srlv $[[T5:[0-9]+]], $[[T4]], $[[T3]]
107 ; M2: or $2, $[[T2]], $[[T3]]
[all …]
/external/clang/unittests/Driver/
DMultilibTest.cpp54 Multilib M1, M2; in TEST() local
56 M2.flag("+foo"); in TEST()
57 ASSERT_TRUE(M1 == M2) << "Multilibs with the same flag should be the same"; in TEST()
61 Multilib M1, M2; in TEST() local
63 M2.flag("-foo"); in TEST()
64 ASSERT_FALSE(M1 == M2) << "Multilibs with conflicting flags are not the same"; in TEST()
65 ASSERT_FALSE(M2 == M1) in TEST()
70 Multilib M1, M2; in TEST() local
71 M2.flag("+foo"); in TEST()
72 ASSERT_FALSE(M1 == M2) << "Flags make Multilibs different"; in TEST()
[all …]
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_mpy.ll45 declare i64 @llvm.hexagon.M2.mmpyl.s0(i64, i64)
47 %z = call i64 @llvm.hexagon.M2.mmpyl.s0(i64 %a, i64 %b)
52 declare i64 @llvm.hexagon.M2.mmpyl.s1(i64, i64)
54 %z = call i64 @llvm.hexagon.M2.mmpyl.s1(i64 %a, i64 %b)
59 declare i64 @llvm.hexagon.M2.mmpyh.s0(i64, i64)
61 %z = call i64 @llvm.hexagon.M2.mmpyh.s0(i64 %a, i64 %b)
66 declare i64 @llvm.hexagon.M2.mmpyh.s1(i64, i64)
68 %z = call i64 @llvm.hexagon.M2.mmpyh.s1(i64 %a, i64 %b)
73 declare i64 @llvm.hexagon.M2.mmpyl.rs0(i64, i64)
75 %z = call i64 @llvm.hexagon.M2.mmpyl.rs0(i64 %a, i64 %b)
[all …]
Dxtype_complex.ll52 declare i64 @llvm.hexagon.M2.cmpys.s0(i32, i32)
54 %z = call i64 @llvm.hexagon.M2.cmpys.s0(i32 %a, i32 %b)
59 declare i64 @llvm.hexagon.M2.cmpys.s1(i32, i32)
61 %z = call i64 @llvm.hexagon.M2.cmpys.s1(i32 %a, i32 %b)
66 declare i64 @llvm.hexagon.M2.cmpysc.s0(i32, i32)
68 %z = call i64 @llvm.hexagon.M2.cmpysc.s0(i32 %a, i32 %b)
73 declare i64 @llvm.hexagon.M2.cmpysc.s1(i32, i32)
75 %z = call i64 @llvm.hexagon.M2.cmpysc.s1(i32 %a, i32 %b)
80 declare i64 @llvm.hexagon.M2.cmacs.s0(i64, i32, i32)
82 %z = call i64 @llvm.hexagon.M2.cmacs.s0(i64 %a, i32 %b, i32 %c)
[all …]
/external/llvm/unittests/Support/
DMemoryTest.cpp45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() argument
46 if (M1.base() == M2.base()) in doesOverlap()
49 if (M1.base() > M2.base()) in doesOverlap()
50 return (unsigned char *)M2.base() + M2.size() > M1.base(); in doesOverlap()
52 return (unsigned char *)M1.base() + M1.size() > M2.base(); in doesOverlap()
74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P() local
81 EXPECT_NE((void*)nullptr, M2.base()); in TEST_P()
82 EXPECT_LE(64U, M2.size()); in TEST_P()
86 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P()
87 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P()
[all …]
/external/clang/test/Driver/Inputs/
Dgen-response.c3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1 macro
4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M2
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell512a.java47 private static final int M2 = 9; field in Well512a
57 super(K, M1, M2, M3); in Well512a()
64 super(K, M1, M2, M3, seed); in Well512a()
72 super(K, M1, M2, M3, seed); in Well512a()
79 super(K, M1, M2, M3, seed); in Well512a()
DWell1024a.java47 private static final int M2 = 24; field in Well1024a
57 super(K, M1, M2, M3); in Well1024a()
64 super(K, M1, M2, M3, seed); in Well1024a()
72 super(K, M1, M2, M3, seed); in Well1024a()
79 super(K, M1, M2, M3, seed); in Well1024a()
DWell19937a.java47 private static final int M2 = 179; field in Well19937a
57 super(K, M1, M2, M3); in Well19937a()
64 super(K, M1, M2, M3, seed); in Well19937a()
72 super(K, M1, M2, M3, seed); in Well19937a()
79 super(K, M1, M2, M3, seed); in Well19937a()
DWell19937c.java47 private static final int M2 = 179; field in Well19937c
57 super(K, M1, M2, M3); in Well19937c()
64 super(K, M1, M2, M3, seed); in Well19937c()
72 super(K, M1, M2, M3, seed); in Well19937c()
79 super(K, M1, M2, M3, seed); in Well19937c()
DWell44497b.java47 private static final int M2 = 481; field in Well44497b
57 super(K, M1, M2, M3); in Well44497b()
64 super(K, M1, M2, M3, seed); in Well44497b()
72 super(K, M1, M2, M3, seed); in Well44497b()
79 super(K, M1, M2, M3, seed); in Well44497b()
DWell44497a.java47 private static final int M2 = 481; field in Well44497a
57 super(K, M1, M2, M3); in Well44497a()
64 super(K, M1, M2, M3, seed); in Well44497a()
72 super(K, M1, M2, M3, seed); in Well44497a()
79 super(K, M1, M2, M3, seed); in Well44497a()
/external/mesa3d/src/mesa/sparc/
Dsparc_matrix.h37 #define M2 %f18 macro
54 ldd [BASE + ( 2 * 0x4)], M2; \
68 ld [BASE + ( 2 * 0x4)], M2; \
83 ldd [BASE + ( 2 * 0x4)], M2; \
96 ldd [BASE + ( 2 * 0x4)], M2; \
115 ldd [BASE + ( 2 * 0x4)], M2; \
135 ld [BASE + ( 2 * 0x4)], M2; \
143 ld [BASE + ( 2 * 0x4)], M2; \
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h675 template <typename M1, typename M2>
679 typename AllOfResult1<M2>::type
683 template <typename M1, typename M2, typename M3>
687 typename AllOfResult2<M2, M3>::type
691 template <typename M1, typename M2, typename M3, typename M4>
694 typename AllOfResult2<M1, M2>::type,
699 template <typename M1, typename M2, typename M3, typename M4, typename M5>
702 typename AllOfResult2<M1, M2>::type,
707 template <typename M1, typename M2, typename M3, typename M4, typename M5,
711 typename AllOfResult3<M1, M2, M3>::type,
[all …]
/external/clang/test/CoverageMapping/
Dmacro-expansion.c20 #define M2(x) do { if (x) {} } while (0) macro
25 #define M3(x) do { M2(x); } while (0)
47 M2(!x); in func()
48 M2(x); in func()
/external/v8/test/mjsunit/harmony/
Dmodule-linking.js239 export module A2 = M2;
242 export module M2 {
277 assertEquals("object", typeof M2);
279 assertTrue('A1' in M2);
281 assertEquals("object", typeof M2.A1);
283 assertTrue('A2' in M2.A1);
285 assertEquals("object", typeof M2.A1.A2);
293 assertSame(M1, M2.A1);
294 assertSame(M2, M1.A2);
296 assertSame(M2, M2.A1.A2);
/external/gmock/include/gmock/
Dgmock-generated-matchers.h320 template <typename M1, typename M2>
324 typename AllOfResult1<M2>::type
328 template <typename M1, typename M2, typename M3>
332 typename AllOfResult2<M2, M3>::type
336 template <typename M1, typename M2, typename M3, typename M4>
339 typename AllOfResult2<M1, M2>::type,
344 template <typename M1, typename M2, typename M3, typename M4, typename M5>
347 typename AllOfResult2<M1, M2>::type,
352 template <typename M1, typename M2, typename M3, typename M4, typename M5,
356 typename AllOfResult3<M1, M2, M3>::type,
[all …]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
DTestChildComponentWithBuilderAbstractClass.java30 abstract class SharedBuilder<B, C, M1, M2> {
33 abstract SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2()
35 abstract SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test returning supertype. in set()
DTestChildComponentWithBuilderInterface.java30 interface SharedBuilder<B, C, M1, M2> {
33 SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2()
35 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set()
DTestComponentWithGenericBuilderInterface.java30 interface SharedBuilder<B, C, M1, M2> {
33 SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2()
35 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set()
DTestComponentWithGenericBuilderAbstractClass.java30 static abstract class SharedBuilder<B, C, M1, M2> {
33 abstract SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2()
35 abstract SharedBuilder<B, C, M1, M2> depComponent(FloatModule floatModule); // Test return type in depComponent()

12345