Searched refs:leftstop (Results 1 – 2 of 2) sorted by relevance
6304 parse_mri_control_operand (int *pcc, char **leftstart, char **leftstop, in parse_mri_control_operand() argument6313 *leftstop = NULL; in parse_mri_control_operand()6336 *leftstop = s; in parse_mri_control_operand()6337 if (*leftstop > *leftstart in parse_mri_control_operand()6338 && ((*leftstop)[-1] == ' ' || (*leftstop)[-1] == '\t')) in parse_mri_control_operand()6339 --*leftstop; in parse_mri_control_operand()6446 build_mri_control_operand (int qual, int cc, char *leftstart, char *leftstop, in build_mri_control_operand() argument6466 c = *leftstop; in build_mri_control_operand()6467 *leftstop = '\0'; in build_mri_control_operand()6469 *leftstop = c; in build_mri_control_operand()[all …]
929 * config/tc-m68k.c (parse_mri_control_operand): Change leftstop