Searched refs:hex_p (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-score7.c | 1316 s7_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p) in s7_validate_immediate() argument 1341 if (hex_p == 1) in s7_validate_immediate() 1360 if (hex_p == 1) in s7_validate_immediate() 1379 if (hex_p == 1) in s7_validate_immediate() 1398 if (hex_p == 1) in s7_validate_immediate() 1417 if (hex_p == 1) in s7_validate_immediate() 1474 int hex_p = 0; in s7_data_op2() local 1515 hex_p = 1; in s7_data_op2() 1611 value = s7_validate_immediate (s7_inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p); in s7_data_op2() 1622 value = s7_validate_immediate (s7_inst.reloc.exp.X_add_number, data_type, hex_p); in s7_data_op2() [all …]
|
D | tc-score.c | 1242 s3_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p) in s3_validate_immediate() argument 1267 if (hex_p == 1) in s3_validate_immediate() 1286 if (hex_p == 1) in s3_validate_immediate() 1352 int hex_p = 0; in s3_data_op2() local 1393 hex_p = 1; in s3_data_op2() 1494 value = s3_validate_immediate (s3_inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p); in s3_data_op2() 1505 value = s3_validate_immediate (s3_inst.reloc.exp.X_add_number, data_type, hex_p); in s3_data_op2()
|
D | tc-aarch64.c | 2148 bfd_boolean hex_p = FALSE; in parse_aarch64_imm_float() local 2173 hex_p = TRUE; in parse_aarch64_imm_float() 2191 if (! hex_p) in parse_aarch64_imm_float()
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 380 #define hex_p(c) (hex_value (c) != _hex_bad) macro
|
D | ChangeLog-9103 | 1880 * libiberty.h (hex_p): Fix sense of test. 1885 hex_p, hex_value): New macros and declarations, for hex.c.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ihex.c | 137 #define ISHEX(x) (hex_p (x))
|
D | tekhex.c | 93 #define ISHEX(x) hex_p(x)
|
D | srec.c | 121 #define ISHEX(x) hex_p(x)
|
D | ChangeLog-9495 | 4126 hex_init, hex_p, and hex_value.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | expr.c | 785 for (s = input_line_pointer; hex_p (*s); s++) in operand() 1116 if (DOLLAR_AMBIGU && hex_p (*input_line_pointer)) in operand()
|
D | read.c | 4752 while (hex_p (*input_line_pointer) || *input_line_pointer == '_') in hex_float() 4773 if (hex_p (*input_line_pointer)) in hex_float()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 495 if (!hex_p(*eq)) in parse_section_start()
|
D | layout.cc | 3149 if (hex_p(p[0]) && hex_p(p[1])) in create_build_id()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | functions.texi | 488 call to @code{hex_p} or @code{hex_value}. If you fail to call it, a 494 @deftypefn Extension int hex_p (int @var{c})
|