Home
last modified time | relevance | path

Searched refs:s_if (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/binutils/gas/
HDread.h158 extern void s_if (int arg);
HDread.c349 {"if", s_if, (int) O_ne},
353 {"ifeq", s_if, (int) O_eq},
355 {"ifge", s_if, (int) O_ge},
356 {"ifgt", s_if, (int) O_gt},
357 {"ifle", s_if, (int) O_le},
358 {"iflt", s_if, (int) O_lt},
362 {"ifne", s_if, (int) O_ne},
863 || pop->poc_handler == s_if in read_a_source_file()
HDcond.c126 s_if (int arg) in s_if() function
HDChangeLog-9295963 * cond.c (s_if): Use mri_comment_field.
1300 (s_if): If ignoring the current tree, don't try to parse the
1688 Change if to pass O_ne to s_if.
1691 * cond.c (s_if): Treat argument as an operatorT describing how to
10134 * cond.c (s_if): Changed accordingly.
HDChangeLog-98994268 * cond.c (s_if): Add return to default case.
HDChangeLog-96972273 (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise.