HomeSort by relevance Sort by last modified time
    Searched full:imull (Results 26 - 50 of 50) sorted by null

12

  /external/quake/quake/src/QW/client/
d_draw.s 299 imull %edx,%eax // (tfrac >> 16) * cachewidth
373 imull %ebx,%eax
568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
572 imull reciprocal_table-8(,%ecx,4) // tstep = (tnext - t) / (spancount-1)
585 imull %ebx,%edx
819 imull C(d_zrowbytes),%ecx
934 imull C(d_zrowbytes),%ecx
d_draw16.s 303 imull %edx,%eax // (tfrac >> 16) * cachewidth
376 imull %ebx,%eax
627 imull reciprocal_table_16-8(,%ecx,4) // sstep = (snext - s) /
632 imull reciprocal_table_16-8(,%ecx,4) // tstep = (tnext - t) /
645 imull %ebx,%edx
d_parta.s 179 imull C(d_zrowbytes),%edx // point to the z pixel
d_polysa.s 465 imull skinwidth(%esp)
    [all...]
  /external/quake/quake/src/WinQuake/
d_draw.s 299 imull %edx,%eax // (tfrac >> 16) * cachewidth
373 imull %ebx,%eax
568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
572 imull reciprocal_table-8(,%ecx,4) // tstep = (tnext - t) / (spancount-1)
585 imull %ebx,%edx
819 imull C(d_zrowbytes),%ecx
934 imull C(d_zrowbytes),%ecx
d_draw16.s 303 imull %edx,%eax // (tfrac >> 16) * cachewidth
376 imull %ebx,%eax
627 imull reciprocal_table_16-8(,%ecx,4) // sstep = (snext - s) /
632 imull reciprocal_table_16-8(,%ecx,4) // tstep = (tnext - t) /
645 imull %ebx,%edx
d_parta.s 179 imull C(d_zrowbytes),%edx // point to the z pixel
d_polysa.s 465 imull skinwidth(%esp)
    [all...]
  /external/llvm/lib/Target/X86/
README.txt 283 imull $3, 4(%esp), %eax
285 Perhaps this is what we really should generate is? Is imull three or four
297 However, if we care more about code size, then imull is better. It's two bytes
999 imull 12(%esp), %esi
1001 imull 20(%esp), %ecx
1011 imull 12(%esp), %ecx
1013 imull 4(%esp), %eax
    [all...]
README-SSE.txt 161 imull %ebp, %edi #69.49
650 imull LCPI1_0+12, %eax
654 imull LCPI1_0+4, %eax
658 imull LCPI1_0, %eax
662 imull LCPI1_0+8, %eax
X86InstrInfo.td     [all...]
  /external/valgrind/main/none/tests/x86/
insn_basic.def 445 imull eax.sd[-12345678] : r32.sd[12345678] => edx.sd[-35488] eax.sd[-260846532]
446 imull eax.sd[12345678] : m32.sd[-12345678] => edx.sd[-35488] eax.sd[-260846532]
455 imull imm8[123] r32.ud[67890] => 1.ud[8350470]
456 imull imm8[123] r32.ud[67890] r32.ud[0] => 2.ud[8350470]
457 imull imm8[123] m32.ud[67890] r32.ud[0] => 2.ud[8350470]
458 imull imm32[12345] r32.ud[67890] => 1.ud[838102050]
459 imull imm32[12345] r32.ud[67890] r32.ud[0] => 2.ud[838102050]
460 imull imm32[12345] m32.ud[67890] r32.ud[0] => 2.ud[838102050]
461 imull r32.ud[12345] r32.ud[67890] => 1.ud[838102050]
462 imull m32.ud[12345] r32.ud[67890] => 1.ud[838102050
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 203 // CHECK: imull $12, %eax, %eax
206 // CHECK: imull %ecx, %eax
207 imull %ecx, %eax label
x86-32-coverage.s 192 // CHECK: imull 3735928559(%ebx,%ecx,8)
193 imull 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/valgrind/main/none/tests/amd64/
insn_basic.def     [all...]
  /external/v8/src/x64/
assembler-x64.cc 1144 void Assembler::imull(Register dst, Register src) { function in class:v8::internal::Assembler
1153 void Assembler::imull(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1162 void Assembler::imull(Register dst, Register src, Immediate imm) { function in class:v8::internal::Assembler
    [all...]
assembler-x64.h 919 void imull(Register dst, Register src); // dst = dst * src.
920 void imull(Register dst, const Operand& src); // dst = dst * src.
921 void imull(Register dst, Register src, Immediate imm); // dst = src * imm.
    [all...]
lithium-codegen-x64.cc 931 __ imull(left, left, Immediate(right_value));
935 __ imull(left, left, Immediate(right_value));
938 __ imull(left, ToOperand(right));
940 __ imull(left, ToRegister(right));
    [all...]
ic-x64.cc 330 __ imull(r0, r0, Immediate(2057));
    [all...]
full-codegen-x64.cc     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 399 #define IMUL_L(a, b) CHOICE(imull ARG2(a,b), imull ARG2(a,b), _LTOG imul ARG2(b,a))
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 706 {"imull", " imul", -2, emit_1_or_2_operandsl},
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 706 {"imull", " imul", -2, emit_1_or_2_operandsl},
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /prebuilt/sdk/tools/linux/
llvm-rs-cc 

Completed in 56 milliseconds

12