Lines Matching defs:parallel

110 /* Non-zero if the programmer should be warned when an explicit parallel
115 parallel instruction with potential or real constraint violations.
121 /* Non-zero if insns can be made parallel. */
227 {"parallel", no_argument, NULL, OPTION_PARALLEL},
228 {"no-parallel", no_argument, NULL, OPTION_NO_PARALLEL},
229 {"warn-explicit-parallel-conflicts", no_argument, NULL, OPTION_WARN_PARALLEL},
231 {"no-warn-explicit-parallel-conflicts", no_argument, NULL, OPTION_NO_WARN_PARALLEL},
233 {"ignore-parallel-conflicts", no_argument, NULL, OPTION_IGNORE_PARALLEL},
235 {"no-ignore-parallel-conflicts", no_argument, NULL, OPTION_NO_IGNORE_PARALLEL},
257 /* Use parallel execution. */
260 parallel (void)
388 -parallel try to combine instructions in parallel\n"));
390 -no-parallel disable -parallel\n"));
394 -O try to optimize code. Implies -parallel\n"));
397 -warn-explicit-parallel-conflicts warn when parallel instructions\n"));
401 -no-warn-explicit-parallel-conflicts do not warn when parallel\n"));
405 -Wp synonym for -warn-explicit-parallel-conflicts\n"));
407 -Wnp synonym for -no-warn-explicit-parallel-conflicts\n"));
409 -ignore-parallel-conflicts do not check parallel instructions\n"));
413 -no-ignore-parallel-conflicts check parallel instructions for\n"));
417 -Ip synonym for -ignore-parallel-conflicts\n"));
419 -nIp synonym for -no-ignore-parallel-conflicts\n"));
705 which insns can be executed in parallel. It is also used to give
706 warnings regarding operand interference in parallel insns. */
838 /* Return NULL if the two 16 bit insns can be executed in parallel.
861 return _("Instructions do not use parallel execution pipelines.");
896 /* Assemble two instructions with an explicit parallel operation (||) or
972 /* Check to see if this is an allowable parallel insn. */
977 as_bad (_("instruction '%s' cannot be executed in parallel."), str1);
1084 /* Check to see if this is an allowable parallel insn. */
1089 as_bad (_("instruction '%s' cannot be executed in parallel."), str1);
1099 as_bad (_("'%s': only the NOP instruction can be issued in parallel on the m32r"), str2);
1119 two instructions be executed in parallel). Although if the global
1121 a warning message. Similarly we assume that parallel branch and jump
1208 /* Look for a parallel instruction separator. */
1330 if (parallel() && on_32bit_boundary_p)
1337 previous instruction to make one, parallel, 32 bit instruction.
1347 && parallel ()
1390 /* FIXME: Clarify. relaxation precludes parallel insns */