Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m32r.c838 can_make_parallel (m32r_insn *a, m32r_insn *b) in can_make_parallel() function
1132 || (errmsg = (char *) can_make_parallel (&first, &second)) == NULL) in assemble_two_insns()
1155 else if (can_make_parallel (&second, &first) == NULL) in assemble_two_insns()
1348 if (can_make_parallel (&prev_insn, &insn) == NULL) in md_assemble()
1350 else if (can_make_parallel (&insn, &prev_insn) == NULL) in md_assemble()
/toolchain/binutils/binutils-2.25/gas/
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
DChangeLog-02033264 (can_make_parallel): Prototype.