HomeSort by relevance Sort by last modified time
    Searched refs:cmp (Results 226 - 250 of 771) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_CONST_CLASS.S 11 cmp r0, #0 @ not yet resolved?
30 cmp r0, #0 @ failed?
OP_CONST_STRING.S 11 cmp r0, #0 @ not yet resolved?
29 cmp r0, #0 @ failed?
OP_CONST_STRING_JUMBO.S 13 cmp r0, #0
31 cmp r0, #0 @ failed?
OP_INVOKE_OBJECT_INIT_RANGE.S 11 cmp r0, #0 @ check for NULL
30 cmp r0, #0 @ exception pending?
OP_SGET.S 16 cmp r0, #0 @ is resolved entry null?
41 cmp r0, #0 @ success?
OP_SPUT.S 16 cmp r0, #0 @ is resolved entry null?
42 cmp r0, #0 @ success?
OP_FILL_ARRAY_DATA.S 11 cmp r0, #0 @ 0 means an exception is thrown
OP_INSTANCE_OF.S 19 cmp r0, #0 @ is object null?
26 cmp r1, #0 @ have we resolved this before?
29 cmp r0, r1 @ same class (trivial success)?
79 cmp r0, #0 @ got null?
OP_INVOKE_VIRTUAL_QUICK.S 17 cmp r9, #0 @ is "this" null?
  /dalvik/vm/mterp/x86-atom/
OP_CONST_CLASS.S 39 cmp $$0, %eax # check if classes is resolved before?
64 cmp $$0, %eax # check for null pointer
OP_CONST_STRING.S 36 cmp $$0, %eax # check if string is resolved
61 cmp $$0, %eax # check if resolved string failed
OP_CONST_STRING_JUMBO.S 39 cmp $$0, %eax # check if string is resolved
63 cmp $$0, %eax # check if resolved string failed
OP_INVOKE_INTERFACE.S 58 cmp $$0, %edx # check for null object
73 cmp $$0, %eax # check if find failed
OP_INVOKE_STATIC.S 50 cmp $$0, %ecx # check if already resolved
67 cmp $$0, %eax # check for null method
OP_SGET.S 36 cmp $$0, (%ecx, %eax, 4) # check for null ptr; resolved StaticField ptr
51 cmp $$0, %eax # check if initalization failed
OP_SGET_WIDE.S 36 cmp $$0, (%ecx, %edx, 4) # check for null ptr; resolved StaticField ptr
62 cmp $$0, %eax # check if initalization failed
OP_SPUT.S 36 cmp $$0, (%ecx, %eax, 4) # check for null ptr; resolved StaticField ptr
51 cmp $$0, %eax # check if initalization failed
OP_SPUT_WIDE.S 36 cmp $$0, (%ecx, %edx, 4) # check for null ptr; resolved StaticField ptr
62 cmp $$0, %eax # check if initalization failed
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/
csc_deinterleave_memcpy.s 45 cmp r3, #256
84 cmp r4, r5
89 cmp r5, #64
122 cmp r4, r3
  /external/clang/utils/VtableTest/
Makefile 21 cmp test-gcc.sum test-clang.sum
  /external/e2fsprogs/lib/et/
compile_et.sh.in 50 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
57 if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
  /external/linux-tools-perf/
builtin-kmem.c 243 int cmp; local
247 cmp = sort_fn(&key, data);
248 if (cmp < 0)
250 else if (cmp > 0)
428 sort_fn_t cmp; member in struct:sort_dimension
444 int cmp = 0; local
450 cmp = sort->cmp(data, this);
451 if (cmp)
455 if (cmp > 0
    [all...]
  /external/openssh/regress/
keygen-convert.sh 20 cmp $OBJ/$t-key-rfc $OBJ/$t-key-rfc.pub || \
28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
  /external/openssl/crypto/
sparccpuid.S 48 cmp %o0,0x99
142 cmp %i7,%o7
145 cmp %o7,0 ! compiler never cleans %o7...
175 cmp %o2,0x99
193 cmp %i2,-4096
197 cmp %i2,-1
210 cmp %o2,%o3
223 cmp %o0,0x99
284 cmp %o0,%o1
287 cmp %o0,%o
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 40 ldr pc, .L__aeabi_cfcmple @ cmp <=: C clear if <, Z set if eq

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>