Searched refs:isize (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/
H A Demit-rtl.c610 unsigned int isize = GET_MODE_SIZE (imode);
618 if (offset >= isize)
629 else if (osize >= UNITS_PER_WORD && isize >= osize)
648 if (isize != osize)
653 if (osize > isize)
683 enum machine_mode wmode = isize > UNITS_PER_WORD ? word_mode : imode;
609 unsigned int isize = GET_MODE_SIZE (imode); local
H A Dsimplify-rtx.c602 int isize = GET_MODE_BITSIZE (inner);
606 GEN_INT (isize - 1));
609 if (GET_MODE_BITSIZE (mode) > isize)
616 GEN_INT (isize - 1));
619 if (GET_MODE_BITSIZE (mode) > isize)
596 int isize = GET_MODE_BITSIZE (inner); local
H A Dcombine.c9454 unsigned int isize = GET_MODE_SIZE (imode);
9473 || isize == osize))
9485 x; imode and isize, since we just adjusted x. */
9491 isize = GET_MODE_SIZE (imode);
9516 if (isize < osize)
9520 offset = MAX (isize, UNITS_PER_WORD) - MAX (osize, UNITS_PER_WORD);
9525 offset -= MIN (UNITS_PER_WORD, osize) - MIN (UNITS_PER_WORD, isize);
9415 unsigned int isize = GET_MODE_SIZE (imode); local
H A Dfold-const.c7163 int rsize, isize;
7171 isize = native_encode_expr (part, ptr+rsize, len-rsize);
7172 if (isize != rsize)
7174 return rsize + isize;
7128 int rsize, isize; local
/freebsd-10-stable/contrib/binutils/bfd/
H A DpeXXigen.c641 bfd_vma isize = 0;
668 isize = (sec->vma - extra->ImageBase
675 extra->SizeOfImage = isize;
640 bfd_vma isize = 0; local
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c308 iring1.s.isize = CVMX_MGMT_PORT_NUM_RX_BUFFERS;
H A Dcvmx-npi-defs.h1244 uint64_t isize : 7; /**< The number of bytes to move to the Info-Pointer member in struct:cvmx_npi_buff_size_outputx::cvmx_npi_buff_size_outputx_s
1251 uint64_t isize : 7;
H A Dcvmx-sli-defs.h4610 uint64_t isize : 7; /**< INFO BYTES size (bytes) for ring X. Legal sizes member in struct:cvmx_sli_pktx_out_size::cvmx_sli_pktx_out_size_s
4615 uint64_t isize : 7;
H A Dcvmx-npei-defs.h6937 uint64_t isize : 7; /**< Information size. Legal sizes are 0 to 120. */ member in struct:cvmx_npei_pkt_slist_id_size::cvmx_npei_pkt_slist_id_size_s
6941 uint64_t isize : 7;
/freebsd-10-stable/usr.sbin/dconschat/
H A Ddconschat.c413 i->size = ntohl(dbuf.isize[j]);
/freebsd-10-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2016 static int isize[] = {1, 2, 4, 4}; variable
2025 #define OPSIZE(osize, wbit) ((wbit) ? isize[osize] : 1)

Completed in 220 milliseconds

12