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

1 2 3

  /external/llvm/test/MC/ELF/
relax-arith.s 7 // CHECK: Name: imul
14 .section imul
15 imul $foo, %bx, %bx
16 imul $foo, bar, %bx
17 imul $foo, %ebx, %ebx
18 imul $foo, bar, %ebx
19 imul $foo, %rbx, %rbx
20 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
  /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
  /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/cctest/
test-disasm-x87.cc 121 __ imul(edx, ecx);
181 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
182 __ imul(edx, ecx, 12);
183 __ imul(edx, Operand(edx, eax, times_2, 42), 8);
184 __ imul(edx, ecx, 1000);
185 __ imul(edx, Operand(ebx, ecx, times_4, 1), 9000);
248 __ imul(edx, ecx, 12);
249 __ imul(edx, ecx, 1000);
test-disasm-ia32.cc 121 __ imul(edx, ecx);
181 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
182 __ imul(edx, ecx, 12);
183 __ imul(edx, Operand(edx, eax, times_2, 42), 8);
184 __ imul(edx, ecx, 1000);
185 __ imul(edx, Operand(ebx, ecx, times_4, 1), 9000);
248 __ imul(edx, ecx, 12);
249 __ imul(edx, ecx, 1000);
test-assembler-x87.cc 128 __ imul(eax, edx);
  /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));
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 76 imul %rsi, %rcx
  /external/freetype/include/internal/
ftcalc.h 123 "imul %%edx\n"
161 imul edx
220 "imul %2, %1\n"
  /external/pdfium/third_party/freetype/include/internal/
ftcalc.h 123 "imul %%edx\n"
161 imul edx
220 "imul %2, %1\n"
  /external/boringssl/src/crypto/bn/asm/
x86-mont.pl 315 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
354 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
445 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
547 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
  /external/v8/src/x87/
assembler-x87.h 692 void imul(Register src); // edx:eax = eax * src.
693 void imul(Register dst, Register src) { imul(dst, Operand(src)); }
694 void imul(Register dst, const Operand& src); // dst = dst * src.
695 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
696 void imul(Register dst, const Operand& src, int32_t imm32);
    [all...]
assembler-x87.cc 775 void Assembler::imul(Register reg) { function in class:v8::internal::Assembler
782 void Assembler::imul(Register dst, const Operand& src) { function in class:v8::internal::Assembler
790 void Assembler::imul(Register dst, Register src, int32_t imm32) { function in class:v8::internal::Assembler
791 imul(dst, Operand(src), imm32);
795 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 709 void imul(Register src); // edx:eax = eax * src.
710 void imul(Register dst, Register src) { imul(dst, Operand(src)); }
711 void imul(Register dst, const Operand& src); // dst = dst * src.
712 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
713 void imul(Register dst, const Operand& src, int32_t imm32);
    [all...]
  /external/boringssl/win-x86/crypto/bn/
x86-mont.asm 207 imul edi,DWORD [32+esp]
240 imul edi,DWORD [32+esp]
322 imul edi,DWORD [32+esp]
414 imul edi,DWORD [32+esp]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 1834 int imul; \/\/ integer MUL to MUL delay 3 member in struct:nv50_ir::SchedDataCalculator::RegScores::Resource
    [all...]
  /external/boringssl/win-x86_64/crypto/bn/
x86_64-mont.asm 67 imul rbp,r10
130 imul rbp,r10
278 imul rbp,r10
416 imul rbp,r10
x86_64-mont5.asm 101 imul rbp,r10
181 imul rbp,r10
436 imul rbp,r10
600 imul rbp,r10
1427 imul rbx,QWORD[((32+8))+rsp]
1462 imul rsi,r8
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 77 imul rcx, [rsp + block_height]
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 58 imul rdx, rax
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 180 __ imul(i.OutputRegister(), i.InputOperand(0), i.InputInt32(1));
182 __ imul(i.OutputRegister(), i.InputOperand(1));
    [all...]
  /external/v8/src/
math.js 361 "imul", MathImul,

Completed in 2876 milliseconds

1 2 3