Searched defs:mov (Results 1 - 13 of 13) sorted by relevance

/external/zlib/contrib/inflate86/
H A Dinffas86.c800 mov [eax], esp /* save esp, ebp */ local
801 mov [eax+4], ebp local
802 mov esp, eax
803 mov esi, [esp+8] /* esi = in */
804 mov edi, [esp+16] /* edi = out */
805 mov edx, [esp+40] /* edx = hold */
806 mov ebx, [esp+44] /* ebx = bits */
807 mov ebp, [esp+32] /* ebp = lcode */
825 mov cl, bl /* cl = bits, needs it for shifting */
831 mov ea
851 mov [esp+64], ecx /* save len */ local
948 mov [edi], al local
974 mov [edi], al /* memset out with from[-1] */ local
1115 mov [esp+16], edi /* save out */ local
1116 mov [esp+44], ebx /* save bits */ local
1117 mov [esp+40], edx /* save hold */ local
[all...]
/external/libvpx/vpx_scale/intel_linux/
H A Dscaleopt.c79 mov esi, source
80 mov edi, dest
82 mov ecx, source_width
93 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
94 mov ebx, eax
97 mov ecx, eax // ecx = 00 01 02 03
117 mov [edi], ebx // writeoutput 00 xx xx xx local
133 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
134 mov ebx, eax
137 mov ec
162 mov [edi], ebx // writeoutput 00 xx xx xx local
[all...]
/external/libvpx/vpx_scale/win32/
H A Dscaleopt.c77 mov esi, source
78 mov edi, dest
80 mov ecx, source_width
91 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
92 mov ebx, eax
95 mov ecx, eax // ecx = 00 01 02 03
115 mov [edi], ebx // writeoutput 00 xx xx xx local
131 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
132 mov ebx, eax
135 mov ec
160 mov [edi], ebx // writeoutput 00 xx xx xx local
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.h169 void mov(Register rd, Register rt) { or_(rd, rt, zero_reg); } function in class:v8::internal::MacroAssembler
/external/libvpx/vpx_scale/x86_64/
H A Dscaleopt.c77 mov rsi, source
78 mov rdi, dest
80 mov ecx, source_width
91 mov eax, DWORD PTR [rsi] // eax = 00 01 02 03
92 mov ebx, eax
95 mov ecx, eax // ecx = 00 01 02 03
115 mov [rdi], ebx // writeoutput 00 xx xx xx local
131 mov eax, DWORD PTR [rsi] // eax = 00 01 02 03
132 mov ebx, eax
135 mov ec
160 mov [rdi], ebx // writeoutput 00 xx xx xx local
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngvcrd.c51 mov ecx, eax //Make another copy of Eflag in ecx
75 //faster than the instruction "mov eax, 1"
84 mov mmx_supported_local, 1 //set return value to 1
87 mov eax, mmx_supported_local //move return value to eax
188 mov ecx,len //load length of line
189 mov esi,srcptr //load source
190 mov ebx,dstptr //load dest
227 mov ecx,diff
231 mov edx,mask
236 mov a
237 mov [ebx],ax local
240 mov [ebx+2],al local
384 mov [ebx],eax local
491 mov [ebx],al local
773 mov [ebx],ax local
934 mov [ebx],eax local
936 mov [ebx+4],ax // Glenn R-P local
1967 mov [edi+ebx-1], al // Write back Raw(x); local
1990 mov [edi+ebx-1], al // Write back Raw(x); local
2263 mov [edi+ebx-1], al // Write back Raw(x); local
2362 mov [edi+ebx-1], al // Write back Raw(x); local
2405 mov [edi + ebx - 1], al local
3602 mov [edi + ebx-1], al // mov does not affect flags; -1 to offset inc ebx local
3684 mov [edi + ebx-1], al // mov does not affect flags; -1 to offset inc ebx local
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S273 mov CTable = ip
279 mov LCSave = ar.lc
291 mov PRSave = pr
315 mov TPtr = CTable
316 mov TRound = CTable0
320 mov A_ = AccumA
321 mov B_ = AccumB
325 mov C_ = AccumC
326 mov D_ = AccumD define
355 mov p
390 mov D_ = AccumD ;; \\ define
[all...]
/external/v8/src/arm/
H A Dassembler-arm.h683 void mov(Register dst, const Operand& src,
685 void mov(Register dst, Register src, SBit s = LeaveCC, Condition cond = al) { function in class:v8::internal::Assembler
686 mov(dst, Operand(src), s, cond);
853 void nop() { mov(r0, Operand(r0)); }
H A Dassembler-thumb2.h683 void mov(Register dst, const Operand& src,
685 void mov(Register dst, Register src, SBit s = LeaveCC, Condition cond = al) { function in class:v8::internal::Assembler
686 mov(dst, Operand(src), s, cond);
853 void nop() { mov(r0, Operand(r0)); }
H A Dassembler-arm.cc355 // mov lr, pc
622 // If the opcode is mov or mvn and if ~imm32 fits, change the opcode.
666 // However, if the original instruction is a 'mov rd, x' (not setting the
671 if ((instr & ~CondMask) == 13*B21) { // mov, S not set
709 mov(ip, Operand(x.offset_), LeaveCC,
743 mov(ip, Operand(x.offset_), LeaveCC,
754 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
989 void Assembler::mov(Register dst, const Operand& src, SBit s, Condition cond) { function in class:v8::internal::Assembler
1211 // at the pc of the ldm instruction by a mov lr, pc instruction; if this is
1631 mov(ds
[all...]
H A Dassembler-thumb2.cc335 // mov lr, pc
602 // If the opcode is mov or mvn and if ~imm32 fits, change the opcode.
646 // However, if the original instruction is a 'mov rd, x' (not setting the
651 if ((instr & ~CondMask) == 13*B21) { // mov, S not set
689 mov(ip, Operand(x.offset_), LeaveCC,
723 mov(ip, Operand(x.offset_), LeaveCC,
734 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
969 void Assembler::mov(Register dst, const Operand& src, SBit s, Condition cond) { function in class:v8::internal::Assembler
1191 // at the pc of the ldm instruction by a mov lr, pc instruction; if this is
1609 mov(ds
[all...]
/external/v8/src/ia32/
H A Dassembler-ia32.cc73 __ mov(ebp, Operand(esp));
78 __ mov(edx, Operand(eax));
96 __ mov(eax, 1);
105 __ mov(eax, Operand(edx));
107 __ mov(edx, Operand(ecx));
111 __ mov(esp, Operand(ebp));
450 // Convert 'push src; pop dst' to 'mov dst, src'.
477 // 0x71283c 396 890424 mov [esp],eax
487 PrintF("%d push/pop (mov-pop) eliminated\n", pc_offset());
515 // b8XXffffff mov ea
621 void Assembler::mov(Register dst, int32_t imm32) { function in class:v8::internal::Assembler
629 void Assembler::mov(Register dst, const Immediate& x) { function in class:v8::internal::Assembler
637 void Assembler::mov(Register dst, Handle<Object> handle) { function in class:v8::internal::Assembler
645 void Assembler::mov(Register dst, const Operand& src) { function in class:v8::internal::Assembler
653 void Assembler::mov(Register dst, Register src) { function in class:v8::internal::Assembler
661 void Assembler::mov(const Operand& dst, const Immediate& x) { function in class:v8::internal::Assembler
670 void Assembler::mov(const Operand& dst, Handle<Object> handle) { function in class:v8::internal::Assembler
679 void Assembler::mov(const Operand& dst, Register src) { function in class:v8::internal::Assembler
[all...]
/external/webkit/JavaScriptCore/assembler/
H A DARMv7Assembler.h1124 void mov(RegisterID rd, ARMThumbImmediate imm) function in class:JSC::ARMv7Assembler
1137 void mov(RegisterID rd, RegisterID rm) function in class:JSC::ARMv7Assembler
1632 // reperesented in the instruction. Left shift by 14, to mov it into position 0x00AA0000.

Completed in 245 milliseconds