Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c6305 char **rightstart, char **rightstop) in parse_mri_control_operand() argument
6315 *rightstop = NULL; in parse_mri_control_operand()
6362 *rightstop = s; in parse_mri_control_operand()
6363 if (*rightstop > *rightstart in parse_mri_control_operand()
6364 && ((*rightstop)[-1] == ' ' || (*rightstop)[-1] == '\t')) in parse_mri_control_operand()
6365 --*rightstop; in parse_mri_control_operand()
6447 char *rightstart, char *rightstop, in build_mri_control_operand() argument
6471 c = *rightstop; in build_mri_control_operand()
6472 *rightstop = '\0'; in build_mri_control_operand()
6474 *rightstop = c; in build_mri_control_operand()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-9295930 and rightstop to not be const.