Searched refs:bytesize (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.c59 unsigned int bytesize; /* storage size in addressable units */ member in struct:mode_data
286 validate_field (m, bytesize);
322 m->bytesize = 0;
332 m->bytesize = 4;
361 m->bytesize = m->component->bytesize;
374 m->bytesize = 2 * m->component->bytesize;
387 m->bytesize = m->ncomponents * m->component->bytesize;
546 make_int_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *file, unsigned int line) argument
571 make_fixed_point_mode(enum mode_class cl, const char *name, unsigned int bytesize, unsigned int ibit, unsigned int fbit, const char *file, unsigned int line) argument
589 make_float_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *format, const char *file, unsigned int line) argument
606 make_decimal_float_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *format, const char *file, unsigned int line) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenmodes.c60 unsigned int bytesize; /* storage size in addressable units */ member in struct:mode_data
273 validate_field (m, bytesize);
309 m->bytesize = 0;
319 m->bytesize = 4;
342 m->bytesize = m->component->bytesize;
355 m->bytesize = 2 * m->component->bytesize;
364 m->bytesize = m->ncomponents * m->component->bytesize;
518 make_int_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *file, unsigned int line) argument
532 make_float_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *format, const char *file, unsigned int line) argument
[all...]
H A Dtree-vect-transform.c781 tree bitsize, bitpos, bytesize; local
827 bytesize = TYPE_SIZE_UNIT (scalar_type);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dmep-relocs.pl130 if (length($mask) == 8) { $bytesize = 0; }
131 elsif (length($mask) == 16) { $bytesize = 1; }
132 elsif (length($mask) == 32) { $bytesize = 2; }
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dmep-relocs.pl130 if (length($mask) == 8) { $bytesize = 0; }
131 elsif (length($mask) == 16) { $bytesize = 1; }
132 elsif (length($mask) == 32) { $bytesize = 2; }
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_sunos4.c275 static int bytesize; variable
383 bytesize = epages - pages;
384 count = bytesize / sizeof(struct page);
472 (void) getkval(pages, (int *)physpage, bytesize, "array _page");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxtensa-tdep.c385 int bytesize = reg->byte_size; local
386 int bitsize = bytesize * 8;
393 for (i = 0; i < bytesize; i++)
396 mem |= (buffer[bytesize - i - 1] << 24);
401 for (i = 0; i < bytesize; i++)
410 bytesize & 3 == 0 -> nothing to do, we use the full 32 bits,
411 bytesize & 3 == x -> shift (4-x) * 8. */
413 *ptr = mem >> (((0 - bytesize) & 3) * 8);
469 int bytesize = reg->byte_size; local
470 int bitsize = bytesize *
[all...]
H A Dvalue.c2806 int bytesize;
2831 bytesize = (bitpos + bitsize + 7) / 8;
2832 oword = extract_unsigned_integer (addr, bytesize, byte_order);
2836 bitpos = bytesize * 8 - bitpos - bitsize;
2841 store_unsigned_integer (addr, bytesize, byte_order, oword);
2798 int bytesize; local
H A Darm-tdep.c5854 char bytesize[12] = {2, 2, 2, 2, 8, 1, 8, 1, 8, 2, 8, 2}; local
5880 if (bytesize[opcode] == 8)
5887 if (bytesize[opcode] == 8)
5894 dsc->u.ldst.xfersize = bytesize[opcode];
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dftp_var.h241 GLOBAL int bytesize; /* local byte size in binary */ variable
H A Dutil.c160 bytesize = 8;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mep/
H A Dmep.c170 static int bytesize (const_tree, enum machine_mode);
3556 bytesize (const_tree type, enum machine_mode mode)
3842 int size = bytesize (type, mode);
3869 int size = bytesize (type, BLKmode);
3546 bytesize (const_tree type, enum machine_mode mode) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c4702 int bytesize;
4706 bytesize = int_size_in_bytes (valtype);
4709 if (bytesize == 0)
4711 for (i = 0; offset < bytesize; i++)
4694 int bytesize; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c4401 int bytesize;
4405 bytesize = int_size_in_bytes (valtype);
4408 if (bytesize == 0)
4410 for (i = 0; offset < bytesize; i++)
4392 int bytesize; local
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c2579 /* XXX: `bytesize' needs to be defined in this case */
2580 cprintf(stdout, " %d", bytesize);

Completed in 262 milliseconds