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

1 2 3 4 5

  /bionic/libc/arch-x86/generic/string/
strcmp.S 26 cmpb %cl,(%edx) /* chars match??? */
33 cmpb %cl,(%edx)
40 cmpb %cl,(%edx)
47 cmpb %cl,(%edx)
54 cmpb %cl,(%edx)
61 cmpb %cl,(%edx)
68 cmpb %cl,(%edx)
75 cmpb %cl,(%edx)
strncmp.S 31 cmpb %bl,(%ecx)
41 cmpb %bl,(%ecx)
51 cmpb %bl,(%ecx)
61 cmpb %bl,(%ecx)
71 cmpb %bl,(%ecx)
81 cmpb %bl,(%ecx)
91 cmpb %bl,(%ecx)
101 cmpb %bl,(%ecx)
  /bionic/libc/arch-x86/atom/string/
sse2-strlen-atom.S 111 cmpb $0, (%edx)
113 cmpb $0, 1(%edx)
115 cmpb $0, 2(%edx)
117 cmpb $0, 3(%edx)
125 cmpb $0, 4(%edx)
127 cmpb $0, 5(%edx)
129 cmpb $0, 6(%edx)
131 cmpb $0, 7(%edx)
139 cmpb $0, 8(%edx)
141 cmpb $0, 9(%edx
    [all...]
ssse3-strcat-atom.S 123 cmpb $0, (%ecx)
125 cmpb $0, 1(%ecx)
127 cmpb $0, 2(%ecx)
129 cmpb $0, 3(%ecx)
131 cmpb $0, 4(%ecx)
133 cmpb $0, 5(%ecx)
135 cmpb $0, 6(%ecx)
137 cmpb $0, 7(%ecx)
139 cmpb $0, 8(%ecx)
145 cmpb $0, 9(%ecx
    [all...]
ssse3-strlcat-atom.S 131 cmpb $0, (%ecx)
133 cmpb $0, 1(%ecx)
135 cmpb $0, 2(%ecx)
137 cmpb $0, 3(%ecx)
139 cmpb $0, 4(%ecx)
141 cmpb $0, 5(%ecx)
143 cmpb $0, 6(%ecx)
145 cmpb $0, 7(%ecx)
149 cmpb $0, 8(%ecx)
151 cmpb $0, 9(%ecx
    [all...]
ssse3-strlcpy-atom.S 611 cmpb $0, 8(%ecx)
616 cmpb $0, 9(%ecx)
621 cmpb $0, 10(%ecx)
626 cmpb $0, 11(%ecx)
640 cmpb $0, 8(%ecx)
642 cmpb $0, 9(%ecx)
644 cmpb $0, 10(%ecx)
646 cmpb $0, 11(%ecx)
649 cmpb $0, 12(%ecx)
654 cmpb $0, 13(%ecx
    [all...]
ssse3-strcpy-atom.S 130 cmpb $0, (%ecx)
132 cmpb $0, 1(%ecx)
134 cmpb $0, 2(%ecx)
136 cmpb $0, 3(%ecx)
138 cmpb $0, 4(%ecx)
140 cmpb $0, 5(%ecx)
142 cmpb $0, 6(%ecx)
144 cmpb $0, 7(%ecx)
150 cmpb $0, 8(%ecx)
152 cmpb $0, 9(%ecx
    [all...]
ssse3-strcmp-atom.S 129 cmpb %cl, (%edx)
135 cmpb %cl, 1(%edx)
141 cmpb %cl, 2(%edx)
147 cmpb %cl, 3(%edx)
153 cmpb %cl, 4(%edx)
159 cmpb %cl, 5(%edx)
165 cmpb %cl, 6(%edx)
171 cmpb %cl, 7(%edx)
    [all...]
  /external/valgrind/none/tests/ppc32/
power6_bcmp.c 29 #define CMPB(result,a,b) \
30 asm __volatile ("cmpb %0, %1, %2\n" : "=r"(result) : "r"(a), "r"(b))
55 CMPB(result, a, b);
  /external/llvm/test/Transforms/IndVarSimplify/
2012-10-19-congruent-constant.ll 10 %phi2 = phi i1 [ false, %entry ], [ %cmpb, %for.body ]
14 %cmpb = icmp sgt i32 %i.07, 100
  /external/llvm/test/CodeGen/X86/
shrink-compare.ll 19 ; CHECK: cmpb $47, (%{{rdi|rcx}})
35 ; CHECK: cmpb $47, %{{dil|cl}}
51 ; CHECK: cmpb $-1, %{{dil|cl}}
112 ; CHECK: cmpb $1, %{{dil|cl}}
128 ; CHECK: cmpb $47, %{{dil|cl}}
144 ; CHECK: cmpb $127, %{{dil|cl}}
160 ; CHECK: cmpb $-1, %{{dil|cl}}
176 ; CHECK: cmpb $-2, %{{dil|cl}}
192 ; CHECK: cmpb $-127, %{{dil|cl}}
208 ; CHECK: cmpb $-128, %{{dil|cl}
    [all...]
atom-cmpb.ll 5 ; CHECK: cmpb
fold-add.ll 12 ; CHECK: cmpb $0, (%r{{.*}},%r{{.*}})
  /external/llvm/test/Transforms/SimplifyCFG/
2008-07-13-InfLoopMiscompile.ll 17 %cmpb = icmp eq i1 %cmpa, false ; <i1> [#uses=2]
18 br i1 %cmpb, label %monkeyblock, label %beeblock
21 br i1 %cmpb, label %cowblock, label %monkeyblock
  /external/valgrind/none/tests/ppc64/
power6_bcmp.c 28 #define CMPB(result,a,b) \
29 asm ("cmpb %0, %1, %2\n" : "=r"(result) : "r"(a), "r"(b))
63 CMPB(result, a, b);
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_pred.txt 12 # CHECK: p3 = cmpb.gt(r17, r21)
14 # CHECK: p3 = cmpb.eq(r17, r21)
16 # CHECK: p3 = cmpb.gtu(r17, r21)
18 # CHECK: p3 = cmpb.eq(r17, #21)
20 # CHECK: p3 = cmpb.gt(r17, #21)
22 # CHECK: p3 = cmpb.gtu(r17, #21)
  /external/valgrind/VEX/orig_amd64/
test2.orig 1954 cmpb $0, 103(%rsp)
1958 cmpb $0, 107(%rsp)
1962 cmpb $0, 115(%rsp)
1966 cmpb $0, 11(%rsp)
1970 cmpb $0, 123(%rsp)
1974 cmpb $0, 135(%rsp)
1978 cmpb $0, 13(%rsp)
1982 cmpb $0, 14(%rsp)
1986 cmpb $0, 151(%rsp)
1990 cmpb $0, 15(%rsp
    [all...]
test2.sorted 489 807C246700 cmpb $0, 103(%rsp)
490 807C246B00 cmpb $0, 107(%rsp)
491 807C247300 cmpb $0, 115(%rsp)
492 807C240B00 cmpb $0, 11(%rsp)
493 807C247B00 cmpb $0, 123(%rsp)
494 80BC248700000000 cmpb $0, 135(%rsp)
495 807C240D00 cmpb $0, 13(%rsp)
496 807C240E00 cmpb $0, 14(%rsp)
497 80BC249700000000 cmpb $0, 151(%rsp)
498 807C240F00 cmpb $0, 15(%rsp
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
cmpb-ppc32.ll 19 ; CHECK: cmpb [[REG1:[0-9]+]], 4, 3
44 ; CHECK: cmpb 3, 4, 3
cmpb.ll 19 ; CHECK: cmpb [[REG1:[0-9]+]], 4, 3
37 ; CHECK: cmpb [[REG1:[0-9]+]], 4, 3
56 ; CHECK: cmpb [[REG1:[0-9]+]], 4, 3
75 ; CHECK: cmpb [[REG1:[0-9]+]], 4, 3
101 ; CHECK: cmpb [[REG1:[0-9]+]], 4, 3
127 ; CHECK: cmpb [[REG4:[0-9]+]], 4, 3
151 ; CHECK: cmpb [[REG4:[0-9]+]], 4, 3
198 ; CHECK: cmpb 3, 3, 4
  /external/valgrind/memcheck/tests/x86/
tronical.S 4 exactly the %eflags dataflow surrounding 'cmpb $0, ... ; js ..'
80 cmpb $0, (%eax)
  /external/boringssl/linux-x86_64/crypto/
cpu-x86_64-asm.S 74 cmpb %r10b,%bl
116 cmpb $1,%bl
  /external/boringssl/mac-x86_64/crypto/
cpu-x86_64-asm.S 74 cmpb %r10b,%bl
116 cmpb $1,%bl
  /external/valgrind/none/tests/x86/
insn_basic.def 184 cmpb imm8[3] al.ub[2] => eflags[0x010,0x010]
185 cmpb imm8[2] al.ub[3] => eflags[0x010,0x000]
186 cmpb imm8[12] al.ub[12] => eflags[0x044,0x044]
187 cmpb imm8[12] al.ub[34] => eflags[0x044,0x000]
188 cmpb imm8[34] al.ub[12] => eflags[0x081,0x081]
189 cmpb imm8[12] al.ub[34] => eflags[0x081,0x000]
190 cmpb imm8[100] al.sb[-100] => eflags[0x800,0x800]
191 cmpb imm8[50] al.sb[-50] => eflags[0x800,0x000]
192 cmpb imm8[-50] al.sb[50] => eflags[0x800,0x000]
193 cmpb imm8[-100] al.sb[100] => eflags[0x800,0x800
    [all...]
  /external/clang/test/Driver/
ppc-features.cpp 98 // RUN: %clang -target powerpc64-unknown-linux-gnu %s -mno-cmpb -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOCMPB %s
99 // CHECK-NOCMPB: "-target-feature" "-cmpb"
101 // RUN: %clang -target powerpc64-unknown-linux-gnu %s -mno-cmpb -mcmpb -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK-CMPB %s
102 // CHECK-CMPB: "-target-feature" "+cmpb"

Completed in 837 milliseconds

1 2 3 4 5