Home
last modified time | relevance | path

Searched refs:int_value (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dnds32-dis.c148 int int_value, new_value; in nds32_parse_audio_ext() local
153 int_value = in nds32_parse_audio_ext()
156 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift; in nds32_parse_audio_ext()
158 if (int_value < 10) in nds32_parse_audio_ext()
159 func (stream, "#%d", int_value); in nds32_parse_audio_ext()
161 func (stream, "#0x%x", int_value); in nds32_parse_audio_ext()
164 int_value = in nds32_parse_audio_ext()
166 new_value = int_value; in nds32_parse_audio_ext()
172 new_value = int_value & 0x03; in nds32_parse_audio_ext()
173 new_value |= ((int_value & 0x10) >> 2); in nds32_parse_audio_ext()
[all …]
/toolchain/binutils/binutils-2.27/gold/
Dattributes.cc407 if (in_attr->int_value() > 0 in merge()
415 if (in_attr->int_value() != out_attr->int_value() in merge()
420 name, in_attr->int_value(), in merge()
422 out_attr->int_value(), in merge()
Dattributes.h111 int_value() const in int_value() function
Dmips.cc9014 attr_fp_abi = attr[elfcpp::Tag_GNU_MIPS_ABI_FP].int_value(); in infer_abiflags()