Home
last modified time | relevance | path

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

/freebsd/sys/x86/isa/
H A Datrtc.c319 UINT32 bitwidth, UINT64 *value, void *context, void *region_context) in atrtc_acpi_cmos_handler() argument
322 UINT32 bytewidth = howmany(bitwidth, 8); in atrtc_acpi_cmos_handler()
335 if (bitwidth == 0 || (bitwidth & 0x07) != 0) { in atrtc_acpi_cmos_handler()
336 CMOS_HANDLER_ERR("Invalid bitwidth: %u\n", bitwidth); in atrtc_acpi_cmos_handler()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td390 /// fshl(X,Y,Z): (X << (Z % bitwidth)) | (Y >> (bitwidth - (Z % bitwidth)))
398 /// fshr(X,Y,Z): (X << (bitwidth - (Z % bitwidth))) | (Y >> (Z % bitwidth))
462 // bitwidth as the pointer type.
1694 // 0 <= lsb < lsb + width <= src bitwidth, where all values are unsigned.
1702 // 0 <= lsb < lsb + width <= src bitwidth, where all values are unsigned.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DEvergreenInstructions.td394 // x & (-1 >> (bitwidth - y))
400 // x << (bitwidth - y) >> (bitwidth - y)
H A DSIInstructions.td3450 // x & (-1 >> (bitwidth - y))
3456 // x << (bitwidth - y) >> (bitwidth - y)
/freebsd/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/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/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/contrib/libevent/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42456 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd/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/contrib/file/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42455 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd/contrib/openpam/m4/
H A Dltoptions.m4362 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
H A Dlibtool.m42484 # bitwidth (32 or 64) of that shared object, and providing the
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def517 "hardware-loop-counter-bitwidth=N")
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td661 // V60 doesn't produce 0 on shifts by bitwidth, e.g. Vv.h << 16-0
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td1888 // 16-bit. We can remove a mask of any (bitwidth - 1) on the rotation amount
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td730 // bitwidth.
/freebsd/contrib/unbound/
H A Daclocal.m42490 # bitwidth (32 or 64) of that shared object, and providing the
8845 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8021 …HelpText<"Set the maximum bitwidth for _BitInt (this option is expected to be removed in the futur…
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td8802 // bitwidth-1 bits.