Home
last modified time | relevance | path

Searched refs:bitsize (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td95 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 DSystemZInstrInfo.td1821 uimm32:$bitsize),
1825 uimm32:$bitsize))]> {
H A DSystemZInstrFormats.td5176 ADDR32:$negbitshift, uimm32:$bitsize),
5178 ADDR32:$negbitshift, uimm32:$bitsize))]> {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp261 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 Dufs_quota.c1046 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 Ddscr.txt38 offset, start bit, and bitsize of silicon revision field
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c284 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 Darm_mve_defs.td203 // 'bitsize' also takes a scalar type, and expands into an integer
205 def bitsize;
H A Darm_mve.td670 (zip $a, (vreinterpret (vrev $inactive, (bitsize Scalar)), Vector))>;
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dpgp322 # these vary by bitsize of the key
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3088 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()