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

12 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-14.d 3 #as: --pic --no-underscore --march=v32 --em=criself
v32-bin-1.d 2 #as: --em=criself --march=v32
v10-va.d 8 # Test that linking a v10 compatible object to a v10+v32 object
va-v10.d 8 # Test that linking a v10+v32 compatible object to a v10 object
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
push-err-2.s 5 ; subset of v10 and v32.
rd-v32-f1.d 1 #as: --underscore --em=criself --march=v32
4 # Test that v32 flags are properly recognized and emitted at disassembly.
rd-v32-f1.s 1 ; Test that v32 flags are properly recognized.
rd-v32s-2.s 2 ; take 32-bit immediate operands, as opposed to pre-v32 CRIS.
v32-err-11.s 2 ; { dg-options "--march=v32" }
5 ; identified. See also v32-err-10.s.
rd-bkw1b.d 1 #as: --underscore --em=criself --march=v32
rd-bkw2b.d 1 #as: --underscore --em=criself --march=v32
rd-bkw5v32.d 1 #as: --march=v32 --underscore --em=criself --defsym extra=-819
rd-bkw5v32pic.d 1 #as: --march=v32 --pic --underscore --em=criself --defsym extra=-819
rd-bound2.d 1 #as: --underscore --em=criself --march=v32
rd-bound3.d 5 # A bound insn with a memory operand is an error for v32, but is
rd-break32.d 1 #as: --march=v32 --em=criself
rd-ppv32.d 2 #as: --underscore --march=v32 --em=criself
rd-usp-1.d 3 #source: v32-err-8.s
rd-v32-b1.d 1 #as: --underscore --em=criself --march=v32
rd-v32-b3.d 1 #as: --underscore --em=criself --march=v32
rd-v32-l1.d 1 #as: --underscore --em=criself --march=v32
rd-v32s-2.d 1 #as: --underscore --em=criself --march=v32
  /external/srtp/crypto/cipher/
aes.c     [all...]
  /external/srtp/crypto/math/
datatypes.c 215 if (x->v32[j] & mask)
340 x->v32[4-1] = x->v32[4-1-base_index];
342 x->v32[i-1] = x->v32[i-1-base_index];
349 b = x->v32[from] << bit_index;
351 b |= x->v32[from-1] >> (32-bit_index);
352 x->v32[i-1] = b;
359 x->v32[i] = 0;
376 x->v32[i] = x->v32[i+base_index]
    [all...]
  /external/srtp/crypto/rng/
prng.c 105 x917_prng.state.v32[0] ^= t;
132 buffer.v32[0] ^= t;
147 x917_prng.state.v32[0] ^= t;
163 buffer.v32[0] ^= t;

Completed in 344 milliseconds

12 3 4 5 6 7 8 9