/external/bluetooth/bluez/sbc/ |
sbc_primitives_mmx.c | 313 "movl %k0, (%3)\n" 318 "movl %k0, 4(%3)\n" 342 "movl (%%esp), %0\n"
|
/external/kernel-headers/original/asm-x86/ |
bitops_32.h | 333 "movl $-1,%%eax\n\t" 431 "movl $-1,%0\n" 448 "movl $-1,%0\n"
|
thread_info_32.h | 111 movl $-THREAD_SIZE, reg; \
|
string_32.h | 37 "movl %4,%%ecx\n\t"
|
/external/libffi/src/x86/ |
darwin64.S | 58 movl %r9d, %eax /* Set number of SSE registers. */ 134 movl %eax, %eax 267 movl -24(%rsp), %eax
|
unix64.S | 58 movl %r9d, %eax /* Set number of SSE registers. */ 136 movl %eax, %eax 276 movl -24(%rsp), %eax
|
ffi.c | 320 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \ 332 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
|
/external/qemu/tcg/i386/ |
tcg-target.c | 268 /* movl */ 275 /* movl */ 621 /* movl (r0), data_reg */ 846 /* movl */ 938 /* movl */ 951 /* movl */ [all...] |
/external/v8/src/x64/ |
assembler-x64.cc | 88 __ movl(rdi, rdx); // Zero-extended to 64 bits. 100 __ movl(rax, Immediate(1)); 829 movl(dst, src); 846 movl(dst, src); 1248 void Assembler::movl(Register dst, const Operand& src) { function in class:v8::internal::Assembler 1257 void Assembler::movl(Register dst, Register src) { function in class:v8::internal::Assembler 1266 void Assembler::movl(const Operand& dst, Register src) { function in class:v8::internal::Assembler 1275 void Assembler::movl(const Operand& dst, Immediate value) { function in class:v8::internal::Assembler 1285 void Assembler::movl(Register dst, Immediate value) { function in class:v8::internal::Assembler 1388 void Assembler::movl(const Operand& dst, Label* src) { function in class:v8::internal::Assembler [all...] |
ic-x64.cc | 119 __ movl(r1, FieldOperand(name, String::kHashFieldOffset)); 325 __ movl(rbx, FieldOperand(rax, String::kHashFieldOffset)); 344 __ movl(rdx, rbx); 346 __ movl(rax, FieldOperand(rax, String::kHashFieldOffset)); 369 __ movl(rax, Operand(kScratchRegister, rdx, times_4, 0)); 401 __ movl(rax, rbx); 484 __ movl(rax, Operand(rcx, rax, times_4, 0)); 849 __ movl(Operand(rcx, rbx, times_4, 0), rax); 917 __ movl(Operand(rcx, rbx, times_4, 0), rax); [all...] |
assembler-x64.h | 510 void movl(Register dst, Register src); 511 void movl(Register dst, const Operand& src); 512 void movl(const Operand& dst, Register src); 513 void movl(const Operand& dst, Immediate imm); 515 void movl(Register dst, Immediate imm32); 526 void movl(const Operand& dst, Label* src); [all...] |
codegen-x64.cc | [all...] |
stub-cache-x64.cc | 69 __ movl(offset, FieldOperand(kScratchRegister, Code::kFlagsOffset)); 176 __ movl(scratch, FieldOperand(name, String::kHashFieldOffset)); 186 __ movl(scratch, FieldOperand(name, String::kHashFieldOffset)); 331 __ movl(rax, FieldOperand(receiver, String::kLengthOffset)); 344 __ movl(rax, FieldOperand(scratch2, String::kLengthOffset)); [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-ia64.pl | 252 movl $K_00_19=0x5a827999 } 254 movl $K_20_39=0x6ed9eba1 };; 256 movl $K_40_59=0x8f1bbcdc } 258 movl $K_60_79=0xca62c1d6 };;
|
/external/webkit/JavaScriptCore/wtf/ |
TCSpinLock.h | 97 ("movl $0, %0"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
cpuid.h | 136 "movl\t%0, %1\n\t"
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_macros.h | 75 "movl %0,(%1)\n\t" \ 81 "movl (%1),%0\n\t" \
|
/external/e2fsprogs/lib/ext2fs/ |
bitops.h | 231 "movl -4(%%edi),%%eax\n\t" 253 "movl $32, %0\n"
|
/external/grub/stage2/ |
char_io.c | 1188 asm volatile ("movl $start, %0" : "=a" (ret)); 1190 asm volatile ("movl $_start, %0" : "=a" (ret)); 1199 asm volatile ("movl $end, %0" : "=a" (ret)); 1201 asm volatile ("movl $_end, %0" : "=a" (ret));
|
/bionic/libc/arch-x86/string/ |
ssse3-strcmp.S | 107 movl STR1(%esp), %edx 108 movl STR2(%esp), %eax 110 movl CNT(%esp), %ebp 172 movl %edx, %ecx 205 movl %edx, %edi 206 movl %eax, %ecx [all...] |
/external/freetype/include/freetype/config/ |
ftconfig.h | 380 "movl %%edx, %%ecx\n"
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_mixer_MMX_VC.c | 130 mov edi, dst //movl %0,%%edi // edi = dst
|
/external/grub/grub/ |
asmstub.c | 123 asm volatile ("movl %%esp, %0\n\tmovl %1, %%esp\n" 141 asm volatile ("movl %0, %%esp\n" : : "r" (realstack));
|
/external/qemu/ |
cpu-all.h | 437 asm volatile ("movl %1, %0\n" 474 "movl %0, %1\n"
|
/external/webkit/JavaScriptCore/jit/ |
JITStubs.cpp | 121 "movl %esp, %ebp" "\n" 126 "movl $512, %esi" "\n" 127 "movl 0x58(%esp), %edi" "\n" 142 "movl %esp, %ecx" "\n" 419 "movl %esp, %ebp" "\n" 424 "movl $512, %esi" "\n" 425 "movl 0x38(%esp), %edi" "\n" 440 "movl %esp, %ecx" "\n" [all...] |