Home
last modified time | relevance | path

Searched refs:srcLSB (Results 1 – 25 of 42) sorted by relevance

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DAPInt.cpp2405 unsigned int srcBits, unsigned int srcLSB) in tcExtract() argument
2412 firstSrcPart = srcLSB / integerPartWidth; in tcExtract()
2415 shift = srcLSB % integerPartWidth; in tcExtract()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DAPInt.cpp2407 unsigned int srcBits, unsigned int srcLSB) in tcExtract() argument
2414 firstSrcPart = srcLSB / integerPartWidth; in tcExtract()
2417 shift = srcLSB % integerPartWidth; in tcExtract()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp2418 unsigned int srcBits, unsigned int srcLSB) in tcExtract() argument
2425 firstSrcPart = srcLSB / integerPartWidth; in tcExtract()
2428 shift = srcLSB % integerPartWidth; in tcExtract()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DAPInt.cpp2372 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2376 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2379 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DAPInt.cpp2304 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2308 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2311 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DAPInt.cpp2293 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2297 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2300 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DAPInt.cpp2267 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2271 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2274 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DAPInt.h1395 unsigned int srcBits, unsigned int srcLSB);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPInt.cpp2414 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2418 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2421 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DAPInt.cpp2419 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2423 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2426 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DAPInt.cpp2421 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2425 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2428 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp2416 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2420 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2423 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPInt.cpp2416 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2420 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2423 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp2420 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2424 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2427 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DAPInt.cpp2419 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2423 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2426 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp2421 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2425 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2428 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2416 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2420 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2423 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp2416 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2420 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2423 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2421 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2425 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2428 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp2420 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2424 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2427 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp2416 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2420 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2423 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DAPInt.h1622 unsigned int srcLSB);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1609 unsigned int srcLSB);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DAPInt.h1843 unsigned srcLSB);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1912 unsigned srcLSB);

12