Lines Matching defs:v5
1002 int v5 = v[5];
1040 s1 = v1 + v3 + v5;
1043 e1 = uint8x4_t(v1, v3, v5, 0xff);
1045 e0 = blue_contract(v1, v3, v5, 0xff);
1052 bit_transfer_signed(v5, v4);
1053 if (v1 + v3 + v5 >= 0) {
1055 e1 = uint8x4_t::clamped(v0+v1, v2+v3, v4+v5, 0xff);
1057 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, 0xff);
1063 e1 = uint8x4_t(v0, v1, v2, v5);
1067 s1 = v1 + v3 + v5;
1070 e1 = uint8x4_t(v1, v3, v5, v7);
1072 e0 = blue_contract(v1, v3, v5, v7);
1079 bit_transfer_signed(v5, v4);
1081 if (v1 + v3 + v5 >= 0) {
1083 e1 = uint8x4_t::clamped(v0+v1, v2+v3, v4+v5, v6+v7);
1085 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, v6+v7);