Lines Matching refs:resV
625 void compute_PCMPxSTRx_gen_output (/*OUT*/V128* resV, in compute_PCMPxSTRx_gen_output() argument
649 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF ); in compute_PCMPxSTRx_gen_output()
650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF ); in compute_PCMPxSTRx_gen_output()
651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF ); in compute_PCMPxSTRx_gen_output()
652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF ); in compute_PCMPxSTRx_gen_output()
654 resV->w32[0] = intRes2 & 0xFFFF; in compute_PCMPxSTRx_gen_output()
655 resV->w32[1] = 0; in compute_PCMPxSTRx_gen_output()
656 resV->w32[2] = 0; in compute_PCMPxSTRx_gen_output()
657 resV->w32[3] = 0; in compute_PCMPxSTRx_gen_output()
673 resV->w32[0] = newECX; in compute_PCMPxSTRx_gen_output()
674 resV->w32[1] = 0; in compute_PCMPxSTRx_gen_output()
675 resV->w32[2] = 0; in compute_PCMPxSTRx_gen_output()
676 resV->w32[3] = 0; in compute_PCMPxSTRx_gen_output()
693 void compute_PCMPxSTRx_gen_output_wide (/*OUT*/V128* resV, in compute_PCMPxSTRx_gen_output_wide() argument
717 resV->w32[0] = bits2_to_bytes4( (intRes2 >> 0) & 0x3 ); in compute_PCMPxSTRx_gen_output_wide()
718 resV->w32[1] = bits2_to_bytes4( (intRes2 >> 2) & 0x3 ); in compute_PCMPxSTRx_gen_output_wide()
719 resV->w32[2] = bits2_to_bytes4( (intRes2 >> 4) & 0x3 ); in compute_PCMPxSTRx_gen_output_wide()
720 resV->w32[3] = bits2_to_bytes4( (intRes2 >> 6) & 0x3 ); in compute_PCMPxSTRx_gen_output_wide()
722 resV->w32[0] = intRes2 & 0xFF; in compute_PCMPxSTRx_gen_output_wide()
723 resV->w32[1] = 0; in compute_PCMPxSTRx_gen_output_wide()
724 resV->w32[2] = 0; in compute_PCMPxSTRx_gen_output_wide()
725 resV->w32[3] = 0; in compute_PCMPxSTRx_gen_output_wide()
741 resV->w32[0] = newECX; in compute_PCMPxSTRx_gen_output_wide()
742 resV->w32[1] = 0; in compute_PCMPxSTRx_gen_output_wide()
743 resV->w32[2] = 0; in compute_PCMPxSTRx_gen_output_wide()
744 resV->w32[3] = 0; in compute_PCMPxSTRx_gen_output_wide()
784 Bool compute_PCMPxSTRx ( /*OUT*/V128* resV, in compute_PCMPxSTRx() argument
839 resV, resOSZACP, in compute_PCMPxSTRx()
877 resV, resOSZACP, in compute_PCMPxSTRx()
917 resV, resOSZACP, in compute_PCMPxSTRx()
957 resV, resOSZACP, in compute_PCMPxSTRx()
997 resV, resOSZACP, in compute_PCMPxSTRx()
1035 Bool compute_PCMPxSTRx_wide ( /*OUT*/V128* resV, in compute_PCMPxSTRx_wide() argument
1090 resV, resOSZACP, in compute_PCMPxSTRx_wide()
1128 resV, resOSZACP, in compute_PCMPxSTRx_wide()
1168 resV, resOSZACP, in compute_PCMPxSTRx_wide()
1208 resV, resOSZACP, in compute_PCMPxSTRx_wide()