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

1 2

  /external/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
  /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
  /external/srec/srec/cfront/
himul32.h 80 // The x86 imul instruction, given a single 32-bit operand, computes
83 // EAX, then IMUL, then take the high 32 bits (in EDX) and move them
89 imul factor2
  /external/v8/test/cctest/
test-disasm-x64.cc 119 __ imul(rdx, rcx);
169 __ imul(rdx, Operand(rbx, rcx, times_4, 10000));
170 __ imul(rdx, rcx, Immediate(12));
171 __ imul(rdx, rcx, Immediate(1000));
222 __ imul(rdx, rcx, Immediate(12));
223 __ imul(rdx, rcx, Immediate(1000));
test-disasm-ia32.cc 125 __ imul(edx, ecx);
180 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
181 __ imul(edx, ecx, 12);
182 __ imul(edx, ecx, 1000);
236 __ imul(edx, ecx, 12);
237 __ imul(edx, ecx, 1000);
test-assembler-ia32.cc 138 __ imul(eax, edx);
test-assembler-x64.cc 190 __ imul(arg1);
  /external/openssl/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/freetype/include/freetype/config/
ftconfig.h 377 "imul %%edx\n"
415 imul edx
  /external/v8/src/ia32/
assembler-ia32.h 781 void imul(Register src); // edx:eax = eax * src.
782 void imul(Register dst, Register src) { imul(dst, Operand(src)); }
783 void imul(Register dst, const Operand& src); // dst = dst * src.
784 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
    [all...]
assembler-ia32.cc 944 void Assembler::imul(Register reg) { function in class:v8::internal::Assembler
951 void Assembler::imul(Register dst, const Operand& src) { function in class:v8::internal::Assembler
959 void Assembler::imul(Register dst, Register src, int32_t imm32) { function in class:v8::internal::Assembler
    [all...]
  /external/quake/quake/src/QW/client/
d_draw.asm 412 imul eax,edx
457 imul eax,ebx
597 imul ds:dword ptr[reciprocal_table-8+ecx*4]
600 imul ds:dword ptr[reciprocal_table-8+ecx*4]
609 imul edx,ebx
783 imul ecx,ds:dword ptr[_d_zrowbytes]
870 imul ecx,ds:dword ptr[_d_zrowbytes]
snd_mixa.asm 312 imul eax,esi
324 imul edx,esi
d_spr8.asm 342 imul ds:dword ptr[_d_zrowbytes]
436 imul eax,ds:dword ptr[_cachewidth]
478 imul eax,ebx
684 imul ds:dword ptr[reciprocal_table-8+ecx*4]
687 imul ds:dword ptr[reciprocal_table-8+ecx*4]
697 imul edx,ebx
d_draw16.asm 414 imul eax,edx
459 imul eax,ebx
647 imul ds:dword ptr[reciprocal_table_16-8+ecx*4]
650 imul ds:dword ptr[reciprocal_table_16-8+ecx*4]
659 imul edx,ebx
d_polysa.asm 384 imul ds:dword ptr[4+0+esp]
1038 imul eax,esi
1043 imul edi,esi
d_parta.asm 320 imul edx,ds:dword ptr[_d_zrowbytes]
  /external/v8/src/x64/
assembler-x64.h 931 void imul(Register src); // rdx:rax = rax * src.
932 void imul(Register dst, Register src); // dst = dst * src.
933 void imul(Register dst, const Operand& src); // dst = dst * src.
934 void imul(Register dst, Register src, Immediate imm); // dst = src * imm.
    [all...]
assembler-x64.cc 1109 void Assembler::imul(Register src) { function in class:v8::internal::Assembler
1117 void Assembler::imul(Register dst, Register src) { function in class:v8::internal::Assembler
1126 void Assembler::imul(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1135 void Assembler::imul(Register dst, Register src, Immediate imm) { function in class:v8::internal::Assembler
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 110 imul edi,esi
115 imul ebx,edx
  /external/llvm/test/MC/X86/
x86-64.s 207 imul $12, %eax label
  /external/qemu-pc-bios/vgabios/
vbe.c 166 imul ecx, esi
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 365 #define OP imul
412 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \
418 "imul" size, op0, op1, res, flags & CC_MASK);\
428 "imul $" #op0 ", %2, %0\n\t" \
    [all...]
test-i386.c 353 #define OP imul
399 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \
405 "imul" size, op0, op1, res, flags & CC_MASK);\
    [all...]

Completed in 579 milliseconds

1 2