Searched refs:s_if (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dcond.c126 s_if (int arg) function
H A Dread.h158 extern void s_if (int arg);
H A Dread.c351 {"if", s_if, (int) O_ne},
355 {"ifeq", s_if, (int) O_eq},
357 {"ifge", s_if, (int) O_ge},
358 {"ifgt", s_if, (int) O_gt},
359 {"ifle", s_if, (int) O_le},
360 {"iflt", s_if, (int) O_lt},
364 {"ifne", s_if, (int) O_ne},
866 || pop->poc_handler == s_if

Completed in 176 milliseconds