Home
last modified time | relevance | path

Searched refs:bitwidth (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Drtlanal.c3983 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 DChangeLog-200118040 * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
/freebsd-12.1/sys/x86/isa/
H A Datrtc.c316 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 DAMDGPUInstructions.td783 // x & (-1 >> (bitwidth - y))
789 // x << (bitwidth - y) >> (bitwidth - y)
/freebsd-12.1/sys/dev/de/
H A Dif_de.c1894 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 Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42435 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd-12.1/contrib/ldns/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42434 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd-12.1/contrib/openpam/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42435 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd-12.1/contrib/ntp/sntp/libevent/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42435 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd-12.1/contrib/libevent/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42435 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd-12.1/contrib/openbsm/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42435 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrCompiler.td1759 // 16-bit. We can remove a mask of any (bitwidth - 1) on the rotation amount
/freebsd-12.1/contrib/unbound/
H A Daclocal.m42441 # 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 Daclocal.m42448 # 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 DAArch64InstrInfo.td6016 // bitwidth-1 bits.