Home
last modified time | relevance | path

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

/qemu/tests/tcg/hexagon/
H A Dv69_hvx.c65 uint8_t byte1; in test_vasrvuhubrndsat() local
70 byte1 = fVSATUB(fVROUND(buffer0[2 * i + 1].uh[j], shamt) >> shamt); in test_vasrvuhubrndsat()
71 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubrndsat()
102 uint8_t byte1; in test_vasrvuhubsat() local
107 byte1 = fVSATUB(buffer0[2 * i + 1].uh[j] >> shamt); in test_vasrvuhubsat()
108 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubsat()