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

1 2 3 4 5 6

  /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/swiftshader/third_party/LLVM/test/MC/ELF/
relax-arith.s 7 // CHECK: 'imul'
9 .section imul
10 imul $foo, %bx, %bx
11 imul $foo, bar, %bx
12 imul $foo, %ebx, %ebx
13 imul $foo, bar, %ebx
14 imul $foo, %rbx, %rbx
15 imul $foo, bar, %rbx
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
MultU64x64.c 37 imul ebx, dword ptr [Multiplier + 4]
38 imul edx, dword ptr [Multiplicand + 4]
MultU64x32.c 35 imul ecx, dword ptr [Multiplicand + 4] // overflow not detectable
MultU64x64.asm 39 imul ebx, [esp + 20] ; ebx <- M1[0..31] * M2[32..63]
40 imul edx, [esp + 12] ; edx <- M1[32..63] * M2[0..31]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
MultU64x64.c 44 imul ebx, dword ptr [Multiplier + 4]
45 imul edx, dword ptr [Multiplicand + 4]
MultU64x32.c 42 imul ecx, dword ptr [Multiplicand + 4] // overflow not detectable
MultU64x64.asm 39 imul ebx, [esp + 20] ; ebx <- M1[0..31] * M2[32..63]
40 imul edx, [esp + 12] ; edx <- M1[32..63] * M2[0..31]
  /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.27/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
  /dalvik/dx/tests/102-verify-nonwide-math/
build 37 oneop imul
run 42 oneop imul
  /external/aac/libFDK/include/x86/
fixmul_x86.h 128 imul b
139 imul b
167 asm("imul %2;\n"
178 asm("imul %2;" : "=d"(result), "+a"(a) : "r"(b));
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gm107.asm 21 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 $r
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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)

Completed in 557 milliseconds

1 2 3 4 5 6