Searched refs:bitwidth (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | rtlanal.c | 3907 unsigned int bitwidth = GET_MODE_BITSIZE (mode); in num_sign_bit_copies1() local 3922 if (bitwidth < GET_MODE_BITSIZE (GET_MODE (x))) in num_sign_bit_copies1() 3927 num0 - (int) (GET_MODE_BITSIZE (GET_MODE (x)) - bitwidth)); in num_sign_bit_copies1() 3930 if (GET_MODE (x) != VOIDmode && bitwidth > GET_MODE_BITSIZE (GET_MODE (x))) in num_sign_bit_copies1() 3983 return MAX (1, ((int) bitwidth in num_sign_bit_copies1() 3992 if (bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1() 3993 && (nonzero & ((HOST_WIDE_INT) 1 << (bitwidth - 1))) != 0) in num_sign_bit_copies1() 3996 return (nonzero == 0 ? bitwidth : bitwidth - floor_log2 (nonzero) - 1); in num_sign_bit_copies1() 4007 return MAX ((int) bitwidth in num_sign_bit_copies1() 4013 if (bitwidth <= GET_MODE_BITSIZE (GET_MODE (SUBREG_REG (x)))) in num_sign_bit_copies1() [all …]
|
| HD | ChangeLog-2001 | 18040 * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
|
| /freebsd-11-stable/sys/x86/isa/ |
| HD | atrtc.c | 310 UINT32 bitwidth, UINT64 *value, void *context, void *region_context) in atrtc_acpi_cmos_handler() argument 313 UINT32 bytewidth = howmany(bitwidth, 8); in atrtc_acpi_cmos_handler() 326 if (bitwidth == 0 || (bitwidth & 0x07) != 0) { in atrtc_acpi_cmos_handler() 327 CMOS_HANDLER_ERR("Invalid bitwidth: %u\n", bitwidth); in atrtc_acpi_cmos_handler()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUInstructions.td | 716 // x & (-1 >> (bitwidth - y)) 722 // x << (bitwidth - y) >> (bitwidth - y)
|
| /freebsd-11-stable/sys/dev/de/ |
| HD | if_de.c | 1892 const unsigned bitwidth = SROM_BITWIDTH; in tulip_srom_read() local 1893 const unsigned cmdmask = (SROMCMD_RD << bitwidth); in tulip_srom_read() 1894 const unsigned msb = 1 << (bitwidth + 3 - 1); in tulip_srom_read() 1895 unsigned lastidx = (1 << bitwidth) - 1; in tulip_srom_read() 1907 for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1) { in tulip_srom_read()
|
| /freebsd-11-stable/contrib/openpam/m4/ |
| HD | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| HD | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-11-stable/contrib/ntp/sntp/m4/ |
| HD | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| HD | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/m4/ |
| HD | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| HD | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-11-stable/contrib/file/m4/ |
| HD | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| HD | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Builtins.def | 447 // bitwidth.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrCompiler.td | 1787 // 16-bit. We can remove a mask of any (bitwidth - 1) on the rotation amount
|
| /freebsd-11-stable/contrib/unbound/ |
| HD | aclocal.m4 | 2441 # bitwidth (32 or 64) of that shared object, and providing the 8714 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| /freebsd-11-stable/contrib/sqlite3/ |
| HD | aclocal.m4 | 2448 # bitwidth (32 or 64) of that shared object, and providing the 8737 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrInfo.td | 6409 // bitwidth-1 bits.
|