HomeSort by relevance Sort by last modified time
    Searched refs:cmp (Results 126 - 150 of 2877) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/sds/aarch32/
sds_helpers.S 27 cmp r2, r3
32 cmp r1, #0
40 cmp r2, #SDS_AP_CPU_INFO_STRUCT_ID
49 cmp r1, r3
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMemRep1.c 54 cmp esi, edi
56 cmp edx, 0
59 cmp esi, edi
61 cmp eax, edi
EfiCopyMemRep4.c 54 cmp esi, edi
56 cmp edx, 0
59 cmp esi, edi
61 cmp eax, edi
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
CompareGuid.S 37 0: cmp x1, x3
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Qsort.c 104 med3(char *a, char *b, char *c, cmp_t *cmp )
106 return cmp(a, b) < 0 ?
107 (cmp(b, c) < 0 ? b : (cmp(a, c) < 0 ? c : a ))
108 :(cmp(b, c) > 0 ? b : (cmp(a, c) < 0 ? a : c ));
125 qsort(void *a, size_t n, size_t es, cmp_t *cmp)
137 pl > (char *)a && cmp(pl - es, pl) > 0;
148 pl = med3(pl, pl + d, pl + 2 * d, cmp);
149 pm = med3(pm - d, pm, pm + d, cmp);
    [all...]
  /external/clang/test/CodeGenCXX/
scoped-enums.cpp 20 bool cmp(PR17103 x, PR17103 y) { return x < y; } function in struct:PR17103
  /external/compiler-rt/lib/builtins/arm/
clzdi2.S 31 cmp r0, 0
37 cmp r1, 0
54 cmp r0, 0
57 cmp r1, 0
switch8.S 35 cmp r0, ip // signed compare with index
switchu8.S 35 cmp r0, ip // compare with index
  /external/compiler-rt/lib/builtins/i386/
chkstk.S 17 cmp $0x1000,%eax
24 cmp $0x1000,%eax
chkstk2.S 18 cmp $0x1000,%eax
25 cmp $0x1000,%eax
  /external/compiler-rt/lib/builtins/x86_64/
chkstk.S 22 cmp $0x1000,%rax
29 cmp $0x1000,%rax
chkstk2.S 20 cmp $0x1000,%rax
27 cmp $0x1000,%rax
  /external/llvm/test/MC/ARM/
cmp-immediate-fixup-error.s 4 cmp r0, #(l1 - unknownLabel + 4) >> 2
cmp-immediate-fixup-error2.s 4 cmp r0, #(l1 - unknownLabel)
  /external/llvm/test/MC/ELF/
got-relaxed-rex.s 10 cmp cmp@GOTPCREL(%rip), %rax
23 // CHECK-NEXT: R_X86_64_REX_GOTPCRELX cmp
relax-arith2.s 104 // CHECK: Disassembly of section cmp:
105 // CHECK-NEXT: cmp:
112 .section cmp,"x"
113 cmp $-128, %bx
115 cmp $0, %ebx
117 cmp $-1, %rbx
  /external/python/cpython2/Doc/includes/sqlite3/
collation_reverse.py 4 return -cmp(string1, string2)
  /system/libufdt/sysdeps/
libufdt_sysdeps_vendor.c 93 int (*cmp)(const void *, const void *)) {
94 return cmp(a, b) < 0 ? (cmp(b, c) < 0 ? b : (cmp(a, c) < 0 ? c : a))
95 : (cmp(b, c) > 0 ? b : (cmp(a, c) < 0 ? a : c));
99 int (*cmp)(const void *, const void *)) {
108 for (pl = pm; pl > (char *)a && cmp(pl - es, pl) > 0; pl -= es)
118 pl = med3(pl, pl + d, pl + 2 * d, cmp);
119 pm = med3(pm - d, pm, pm + d, cmp);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
arm-it-bad.s 6 cmp r0, #0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
macroat.s 5 cmp.d \val,\reg
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-imply.s 21 (p3) cmp.eq.unc p1, p2 = r1, r2;; // p1,p2 imply p3
27 // An instance of cmp.rel.or should not affect an implies relation.
28 (p3) cmp.eq.unc p1, p2 = r1, r2 // p1,p2 imply p3
29 cmp.eq.or p3, p4 = r5, r6;; // doesn't affect implies rel
35 // An instance of cmp.rel.and only affects imply targets
37 cmp.ne.and p1, p2 = r5, r6 // doesn't affect imply source
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
jump19.s 7 cmp r0, r0
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19609-1a.d 12 [ ]*[a-f0-9]+: 81 f8 00 00 00 00 cmp \$0x0,%eax
13 [ ]*[a-f0-9]+: 81 f9 00 00 00 00 cmp \$0x0,%ecx
pr19609-1b.d 12 [ ]*[a-f0-9]+: 81 f8 00 00 00 00 cmp \$0x0,%eax
13 [ ]*[a-f0-9]+: 81 f9 00 00 00 00 cmp \$0x0,%ecx

Completed in 439 milliseconds

1 2 3 4 56 7 8 91011>>