Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dloongarch-coder.c168 loongarch_parse_format (const char *format, char *esc1s, char *esc2s, in loongarch_parse_format() argument
186 *esc2s++ = *format++; in loongarch_parse_format()
188 *esc2s++ = '\0'; in loongarch_parse_format()
311 char esc1s[MAX_ARG_NUM_PLUS_2 - 1], esc2s[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_foreach_args() local
317 ok = loongarch_parse_format (format, esc1s, esc2s, bit_fields) == 0; in loongarch_foreach_args()
328 helper (esc1s[i], esc2s[i], in loongarch_foreach_args()
340 char esc1s[MAX_ARG_NUM_PLUS_2 - 1], esc2s[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_format() local
346 return loongarch_parse_format (format, esc1s, esc2s, bit_fields); in loongarch_check_format()
353 char esc1s[MAX_ARG_NUM_PLUS_2 - 1], esc2s[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_macro() local
357 || loongarch_parse_format (format, esc1s, esc2s, bit_fields) != 0) in loongarch_check_macro()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dloongarch-coder.c168 loongarch_parse_format (const char *format, char *esc1s, char *esc2s, in loongarch_parse_format() argument
186 *esc2s++ = *format++; in loongarch_parse_format()
188 *esc2s++ = '\0'; in loongarch_parse_format()
311 char esc1s[MAX_ARG_NUM_PLUS_2 - 1], esc2s[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_foreach_args() local
317 ok = loongarch_parse_format (format, esc1s, esc2s, bit_fields) == 0; in loongarch_foreach_args()
328 helper (esc1s[i], esc2s[i], in loongarch_foreach_args()
340 char esc1s[MAX_ARG_NUM_PLUS_2 - 1], esc2s[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_format() local
346 return loongarch_parse_format (format, esc1s, esc2s, bit_fields); in loongarch_check_format()
353 char esc1s[MAX_ARG_NUM_PLUS_2 - 1], esc2s[MAX_ARG_NUM_PLUS_2 - 1]; in loongarch_check_macro() local
357 || loongarch_parse_format (format, esc1s, esc2s, bit_fields) != 0) in loongarch_check_macro()
[all …]