Home
last modified time | relevance | path

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

/qemu/tests/tcg/hexagon/
H A Dv69_hvx.c138 uint16_t half0; in test_vasrvwuhrndsat() local
142 half0 = fVSATUH(fVROUND(buffer0[2 * i + 0].w[j], shamt) >> shamt); in test_vasrvwuhrndsat()
145 expect[i].w[j] = (half1 << 16) | (half0 & 0xffff); in test_vasrvwuhrndsat()
175 uint16_t half0; in test_vasrvwuhsat() local
179 half0 = fVSATUH(buffer0[2 * i + 0].w[j] >> shamt); in test_vasrvwuhsat()
182 expect[i].w[j] = (half1 << 16) | (half0 & 0xffff); in test_vasrvwuhsat()