Home
last modified time | relevance | path

Searched refs:vectors (Results 1 – 25 of 48) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDmode-classes.def34 DEF_MODE_CLASS (MODE_VECTOR_BOOL), /* vectors of single bits */ \
35 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \
36 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \
37 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \
38 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \
39 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
HDtree.def575 V0 and V1 are vectors of the same type. MASK is an integer-typed
1047 /* Extract elements from two input vectors Operand 0 and Operand 1
1355 The two operands are vectors with N elements of size S. Multiplying the
1356 elements of the two vectors will result in N products of size 2*S.
1380 /* Pack (demote/narrow and merge) the elements of the two input vectors
1382 The elements of the input vectors are twice the size of the elements of the
1387 /* Convert floating point values of the two input vectors to integer
HDrtl.def693 Operands 0 and 1 are the vectors to be merged, operand 2 is a bitmask
696 by the mode of the vectors. */
706 vectors, the result is a vector that is as long as operands 0 and 1
707 combined and is the concatenation of the two source vectors. */
/dragonfly/contrib/gcc-4.7/gcc/
HDmode-classes.def34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \
35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \
36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \
37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \
38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
HDtree.def507 V0 and V1 are vectors of the same type. MASK is an integer-typed
952 /* Extract elements from two input vectors Operand 0 and Operand 1
1157 The two operands are vectors with N elements of size S. Multiplying the
1158 elements of the two vectors will result in N products of size 2*S.
1178 /* Pack (demote/narrow and merge) the elements of the two input vectors
1180 The elements of the input vectors are twice the size of the elements of the
1185 /* Convert floating point values of the two input vectors to integer
HDrtl.def664 Operands 0 and 1 are the vectors to be merged, operand 2 is a bitmask
667 by the mode of the vectors. */
677 vectors, the result is a vector that is as long as operands 0 and 1
678 combined and is the concatenation of the two source vectors. */
/dragonfly/sys/crypto/siphash/
HDsiphash_test.c34 uint8_t vectors[64][8] = variable
124 if (memcmp(out, vectors[i], 8) != 0) { in SipHash24_TestVectors()
/dragonfly/contrib/wpa_supplicant/src/crypto/
HDcrypto_module_tests.c356 } vectors[] = { in test_cbc() local
387 for (i = 0; i < ARRAY_SIZE(vectors); i++) { in test_cbc()
388 struct cbc_test_vector *tv = &vectors[i]; in test_cbc()
424 } vectors[] = { in test_ecb() local
477 for (i = 0; i < ARRAY_SIZE(vectors); i++) { in test_ecb()
478 struct ecb_test_vector *tv = &vectors[i]; in test_ecb()
/dragonfly/contrib/expat/lib/
HDsiphash.h290 static const unsigned char vectors[64][8] = { in sip24_valid() local
368 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i])) in sip24_valid()
/dragonfly/contrib/binutils-2.34/bfd/
HDconfig.bfd930 # FreeBSD vectors
933 # Generic vectors
937 # FreeBSD vectors
940 # Generic vectors
944 # FreeBSD vectors
947 # Generic vectors
951 # FreeBSD vectors
954 # Generic vectors
/dragonfly/contrib/gdb-7/bfd/
HDconfig.bfd1083 # FreeBSD vectors
1086 # Generic vectors
1091 # FreeBSD vectors
1094 # Generic vectors
1100 # FreeBSD vectors
1103 # Generic vectors
1108 # FreeBSD vectors
1111 # Generic vectors
/dragonfly/contrib/binutils-2.27/bfd/
HDconfig.bfd1120 # FreeBSD vectors
1123 # Generic vectors
1127 # FreeBSD vectors
1130 # Generic vectors
1134 # FreeBSD vectors
1137 # Generic vectors
1141 # FreeBSD vectors
1144 # Generic vectors
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386-builtin-types.def74 # MMX vectors
81 # SSE vectors
93 # AVX vectors
HDi386.opt379 Return 8-byte vectors in memory
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386-modes.def109 only holders for vectors during data movement. */
HDsubst.md21 ;; All vectors (Use it for destination)
HDi386-builtin-types.def78 # MMX vectors
85 # SSE vectors
97 # AVX vectors
108 # AVX512F vectors
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDcfg.texi101 In addition to notes, the jump table vectors are also represented as
102 ``pseudo-instructions'' inside the insn stream. These vectors never
106 address and referencing the vector, so cleaning up these vectors is
107 postponed until after liveness analysis. Thus the jump table vectors
150 type point to type-safe vectors of edges to the predecessors and
HDloop.texi480 passes. Before calling this function, one has to allocate two vectors:
583 direction and distance dependence vectors,
585 which the distance and direction vectors refer to.
592 direction vectors for a data dependence relations array, and
HDgeneric.texi154 * Containers:: Lists and vectors.
1711 parts of the two input vectors, respectively. Their operands are vectors
1743 This node represents packing of truncated elements of the two input vectors
1744 into the output vector. Input operands are vectors that contain the same
1747 point type whose size is half as wide. The elements of the two vectors are
1751 This node represents packing of elements of the two input vectors into the
1752 output vector using saturation. Input operands are vectors that contain
1755 is half as wide. The elements of the two vectors are demoted and merged
1759 This node represents packing of elements of the two input vectors into the
1761 to fixed point. Input operands are vectors that contain the same number
[all …]
HDsourcebuild.texi1327 Target supports hardware vectors of @code{double}.
1330 Target supports hardware vectors of @code{float}.
1333 Target supports hardware vectors of @code{int}.
1336 Target supports hardware vectors of @code{long}.
1339 Target supports hardware vectors of @code{long long}.
1372 Target supports vector even/odd element extraction of vectors with elements
/dragonfly/sys/dev/drm/include/uapi/drm/
HDradeon_drm.h201 } vectors; member
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-sh64.texi115 vectors, @samp{fp0} through @samp{fp62} (even numbered registers only)
HDc-sh.texi134 vector base register (for interrupt vectors)
/dragonfly/doc/
HDporting_drivers.txt114 All device vectors in DragonFly pass a dev_<name>_args structure pointer

12