Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dfloatformat.c60 static unsigned long get_field (const unsigned char *,
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in mant_bits_set()
424 get_field (const unsigned char *data, enum floatformat_byteorders order, in get_field() function
[all …]
DChangeLog1876 * floatformat.c (get_field): Fix segfault with little-endian word
2641 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
3522 * floatformat.c (get_field): Make "data" constant.
3530 (get_field, put_field): Correct comments.
7997 * floatformat.c (get_field, put_field): Fix off by one error in
8021 * floatformat.c (get_field): Removed unused local variable i.
/toolchain/binutils/binutils-2.25/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.25/include/
DChangeLog1898 get_field, and set_field fields. Add name, field_id, regfile,