Home
last modified time | relevance | path

Searched refs:dest_start (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c19654 int dest_start = REGNO (operands[0]); in output_mov_long_double_arm_from_arm() local
19659 if (dest_start < src_start) in output_mov_long_double_arm_from_arm()
19663 ops[0] = gen_rtx_REG (SImode, dest_start + i); in output_mov_long_double_arm_from_arm()
19672 ops[0] = gen_rtx_REG (SImode, dest_start + i); in output_mov_long_double_arm_from_arm()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc19861 int dest_start = REGNO (operands[0]); in output_mov_long_double_arm_from_arm() local
19866 if (dest_start < src_start) in output_mov_long_double_arm_from_arm()
19870 ops[0] = gen_rtx_REG (SImode, dest_start + i); in output_mov_long_double_arm_from_arm()
19879 ops[0] = gen_rtx_REG (SImode, dest_start + i); in output_mov_long_double_arm_from_arm()