Home | History | Annotate | Download | only in main

Lines Matching refs:v4

1001       int v4 = v[4];
1039 s0 = v0 + v2 + v4;
1042 e0 = uint8x4_t(v0, v2, v4, 0xff);
1046 e1 = blue_contract(v0, v2, v4, 0xff);
1052 bit_transfer_signed(v5, v4);
1054 e0 = uint8x4_t(v0, v2, v4, 0xff);
1055 e1 = uint8x4_t::clamped(v0+v1, v2+v3, v4+v5, 0xff);
1057 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, 0xff);
1058 e1 = blue_contract(v0, v2, v4, 0xff);
1062 e0 = uint8x4_t(v0*v3 >> 8, v1*v3 >> 8, v2*v3 >> 8, v4);
1066 s0 = v0 + v2 + v4;
1069 e0 = uint8x4_t(v0, v2, v4, v6);
1073 e1 = blue_contract(v0, v2, v4, v6);
1079 bit_transfer_signed(v5, v4);
1082 e0 = uint8x4_t(v0, v2, v4, v6);
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);
1086 e1 = blue_contract(v0, v2, v4, v6);