Searched refs:bitsize (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 95 let Name = format#bitsize#"Disp"#dispsize#length; 96 let ParserMethod = "parse"#format#bitsize; 106 : Operand<!cast<ValueType>("i"#bitsize)> { 110 "decode"#format#bitsize#"Disp"#dispsize#length#"Operand"; 129 : ComplexPattern<!cast<ValueType>("i"#bitsize), numops, 137 (ops !cast<RegisterOperand>("ADDR"#bitsize), 143 (ops !cast<RegisterOperand>("ADDR"#bitsize), 152 (ops !cast<RegisterOperand>("ADDR"#bitsize), 154 !cast<Operand>("imm"#bitsize))>; 164 class BDVMode<string bitsize, string dispsize> [all …]
|
| H A D | SystemZInstrInfo.td | 1821 uimm32:$bitsize), 1825 uimm32:$bitsize))]> {
|
| H A D | SystemZInstrFormats.td | 5176 ADDR32:$negbitshift, uimm32:$bitsize), 5178 ADDR32:$negbitshift, uimm32:$bitsize))]> {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.cpp | 261 int64_t bitsize = 0; in SetRegisterInfo() local 262 if (!reg_info_dict->GetValueForKeyAsInteger("bitsize", bitsize)) { in SetRegisterInfo() 270 reg_info.byte_size = bitsize / 8; in SetRegisterInfo()
|
| /freebsd-13.1/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 1046 int bitsize; in getquotasize() local 1055 bitsize = 64; in getquotasize() 1057 bitsize = 32; in getquotasize() 1059 return (copyout(&bitsize, sizep, sizeof(int))); in getquotasize()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/c6x/ |
| H A D | dscr.txt | 38 offset, start bit, and bitsize of silicon revision field
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 284 int bitsize; in zfs_quotactl() local 359 bitsize = 64; in zfs_quotactl() 360 error = copyout(&bitsize, arg, sizeof (int)); in zfs_quotactl()
|
| /freebsd-13.1/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-13.1/contrib/file/magic/Magdir/ |
| H A D | pgp | 322 # these vary by bitsize of the key
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 3088 unsigned bitsize = Ty->getScalarSizeInBits(); in EmitBuiltinExpr() local 3089 llvm::IntegerType *IntTy = Builder.getIntNTy(bitsize); in EmitBuiltinExpr() 3091 APInt AndMask = APInt::getSignedMaxValue(bitsize); in EmitBuiltinExpr() 3098 V = Builder.CreateLShr(Sub, llvm::ConstantInt::get(IntTy, bitsize - 1)); in EmitBuiltinExpr() 3099 if (bitsize > 32) in EmitBuiltinExpr() 3183 unsigned bitsize = Ty->getScalarSizeInBits(); in EmitBuiltinExpr() local 3184 llvm::IntegerType *IntTy = Builder.getIntNTy(bitsize); in EmitBuiltinExpr()
|