Home
last modified time | relevance | path

Searched defs:hex_value (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dspu-dis.c97 int hex_value; in print_insn_spu() local
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h383 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro