Searched refs:mips_output_move (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/gcc/config/mips/ |
| D | mips-protos.h | 166 extern const char *mips_output_move (rtx, rtx);
|
| D | mips.md | 3268 { return mips_output_move (operands[0], operands[1]); } 3279 { return mips_output_move (operands[0], operands[1]); } 3290 { return mips_output_move (operands[0], operands[1]); } 3301 { return mips_output_move (operands[0], operands[1]); } 3386 { return mips_output_move (operands[0], operands[1]); } 3397 { return mips_output_move (operands[0], operands[1]); } 3487 { return mips_output_move (operands[0], operands[1]); } 3764 { return mips_output_move (operands[0], operands[1]); } 3775 { return mips_output_move (operands[0], operands[1]); } 3786 { return mips_output_move (operands[0], operands[1]); } [all …]
|
| D | mips.c | 2872 mips_output_move (rtx dest, rtx src) in mips_output_move() function
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2003 | 3440 (mips_output_move): Remove use of mips_classify_constant. 6561 * config/mips/mips.c (mips_const_insns, mips_output_move): Remove 7213 and mips_output_move to generate the output template. 23773 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare. 23781 (mips_output_move): ...this new function. 23801 (movdi_internal, movdi_internal2): Use mips_output_move. 23805 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case. 23806 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
|
| D | ChangeLog-2004 | 15627 (mips_output_move, mips_relational_operand_ok_p, mips_arg_info) 16400 (mips_output_move): Emit "mov.ps" for V2SFmode. 23414 * config/mips/mips.c (mips_output_move): When generating mips16 code, 35670 (mips_output_move): Remove mflo and mfhi handling.
|
| D | ChangeLog-2005 | 10661 (mips_output_move): Output move to and from 6 new DSP accumulators.
|