Searched refs:bitsize (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 96 let Name = format#bitsize#"Disp"#dispsize#length; 97 let ParserMethod = "parse"#format#bitsize; 107 : Operand<!cast<ValueType>("i"#bitsize)> { 127 : ComplexPattern<!cast<ValueType>("i"#bitsize), numops, 135 (ops !cast<RegisterOperand>("ADDR"#bitsize), 141 (ops !cast<RegisterOperand>("ADDR"#bitsize), 150 (ops !cast<RegisterOperand>("ADDR"#bitsize), 157 (ops !cast<RegisterOperand>("ADDR"#bitsize), 159 !cast<RegisterOperand>("GR"#bitsize))>; 162 class BDVMode<string bitsize, string dispsize> [all …]
|
| H A D | SystemZInstrInfo.td | 1776 uimm32:$bitsize), 1780 uimm32:$bitsize))]> {
|
| H A D | SystemZInstrFormats.td | 5324 ADDR32:$negbitshift, uimm32:$bitsize), 5326 ADDR32:$negbitshift, uimm32:$bitsize))]> {
|
| /freebsd-14.2/crypto/openssl/crypto/bn/ |
| H A D | rsaz_exp_x2.c | 53 static ossl_inline int number_of_digits(int bitsize, int digit_size) 55 return (bitsize + digit_size - 1) / digit_size;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 279 uint64_t bitsize = 0; in SetRegisterInfo() local 280 if (!reg_info_dict->GetValueForKeyAsInteger("bitsize", bitsize)) { in SetRegisterInfo() 288 reg_info.byte_size = bitsize / 8; in SetRegisterInfo()
|
| /freebsd-14.2/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 1040 int bitsize; in getquotasize() local 1049 bitsize = 64; in getquotasize() 1051 bitsize = 32; in getquotasize() 1053 return (copyout(&bitsize, sizep, sizeof(int))); in getquotasize()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/c6x/ |
| H A D | dscr.txt | 38 offset, start bit, and bitsize of silicon revision field
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 302 int bitsize; in zfs_quotactl() local 378 bitsize = 64; in zfs_quotactl() 379 error = copyout(&bitsize, arg, sizeof (int)); in zfs_quotactl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 203 // 'bitsize' also takes a scalar type, and expands into an integer 205 def bitsize;
|
| H A D | arm_mve.td | 670 (zip $a, (vreinterpret (vrev $inactive, (bitsize Scalar)), Vector))>;
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | pgp | 322 # these vary by bitsize of the key
|