Home
last modified time | relevance | path

Searched refs:resV (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_generic_x87.c613 void compute_PCMPxSTRx_gen_output (/*OUT*/V128* resV, in compute_PCMPxSTRx_gen_output() argument
637 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF ); in compute_PCMPxSTRx_gen_output()
638 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF ); in compute_PCMPxSTRx_gen_output()
639 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF ); in compute_PCMPxSTRx_gen_output()
640 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF ); in compute_PCMPxSTRx_gen_output()
642 resV->w32[0] = intRes2 & 0xFFFF; in compute_PCMPxSTRx_gen_output()
643 resV->w32[1] = 0; in compute_PCMPxSTRx_gen_output()
644 resV->w32[2] = 0; in compute_PCMPxSTRx_gen_output()
645 resV->w32[3] = 0; in compute_PCMPxSTRx_gen_output()
661 resV->w32[0] = newECX; in compute_PCMPxSTRx_gen_output()
[all …]
Dguest_generic_x87.h104 extern Bool compute_PCMPxSTRx ( /*OUT*/V128* resV,
Dguest_amd64_helpers.c2895 V128 resV; in amd64g_dirtyhelper_PCMPxSTRx() local
2900 &resV, &resOSZACP, argL, argR, in amd64g_dirtyhelper_PCMPxSTRx()
2913 gst->guest_XMM0[0] = resV.w32[0]; in amd64g_dirtyhelper_PCMPxSTRx()
2914 gst->guest_XMM0[1] = resV.w32[1]; in amd64g_dirtyhelper_PCMPxSTRx()
2915 gst->guest_XMM0[2] = resV.w32[2]; in amd64g_dirtyhelper_PCMPxSTRx()
2916 gst->guest_XMM0[3] = resV.w32[3]; in amd64g_dirtyhelper_PCMPxSTRx()
2919 UInt newECX = resV.w32[0] & 0xFFFF; in amd64g_dirtyhelper_PCMPxSTRx()
/external/valgrind/main/none/tests/amd64/
Dpcmpstr64.c125 void pcmpXstrX_WRK_gen_output_fmt_I(/*OUT*/V128* resV, in pcmpXstrX_WRK_gen_output_fmt_I() argument
154 *(UInt*)(&resV[0]) = newECX; in pcmpXstrX_WRK_gen_output_fmt_I()
191 Bool pcmpXstrX_WRK ( /*OUT*/V128* resV, in pcmpXstrX_WRK() argument
246 resV, resOSZACP, in pcmpXstrX_WRK()
285 resV, resOSZACP, in pcmpXstrX_WRK()
326 resV, resOSZACP, in pcmpXstrX_WRK()
367 resV, resOSZACP, in pcmpXstrX_WRK()
408 V128 resV; in s_pcmpistri_4A() local
411 = pcmpXstrX_WRK( &resV, &resOSZACP, argLU, argRU, in s_pcmpistri_4A()
417 resECX = resV.uInt[0]; in s_pcmpistri_4A()
[all …]
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DCipherSpiTest.java224 private static byte[] resV = { (byte) 7, (byte) 6, (byte) 5, (byte) 4, field in myCipherSpi
293 if (resV.length > inputLen) { in engineDoFinal()
296 bb[i] = resV[i]; in engineDoFinal()
300 return resV; in engineDoFinal()