Searched refs:move_insn (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-m68hc11.c | 2060 build_indexed_byte (operand *op, int format ATTRIBUTE_UNUSED, int move_insn) in build_indexed_byte() argument 2144 if (move_insn && !(val >= -16 && val <= 15) in build_indexed_byte() 2211 if (move_insn) in build_indexed_byte() 2248 if (move_insn) in build_indexed_byte() 2274 if ((move_insn) && (!(current_architecture & cpu9s12x))) in build_indexed_byte() 2451 int move_insn = 0; in build_insn() local 2486 move_insn = 1; in build_insn() 2536 build_indexed_byte (&operands[i], format, move_insn); in build_insn()
|
D | tc-mips.c | 2300 move_insn (struct mips_cl_insn *insn, fragS *frag, long where) in move_insn() function 2321 move_insn (insn, frag_now, f - frag_now->fr_literal); in add_fixed_insn() 2332 move_insn (insn, frag_now, frag_more (0) - frag_now->fr_literal); in add_relaxed_insn() 7624 move_insn (ip, delay.frag, delay.where); in append_insn() 7625 move_insn (&delay, ip->frag, ip->where + insn_length (ip)); in append_insn() 7635 move_insn (ip, ip->frag, ip->where - branch_disp); in append_insn() 7640 move_insn (&delay, ip->frag, in append_insn() 7642 move_insn (ip, history[0].frag, history[0].where); in append_insn()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2005 | 3379 (insn_length, create_insn, install_insn, move_insn, add_fixed_insn) 3386 the history buffer. Use move_insn to do delay slot filling.
|