HomeSort by: relevance | last modified time | path
    Searched defs:hex_p (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/
libiberty.h 415 #define hex_p(c) (hex_value (c) != _hex_bad) macro
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 415 #define hex_p(c) (hex_value (c) != _hex_bad) macro
  /src/external/gpl3/gcc/dist/include/
libiberty.h 393 #define hex_p(c) (hex_value (c) != _hex_bad) macro
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 393 #define hex_p(c) (hex_value (c) != _hex_bad) macro
  /src/external/gpl3/gdb/dist/include/
libiberty.h 393 #define hex_p(c) (hex_value (c) != _hex_bad) macro
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 393 #define hex_p(c) (hex_value (c) != _hex_bad) macro
  /src/external/gpl3/binutils/dist/gas/config/
tc-score7.c 1319 s7_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p)
1344 if (hex_p == 1)
1363 if (hex_p == 1)
1382 if (hex_p == 1)
1401 if (hex_p == 1)
1420 if (hex_p == 1)
1476 /* Set hex_p to zero. */
1477 int hex_p = 0;
1518 hex_p = 1;
1614 value = s7_validate_immediate (s7_inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p);
1472 int hex_p = 0; local
3009 int hex_p = 0; local
3101 int hex_p = 0; local
    [all...]
tc-aarch64.c 2743 bool hex_p = false;
2768 hex_p = true;
2776 if (! hex_p)
2740 bool hex_p = false; local
tc-score.c 1237 s3_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p)
1262 if (hex_p == 1)
1281 if (hex_p == 1)
1346 /* Set hex_p to zero. */
1347 int hex_p = 0; local
1388 hex_p = 1;
1489 value = s3_validate_immediate (s3_inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p);
1500 value = s3_validate_immediate (s3_inst.reloc.exp.X_add_number, data_type, hex_p);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-score7.c 1319 s7_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p)
1344 if (hex_p == 1)
1363 if (hex_p == 1)
1382 if (hex_p == 1)
1401 if (hex_p == 1)
1420 if (hex_p == 1)
1476 /* Set hex_p to zero. */
1477 int hex_p = 0;
1518 hex_p = 1;
1614 value = s7_validate_immediate (s7_inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p);
1472 int hex_p = 0; local
3009 int hex_p = 0; local
3101 int hex_p = 0; local
    [all...]
tc-aarch64.c 2726 bool hex_p = false;
2751 hex_p = true;
2759 if (! hex_p)
2723 bool hex_p = false; local
tc-score.c 1237 s3_validate_immediate (bfd_signed_vma val, unsigned int data_type, int hex_p)
1262 if (hex_p == 1)
1281 if (hex_p == 1)
1346 /* Set hex_p to zero. */
1347 int hex_p = 0; local
1388 hex_p = 1;
1489 value = s3_validate_immediate (s3_inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p);
1500 value = s3_validate_immediate (s3_inst.reloc.exp.X_add_number, data_type, hex_p);

Completed in 65 milliseconds