Searched refs:hex_value (Results 1 – 5 of 5) sorted by relevance
86 int hex_value; in print_insn_spu() local116 hex_value = 0; in print_insn_spu()169 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()170 printf("%d", hex_value); in print_insn_spu()180 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()181 printf("%d", hex_value); in print_insn_spu()184 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()185 printf("%d", hex_value); in print_insn_spu()188 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()189 printf("%d", hex_value); in print_insn_spu()[all …]
15 template <char> struct hex_value;16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; argument17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; struct19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; struct21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; struct22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; argument23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; argument24 template <> struct hex_value<'8'> { static constexpr limb_type value = 8; }; argument[all …]
393 #define hex_p(c) (hex_value (c) != _hex_bad)396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
183 Some ELD fields may be modified by doing ``echo name hex_value > eld#*``.