Searched refs:VLEN (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 921202-1.c | 2 #define VLEN 2055 macro 4 #define VLEN ((STACK_SIZE/16) - 1) macro 8 long dx[VLEN]; in main() 9 long dy[VLEN]; in main() 10 long s1[VLEN]; in main() 17 size = VLEN; in main()
|
H A D | 20011008-3.c | 85 #define VLEN 1235 macro 87 #define VLEN (STACK_SIZE/10) macro 93 DB_LSN lsn, lsn_a[VLEN]; in main() 95 el.u.l.ntxns = VLEN-1; in main() 101 if (__db_txnlist_lsnadd (0, &el, &lsn, 1) != VLEN-1) in main()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | RISCVUsage.rst | 126 …s a minimum VLEN (vector register width) of 64 bits during compilation, and as a result ``Zve32x``…
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.td | 267 // The V vector extension requires that VLEN >= 128 and <= 65536. 269 // thus `vscale` can be defined as VLEN/64,
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 11250 static void addAArch64VectorName(T VLEN, StringRef LMask, StringRef Prefix, in addAArch64VectorName() argument 11256 Out << Prefix << ISA << LMask << VLEN; in addAArch64VectorName() 11547 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction() local 11550 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State, in emitDeclareSimdFunction() 11553 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State, in emitDeclareSimdFunction()
|