Searched defs:extractBits (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | loongarch.h | 168 inline uint32_t extractBits(uint32_t Val, unsigned Hi, unsigned Lo) { in extractBits() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 216 KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const { in extractBits() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 124 static KnownBits extractBits(unsigned BitWidth, const KnownBits &SrcOpKnown, in extractBits() function
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_riscv.cpp | 162 static uint32_t extractBits(uint32_t Num, unsigned Low, unsigned Size) { in extractBits() function
|
/openbsd-src/gnu/llvm/lld/ELF/Arch/ |
H A D | RISCV.cpp | 86 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 D | cpu_model.c | 1146 #define extractBits(val, start, number) \ in init_cpu_features_resolver() macro
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 444 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits() function in APInt
|