HomeSort by relevance Sort by last modified time
    Searched refs:v32 (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /external/srtp/crypto/include/
datatypes.h 84 uint32_t v32[2]; member in union:__anon23402
91 uint32_t v32[4]; member in union:__anon23403
174 (x)->v32[0] = 0, \
175 (x)->v32[1] = 0, \
176 (x)->v32[2] = 0, \
177 (x)->v32[3] = 0 \
182 (x)->v32[0] = (y)->v32[0], \
183 (x)->v32[1] = (y)->v32[1],
    [all...]
crypto_math.h 135 tmp = x->v32[3] + y->v32[3]; \
136 z->v32[3] = (uint32_t) tmp; \
138 tmp = x->v32[2] + y->v32[2] + (tmp >> 32); \
139 z->v32[2] = (uint32_t) tmp; \
141 tmp = x->v32[1] + y->v32[1] + (tmp >> 32); \
142 z->v32[1] = (uint32_t) tmp; \
144 tmp = x->v32[0] + y->v32[0] + (tmp >> 32);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-arch-1.d 2 #as: --march=v32 --underscore --em=criself
6 private flags = 3: \[symbols have a _ prefix\] \[v32\]
rd-v32-l3.s 1 .arch v32
arch-err-2.s 4 .arch v32 ; { dg-error ".arch <arch> requires a matching --march=" }
arch-err-3.s 4 .arch v32 ; { dg-error ".arch <arch> requires a matching --march=" }
rd-bkw5bv32.d 1 #as: --march=v32 --underscore --em=criself --defsym extra=-818
rd-v32o-1.d 2 #as: --underscore --em=criself --march=v32
9 private flags = 3: \[symbols have a _ prefix\] \[v32\]
rd-bkw5bv32pic.d 1 #as: --march=v32 --pic --underscore --em=criself --defsym extra=-818
v32-err-3.s 2 ; #1: Error for pre-v32 flags for v32.
4 ; { dg-options " --underscore --march=v32" }
rd-arch-2.d 6 private flags = 5: \[symbols have a _ prefix\] \[v10 and v32\]
v32-err-4.s 2 ; #2: Error for v32 flags for pre-v32.
push-err-1.s 2 ; { dg-options "--march=v32" }
4 ; There are no "push" or "pop" synonyms for v32.
rd-usp-1b.d 2 #as: --underscore --march=v32 --em=criself
3 #source: v32-err-8.s
5 # Check that USP gets the right number for V32.
rd-v10_32o-1.d 9 private flags = 5: \[symbols have a _ prefix\] \[v10 and v32\]
rd-v10_32o-2.d 4 # Check that branch offsets are computed as for v32. The
rd-v32-l3.d 1 #as: --underscore --em=criself --march=v32
rd-v32s-3.d 1 #as: --underscore --em=criself --march=v32
v32-err-8.s 4 ; USP does not have the same register number in v10 as in v32.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
v32-va.d 3 # source: move-1.s --march=v32
8 # Test that linking a v32 object to a v10+v32 object
9 # does work and results in the output marked as a v32 object.
13 private flags = 3: \[symbols have a _ prefix\] \[v32\]
va-v32.d 2 # source: start1.s --march=v32
8 # Test that linking a v10+v32 compatible object to a v32 object
9 # does work and results in the output marked as a v32 object.
13 private flags = 3: \[symbols have a _ prefix\] \[v32\]
v10-v32.d 2 # source: start1.s --march=v32
6 # error: contains non-CRIS-v32 code
8 # Test that linking a (classic) v10 object to a v32 object does
v32-v10.d 3 # source: move-1.s --march=v32
6 # error: contains CRIS v32 code
8 # Test that linking a v32 object to a (classic) v10 object does
v32-ba-1.d 2 # as: --march=v32 --em=criself
  /external/srtp/crypto/math/
math.c 263 if (x->v32[j] & mask)
641 x->v32[i] = x->v32[i+word_shift] << bit_shift;
645 x->v32[i] = 0;
665 x->v32[4-1] = x->v32[4-1-base_index];
667 x->v32[i-1] = x->v32[i-1-base_index];
674 b = x->v32[from] << bit_index;
676 b |= x->v32[from-1] >> (32-bit_index)
    [all...]

Completed in 3449 milliseconds

1 2 3 4 5 6 7 8 9