HomeSort by: relevance | last modified time | path
    Searched defs:nops (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
cpu-i386.c 73 static const char *const nops[] = local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2;
87 memcpy (p, nops[nop_size - 1], nop_size);
92 memcpy (p, nops[count - 1], count);
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-i386.c 73 static const char *const nops[] = local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2;
87 memcpy (p, nops[nop_size - 1], nop_size);
92 memcpy (p, nops[count - 1], count);
  /src/external/gpl3/gdb/dist/bfd/
cpu-i386.c 73 static const char *const nops[] = local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2;
87 memcpy (p, nops[nop_size - 1], nop_size);
92 memcpy (p, nops[count - 1], count);
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-i386.c 73 static const char *const nops[] = local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2;
87 memcpy (p, nops[nop_size - 1], nop_size);
92 memcpy (p, nops[count - 1], count);
  /src/external/bsd/openldap/dist/servers/lloadd/
operation.c 552 int rc, nops = 0; local
592 nops++;
595 if ( nops == 0 ) {
599 upstream->c_n_ops_executing -= nops;
600 upstream->c_counters.lc_ops_failed += nops;
603 nops, upstream->c_connid );
607 b->b_n_ops_executing -= nops;
  /src/external/bsd/jemalloc/dist/src/
hpa.c 534 size_t nops = 0; local
541 while (hpa_should_purge(tsdn, shard) && nops < max_ops) {
544 nops++;
549 nops++;
553 } while ((hugified || purged) && nops < max_ops);
  /src/external/gpl3/binutils/dist/include/opcode/
convex.h 26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join *
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
convex.h 26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join *
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
convex.h 26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join *
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
convex.h 26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-versioning.cc 385 of whether the conversions are nops. This is useful in the context
1383 unsigned int nops = gimple_num_ops (stmt); local
1384 for (unsigned int i = 0; i < nops; ++i)
lra-remat.cc 180 int nops = static_id->n_operands;
183 for (int i = 0; i < nops; i++)
202 int nops = static_id1->n_operands;
209 for (int i = 0; i < nops; i++)
179 int nops = static_id->n_operands; local
201 int nops = static_id1->n_operands; local
modulo-sched.cc 2510 nopa nops = calculate_order_params (g, mii, pmax_asap);
2528 free (nops);
2506 nopa nops = calculate_order_params (g, mii, pmax_asap); local
tree-if-conv.cc 2557 unsigned int nops = gimple_num_ops (stmt); local
2562 args.safe_grow (nops + 1, true);
2564 for (unsigned int i = 1; i < nops; ++i)
2566 args[nops] = NULL_TREE;
2577 if (!args[nops])
2578 args[nops] = new_else;
2579 if (operand_equal_p (new_else, args[nops], 0))
2592 if (!args[nops])
2593 args[nops] = targetm.preferred_else_value (cond_fn, TREE_TYPE (lhs),
2594 nops - 1, &args[1])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-versioning.cc 385 of whether the conversions are nops. This is useful in the context
1383 unsigned int nops = gimple_num_ops (stmt); local
1384 for (unsigned int i = 0; i < nops; ++i)
lra-remat.cc 180 int nops = static_id->n_operands;
183 for (int i = 0; i < nops; i++)
202 int nops = static_id1->n_operands;
209 for (int i = 0; i < nops; i++)
179 int nops = static_id->n_operands; local
201 int nops = static_id1->n_operands; local
modulo-sched.cc 2510 nopa nops = calculate_order_params (g, mii, pmax_asap);
2528 free (nops);
2506 nopa nops = calculate_order_params (g, mii, pmax_asap); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 2082 /* Fill with 4-byte NOPs. */
2089 will later relax to the correct number of NOPs. We can't compute
2095 char *nops; local
2133 nops = frag_var (rs_machine_dependent, worst_case_bytes, worst_case_bytes,
2138 nops = frag_more (worst_case_bytes);
2149 fix_new_exp (frag_now, nops - frag_now->fr_literal, 0,
2154 loongarch_make_nops (nops, worst_case_bytes);
tc-rx.c 1300 static unsigned char *nops[] = { NULL, nop_1, nop_2, nop_3, nop_4, nop_5, nop_6, nop_7 };
1330 memcpy (base, nops[count], count);
1827 memcpy (op, nops[count], count);
1299 static unsigned char *nops[] = { NULL, nop_1, nop_2, nop_3, nop_4, nop_5, nop_6, nop_7 }; variable
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm.c 1913 int i, nops, variant; local
1915 nops = aarch64_num_of_operands (inst->opcode);
1918 for (i = 0; i < nops; ++i)
1922 if (i == nops)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 2014 /* Fill with 4-byte NOPs. */
2021 will later relax to the correct number of NOPs. We can't compute
2027 char *nops; local
2065 nops = frag_var (rs_machine_dependent, worst_case_bytes, worst_case_bytes,
2070 nops = frag_more (worst_case_bytes);
2081 fix_new_exp (frag_now, nops - frag_now->fr_literal, 0,
2086 loongarch_make_nops (nops, worst_case_bytes);
tc-rx.c 1300 static unsigned char *nops[] = { NULL, nop_1, nop_2, nop_3, nop_4, nop_5, nop_6, nop_7 };
1330 memcpy (base, nops[count], count);
1827 memcpy (op, nops[count], count);
1299 static unsigned char *nops[] = { NULL, nop_1, nop_2, nop_3, nop_4, nop_5, nop_6, nop_7 }; variable
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm.c 1902 int i, nops, variant; local
1904 nops = aarch64_num_of_operands (inst->opcode);
1907 for (i = 0; i < nops; ++i)
1911 if (i == nops)
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-asm.c 1902 int i, nops, variant; local
1904 nops = aarch64_num_of_operands (inst->opcode);
1907 for (i = 0; i < nops; ++i)
1911 if (i == nops)
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm.c 1853 int i, nops, variant; local
1855 nops = aarch64_num_of_operands (inst->opcode);
1858 for (i = 0; i < nops; ++i)
1862 if (i == nops)

Completed in 114 milliseconds

1 2