HomeSort by: relevance | last modified time | path
    Searched refs:cj (Results 1 - 14 of 14) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/x86_64/atom/
redc_1.asm 187 jmp L(cj)
266 C jmp L(cj)
268 L(cj):
375 jmp L(cj)
454 jmp L(cj)
577 jmp L(cj)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
redc_1.asm 189 jmp L(cj)
272 C jmp L(cj)
274 L(cj):
383 jmp L(cj)
466 jmp L(cj)
544 jmp L(cj)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
redc_1.asm 178 jmp L(cj)
248 C jmp L(cj)
250 L(cj):
346 jmp L(cj)
416 jmp L(cj)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
redc_1.asm 184 jmp L(cj)
264 jmp L(cj)
291 jmp L(cj)
350 jmp L(cj)
410 L(cj):
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/
redc_1.asm 189 jmp L(cj)
266 C jmp L(cj)
268 L(cj):
376 jmp L(cj)
458 jmp L(cj)
  /src/external/lgpl3/gmp/dist/mpn/s390_64/
lshift.asm 80 j L(cj)
90 L(cj): lg %r1, 0(up)
lshiftc.asm 77 j L(cj)
88 L(cj): lg %r1, 0(up)
  /src/external/apache2/llvm/dist/libcxx/src/
debug.cpp 440 __c_node* cj = j != nullptr ? j->__c_ : nullptr; local
441 return ci == cj;
  /src/lib/libc/regex/
engine.c 217 size_t cj, mj; local
269 cj = charjump[(int)*dp];
270 dp += (cj < mj ? mj : cj);
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
redc_1.asm 188 jmp L(cj)
270 L(cj): lea 16(up), up C FIXME
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
mul_basecase.asm 284 b L(cj)
379 L(cj): addex( r12, r12, r30, 0)
sqr_basecase.asm 306 b L(cj) C jump to addmul_2 tail
439 L(cj): addex( r12, r12, r30, 0)
  /src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.c 407 else if ((insn & 0xfc000300) == 0x48000000) /* bceqz cj, offs21 */
409 LONGEST cj = regcache_raw_get_signed (regcache, local
411 if (cj == 0)
414 else if ((insn & 0xfc000300) == 0x48000100) /* bcnez cj, offs21 */
416 LONGEST cj = regcache_raw_get_signed (regcache, local
418 if (cj != 0)
455 else if ((insn & 0xfc000300) == 0x48000000) /* bceqz cj, offs21 */
457 else if ((insn & 0xfc000300) == 0x48000100) /* bcnez cj, offs21 */
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statementsem.d 3601 Catch cj = (*tcs.catches)[j];
3603 const sj = cj.loc.toChars();
3604 if (c.type.toBasetype().implicitConvTo(cj.type.toBasetype()))

Completed in 35 milliseconds