Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h168 inline uint32_t extractBits(uint32_t Val, unsigned Hi, unsigned Lo) { in extractBits() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h216 KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const { in extractBits() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp124 static KnownBits extractBits(unsigned BitWidth, const KnownBits &SrcOpKnown, in extractBits() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp162 static uint32_t extractBits(uint32_t Num, unsigned Low, unsigned Size) { in extractBits() function
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp86 static uint32_t extractBits(uint64_t v, uint32_t begin, uint32_t end) { in extractBits() function
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c1146 #define extractBits(val, start, number) \ in init_cpu_features_resolver() macro
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp444 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits() function in APInt