HomeSort by relevance Sort by last modified time
    Searched refs:imul (Results 1 - 25 of 125) 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/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]
DivU64x64Remainder.c 43 imul ecx, ebx
MultU64x32.asm 37 imul ecx, [esp + 8] ; overflow not detectable
  /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]
MultU64x32.asm 37 imul ecx, [esp + 8] ; overflow not detectable
  /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
  /external/aac/libFDK/include/x86/
fixmul_x86.h 114 imul b
127 imul b
155 asm( "imul %2;\n"
168 asm ( "imul %2;"
  /dalvik/dx/tests/102-verify-nonwide-math/
run 43 oneop imul
  /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)
  /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 601 milliseconds

1 2 3 4 5