HomeSort by relevance Sort by last modified time
    Searched refs:jnc (Results 1 - 25 of 40) sorted by null

1 2

  /external/openssl/crypto/
x86cpuid.pl 24 &jnc (&label("nocpuid"));
72 &jnc (&label("generic"));
105 &jnc (&label("generic"));
123 &jnc (&label("clear_avx"));
149 &jnc (&label("notsc"));
161 &jnc (&label("nohalt")); # no TSC
170 &jnc (&label("nohalt")); # interrupts are disabled
201 &jnc (&label("nospin")); # interrupts are disabled
231 &jnc (&label("no_x87"));
x86_64cpuid.pl 109 jnc .Lgeneric
141 jnc .Lgeneric
158 jnc .Lclear_avx
  /dalvik/vm/mterp/x86-atom/
OP_AGET_WIDE.S 39 jnc common_errArrayIndex # handle index >= length, bail
OP_APUT.S 45 jnc common_errArrayIndex # handle index >= length, bail
OP_APUT_WIDE.S 39 jnc common_errArrayIndex # handle index >= length, bail
OP_AGET.S 44 jnc common_errArrayIndex # handle index >= length, bail
OP_APUT_OBJECT.S 43 jnc common_errArrayIndex # handle index >= length, bail
OP_INVOKE_SUPER.S 78 jnc .L${opcode}_nsm # handle method not present
  /external/llvm/test/MC/MachO/
jcc.s 35 jnc 1f
  /external/compiler-rt/lib/i386/
umoddi3.S 63 jnc 1f // if positive, this is the result.
99 jnc 3f // if positive, this is the result.
moddi3.S 90 jnc 1f // if positive, this is the result.
130 jnc 3f // if positive, this is the result.
  /frameworks/compile/libbcc/runtime/lib/i386/
umoddi3.S 63 jnc 1f // if positive, this is the result.
99 jnc 3f // if positive, this is the result.
moddi3.S 90 jnc 1f // if positive, this is the result.
130 jnc 3f // if positive, this is the result.
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 193 &jnc (&label("go4loop4"));
321 &jnc (&label("w1stloop"));
338 &jnc (&label("w2ndloop"));
355 &jnc (&label("c1stloop"));
373 &jnc (&label("c2ndloop"));
394 &jnc (&label("ret"));
rc4-x86_64.pl 454 jnc .Lw1stloop
469 jnc .Lw2ndloop
476 jnc .Lc1stloop
493 jnc .Lc2ndloop
513 jnc .Ldone
rc4-md5-x86_64.pl 471 jnc .Lw1stloop
486 jnc .Lw2ndloop
  /external/openssl/crypto/bn/asm/
bn-586.pl 37 &jnc(&label("maw_non_sse2"));
223 &jnc(&label("mw_non_sse2"));
334 &jnc(&label("sqr_non_sse2"));
711 &jnc(&label("pw_nc".$i));
731 &jnc(&label("pw_tail_nc".$i));
x86_64-gf2m.pl 171 jnc .Lvanilla_mul_2x2
  /external/zlib/contrib/inflate86/
inffas86.c 292 " jnc .L_copy_two\n" /* if len % 2 == 0 */
319 " jnc .L_set_two\n"
617 " jnc .L_copy_two\n" /* if len % 2 == 0 */
646 " jnc .L_set_two\n"
    [all...]
  /external/grub/stage1/
stage1.S 237 jnc final_init
  /external/openssl/crypto/aes/asm/
vpaes-x86.pl 879 &jnc (&label("cbc_enc_loop"));
894 &jnc (&label("cbc_dec_loop"));
aesni-x86.pl 410 &jnc (&label("ecb_enc_loop6"));
511 &jnc (&label("ecb_dec_loop6"));
918 &jnc (&label("ctr32_loop6"));
    [all...]
  /external/zlib/contrib/masmx64/
inffasx64.asm 202 jnc L_copy_two ; /* if len % 2 == 0 */
229 jnc L_set_two
  /external/grub/stage2/
asm.S 533 jnc 1f
1034 jnc 2f /* check if successful */
1638 jnc 2f
    [all...]
  /external/quake/quake/src/QW/client/
d_draw.s 864 jnc LFMiddleLoop // even number of aligned dwords to do
979 jnc LFNegMiddleLoop // even number of aligned dwords to do

Completed in 726 milliseconds

1 2