Home
last modified time | relevance | path

Searched defs:extractBits (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h168 inline uint32_t extractBits(uint32_t Val, unsigned Hi, unsigned Lo) { in extractBits() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h216 One.extractBits(NumBits, BitPosition)); in extractBits() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp128 static KnownBits extractBits(unsigned BitWidth, const KnownBits &SrcOpKnown, extractBits() function
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp127 static uint32_t extractBits(uint64_t v, uint32_t begin, uint32_t end) { extractBits() function
[all...]
H A DRISCV.cpp98 static uint32_t extractBits(uint64_t v, uint32_t begin, uint32_t end) { in extractBits() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp168 static uint32_t extractBits(uint32_t Num, unsigned Low, unsigned Size) { extractBits() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp453 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits() function in APInt