HomeSort by relevance Sort by last modified time
    Searched refs:resV (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/VEX/priv/
guest_generic_x87.h 104 extern Bool compute_PCMPxSTRx ( /*OUT*/V128* resV,
guest_generic_x87.c 613 void compute_PCMPxSTRx_gen_output (/*OUT*/V128* resV,
637 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF );
638 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF );
639 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF );
640 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF );
642 resV->w32[0] = intRes2 & 0xFFFF;
643 resV->w32[1] = 0;
644 resV->w32[2] = 0;
645 resV->w32[3] = 0;
661 resV->w32[0] = newECX
    [all...]
guest_amd64_helpers.c     [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 125 void pcmpXstrX_WRK_gen_output_fmt_I(/*OUT*/V128* resV,
154 *(UInt*)(&resV[0]) = newECX;
169 pointed to by *resV. For xSTRM variants, the result is a 128 bit
170 value and is placed at *resV in the obvious way.
191 Bool pcmpXstrX_WRK ( /*OUT*/V128* resV,
246 resV, resOSZACP,
285 resV, resOSZACP,
326 resV, resOSZACP,
367 resV, resOSZACP,
408 V128 resV;
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherSpiTest.java 224 private static byte[] resV = { (byte) 7, (byte) 6, (byte) 5, (byte) 4,
293 if (resV.length > inputLen) {
296 bb[i] = resV[i];
300 return resV;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 310 private static byte[] resV = { (byte) 7, (byte) 6, (byte) 5, (byte) 4,
379 if (resV.length > inputLen) {
382 bb[i] = resV[i];
386 return resV;

Completed in 270 milliseconds