Searched refs:leftstop (Results 1 – 2 of 2) sorted by relevance
6308 parse_mri_control_operand (int *pcc, char **leftstart, char **leftstop, in parse_mri_control_operand() argument6317 *leftstop = NULL; in parse_mri_control_operand()6340 *leftstop = s; in parse_mri_control_operand()6341 if (*leftstop > *leftstart in parse_mri_control_operand()6342 && ((*leftstop)[-1] == ' ' || (*leftstop)[-1] == '\t')) in parse_mri_control_operand()6343 --*leftstop; in parse_mri_control_operand()6450 build_mri_control_operand (int qual, int cc, char *leftstart, char *leftstop, in build_mri_control_operand() argument6470 c = *leftstop; in build_mri_control_operand()6471 *leftstop = '\0'; in build_mri_control_operand()6473 *leftstop = c; in build_mri_control_operand()[all …]
929 * config/tc-m68k.c (parse_mri_control_operand): Change leftstop