Searched defs:Mantissa (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h635 uint8_t Mantissa = Imm & 0xf; local
656 int64_t Mantissa = Imm.getZExtValue() & 0x3ff; // 10 bits local
682 int64_t Mantissa = Imm.getZExtValue() & 0x7fffff; // 23 bits local
710 uint64_t Mantissa = Imm.getZExtValue() & 0xfffffffffffffULL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h348 uint8_t Mantissa = Imm & 0xf; local
370 int32_t Mantissa = Imm.getZExtValue() & 0x3ff; // 10 bits local
396 int64_t Mantissa = Imm.getZExtValue() & 0x7fffff; // 23 bits local
424 uint64_t Mantissa = Imm.getZExtValue() & 0xfffffffffffffULL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2115 int Mantissa = DestTy->getFPMantissaWidth(); local

Completed in 109 milliseconds