Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h168 inline uint32_t extractBits(uint32_t Val, unsigned Hi, unsigned Lo) { extractBits() function
/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h214 KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const { extractBits() function
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp133 static KnownBits extractBits(unsigned BitWidth, const KnownBits &SrcOpKnown, extractBits() function
/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp129 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...]
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp136 static uint32_t extractBits(uint32_t Num, unsigned Low, unsigned Size) { in extractBits() function
[all...]
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp453 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { extractBits() function in APInt
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2123 TEST(APIntTest,extractBits) TEST() argument
[all...]