Home
last modified time | relevance | path

Searched refs:hex_p (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/gdb/include/
Dlibiberty.h259 #define hex_p(c) (hex_value (c) != _hex_bad) macro
/freebsd-10-stable/contrib/binutils/include/
Dlibiberty.h351 #define hex_p(c) (hex_value (c) != _hex_bad) macro
/freebsd-10-stable/contrib/gcclibs/include/
Dlibiberty.h344 #define hex_p(c) (hex_value (c) != _hex_bad) macro
DChangeLog-91031880 * libiberty.h (hex_p): Fix sense of test.
1885 hex_p, hex_value): New macros and declarations, for hex.c.
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-score.c1015 validate_immediate (int val, unsigned int data_type, int hex_p) in validate_immediate() argument
1044 if (hex_p == 1) in validate_immediate()
1063 if (hex_p == 1) in validate_immediate()
1110 int hex_p = 0; in data_op2() local
1151 hex_p = 1; in data_op2()
1244 value = validate_immediate (inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p); in data_op2()
1255 value = validate_immediate (inst.reloc.exp.X_add_number, data_type, hex_p); in data_op2()
/freebsd-10-stable/contrib/binutils/gas/
Dexpr.c777 for (s = input_line_pointer; hex_p (*s); s++) in operand()
1099 if (DOLLAR_AMBIGU && hex_p (*input_line_pointer)) in operand()
Dread.c4504 while (hex_p (*input_line_pointer) || *input_line_pointer == '_') in hex_float()
4525 if (hex_p (*input_line_pointer)) in hex_float()
/freebsd-10-stable/contrib/binutils/bfd/
Dihex.c136 #define ISHEX(x) (hex_p (x))
Dtekhex.c92 #define ISHEX(x) hex_p(x)
Dsrec.c121 #define ISHEX(x) hex_p(x)
DChangeLog-94954126 hex_init, hex_p, and hex_value.
/freebsd-10-stable/contrib/gcclibs/libcpp/
Dcharset.c1138 if (! hex_p (c)) in convert_hex()
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dfunctions.texi405 call to @code{hex_p} or @code{hex_value}. If you fail to call it, a
411 @deftypefn Extension int hex_p (int @var{c})
/freebsd-10-stable/contrib/binutils/libiberty/
Dfunctions.texi421 call to @code{hex_p} or @code{hex_value}. If you fail to call it, a
427 @deftypefn Extension int hex_p (int @var{c})
/freebsd-10-stable/contrib/gcc/
DChangeLog-20015740 * cpplex.c (hex_digit_value): Use hex_p/hex_value.
5742 * tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p.