Searched refs:m32r_fill_insn (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.h121 int m32r_fill_insn PARAMS ((int));
122 #define md_after_pass_hook() m32r_fill_insn (1)
123 #define TC_START_LABEL(ch, ptr) (ch == ':' && m32r_fill_insn (0))
H A Dtc-m32r.c467 /* Set by md_assemble for use by m32r_fill_insn. */
637 m32r_fill_insn (done)
1244 /* Set these so m32r_fill_insn can use them. */
1469 /* Set these so m32r_fill_insn can use them. */
2203 (void) m32r_fill_insn (0);
635 m32r_fill_insn (done) function
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.h110 int m32r_fill_insn (int);
111 #define md_after_pass_hook() m32r_fill_insn (1)
112 #define TC_START_LABEL(ch, ptr) (ch == ':' && m32r_fill_insn (0))
H A Dtc-m32r.c435 /* Set by md_assemble for use by m32r_fill_insn. */
646 m32r_fill_insn (int done)
1193 /* Set these so m32r_fill_insn can use them. */
1437 /* Set these so m32r_fill_insn can use them. */
2188 (void) m32r_fill_insn (0);
644 m32r_fill_insn (int done) function

Completed in 179 milliseconds