HomeSort by relevance Sort by last modified time
    Searched refs:mul (Results 251 - 275 of 796) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
erratum843419.s 45 mul w6, w0, w1
  /external/libjpeg-turbo/simd/
jsimd_arm64_neon.S 271 mul v16.4h, v16.4h, v0.4h
272 mul v17.4h, v17.4h, v1.4h
275 mul v18.4h, v18.4h, v2.4h
276 mul v19.4h, v19.4h, v3.4h
279 mul v20.4h, v20.4h, v4.4h
280 mul v21.4h, v21.4h, v5.4h
283 mul v22.4h, v22.4h, v6.4h
284 mul v23.4h, v23.4h, v7.4h
287 mul v24.4h, v24.4h, v0.4h
288 mul v25.4h, v25.4h, v1.4
    [all...]
  /external/llvm/test/MC/AArch64/
neon-2velem.s 169 mul v0.4h, v1.4h, v2.h[2]
170 mul v0.8h, v1.8h, v2.h[2]
171 mul v0.2s, v1.2s, v2.s[2]
172 mul v0.2s, v1.2s, v22.s[2]
173 mul v0.4s, v1.4s, v2.s[2]
174 mul v0.4s, v1.4s, v22.s[2]
176 // CHECK: mul v0.4h, v1.4h, v2.h[2] // encoding: [0x20,0x80,0x62,0x0f]
177 // CHECK: mul v0.8h, v1.8h, v2.h[2] // encoding: [0x20,0x80,0x62,0x4f]
178 // CHECK: mul v0.2s, v1.2s, v2.s[2] // encoding: [0x20,0x88,0x82,0x0f]
179 // CHECK: mul v0.2s, v1.2s, v22.s[2] // encoding: [0x20,0x88,0x96,0x0f
    [all...]
  /external/mesa3d/src/glsl/
loop_controls.cpp 130 ir_expression *const mul = local
135 new(mem_ctx) ir_expression(ir_binop_add, mul->type, mul, from);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unpredictable.s 37 .word 0xe0000f91 @ mul r0, r1, pc
38 .word 0xe001009f @ mul r0, pc, r1
39 .word 0xe00f0091 @ mul pc, r1, r0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
sb1-ext-mdmx.s 62 mul.ob $v1, $v12, 18
63 mul.ob $v1, $v12, $v18
64 mul.ob $v1, $v12, $v18[6]
vr5400.d 8 0+0000 <stuff> mul a0,a1,a2
66 0+00e8 <stuff\+0xe8> mul\.ob \$f0,\$f2,\$f4
67 0+00ec <stuff\+0xec> mul\.ob \$f2,\$f4,\$f6\[2\]
68 0+00f0 <stuff\+0xf0> mul\.ob \$f6,\$f4,0xf
69 0+00f4 <stuff\+0xf4> mul\.ob \$f4,\$f6,0x1f
mips64-mdmx.s 101 mul.ob $v1, $v12, 18
102 mul.ob $v1, $v12, $v18
103 mul.ob $v1, $v12, $v18[6]
105 mul.qh $v1, $v12, 18
106 mul.qh $v1, $v12, $v18
107 mul.qh $v1, $v12, $v18[2]
sb1-ext-mdmx.d 43 0+0084 <[^>]*> 7bd26070 mul\.ob \$v1,\$v12,0x12
44 0+0088 <[^>]*> 7ad26070 mul\.ob \$v1,\$v12,\$v18
45 0+008c <[^>]*> 79926070 mul\.ob \$v1,\$v12,\$v18\[6\]
mips64-mdmx.d 75 0+0104 <[^>]*> 7bd26070 mul\.ob \$v1,\$v12,0x12
76 0+0108 <[^>]*> 7ad26070 mul\.ob \$v1,\$v12,\$v18
77 0+010c <[^>]*> 79926070 mul\.ob \$v1,\$v12,\$v18\[6\]
78 0+0110 <[^>]*> 7bb26070 mul\.qh \$v1,\$v12,0x12
79 0+0114 <[^>]*> 7ab26070 mul\.qh \$v1,\$v12,\$v18
80 0+0118 <[^>]*> 79326070 mul\.qh \$v1,\$v12,\$v18\[2\]
mips32-dspr2.s 29 mul.ph $15,$16,$17
  /art/cmdline/
cmdline_types.h 228 size_t mul; local
230 mul = 1;
232 mul = KB;
234 mul = MB;
236 mul = GB;
242 if (val <= std::numeric_limits<size_t>::max() / mul) {
243 val *= mul;
  /external/boringssl/src/crypto/bn/
generic.c 81 #define mul(r, a, w, c) \ macro
111 #define mul(r, a, w, c) \ macro
203 #define mul(r, a, bl, bh, c) \ macro
261 mul(rp[0], ap[0], w, c1);
262 mul(rp[1], ap[1], w, c1);
263 mul(rp[2], ap[2], w, c1);
264 mul(rp[3], ap[3], w, c1);
270 mul(rp[0], ap[0], w, c1);
347 mul(rp[0], ap[0], bl, bh, carry);
348 mul(rp[1], ap[1], bl, bh, carry)
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 825 int h, m, s, mul, div, TotPkt; local
874 mul = 60;
879 mul = 60000;
899 mprintf("Modern Query Packets: %7d (avg%5d/min)\n", NumPktQ, NumPktQ * mul / div);
900 mprintf("Legacy Query Packets: %7d (avg%5d/min)\n", NumPktL, NumPktL * mul / div);
901 mprintf("Multicast Response Packets: %7d (avg%5d/min)\n", NumPktR, NumPktR * mul / div);
902 mprintf("Total Multicast Packets: %7d (avg%5d/min)\n", TotPkt, TotPkt * mul / div);
904 mprintf("Total New Service Probes: %7d (avg%5d/min)\n", NumProbes, NumProbes * mul / div);
905 mprintf("Total Goodbye Announcements: %7d (avg%5d/min)\n", NumGoodbyes, NumGoodbyes * mul / div);
906 mprintf("Total Query Questions: %7d (avg%5d/min)\n", NumQuestions, NumQuestions * mul / div)
    [all...]
  /external/boringssl/src/crypto/bn/asm/
bn-586.pl 166 &mul($w); # *a * w
192 &mul($w); # *a * w
278 &mul($w); # *a * w
306 &mul($w); # *a * w
378 &mul("eax"); # *a * *a
399 &mul("eax"); # *a * *a
x86_64-gcc.c 61 #undef mul macro
86 #define mul(r, a, word, carry) \ macro
140 mul(rp[0], ap[0], w, c1);
141 mul(rp[1], ap[1], w, c1);
142 mul(rp[2], ap[2], w, c1);
143 mul(rp[3], ap[3], w, c1);
149 mul(rp[0], ap[0], w, c1);
153 mul(rp[1], ap[1], w, c1);
157 mul(rp[2], ap[2], w, c1);
  /external/llvm/test/MC/Mips/
micromips-alu-instructions.s 36 # CHECK-EL: mul $9, $6, $7 # encoding: [0xe6,0x00,0x10,0x4a]
73 # CHECK-EB: mul $9, $6, $7 # encoding: [0x00,0xe6,0x4a,0x10]
108 mul $9, $6, $7
  /external/skia/src/effects/
SkAvoidXfermode.cpp 63 static int scale_dist_14(int dist, uint32_t mul, uint32_t sub) {
64 int tmp = dist * mul - sub;
79 uint32_t mul = fDistMul; local
99 d = scale_dist_14(d, mul, sub);
128 uint32_t mul = fDistMul; local
148 d = scale_dist_14(d, mul, sub);
  /external/libhevc/common/arm64/
ihevc_sao_edge_offset_class0.s 105 mul x4, x4, x1 //(ht - 1) * src_strd
150 mul x14, x14, x1 //(ht - row) * src_strd
184 mul x14, x14, x1 //II (ht - row) * src_strd
327 mul x14, x14, x1 //(ht - row) * src_strd
  /external/libmpeg2/common/arm/
icv_variance_a9.s 112 mul r3, r0, r0
  /external/libmpeg2/common/armv8/
icv_variance_av8.s 109 mul x3, x0, x0
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_1_add_neon.asm 85 mul r0, r0, r12 ; input[0] * cospi_16_64
90 mul r0, r0, r12 ; out * cospi_16_64
  /external/opencv3/samples/cpp/
image.cpp 108 // Mat::mul replaces cvMul(). Again, no temporary arrays are created in case of simple expressions.
109 planes[0] = planes[0].mul(planes[0], 1./255);
  /external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/
interoperability_with_OpenCV_1.cpp 127 // Mat::mul replaces cvMul(). Again, no temporary arrays are created in case of simple expressions.
128 planes[0] = planes[0].mul(planes[0], 1./255);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 85 mul r0, r0, r12 ; input[0] * cospi_16_64
90 mul r0, r0, r12 ; out * cospi_16_64

Completed in 1877 milliseconds

<<11121314151617181920>>