Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-score7.c1316 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 …]
Dtc-score.c1242 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()
Dtc-aarch64.c2148 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/
Dlibiberty.h380 #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.
/toolchain/binutils/binutils-2.25/bfd/
Dihex.c137 #define ISHEX(x) (hex_p (x))
Dtekhex.c93 #define ISHEX(x) hex_p(x)
Dsrec.c121 #define ISHEX(x) hex_p(x)
DChangeLog-94954126 hex_init, hex_p, and hex_value.
/toolchain/binutils/binutils-2.25/gas/
Dexpr.c785 for (s = input_line_pointer; hex_p (*s); s++) in operand()
1116 if (DOLLAR_AMBIGU && hex_p (*input_line_pointer)) in operand()
Dread.c4752 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/
Doptions.cc495 if (!hex_p(*eq)) in parse_section_start()
Dlayout.cc3149 if (hex_p(p[0]) && hex_p(p[1])) in create_build_id()
/toolchain/binutils/binutils-2.25/libiberty/
Dfunctions.texi488 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})