Home
last modified time | relevance | path

Searched refs:imul (Results 1 – 25 of 141) sorted by relevance

123456

/external/llvm/test/MC/ELF/
Drelax-arith2.s15 .section imul,"x"
16 imul $-128, %bx, %bx
17 imul $127, bar, %bx
18 imul $0, %ebx, %ebx
19 imul $1, bar, %ebx
20 imul $-1, %rbx, %rbx
21 imul $42, bar, %rbx
Drelax-arith.s15 .section imul,"x"
16 imul $foo, %bx, %bx
17 imul $foo, bar, %bx
18 imul $foo, %ebx, %ebx
19 imul $foo, bar, %ebx
20 imul $foo, %rbx, %rbx
21 imul $foo, bar, %rbx
Drelax-arith3.s12 .section imul,"x"
13 imul $foo, bar(%rip), %bx
14 imul $foo, bar(%rip), %ebx
15 imul $foo, bar(%rip), %rbx
/external/llvm-project/llvm/test/MC/ELF/
Drelax-arith2.s16 .section imul,"x"
17 imul $-128, %bx, %bx
18 imul $127, bar, %bx
19 imul $0, %ebx, %ebx
20 imul $1, bar, %ebx
21 imul $-1, %rbx, %rbx
22 imul $42, bar, %rbx
Drelax-arith.s16 .section imul,"x"
17 imul $foo, %bx, %bx
18 imul $foo, bar, %bx
19 imul $foo, %ebx, %ebx
20 imul $foo, bar, %ebx
21 imul $foo, %rbx, %rbx
22 imul $foo, bar, %rbx
Drelax-arith3.s13 .section imul,"x"
14 imul $foo, bar(%rip), %bx
15 imul $foo, bar(%rip), %ebx
16 imul $foo, bar(%rip), %rbx
/external/flac/src/libFLAC/ia32/
Dlpc_asm.nasm756 imul eax, edx
786 imul eax, [esi + 4 * ecx]
821 imul ecx, [esi - 128]
824 imul ecx, [esi - 124]
827 imul ecx, [esi - 120]
830 imul ecx, [esi - 116]
833 imul ecx, [esi - 112]
836 imul ecx, [esi - 108]
839 imul ecx, [esi - 104]
842 imul ecx, [esi - 100]
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgm107.asm21 imul u32 u32 $r3 $r1 $r2
24 imul u32 u32 $r3 $r1 $r2
27 imul u32 u32 $r3 $r1 $r2
29 imul u32 u32 $r3 $r1 $r2
32 imul u32 u32 $r3 $r1 $r2
36 imul u32 u32 hi $r0 $r0 $r2
71 imul u32 u32 $r3 $r1 $r2
73 imul u32 u32 $r3 $r1 $r2
76 imul u32 u32 $r3 $r1 $r2
79 imul u32 u32 $r3 $r1 $r2
[all …]
/external/boringssl/win-x86_64/crypto/fipsmodule/
Drsaz-avx2.asm343 imul eax,ecx
348 imul rax,QWORD[((-128))+r13]
352 imul rax,QWORD[((8-128))+r13]
356 imul rax,QWORD[((16-128))+r13]
359 imul rdx,QWORD[((24-128))+r13]
363 imul eax,ecx
376 imul rax,QWORD[((-128))+r13]
381 imul rax,QWORD[((8-128))+r13]
388 imul rax,QWORD[((16-128))+r13]
397 imul eax,ecx
[all …]
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Drsaz-avx2.asm343 imul eax,ecx
348 imul rax,QWORD[((-128))+r13]
352 imul rax,QWORD[((8-128))+r13]
356 imul rax,QWORD[((16-128))+r13]
359 imul rdx,QWORD[((24-128))+r13]
363 imul eax,ecx
376 imul rax,QWORD[((-128))+r13]
381 imul rax,QWORD[((8-128))+r13]
388 imul rax,QWORD[((16-128))+r13]
397 imul eax,ecx
[all …]
/external/rust/crates/serde_json/src/lexical/
Dmath.rs259 pub fn imul(x: &mut Limb, y: Limb, carry: Limb) -> Limb { in imul() function
335 pub fn imul(x: &mut Vec<Limb>, y: Limb) { in imul() function
339 carry = scalar::imul(xi, y, carry); in imul()
353 imul(&mut z, y); in mul()
416 imul(x, power); in imul_pow5()
421 imul(x, small_powers[n]); in imul_pow5()
434 large::imul(x, large_powers[idx]); in imul_pow5()
769 pub fn imul(x: &mut Vec<Limb>, y: &[Limb]) { in imul() function
771 small::imul(x, y[0]); in imul()
856 small::imul(self.data_mut(), y); in imul_small()
Dalgorithm.rs115 fp.imul(&powers.get_small(small_index as usize)); in multiply_exponent_extended()
126 fp.imul(&powers.get_large(large_index as usize)); in multiply_exponent_extended()
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dcmpxchg-read-advance.s5 imul %rax, %rax label
10 imul %rcx, %rcx label
15 imul %rax, %rax label
20 imul %rcx, %rcx label
25 imul %eax, %eax label
26 imul %edx, %edx label
31 imul %eax, %eax label
32 imul %edx, %edx label
37 imul %ebx, %ebx label
38 imul %ecx, %ecx label
[all …]
Dxadd.s8 imul %ecx, %ecx label
9 imul %ecx, %ecx label
16 imul %ecx, %ecx label
17 imul %ecx, %ecx label
Dpartial-reg-update-4.s6 # The lzcnt cannot execute in parallel with the imul because there is a false
9 imul %ax, %bx label
/external/aac/libFDK/include/x86/
Dfixmul_x86.h128 imul b in fixmul_DD()
139 imul b in fixmuldiv2_DD()
/external/python/cpython2/Lib/test/
Dtest_list.py58 def imul(a, b): a *= b function
60 self.assertRaises((MemoryError, OverflowError), imul, lst, n)
/external/boringssl/win-x86_64/crypto/cipher_extra/
Dchacha20_poly1305_x86_64.asm79 imul r15,r12
92 imul r9,r12
125 imul r15,r12
138 imul r9,r12
186 imul r15,r12
199 imul r9,r12
438 imul r15,r12
491 imul r9,r12
625 imul r15,r12
638 imul r9,r12
[all …]
/external/openscreen/third_party/boringssl/win-x86_64/crypto/cipher_extra/
Dchacha20_poly1305_x86_64.asm79 imul r15,r12
92 imul r9,r12
125 imul r15,r12
138 imul r9,r12
186 imul r15,r12
199 imul r9,r12
438 imul r15,r12
491 imul r9,r12
625 imul r15,r12
638 imul r9,r12
[all …]
/external/llvm-project/llvm/test/tools/llvm-mca/X86/
Dintel-syntax.s9 imul esi, edi
39 # INTEL-NEXT: 1 3 1.00 imul esi, edi
/external/llvm-project/llvm/test/MC/X86/
Dx86_64-signed-reloc.s13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
/external/llvm/test/MC/X86/
Dx86_64-signed-reloc.s13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/
Dpartial-reg-update-4.s4 # The lzcnt cannot execute in parallel with the imul because there is a false
7 imul %ax, %bx label
Dpartial-reg-update-6.s5 # imul. However, the folded load can start immediately.
9 imul %edx, %ecx label
/external/llvm/test/CodeGen/X86/
Dimul-lea-2.ll3 ; CHECK-NOT: imul

123456