Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-cris.c1452 char modified_char = 0; in cris_process_instruction() local
1483 modified_char = *operands; in cris_process_instruction()
1506 switch (modified_char) in cris_process_instruction()
1512 *--operands = modified_char; in cris_process_instruction()
1625 if (modified_char == '.' && *s == '.') in cris_process_instruction()
1715 if (modified_char != '.' in cris_process_instruction()
Dtc-mmix.c814 char modified_char = 0; in md_assemble() local
834 modified_char = *operands; in md_assemble()
849 if (modified_char != 0) in md_assemble()
850 operands[-1] = modified_char; in md_assemble()