HomeSort by relevance Sort by last modified time
    Searched full:movb (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-prefix.asm 6 rex movb $0, %ah
7 rex movb $0, %sil
  /bionic/libc/arch-x86/generic/string/
strcat.S 37 L1: movb (%edx),%al /* unroll loop, but not too much */
38 movb %al,(%ecx)
41 movb 1(%edx),%al
42 movb %al,1(%ecx)
45 movb 2(%edx),%al
46 movb %al,2(%ecx)
49 movb 3(%edx),%al
50 movb %al,3(%ecx)
53 movb 4(%edx),%al
54 movb %al,4(%ecx
    [all...]
strcmp.S 23 L2: movb (%eax),%cl
30 movb (%eax),%cl
37 movb (%eax),%cl
44 movb (%eax),%cl
51 movb (%eax),%cl
58 movb (%eax),%cl
65 movb (%eax),%cl
72 movb (%eax),%cl
strncmp.S 28 movb (%eax),%bl
38 movb (%eax),%bl
48 movb (%eax),%bl
58 movb (%eax),%bl
68 movb (%eax),%bl
78 movb (%eax),%bl
88 movb (%eax),%bl
98 movb (%eax),%bl
  /external/llvm/test/MC/X86/
address-size.s 4 movb $0x0, (%esi)
6 movb $0x0, (%rsi)
10 movb $0x0, (%si)
12 movb $0x0, (%esi)
22 movb $0x0, (%si)
24 movb $0x0, (%esi)
26 movb $0x5a, (%di,%bp,1)
  /external/llvm/test/CodeGen/X86/
h-register-store.ll 3 ; X64-NEXT: movb %ah, (%rsi)
5 ; X64-NEXT: movb %ah, (%rsi)
7 ; X64-NEXT: movb %ah, (%rsi)
12 ; W64: movb %ch, (%rdx)
14 ; W64: movb %ch, (%rdx)
16 ; W64: movb %ch, (%rdx)
21 ; X32: movb %ah, (%e
23 ; X32: movb %ah, (%e
25 ; X32: movb %ah, (%e
2010-09-17-SideEffectsInChain.ll 22 ; CHECK: movb (%rsp), [[R1:%.+]]
23 ; CHECK: movb 30(%rsp), [[R0:%.+]]
24 ; CHECK: movb [[R1]], (%rsp)
25 ; CHECK: movb [[R0]], 30(%rsp)
bigstructret.ll 23 ; CHECK: movb $1, 2(%ecx)
24 ; CHECK: movb $1, 1(%ecx)
25 ; CHECK: movb $0, (%ecx)
inline-asm-R-constraint.ll 10 ; CHECK-NOT: movb %ah, (%r8)
15 call void asm "\09\09movw\09$2, %ax\09\09\0A\09\09divb\09$3\09\09\09\0A\09\09movb\09%al, $0\09\0A\09\09movb %ah, ($4)", "=*m,=*m,*m,*m,R,~{dirflag},~{fpsr},~{flags},~{ax}"(i8* %quotient, i8* %remainder, i16* %a_addr, i8* %b_addr, i8* %remainder) nounwind
store-narrow.ll 17 ; X64: movb %sil, (%rdi)
20 ; X32: movb 8(%esp), %al
21 ; X32: movb %al, (%{{.*}})
34 ; X64: movb %sil, 1(%rdi)
37 ; X32: movb 8(%esp), %[[REG:[abcd]l]]
38 ; X32: movb %[[REG]], 1(%{{.*}})
101 ; X64: movb %sil, 5(%rdi)
105 ; X32: movb 8(%esp), %[[REG:[abcd]l]]
106 ; X32: movb %[[REG]], 5(%{{.*}})
120 ; X64: movb %sil, 5(%rdi
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
des-586-mac.S 16 movb %al,%bl
17 movb %ah,%cl
20 movb %dl,%bl
22 movb %dh,%cl
25 movb %ah,%bl
28 movb %dh,%cl
45 movb %al,%bl
46 movb %ah,%cl
49 movb %dl,%bl
51 movb %dh,%c
    [all...]
des-586.S 17 movb %al,%bl
18 movb %ah,%cl
21 movb %dl,%bl
23 movb %dh,%cl
26 movb %ah,%bl
29 movb %dh,%cl
46 movb %al,%bl
47 movb %ah,%cl
50 movb %dl,%bl
52 movb %dh,%c
    [all...]
crypt586-mac.S 48 movb %al,%bl
49 movb %ah,%cl
53 movb %dl,%bl
55 movb %dh,%cl
58 movb %ah,%bl
61 movb %dh,%cl
98 movb %al,%bl
99 movb %ah,%cl
103 movb %dl,%bl
105 movb %dh,%c
    [all...]
crypt586.S 50 movb %al,%bl
51 movb %ah,%cl
55 movb %dl,%bl
57 movb %dh,%cl
60 movb %ah,%bl
63 movb %dh,%cl
100 movb %al,%bl
101 movb %ah,%cl
105 movb %dl,%bl
107 movb %dh,%c
    [all...]
  /external/openssl/crypto/des/asm/
des-586.S 17 movb %al,%bl
18 movb %ah,%cl
21 movb %dl,%bl
23 movb %dh,%cl
26 movb %ah,%bl
29 movb %dh,%cl
46 movb %al,%bl
47 movb %ah,%cl
50 movb %dl,%bl
52 movb %dh,%c
    [all...]
crypt586.S 50 movb %al,%bl
51 movb %ah,%cl
55 movb %dl,%bl
57 movb %dh,%cl
60 movb %ah,%bl
63 movb %dh,%cl
100 movb %al,%bl
101 movb %ah,%cl
105 movb %dl,%bl
107 movb %dh,%c
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586-mac.S 28 movb %bh,%al
30 movb %dh,%cl
48 movb %bh,%al
50 movb %dh,%cl
68 movb %bh,%al
70 movb %dh,%cl
88 movb %bh,%al
90 movb %dh,%cl
108 movb %bh,%al
110 movb %dh,%c
    [all...]
bf-586.S 29 movb %bh,%al
31 movb %dh,%cl
49 movb %bh,%al
51 movb %dh,%cl
69 movb %bh,%al
71 movb %dh,%cl
89 movb %bh,%al
91 movb %dh,%cl
109 movb %bh,%al
111 movb %dh,%c
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.S 29 movb %bh,%al
31 movb %dh,%cl
49 movb %bh,%al
51 movb %dh,%cl
69 movb %bh,%al
71 movb %dh,%cl
89 movb %bh,%al
91 movb %dh,%cl
109 movb %bh,%al
111 movb %dh,%c
    [all...]
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_mov_no_instrumentation.s 14 movb (%rsi), %al
15 movb %al, (%rdi)
asm_mov.s 13 # CHECK-NEXT: movb (%rsi), %al
19 # CHECK-NEXT: movb %al, (%rdi)
24 movb (%rsi), %al
25 movb %al, (%rdi)
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcpy-atom.S 235 movb %bh, 3(%edx)
238 movb 2(%ecx), %al
239 movb %al, 2(%edx)
256 movb %bh, 7(%edx)
280 movb %bh, 11(%edx)
301 movb %bh, 15(%edx)
315 movb %bh, (%edx)
325 movb (%ecx), %al
326 movb %al, (%edx)
334 movb %bh, 1(%edx
    [all...]
ssse3-strcat-atom.S 223 movb %bh, 1(%edx)
225 movb (%ecx), %al
226 movb %al, (%edx)
232 movb %bh, 2(%edx)
241 movb %bh, 3(%edx)
245 movb 2(%ecx), %al
246 movb %al, 2(%edx)
252 movb %bh, 4(%edx)
261 movb %bh, 5(%edx)
265 movb 4(%ecx), %a
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-x86_64.S 22 movb -8(%rdi),%r10b
23 movb -4(%rdi),%cl
50 movb %dl,(%r13,%r12,1)
66 movb (%rdi,%rdx,4),%r8b
74 movb (%rdi,%rdx,4),%r8b
82 movb (%rdi,%rdx,4),%r8b
90 movb (%rdi,%rdx,4),%r8b
98 movb (%rdi,%rdx,4),%r8b
106 movb (%rdi,%rdx,4),%r8b
114 movb (%rdi,%rdx,4),%r8
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.S 22 movb -8(%rdi),%r10b
23 movb -4(%rdi),%cl
50 movb %dl,(%r13,%r12,1)
66 movb (%rdi,%rdx,4),%r8b
74 movb (%rdi,%rdx,4),%r8b
82 movb (%rdi,%rdx,4),%r8b
90 movb (%rdi,%rdx,4),%r8b
98 movb (%rdi,%rdx,4),%r8b
106 movb (%rdi,%rdx,4),%r8b
114 movb (%rdi,%rdx,4),%r8
    [all...]

Completed in 938 milliseconds

1 2 3 4 5 6 7 8 910