Home
last modified time | relevance | path

Searched refs:get_field (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dfloatformat.c62 static unsigned long get_field (const unsigned char *,
184 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
186 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
299 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
301 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
337 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
361 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
369 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
413 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in mant_bits_set()
426 get_field (const unsigned char *data, enum floatformat_byteorders order, in get_field() function
[all …]
DChangeLog2190 * floatformat.c (get_field): Fix segfault with little-endian word
2955 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
3836 * floatformat.c (get_field): Make "data" constant.
3844 (get_field, put_field): Correct comments.
8311 * floatformat.c (get_field, put_field): Fix off by one error in
8335 * floatformat.c (get_field): Removed unused local variable i.
/toolchain/binutils/binutils-2.27/opcodes/
Dmicroblaze-dis.c32 #define get_field_rd(instr) get_field (instr, RD_MASK, RD_LOW)
33 #define get_field_r1(instr) get_field (instr, RA_MASK, RA_LOW)
34 #define get_field_r2(instr) get_field (instr, RB_MASK, RB_LOW)
41 get_field (long instr, long mask, unsigned short low) in get_field() function
DChangeLog-92972724 (get_field): Delete unused function.
/toolchain/binutils/binutils-2.27/include/
DChangeLog-04151969 get_field, and set_field fields. Add name, field_id, regfile,