Home
last modified time | relevance | path

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

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