/external/valgrind/main/coregrind/ |
m_trampoline.S | 729 movb %al, (%edx) 774 movb %al, (%edx) 816 movb %cl, (%edx) 825 movb $0, (%edx) 885 movb %al, (%rdx) 923 movb %al, (%rdx) 960 movb %dl, (%rcx) 969 movb $0, (%rcx)
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
des-586.pl | 215 &movb( &LB($tmp1), &LB($u) ); 216 &movb( &LB($tmp2), &HB($u) ); 219 &movb( &LB($tmp1), &LB($t) ); 221 &movb( &LB($tmp2), &HB($t) ); 224 &movb( &LB($tmp1), &HB($u) ); 227 &movb( &LB($tmp2), &HB($t) );
|
/external/openssl/crypto/des/asm/ |
des-586.pl | 215 &movb( &LB($tmp1), &LB($u) ); 216 &movb( &LB($tmp2), &HB($u) ); 219 &movb( &LB($tmp1), &LB($t) ); 221 &movb( &LB($tmp2), &HB($t) ); 224 &movb( &LB($tmp1), &HB($u) ); 227 &movb( &LB($tmp2), &HB($t) );
|
/external/valgrind/main/VEX/orig_amd64/ |
test1.sorted | 362 C684044008000000 movb $0, 2112(%rsp,%rax) 363 C644042000 movb $0, 32(%rsp,%rax) 364 C684084A92000000 movb $0, 37450(%rax,%rcx) 365 C684044008000001 movb $1, 2112(%rsp,%rax) 366 C6440C2001 movb $1, 32(%rsp,%rcx) 367 C684084A9200000F movb $15, 37450(%rax,%rcx) 368 C684104C9300000F movb $15, 37708(%rax,%rdx) 369 88442401 movb %al, 1(%rsp) 370 88841780010000 movb %al, 384(%rdi,%rdx) 371 880411 movb %al, (%rcx,%rdx [all...] |
/art/compiler/utils/x86/ |
assembler_x86.h | 244 void movb(Register dst, const Address& src); 245 void movb(const Address& dst, ByteRegister src); 246 void movb(const Address& dst, const Immediate& imm);
|
/external/chromium_org/v8/test/cctest/ |
test-disasm-x64.cc | 123 __ movb(rdx, Operand(rcx, 0)); 124 __ movb(rcx, Immediate(6)); 125 __ movb(Operand(rsp, 16), rdx);
|
/external/v8/test/cctest/ |
test-disasm-x64.cc | 140 __ movb(rdx, Operand(rcx, 0)); 141 __ movb(rcx, Immediate(6)); 142 __ movb(Operand(rsp, 16), rdx);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.S | 291 movb %al,(%edx) 301 movb %al,(%edx)
|
/external/grub/ |
acinclude.m4 | 98 l1: @ADDR32@ movb %al, l1 128 l1: addr32 movb %al, l1
|
/external/libffi/src/x86/ |
win32.S | 129 movb %al,0(%ecx) 240 movb %al,0(%ecx)
|
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 46 emits a CopyFromReg which gets turned into a movb and that can be allocated a 52 on the result of the movb).
|
README.txt | 444 532 532 0x3cfc movb (1809(%esp, %esi), %bl <<<--- spans 2 64 byte lines [all...] |
/external/openssl/crypto/ |
x86cpuid.S | 291 movb %al,(%edx) 301 movb %al,(%edx)
|
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-x86-darwin.S | 158 movb 12(%esp), %al 159 movb %al, 0(%esp)
|
/external/qemu/distrib/libpng-1.2.19/ |
pnggccrd.c | [all...] |
/bionic/libc/arch-x86/string/ |
ssse3-memcpy-atom.S | [all...] |
/dalvik/vm/mterp/x86/ |
OP_FILLED_NEW_ARRAY.S | 113 movb %cl,(%ecx,%eax) # mark card based on object head
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
gas-macho64.asm | 26 movb $0x12, _foo(%rip) label
|
/external/kernel-headers/original/asm-x86/ |
spinlock_32.h | 108 asm volatile("movb $1,%0" : "+m" (lock->slock) :: "memory");
|
/external/llvm/test/CodeGen/X86/ |
h-registers-0.ll | 14 ; It could be optimally transformed like; incb %ch; movb %ch, (%rdx)
|
/external/llvm/test/MC/ELF/ |
relocation-386.s | 93 movb bar3@GOTOFF(%ebx), %al
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 134 movb $12, %ah # set cw for "round to zero"
|
/external/clang/test/Sema/ |
asm.c | 114 asm volatile ("movb %%gs:%P2,%b0" : "=q"(b) : "0"(0), "i"(5L));
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-md5-x86_64.S | 26 movb -8(%rdi),%bpl 27 movb -4(%rdi),%cl 640 movb %sil,%cl 1217 movb %sil,%bpl 1220 movb %sil,%cl
|
/external/openssl/crypto/rc4/asm/ |
rc4-md5-x86_64.S | 26 movb -8(%rdi),%bpl 27 movb -4(%rdi),%cl 640 movb %sil,%cl 1217 movb %sil,%bpl 1220 movb %sil,%cl
|