HomeSort by relevance Sort by last modified time
    Searched refs:imul (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/llvm/test/MC/ELF/
relax-arith2.s 7 // CHECK: Disassembly of section imul:
8 // CHECK-NEXT: imul:
15 .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
relax-arith3.s 7 // CHECK: Disassembly of section imul:
8 // CHECK-NEXT: imul:
12 .section imul,"x"
13 imul $foo, bar(%rip), %bx
14 imul $foo, bar(%rip), %ebx
15 imul $foo, bar(%rip), %rbx
relax-arith.s 7 // CHECK: Disassembly of section imul:
8 // CHECK-NEXT: imul:
15 .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
  /external/llvm/test/MC/X86/
x86_64-signed-reloc.s 13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
reloc.s 6 imul $foo, %edx
inval-reg.s 6 imul %bx,%ecx label
7 imul $10,%bx,%ecx label
8 imul $0x200,%bx,%ecx label
reloc.d 13 12: 69 d2 00 00 00 00 [ ]*imul \$0x0,%edx,%edx 14: (R_386_)?(dir)?32 .text
inval-reg.l 59 [ ]*6[ ]+imul %bx,%ecx
60 [ ]*7[ ]+imul \$10,%bx,%ecx
61 [ ]*8[ ]+imul \$0x200,%bx,%ecx
inval.s 30 imul 10,%bx,%ecx
31 imul 10,%bx,%al
inval.l 115 [ ]*30[ ]+imul 10,%bx,%ecx
116 [ ]*31[ ]+imul 10,%bx,%al
  /external/aac/libFDK/include/x86/
fixmul_x86.h 114 imul b
127 imul b
155 asm( "imul %2;\n"
168 asm ( "imul %2;"
  /external/v8/test/mjsunit/regress/
regress-5006.js 7 function foo(x) { return Math.imul(x|0, 2); }
  /external/v8/test/mjsunit/wasm/
asm-wasm-i32.js 10 var imul = stdlib.Math.imul;
44 const imul = Math.imul;
64 return imul(a, b) | 0;
asm-wasm-u32.js 10 var imul = stdlib.Math.imul;
41 const imul = Math.imul;
58 return +imul(a >>> 0, b >>> 0);
asm-wasm-stdlib.js 70 var StdlibMathImul = stdlib.Math.imul;
173 var imul = stdlib.Math.imul;
202 function imul_i32(x, y) { x = x | 0; y = y | 0; return imul(x, y) | 0; }
204 x = x | 0; y = y | 0; return imul(x>>>0, y>>>0) | 0; }
291 var two_args = {atan2: true, pow: true, imul: true,
306 imul: ['i32', 'u32'],
  /dalvik/dx/tests/102-verify-nonwide-math/
run 43 oneop imul
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_list.py 58 def imul(a, b): a *= b function in function:ListTest.test_overflow
60 self.assertRaises((MemoryError, OverflowError), imul, lst, n)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_list.py 58 def imul(a, b): a *= b function in function:ListTest.test_overflow
60 self.assertRaises((MemoryError, OverflowError), imul, lst, n)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_list.py 58 def imul(a, b): a *= b function in function:ListTest.test_overflow
60 self.assertRaises((MemoryError, OverflowError), imul, lst, n)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_list.py 58 def imul(a, b): a *= b function in function:ListTest.test_overflow
60 self.assertRaises((MemoryError, OverflowError), imul, lst, n)
  /external/v8/test/mjsunit/
math-imul.js 30 var imul_func = Math.imul;
40 function imul_meth_closure(a, b) { return Math.imul(a, b); }
47 assertEquals(expected, Math.imul(a, b));
  /external/v8/test/cctest/
test-disasm-x87.cc 122 __ imul(edx, ecx);
184 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
185 __ imul(edx, ecx, 12);
186 __ imul(edx, Operand(edx, eax, times_2, 42), 8);
187 __ imul(edx, ecx, 1000);
188 __ imul(edx, Operand(ebx, ecx, times_4, 1), 9000);
256 __ imul(edx, ecx, 12);
257 __ imul(edx, ecx, 1000);
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 76 imul %rsi, %rcx
  /external/freetype/include/freetype/internal/
ftcalc.h 123 "imul %%edx\n"
161 imul edx
220 "imul %2, %1\n"
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftcalc.h 123 "imul %%edx\n"
161 imul edx
220 "imul %2, %1\n"

Completed in 630 milliseconds

1 2 3 4 5