Home
last modified time | relevance | path

Searched refs:can_make_parallel (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c874 static const char *can_make_parallel PARAMS ((m32r_insn *, m32r_insn *));
877 can_make_parallel (a, b) in can_make_parallel() function
1184 || (errmsg = (char *) can_make_parallel (&first, &second)) == NULL)
1207 else if (can_make_parallel (&second, &first) == NULL)
1393 if (can_make_parallel (&prev_insn, &insn) == NULL)
1395 else if (can_make_parallel (&insn, &prev_insn) == NULL)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c839 can_make_parallel (m32r_insn *a, m32r_insn *b) in can_make_parallel() function
1133 || (errmsg = (char *) can_make_parallel (&first, &second)) == NULL) in assemble_two_insns()
1156 else if (can_make_parallel (&second, &first) == NULL) in assemble_two_insns()
1349 if (can_make_parallel (&prev_insn, &insn) == NULL) in md_assemble()
1351 else if (can_make_parallel (&insn, &prev_insn) == NULL) in md_assemble()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-9899301 (writes_to_pc,can_make_parallel,make_parallel): New functions.
3976 * config/tc-m32r.c (can_make_parallel): Add internationalisation
4584 (can_make_parallel): Add checks for instruction side effects
H A DChangeLog-02033272 (can_make_parallel): Prototype.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-9899301 (writes_to_pc,can_make_parallel,make_parallel): New functions.
3976 * config/tc-m32r.c (can_make_parallel): Add internationalisation
4584 (can_make_parallel): Add checks for instruction side effects
H A DChangeLog-02033272 (can_make_parallel): Prototype.