Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxics_pnv.c38 bool byte0 = (width == 1 && (addr & 0x3) == 0); in pnv_icp_read() local
44 if (byte0) { in pnv_icp_read()
51 if (byte0) { in pnv_icp_read()
60 if (byte0) { in pnv_icp_read()
101 bool byte0 = (width == 1 && (addr & 0x3) == 0); in pnv_icp_write() local
105 if (byte0) { in pnv_icp_write()
114 if (byte0) { in pnv_icp_write()
/qemu/tests/tcg/hexagon/
H A Dv69_hvx.c64 uint8_t byte0; in test_vasrvuhubrndsat() local
68 byte0 = fVSATUB(fVROUND(buffer0[2 * i + 0].uh[j], shamt) >> shamt); in test_vasrvuhubrndsat()
71 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubrndsat()
101 uint8_t byte0; in test_vasrvuhubsat() local
105 byte0 = fVSATUB(buffer0[2 * i + 0].uh[j] >> shamt); in test_vasrvuhubsat()
108 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubsat()