| /src/external/gpl3/binutils/dist/opcodes/ |
| spu-dis.c | 97 int hex_value; local 138 hex_value = 0; 191 hex_value = DECODE_INSN_I7 (insn); 192 (*info->fprintf_func) (info->stream, "%d", hex_value); 204 hex_value = DECODE_INSN_I10 (insn); 205 (*info->fprintf_func) (info->stream, "%d", hex_value); 208 hex_value = DECODE_INSN_I10 (insn) * 16; 209 (*info->fprintf_func) (info->stream, "%d", hex_value); 212 hex_value = DECODE_INSN_I16 (insn); 213 (*info->fprintf_func) (info->stream, "%d", hex_value); 258 (*info->fprintf_func) (info->stream, "\\t# %x", hex_value); local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| spu-dis.c | 97 int hex_value; local 138 hex_value = 0; 191 hex_value = DECODE_INSN_I7 (insn); 192 (*info->fprintf_func) (info->stream, "%d", hex_value); 204 hex_value = DECODE_INSN_I10 (insn); 205 (*info->fprintf_func) (info->stream, "%d", hex_value); 208 hex_value = DECODE_INSN_I10 (insn) * 16; 209 (*info->fprintf_func) (info->stream, "%d", hex_value); 212 hex_value = DECODE_INSN_I16 (insn); 213 (*info->fprintf_func) (info->stream, "%d", hex_value); 258 (*info->fprintf_func) (info->stream, "\\t# %x", hex_value); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| spu-dis.c | 97 int hex_value; local 138 hex_value = 0; 191 hex_value = DECODE_INSN_I7 (insn); 192 (*info->fprintf_func) (info->stream, "%d", hex_value); 204 hex_value = DECODE_INSN_I10 (insn); 205 (*info->fprintf_func) (info->stream, "%d", hex_value); 208 hex_value = DECODE_INSN_I10 (insn) * 16; 209 (*info->fprintf_func) (info->stream, "%d", hex_value); 212 hex_value = DECODE_INSN_I16 (insn); 213 (*info->fprintf_func) (info->stream, "%d", hex_value); 258 (*info->fprintf_func) (info->stream, "\\t# %x", hex_value); local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| spu-dis.c | 97 int hex_value; local 138 hex_value = 0; 191 hex_value = DECODE_INSN_I7 (insn); 192 (*info->fprintf_func) (info->stream, "%d", hex_value); 204 hex_value = DECODE_INSN_I10 (insn); 205 (*info->fprintf_func) (info->stream, "%d", hex_value); 208 hex_value = DECODE_INSN_I10 (insn) * 16; 209 (*info->fprintf_func) (info->stream, "%d", hex_value); 212 hex_value = DECODE_INSN_I16 (insn); 213 (*info->fprintf_func) (info->stream, "%d", hex_value); 258 (*info->fprintf_func) (info->stream, "\\t# %x", hex_value); local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Disasm.cc | 332 unsigned int hex_value = buffer[i] & 0xff; local 333 snprintf (bytes + 3 * i, sizeof (bytes) - 3 * i, "%02x ", hex_value);
|
| /src/external/gpl3/binutils/dist/include/ |
| libiberty.h | 415 #define hex_p(c) (hex_value (c) != _hex_bad) 418 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Disasm.cc | 332 unsigned int hex_value = buffer[i] & 0xff; local 333 snprintf (bytes + 3 * i, sizeof (bytes) - 3 * i, "%02x ", hex_value);
|
| /src/external/gpl3/binutils.old/dist/include/ |
| libiberty.h | 415 #define hex_p(c) (hex_value (c) != _hex_bad) 418 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
|
| /src/external/gpl3/gcc/dist/include/ |
| libiberty.h | 393 #define hex_p(c) (hex_value (c) != _hex_bad) 396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
|
| /src/external/gpl3/gcc.old/dist/include/ |
| libiberty.h | 393 #define hex_p(c) (hex_value (c) != _hex_bad) 396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
|
| /src/external/gpl3/gdb/dist/include/ |
| libiberty.h | 393 #define hex_p(c) (hex_value (c) != _hex_bad) 396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
|
| /src/external/gpl3/gdb.old/dist/include/ |
| libiberty.h | 393 #define hex_p(c) (hex_value (c) != _hex_bad) 396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
|