| /freebsd-12.1/contrib/gcc/ |
| H A D | rtlanal.c | 3983 return MAX (1, ((int) bitwidth 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() 4019 - bitwidth))); in num_sign_bit_copies1() 4059 - bitwidth))); in num_sign_bit_copies1() 4092 return bitwidth; in num_sign_bit_copies1() 4155 result = bitwidth - (bitwidth - num0) - (bitwidth - num1); in num_sign_bit_copies1() 4157 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1() 4191 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1() 4249 return (nonzero == 0 ? bitwidth : bitwidth - floor_log2 (nonzero) - 1); in num_sign_bit_copies1() [all …]
|
| H A D | ChangeLog-2001 | 18040 * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
|
| /freebsd-12.1/sys/x86/isa/ |
| H A D | atrtc.c | 316 UINT32 bitwidth, UINT64 *value, void *context, void *region_context) in atrtc_acpi_cmos_handler() argument 319 UINT32 bytewidth = howmany(bitwidth, 8); in atrtc_acpi_cmos_handler() 332 if (bitwidth == 0 || (bitwidth & 0x07) != 0) { in atrtc_acpi_cmos_handler() 333 CMOS_HANDLER_ERR("Invalid bitwidth: %u\n", bitwidth); in atrtc_acpi_cmos_handler()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 783 // x & (-1 >> (bitwidth - y)) 789 // x << (bitwidth - y) >> (bitwidth - y)
|
| /freebsd-12.1/sys/dev/de/ |
| H A D | if_de.c | 1894 const unsigned bitwidth = SROM_BITWIDTH; in tulip_srom_read() local 1895 const unsigned cmdmask = (SROMCMD_RD << bitwidth); in tulip_srom_read() 1896 const unsigned msb = 1 << (bitwidth + 3 - 1); in tulip_srom_read() 1897 unsigned lastidx = (1 << bitwidth) - 1; in tulip_srom_read() 1909 for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1) { in tulip_srom_read()
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| H A D | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-12.1/contrib/ldns/m4/ |
| H A D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| H A D | libtool.m4 | 2434 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-12.1/contrib/openpam/m4/ |
| H A D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| H A D | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| H A D | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-12.1/contrib/libevent/m4/ |
| H A D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| H A D | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-12.1/contrib/openbsm/m4/ |
| H A D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
| H A D | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrCompiler.td | 1759 // 16-bit. We can remove a mask of any (bitwidth - 1) on the rotation amount
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | 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-12.1/contrib/sqlite3/ |
| H A D | 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-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 6016 // bitwidth-1 bits.
|