Home
last modified time | relevance | path

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

12345678910>>...16

/external/u-boot/board/ti/dra7xx/
Dmux_data.h15 {GPMC_AD0, (M3 | PIN_INPUT)}, /* gpmc_ad0.vout3_d0 */
16 {GPMC_AD1, (M3 | PIN_INPUT)}, /* gpmc_ad1.vout3_d1 */
17 {GPMC_AD2, (M3 | PIN_INPUT)}, /* gpmc_ad2.vout3_d2 */
18 {GPMC_AD3, (M3 | PIN_INPUT)}, /* gpmc_ad3.vout3_d3 */
19 {GPMC_AD4, (M3 | PIN_INPUT)}, /* gpmc_ad4.vout3_d4 */
20 {GPMC_AD5, (M3 | PIN_INPUT)}, /* gpmc_ad5.vout3_d5 */
21 {GPMC_AD6, (M3 | PIN_INPUT)}, /* gpmc_ad6.vout3_d6 */
22 {GPMC_AD7, (M3 | PIN_INPUT)}, /* gpmc_ad7.vout3_d7 */
23 {GPMC_AD8, (M3 | PIN_INPUT)}, /* gpmc_ad8.vout3_d8 */
24 {GPMC_AD9, (M3 | PIN_INPUT)}, /* gpmc_ad9.vout3_d9 */
[all …]
/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/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DMeasureMapInternalTest.java45 MeasureMapInternal metrics = MeasureMapInternal.builder().put(M3, 9999L).put(M4, 8888L).build(); in testPutLong()
46 assertContains(metrics, MeasurementLong.create(M3, 9999L), MeasurementLong.create(M4, 8888L)); in testPutLong()
67 .put(M3, 9999L) in testCombination()
74 MeasurementLong.create(M3, 9999L), in testCombination()
116 MeasureMapInternal.builder().put(M3, 100L).put(M3, 100L).build(), in testDuplicateMeasureLongs()
117 MeasurementLong.create(M3, 100L)); in testDuplicateMeasureLongs()
119 MeasureMapInternal.builder().put(M3, 100L).put(M3, 200L).put(M3, 300L).build(), in testDuplicateMeasureLongs()
120 MeasurementLong.create(M3, 300L)); in testDuplicateMeasureLongs()
122 MeasureMapInternal.builder().put(M3, 100L).put(M4, 200L).put(M3, 300L).build(), in testDuplicateMeasureLongs()
123 MeasurementLong.create(M3, 300L), in testDuplicateMeasureLongs()
[all …]
/external/u-boot/board/gumstix/duovero/
Dduovero_mux_data.h56 {GPMC_A16, (PTU | IEN | M3)}, /* gpio_40 */
57 {GPMC_A17, (PTU | IEN | M3)}, /* gpio_41 - hdmi_ls_oe */
58 {GPMC_A18, (PTU | IEN | M3)}, /* gpio_42 */
59 {GPMC_A19, (PTU | IEN | M3)}, /* gpio_43 - wifi_en */
60 {GPMC_A20, (PTU | IEN | M3)}, /* gpio_44 - eth_irq */
61 {GPMC_A21, (PTU | IEN | M3)}, /* gpio_45 - eth_nreset */
62 {GPMC_A22, (PTU | IEN | M3)}, /* gpio_46 - eth_pme */
63 {GPMC_A23, (PTU | IEN | M3)}, /* gpio_47 */
64 {GPMC_A24, (PTU | IEN | M3)}, /* gpio_48 - eth_mdix */
65 {GPMC_A25, (PTU | IEN | M3)}, /* gpio_49 - bt_wakeup */
[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/swiftshader/third_party/llvm-7.0/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/golang-protobuf/protoc-gen-go/testdata/imports/test_a_2/
Dm3.pb.go23 type M3 struct { struct
29 func (m *M3) Reset() { *m = M3{} } argument
30 func (m *M3) String() string { return proto.CompactTextString(m) } argument
31 func (*M3) ProtoMessage() {} argument
32 func (*M3) Descriptor() ([]byte, []int) { argument
36 func (m *M3) XXX_Unmarshal(b []byte) error { argument
39 func (m *M3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
42 func (m *M3) XXX_Merge(src proto.Message) { argument
45 func (m *M3) XXX_Size() int { argument
48 func (m *M3) XXX_DiscardUnknown() { argument
[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-7.0/llvm/test/CodeGen/Mips/llvm-ir/
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
39 ; M3: bnez $[[T0]], [[BB0:\.LBB[0-9_]+]]
40 ; M2-M3: nop
41 ; M2-M3: move $5, $6
42 ; M2-M3: [[BB0]]:
43 ; M2-M3: jr $ra
44 ; M2-M3: move $2, $5
73 ; M2-M3: andi $[[T0:[0-9]+]], $4, 1
[all …]
Dselect-flt.ll15 ; RUN: -check-prefixes=M3
70 ; M3-LABEL: tst_select_i1_float:
71 ; M3: # %bb.0: # %entry
72 ; M3-NEXT: andi $1, $4, 1
73 ; M3-NEXT: bnez $1, .LBB0_2
74 ; M3-NEXT: mov.s $f0, $f13
75 ; M3-NEXT: # %bb.1: # %entry
76 ; M3-NEXT: mov.s $f0, $f14
77 ; M3-NEXT: .LBB0_2: # %entry
78 ; M3-NEXT: jr $ra
[all …]
Dselect-dbl.ll15 ; RUN: -check-prefix=M3
76 ; M3-LABEL: tst_select_i1_double:
77 ; M3: # %bb.0: # %entry
78 ; M3-NEXT: andi $1, $4, 1
79 ; M3-NEXT: bnez $1, .LBB0_2
80 ; M3-NEXT: mov.d $f0, $f13
81 ; M3-NEXT: # %bb.1: # %entry
82 ; M3-NEXT: mov.d $f0, $f14
83 ; M3-NEXT: .LBB0_2: # %entry
84 ; M3-NEXT: jr $ra
[all …]
/external/u-boot/board/compulab/cl-som-am57x/
Dmux.c89 {VIN2A_D10, (M3 | PIN_OUTPUT_PULLUP) }, /* VIN2A_D10.MDIO_MCLK */
90 {VIN2A_D11, (M3 | PIN_INPUT_PULLUP) }, /* VIN2A_D11.MDIO_D */
92 {VIN2A_D12, (M3 | PIN_OUTPUT) }, /* VIN2A_D12.RGMII1_TXC */
93 {VIN2A_D13, (M3 | PIN_OUTPUT) }, /* VIN2A_D13.RGMII1_TXCTL */
94 {VIN2A_D14, (M3 | PIN_OUTPUT) }, /* VIN2A_D14.RGMII1_TXD3 */
95 {VIN2A_D15, (M3 | PIN_OUTPUT) }, /* VIN2A_D15.RGMII1_TXD2 */
96 {VIN2A_D16, (M3 | PIN_OUTPUT) }, /* VIN2A_D16.RGMII1_TXD1 */
97 {VIN2A_D17, (M3 | PIN_OUTPUT) }, /* VIN2A_D17.RGMII1_TXD0 */
98 {VIN2A_D18, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D18.RGMII1_RXC */
99 {VIN2A_D19, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D19.RGMII1_RXCTL */
[all …]
/external/u-boot/board/compulab/cm_t35/
Dcm_t35.c254 MUX_VAL(CP(ETK_D0_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT0*/ in cm_t3x_set_common_muxconf()
255 MUX_VAL(CP(ETK_D1_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT1*/ in cm_t3x_set_common_muxconf()
256 MUX_VAL(CP(ETK_D2_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT2*/ in cm_t3x_set_common_muxconf()
257 MUX_VAL(CP(ETK_D7_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT3*/ in cm_t3x_set_common_muxconf()
258 MUX_VAL(CP(ETK_D4_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT4*/ in cm_t3x_set_common_muxconf()
259 MUX_VAL(CP(ETK_D5_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT5*/ in cm_t3x_set_common_muxconf()
260 MUX_VAL(CP(ETK_D6_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT6*/ in cm_t3x_set_common_muxconf()
261 MUX_VAL(CP(ETK_D3_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT7*/ in cm_t3x_set_common_muxconf()
262 MUX_VAL(CP(ETK_D8_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DIR*/ in cm_t3x_set_common_muxconf()
263 MUX_VAL(CP(ETK_D9_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_NXT*/ in cm_t3x_set_common_muxconf()
[all …]
/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/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/swiftshader/third_party/llvm-7.0/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/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
/external/u-boot/board/compulab/cm_t3517/
Dmux.c202 MUX_VAL(CP(ETK_D0_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT0*/ in set_muxconf_regs()
203 MUX_VAL(CP(ETK_D1_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT1*/ in set_muxconf_regs()
204 MUX_VAL(CP(ETK_D2_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT2*/ in set_muxconf_regs()
205 MUX_VAL(CP(ETK_D7_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT3*/ in set_muxconf_regs()
206 MUX_VAL(CP(ETK_D4_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT4*/ in set_muxconf_regs()
207 MUX_VAL(CP(ETK_D5_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT5*/ in set_muxconf_regs()
208 MUX_VAL(CP(ETK_D6_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT6*/ in set_muxconf_regs()
209 MUX_VAL(CP(ETK_D3_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DT7*/ in set_muxconf_regs()
210 MUX_VAL(CP(ETK_D8_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_DIR*/ in set_muxconf_regs()
211 MUX_VAL(CP(ETK_D9_ES2), (IEN | PTD | EN | M3)); /*HSUSB1_NXT*/ in set_muxconf_regs()
[all …]
/external/u-boot/board/ti/am57xx/
Dmux_data.h103 {VIN2A_D12, (M3 | PIN_OUTPUT | MANUAL_MODE)}, /* vin2a_d12.rgmii1_txc */
104 {VIN2A_D13, (M3 | PIN_OUTPUT | MANUAL_MODE)}, /* vin2a_d13.rgmii1_txctl */
105 {VIN2A_D14, (M3 | PIN_OUTPUT | MANUAL_MODE)}, /* vin2a_d14.rgmii1_txd3 */
106 {VIN2A_D15, (M3 | PIN_OUTPUT | MANUAL_MODE)}, /* vin2a_d15.rgmii1_txd2 */
107 {VIN2A_D16, (M3 | PIN_OUTPUT | MANUAL_MODE)}, /* vin2a_d16.rgmii1_txd1 */
108 {VIN2A_D17, (M3 | PIN_OUTPUT | MANUAL_MODE)}, /* vin2a_d17.rgmii1_txd0 */
109 {VIN2A_D18, (M3 | PIN_INPUT | MANUAL_MODE)}, /* vin2a_d18.rgmii1_rxc */
110 {VIN2A_D19, (M3 | PIN_INPUT | MANUAL_MODE)}, /* vin2a_d19.rgmii1_rxctl */
111 {VIN2A_D20, (M3 | PIN_INPUT | MANUAL_MODE)}, /* vin2a_d20.rgmii1_rxd3 */
112 {VIN2A_D21, (M3 | PIN_INPUT | MANUAL_MODE)}, /* vin2a_d21.rgmii1_rxd2 */
[all …]

12345678910>>...16