Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/contrib/gdb-7/bfd/
H A Dcpu-i386.c75 static const char *const nops[] = in bfd_arch_i386_fill() local
78 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2; in bfd_arch_i386_fill()
89 memcpy (p, nops[nop_size - 1], nop_size); in bfd_arch_i386_fill()
94 memcpy (p, nops[count - 1], count); in bfd_arch_i386_fill()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcpu-i386.c73 static const char *const nops[] = in bfd_arch_i386_fill() local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2; in bfd_arch_i386_fill()
87 memcpy (p, nops[nop_size - 1], nop_size); in bfd_arch_i386_fill()
92 memcpy (p, nops[count - 1], count); in bfd_arch_i386_fill()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcpu-i386.c73 static const char *const nops[] = in bfd_arch_i386_fill() local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2; in bfd_arch_i386_fill()
87 memcpy (p, nops[nop_size - 1], nop_size); in bfd_arch_i386_fill()
92 memcpy (p, nops[count - 1], count); in bfd_arch_i386_fill()
/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.h341 unsigned int opno, unsigned int nops,
343 extern rtx_insn *maybe_gen_insn (enum insn_code icode, unsigned int nops,
345 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops,
347 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops,
349 extern void expand_insn (enum insn_code icode, unsigned int nops,
351 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
H A Dhsa-common.h436 hsa_insn_basic (unsigned nops, int opc);
437 hsa_insn_basic (unsigned nops, int opc, BrigType16_t t,
493 hsa_insn_phi (unsigned nops, hsa_op_reg *dst);
517 hsa_insn_br (unsigned nops, int opc, BrigType16_t t, BrigWidth8_t width,
654 hsa_insn_mem (unsigned nops, int opc, BrigType16_t t,
679 hsa_insn_atomic (int nops, int opc, enum BrigAtomicOperation aop,
714 hsa_insn_signal (int nops, int opc, enum BrigAtomicOperation sop,
903 hsa_insn_queue (int nops, int opcode, BrigSegment segment,
937 hsa_insn_srctype (int nops, BrigOpcode opcode, BrigType16_t destt,
965 hsa_insn_packed (int nops, BrigOpcode opcode, BrigType16_t destt,
H A Dtree-vect-slp.c97 unsigned int nops; in vect_create_new_slp_node() local
100 nops = gimple_call_num_args (stmt); in vect_create_new_slp_node()
103 nops = gimple_num_ops (stmt) - 1; in vect_create_new_slp_node()
105 nops++; in vect_create_new_slp_node()
108 nops = 0; in vect_create_new_slp_node()
154 oprnds_info.create (nops); in vect_create_oprnd_info()
155 for (i = 0; i < nops; i++) in vect_create_oprnd_info()
1124 nops++; in vect_build_slp_tree_2()
1127 nops = 0; in vect_build_slp_tree_2()
1170 stmts, group_size, nops, in vect_build_slp_tree_2()
[all …]
H A Dhsa-gen.c1367 if (nops > 0) in hsa_insn_basic()
1368 m_operands.safe_grow_cleared (nops); in hsa_insn_basic()
1434 if (nops > 0) in hsa_insn_basic()
1435 m_operands.safe_grow_cleared (nops); in hsa_insn_basic()
1439 gcc_checking_assert (nops >= 1); in hsa_insn_basic()
1445 gcc_checking_assert (nops >= 2); in hsa_insn_basic()
1451 gcc_checking_assert (nops >= 3); in hsa_insn_basic()
1457 gcc_checking_assert (nops >= 4); in hsa_insn_basic()
4993 int nops, opcode; in gen_hsa_atomic_for_builtin() local
5001 nops = 3; in gen_hsa_atomic_for_builtin()
[all …]
H A Dlra-remat.c183 int nops = static_id->n_operands; in cand_hash() local
186 for (int i = 0; i < nops; i++) in cand_hash()
205 int nops = static_id1->n_operands; in cand_eq_p() local
212 for (int i = 0; i < nops; i++) in cand_eq_p()
H A Doptabs.c258 int nops = TREE_CODE_LENGTH (ops->code); in expand_widen_pattern_expr() local
274 if (nops >= 2) in expand_widen_pattern_expr()
281 if (nops == 2) in expand_widen_pattern_expr()
283 else if (nops == 3) in expand_widen_pattern_expr()
7218 unsigned int nops, struct expand_operand *ops) in maybe_legitimize_operands() argument
7224 for (i = 0; i < nops; i++) in maybe_legitimize_operands()
7246 switch (nops) in maybe_gen_insn()
7286 rtx_insn *pat = maybe_gen_insn (icode, nops, ops); in maybe_expand_insn()
7301 rtx_insn *pat = maybe_gen_insn (icode, nops, ops); in maybe_expand_jump_insn()
7317 if (!maybe_expand_insn (icode, nops, ops)) in expand_insn()
[all …]
H A Dexpr.c1763 unsigned int nops; in emit_block_move_via_movmem() local
1770 gcc_assert (nops == 4 || nops == 6 || nops == 8 || nops == 9); in emit_block_move_via_movmem()
1777 if (nops >= 6) in emit_block_move_via_movmem()
1782 if (nops >= 8) in emit_block_move_via_movmem()
1792 if (nops == 9) in emit_block_move_via_movmem()
3107 unsigned int nops; in set_storage_via_setmem() local
3110 gcc_assert (nops == 4 || nops == 6 || nops == 8 || nops == 9); in set_storage_via_setmem()
3117 if (nops >= 6) in set_storage_via_setmem()
3122 if (nops >= 8) in set_storage_via_setmem()
3132 if (nops == 9) in set_storage_via_setmem()
[all …]
H A Dlra.c513 lra_update_dups (lra_insn_recog_data_t id, signed char *nops) in lra_update_dups() argument
519 for (j = 0; (nop = nops[j]) >= 0; j++) in lra_update_dups()
H A Dmodulo-sched.c2497 nopa nops = calculate_order_params (g, mii, pmax_asap); in sms_order_nodes() local
2515 free (nops); in sms_order_nodes()
H A Dfinal.c3712 output_asm_operand_names (rtx *operands, int *oporder, int nops) in output_asm_operand_names() argument
3717 for (i = 0; i < nops; i++) in output_asm_operand_names()
/dragonfly/tools/tools/crypto/
H A Dcryptotest.c479 int nops = alg->ishash ? count : 2*count; in runtests() local
484 t, nops, alg->name, size, (double)nops*size / t, in runtests()
485 (double)nops*size / t * 8 / 1024 / 1024); in runtests()
487 nops *= threads; in runtests()
489 t, nops, alg->name, size, (double)nops*size / t, in runtests()
490 (double)nops*size / t * 8 / 1024 / 1024); in runtests()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.h1243 unsigned int opno, unsigned int nops,
1245 extern rtx maybe_gen_insn (enum insn_code icode, unsigned int nops,
1247 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops,
1249 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops,
1251 extern void expand_insn (enum insn_code icode, unsigned int nops,
1253 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
H A Dtree-vect-slp.c109 unsigned int nops; in vect_create_new_slp_node() local
112 nops = gimple_call_num_args (stmt); in vect_create_new_slp_node()
115 nops = gimple_num_ops (stmt) - 1; in vect_create_new_slp_node()
117 nops++; in vect_create_new_slp_node()
136 vect_create_oprnd_info (int nops, int group_size) in VEC()
143 for (i = 0; i < nops; i++) in VEC()
475 unsigned int nops; in vect_build_slp_tree() local
480 nops = gimple_call_num_args (stmt); in vect_build_slp_tree()
483 nops = gimple_num_ops (stmt) - 1; in vect_build_slp_tree()
485 nops++; in vect_build_slp_tree()
[all …]
H A Doptabs.c585 int nops = TREE_CODE_LENGTH (ops->code); in expand_widen_pattern_expr() local
601 if (nops >= 2) in expand_widen_pattern_expr()
608 if (nops == 2) in expand_widen_pattern_expr()
610 else if (nops == 3) in expand_widen_pattern_expr()
8289 unsigned int nops, struct expand_operand *ops) in maybe_legitimize_operands() argument
8295 for (i = 0; i < nops; i++) in maybe_legitimize_operands()
8317 switch (nops) in maybe_gen_insn()
8353 rtx pat = maybe_gen_insn (icode, nops, ops); in maybe_expand_insn()
8368 rtx pat = maybe_gen_insn (icode, nops, ops); in maybe_expand_jump_insn()
8384 if (!maybe_expand_insn (icode, nops, ops)) in expand_insn()
[all …]
H A Dexpr.c1300 unsigned int nops; in emit_block_move_via_movmem() local
1307 gcc_assert (nops == 4 || nops == 6); in emit_block_move_via_movmem()
1314 if (nops == 6) in emit_block_move_via_movmem()
1319 if (maybe_expand_insn (code, nops, ops)) in emit_block_move_via_movmem()
2831 unsigned int nops; in set_storage_via_setmem() local
2834 gcc_assert (nops == 4 || nops == 6); in set_storage_via_setmem()
2841 if (nops == 6) in set_storage_via_setmem()
2846 if (maybe_expand_insn (code, nops, ops)) in set_storage_via_setmem()
7086 int i, nops; in safe_from_p() local
7238 nops = TREE_OPERAND_LENGTH (exp); in safe_from_p()
[all …]
H A Dmodulo-sched.c2520 nopa nops = calculate_order_params (g, mii, pmax_asap); in sms_order_nodes() local
2538 free (nops); in sms_order_nodes()
H A Dfinal.c3210 output_asm_operand_names (rtx *operands, int *oporder, int nops) in output_asm_operand_names() argument
3215 for (i = 0; i < nops; i++) in output_asm_operand_names()
H A Dtree-vect-stmts.c1482 int nops = (op1 == NULL_TREE) ? 1 : 2; in vect_get_vec_defs() local
1483 VEC (tree, heap) *ops = VEC_alloc (tree, heap, nops); in vect_get_vec_defs()
1484 VEC (slp_void_p, heap) *vec_defs = VEC_alloc (slp_void_p, heap, nops); in vect_get_vec_defs()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-ppc.texi184 @item -nops=@var{count}
185 If an alignment directive inserts more than @var{count} nops, put a
186 branch at the beginning to skip execution of the nops.
H A Dc-mips.texi243 Cause nops to be inserted if the read of the destination register
248 Cause nops to be inserted if a dmult or dmultu instruction is
260 Replace nops by @code{or at,at,zero} to work around the Loongson2F
267 Insert nops to work around certain VR4120 errata. This option is
273 Insert nops to work around the VR4130 @samp{mflo}/@samp{mfhi} errata.
277 Insert nops to work around the 24K @samp{eret}/@samp{deret} errata.
/dragonfly/test/stress/fsstress/
H A Dfsstress.c220 int nops; variable
301 nops = sizeof(ops) / sizeof(ops[0]); in main()
302 ops_end = &ops[nops]; in main()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c1384 const unsigned char *nops; in i386_output_nops() local
1393 nops = patt[max_single_nop_size - 1]; in i386_output_nops()
1396 if (nops == NULL) in i386_output_nops()
1399 nops = patt[max_single_nop_size - 1]; in i386_output_nops()
1406 memcpy (where + offset, nops, max_single_nop_size); in i386_output_nops()
1410 nops = patt[last - 1]; in i386_output_nops()
1411 if (nops == NULL) in i386_output_nops()
1416 nops = patt[last - 1]; in i386_output_nops()
1417 memcpy (where + offset, nops, last); in i386_output_nops()
1421 memcpy (where + offset, nops, last); in i386_output_nops()

12