OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VLEN
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv32/
riscv32cpuid.S
63
# Return
VLEN
(i.e. the length of a vector register in bits).
/src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
riscv64cpuid.S
63
# Return
VLEN
(i.e. the length of a vector register in bits).
aes-riscv64-zvbb-zvkg-zvkned.S
91
# n = ((
VLEN
*LMUL)/(32*4)) = ((
VLEN
*4)/(32*4))
92
# = (
VLEN
/32)
284
# n = ((
VLEN
*LMUL)/(32*4)) = ((
VLEN
*4)/(32*4))
285
# = (
VLEN
/32)
531
# n = ((
VLEN
*LMUL)/(32*4)) = ((
VLEN
*4)/(32*4))
532
# = (
VLEN
/32)
752
# n = ((
VLEN
*LMUL)/(32*4)) = ((VLEN*4)/(32*4)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
11252
// Every vector variant of a SIMD-enabled function has a vector length (
VLEN
).
11253
// If OpenMP clause "simdlen" is used, the
VLEN
is the value of the argument
11254
// of that clause. The
VLEN
value must be power of 2.
11265
// The
VLEN
is then determined based on the CDT and the size of vector
11267
//
VLEN
is computed using the formula below:
11268
//
VLEN
= sizeof(vector_register) / sizeof(CDT),
11515
// Function used to add the attribute. The parameter `
VLEN
` is
11519
static void addAArch64VectorName(T
VLEN
, StringRef LMask, StringRef Prefix,
11525
Out << Prefix << ISA << LMask <<
VLEN
;
11787
unsigned
VLEN
= VLENVal.getExtValue()
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026