Home
last modified time | relevance | path

Searched refs:M3 (Results 1 – 25 of 225) sorted by relevance

123456789

/external/llvm/test/CodeGen/Mips/llvm-ir/
Dselect-flt.ll2 ; RUN: -check-prefixes=ALL,M2,M2-M3
14 ; RUN: -check-prefixes=ALL,M3,M2-M3
36 ; M2-M3: andi $[[T0:[0-9]+]], $4, 1
37 ; M2-M3: bnez $[[T0]], $[[BB0:BB[0-9_]+]]
38 ; M2-M3: nop
41 ; M3: mov.s $f13, $f14
42 ; M2-M3: $[[BB0]]:
43 ; M2-M3: jr $ra
45 ; M3: mov.s $f0, $f13
78 ; M2-M3: andi $[[T0:[0-9]+]], $6, 1
[all …]
Dselect-dbl.ll2 ; RUN: -check-prefixes=ALL,M2,M2-M3
14 ; RUN: -check-prefixes=ALL,M3,M2-M3
60 ; M3: andi $[[T0:[0-9]+]], $4, 1
61 ; M3: bnez $[[T0]], $[[BB0:BB[0-9_]+]]
62 ; M3: nop
63 ; M3: mov.d $f13, $f14
64 ; M3: $[[BB0]]:
65 ; M3: jr $ra
66 ; M3: mov.d $f0, $f13
108 ; M3: andi $[[T0:[0-9]+]], $6, 1
[all …]
Dselect-int.ll2 ; RUN: -check-prefixes=ALL,M2,M2-M3
14 ; RUN: -check-prefixes=ALL,M3,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
72 ; M2-M3: andi $[[T0:[0-9]+]], $4, 1
[all …]
Dlshr.ll14 ; RUN: -check-prefixes=ALL,GP64,M3
158 ; M3: sll $[[T0:[0-9]+]], $7, 0
159 ; M3: dsrlv $[[T1:[0-9]+]], $4, $7
160 ; M3: andi $[[T2:[0-9]+]], $[[T0]], 64
161 ; M3: bnez $[[T3:[0-9]+]], $[[BB0:BB[0-9_]+]]
162 ; M3: move $3, $[[T1]]
163 ; M3: dsrlv $[[T4:[0-9]+]], $5, $7
164 ; M3: dsll $[[T5:[0-9]+]], $4, 1
165 ; M3: not $[[T6:[0-9]+]], $[[T0]]
166 ; M3: dsllv $[[T7:[0-9]+]], $[[T5]], $[[T6]]
[all …]
Dashr.ll14 ; RUN: -check-prefixes=ALL,GP64,M3
167 ; M3: sll $[[T0:[0-9]+]], $7, 0
168 ; M3: dsrav $[[T1:[0-9]+]], $4, $7
169 ; M3: andi $[[T2:[0-9]+]], $[[T0]], 64
170 ; M3: bnez $[[T3:[0-9]+]], $[[BB0:BB[0-9_]+]]
171 ; M3: move $3, $[[T1]]
172 ; M3: dsrlv $[[T4:[0-9]+]], $5, $7
173 ; M3: dsll $[[T5:[0-9]+]], $4, 1
174 ; M3: not $[[T6:[0-9]+]], $[[T0]]
175 ; M3: dsllv $[[T7:[0-9]+]], $[[T5]], $[[T6]]
[all …]
Dshl.ll14 ; RUN: -check-prefixes=ALL,GP64,M3,NOT-R2-R6
174 ; M3: sll $[[T0:[0-9]+]], $7, 0
175 ; M3: dsllv $[[T1:[0-9]+]], $5, $7
176 ; M3: andi $[[T2:[0-9]+]], $[[T0]], 64
177 ; M3: bnez $[[T3:[0-9]+]], $[[BB0:BB[0-9_]+]]
178 ; M3: move $2, $[[T1]]
179 ; M3: dsllv $[[T4:[0-9]+]], $4, $7
180 ; M3: dsrl $[[T5:[0-9]+]], $5, 1
181 ; M3: not $[[T6:[0-9]+]], $[[T0]]
182 ; M3: dsrlv $[[T7:[0-9]+]], $[[T5]], $[[T6]]
[all …]
/external/llvm/unittests/Support/
DMemoryTest.cpp76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC); in TEST_P() local
83 EXPECT_NE((void*)nullptr, M3.base()); in TEST_P()
84 EXPECT_LE(32U, M3.size()); in TEST_P()
87 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P()
88 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P()
91 EXPECT_FALSE(Memory::releaseMappedMemory(M3)); in TEST_P()
132 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P() local
137 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P()
138 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P()
144 EXPECT_NE((void*)nullptr, M3.base()); in TEST_P()
[all …]
/external/clang/test/Driver/Inputs/
Dgen-response.c4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M2 macro
5 #define M4 M3 M3 M3 M3 M3 M3 M3 M3 M3 M3
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dmulhi.ll3 ; RUN: llc < %s -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-prefix=M3
12 ; M3: smulhi:
13 ; M3: smull
29 ; M3: umulhi:
30 ; M3: umull
47 ; M3: t3:
48 ; M3-NOT: smmla
49 ; M3: smull
/external/eigen/doc/snippets/
DTutorial_SlicingCol.cpp7 RowMajorMatrixXf M3(M1);
8 cout << "Row major input:" << endl << M3 << "\n";
9 Map<RowMajorMatrixXf,0,Stride<Dynamic,3> > M4(M3.data(), M3.rows(), (M3.cols()+2)/3,
10 Stride<Dynamic,3>(M3.outerStride(),3));
/external/llvm/test/CodeGen/ARM/
Dmulhi.ll3 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s -check-prefix=M3
12 ; M3-LABEL: smulhi:
13 ; M3: smull
29 ; M3-LABEL: umulhi:
30 ; M3: umull
47 ; M3-LABEL: t3:
48 ; M3-NOT: smmla
49 ; M3: smull
Ddarwin-eabi.ll1 …RUN: llc -mtriple=thumbv7m-apple-darwin -mcpu=cortex-m3 < %s | FileCheck %s --check-prefix=CHECK-M3
3 ; RUN: llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-m3 < %s | FileCheck %s --check-prefix=CHECK-M3
9 ; CHECK-M3-LABEL: float_op:
10 ; CHECK-M3: bl ___addsf3
19 ; CHECK-M3-LABEL: double_op:
20 ; CHECK-M3: bl ___adddf3
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h683 template <typename M1, typename M2, typename M3>
687 typename AllOfResult2<M2, M3>::type
691 template <typename M1, typename M2, typename M3, typename M4>
695 typename AllOfResult2<M3, M4>::type
699 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,
711 typename AllOfResult3<M1, M2, M3>::type,
716 template <typename M1, typename M2, typename M3, typename M4, typename M5,
720 typename AllOfResult3<M1, M2, M3>::type,
[all …]
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-matchers.h317 template <typename M1, typename M2, typename M3>
321 typename AllOfResult2<M2, M3>::type
325 template <typename M1, typename M2, typename M3, typename M4>
329 typename AllOfResult2<M3, M4>::type
333 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,
345 typename AllOfResult3<M1, M2, M3>::type,
350 template <typename M1, typename M2, typename M3, typename M4, typename M5,
354 typename AllOfResult3<M1, M2, M3>::type,
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-matchers.h317 template <typename M1, typename M2, typename M3>
321 typename AllOfResult2<M2, M3>::type
325 template <typename M1, typename M2, typename M3, typename M4>
329 typename AllOfResult2<M3, M4>::type
333 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,
345 typename AllOfResult3<M1, M2, M3>::type,
350 template <typename M1, typename M2, typename M3, typename M4, typename M5,
354 typename AllOfResult3<M1, M2, M3>::type,
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell512a.java50 private static final int M3 = 5; 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.java50 private static final int M3 = 10; 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.java50 private static final int M3 = 449; 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.java50 private static final int M3 = 449; 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()
DWell44497a.java50 private static final int M3 = 229; 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()
DWell44497b.java50 private static final int M3 = 229; 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()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h1196 const M3t &M3) : Option(Optional | NotHidden) {
1197 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1202 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3,
1204 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1211 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3,
1213 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1220 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3,
1223 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1230 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3,
1233 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
[all …]
/external/llvm/test/Assembler/
Dmetadata.ll5 ; CHECK-UNMAT: @global = global i32 0, !foo [[M2:![0-9]+]], !foo [[M3:![0-9]+]], !baz [[M3]]
18 ; CHECK: define void @test2() !foo [[M2]] !baz [[M3]]
23 ; CHECK: define void @test3() !bar [[M3]]
37 ; CHECK-UNMAT: [[M3]] = distinct !{}
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxt_rot.ll2 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s --check-prefix=M3
16 ; M3-LABEL: test2:
17 ; M3: uxtb r1, r1
18 ; M3-NOT: uxtab
19 ; M3: add r0, r1
/external/clang/lib/Driver/
DMultilib.cpp158 const Multilib &M3) { in Either() argument
159 return Either({M1, M2, M3}); in Either()
163 const Multilib &M3, const Multilib &M4) { in Either() argument
164 return Either({M1, M2, M3, M4}); in Either()
168 const Multilib &M3, const Multilib &M4, in Either() argument
170 return Either({M1, M2, M3, M4, M5}); in Either()

123456789