Home
last modified time | relevance | path

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

12

/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.td427 /// fshl(X,Y,Z): (X << (Z % bitwidth)) | (Y >> (bitwidth - (Z % bitwidth)))
435 /// fshr(X,Y,Z): (X << (bitwidth - (Z % bitwidth))) | (Y >> (Z % bitwidth))
499 // bitwidth as the pointer type.
1789 // 0 <= lsb < lsb + width <= src bitwidth, where all values are unsigned.
1797 // 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.td3812 // x & (-1 >> (bitwidth - y))
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypes.td74 /// Returns a minimum bitwidth of cir::IntType
76 /// Returns a maximum bitwidth of cir::IntType
/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/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.m42454 # 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.def597 "hardware-loop-counter-bitwidth=N")
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td676 // 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.td1909 // 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.td750 // 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/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td9370 // bitwidth-1 bits.

12