Searched refs:latehalf (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| D | m68k.cc | 3374 rtx latehalf[2]; in handle_move_double() local 3474 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 2); in handle_move_double() 3480 latehalf[0] = adjust_address (operands[0], SImode, size - 4); in handle_move_double() 3485 latehalf[0] = adjust_address (operands[0], SImode, 0); in handle_move_double() 3490 latehalf[1] = gen_rtx_REG (SImode, REGNO (operands[1]) + 2); in handle_move_double() 3496 latehalf[1] = adjust_address (operands[1], SImode, size - 4); in handle_move_double() 3508 latehalf[1] = GEN_INT (l[2]); in handle_move_double() 3520 latehalf[1] = adjust_address (operands[1], SImode, 0); in handle_move_double() 3527 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1); in handle_move_double() 3529 latehalf[0] = adjust_address (operands[0], SImode, size - 4); in handle_move_double() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | pdp11.md | 912 rtx latehalf[2]; 920 latehalf[0] = operands[0]; 924 output_asm_insn(\"sxt\t%0\", latehalf); 939 latehalf[0] = operands[0]; 943 output_asm_insn(\"sxt\t%0\", latehalf); 980 rtx latehalf[2]; 982 latehalf[0] = NULL; 983 latehalf[1] = gen_rtx_REG (HImode, REGNO (operands[1]) + 1); 984 output_asm_insn(\"mov\t%1,-(sp)\", latehalf);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.cc | 2650 rtx latehalf[2]; in pa_output_move_double() local 2852 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1); in pa_output_move_double() 2854 latehalf[0] = adjust_address_nv (operands[0], SImode, 4); in pa_output_move_double() 2856 latehalf[0] = operands[0]; in pa_output_move_double() 2859 latehalf[1] = gen_rtx_REG (SImode, REGNO (operands[1]) + 1); in pa_output_move_double() 2861 latehalf[1] = adjust_address_nv (operands[1], SImode, 4); in pa_output_move_double() 2869 split_double (operands[1], &operands[1], &latehalf[1]); in pa_output_move_double() 2872 latehalf[1] = operands[1]; in pa_output_move_double() 2897 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double() 2909 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2003 | 10512 * config/i860/i860.c (output_move_double): Don't set latehalf
|