Lines Matching defs:v5
1003 int v5 = v[5];
1041 s1 = v1 + v3 + v5;
1044 e1 = uint8x4_t(v1, v3, v5, 0xff);
1046 e0 = blue_contract(v1, v3, v5, 0xff);
1053 bit_transfer_signed(v5, v4);
1054 if (v1 + v3 + v5 >= 0) {
1056 e1 = uint8x4_t::clamped(v0+v1, v2+v3, v4+v5, 0xff);
1058 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, 0xff);
1064 e1 = uint8x4_t(v0, v1, v2, v5);
1068 s1 = v1 + v3 + v5;
1071 e1 = uint8x4_t(v1, v3, v5, v7);
1073 e0 = blue_contract(v1, v3, v5, v7);
1080 bit_transfer_signed(v5, v4);
1082 if (v1 + v3 + v5 >= 0) {
1084 e1 = uint8x4_t::clamped(v0+v1, v2+v3, v4+v5, v6+v7);
1086 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, v6+v7);