Searched refs:bitsize (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperands.td | 93 class AddressAsmOperand<string format, string bitsize, string dispsize, 96 let Name = format#bitsize#"Disp"#dispsize#length; 97 let ParserMethod = "parse"#format#bitsize; 105 class AddressOperand<string bitsize, string dispsize, string length, 107 : Operand<!cast<ValueType>("i"#bitsize)> { 112 !cast<AddressAsmOperand>(format#bitsize#"Disp"#dispsize#length); 124 class AddressingMode<string seltype, string bitsize, string dispsize, 127 : ComplexPattern<!cast<ValueType>("i"#bitsize), numops, 130 AddressOperand<bitsize, dispsize, length, format, operands>; 133 class BDMode<string type, string bitsize, strin [all...] |
H A D | SystemZInstrInfo.td | 1787 uimm32:$bitsize), 1791 uimm32:$bitsize))]> {
|
H A D | SystemZInstrFormats.td | 5365 ADDR32:$negbitshift, uimm32:$bitsize), 5367 ADDR32:$negbitshift, uimm32:$bitsize))]> {
|
/freebsd/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/contrib/llvm-project/lldb/source/Target/ |
H A D | DynamicRegisterInfo.cpp | 114 "msbit (%u) must be less than the bitsize of the register \"%s\" (%u)", in ByteOffsetFromSlice() 119 "lsbit (%u) must be less than the bitsize of the register \"%s\" (%u)", in ByteOffsetFromSlice() 244 // { 'name':'rcx' , 'bitsize' : 64, 'offset' : 16, in SetRegisterInfo() 279 uint64_t bitsize = 0; in SetRegisterInfo() 280 if (!reg_info_dict->GetValueForKeyAsInteger("bitsize", bitsize)) { in SetRegisterInfo() 282 printf("error: invalid or missing 'bitsize' key/value pair in register " in SetRegisterInfo() 288 reg_info.byte_size = bitsize / 8; in SetRegisterInfo() 275 uint64_t bitsize = 0; SetRegisterInfo() local
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_quota.c | 1038 int bitsize; in getquotasize() local 1047 bitsize = 64; in getquotasize() 1049 bitsize = 32; in getquotasize() 1051 return (copyout(&bitsize, sizep, sizeof(int))); in getquotasize()
|
/freebsd/sys/contrib/device-tree/Bindings/c6x/ |
H A D | dscr.txt | 38 offset, start bit, and bitsize of silicon revision field
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 293 int bitsize; in zfs_quotactl() local 369 bitsize = 64; in zfs_quotactl() 370 error = copyout(&bitsize, arg, sizeof (int)); in zfs_quotactl()
|
/freebsd/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/contrib/file/magic/Magdir/ |
H A D | pgp | 322 # these vary by bitsize of the key
|