Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_generic_x87.c856 UInt boolRes = 0; in compute_PCMPxSTRx() local
869 boolRes |= (m << si); in compute_PCMPxSTRx()
873 UInt intRes1 = boolRes & 0xFFFF; in compute_PCMPxSTRx()
895 UInt boolRes = 0; in compute_PCMPxSTRx() local
906 boolRes |= (m << hi); in compute_PCMPxSTRx()
913 UInt intRes1 = boolRes & 0xFFFF; in compute_PCMPxSTRx()
935 UInt boolRes = 0; in compute_PCMPxSTRx() local
949 boolRes |= (m << si); in compute_PCMPxSTRx()
953 UInt intRes1 = boolRes & 0xFFFF; in compute_PCMPxSTRx()
975 UInt boolRes = 0; in compute_PCMPxSTRx() local
[all …]
/external/valgrind/main/none/tests/amd64/
Dpcmpstr64.c264 UInt boolRes = 0; in pcmpXstrX_WRK() local
277 boolRes |= (m << si); in pcmpXstrX_WRK()
281 UInt intRes1 = boolRes & 0xFFFF; in pcmpXstrX_WRK()
304 UInt boolRes = 0; in pcmpXstrX_WRK() local
315 boolRes |= (m << hi); in pcmpXstrX_WRK()
322 UInt intRes1 = boolRes & 0xFFFF; in pcmpXstrX_WRK()
345 UInt boolRes = 0; in pcmpXstrX_WRK() local
359 boolRes |= (m << si); in pcmpXstrX_WRK()
363 UInt intRes1 = boolRes & 0xFFFF; in pcmpXstrX_WRK()
Dpcmpstr64w.c268 UInt boolRes = 0; in pcmpXstrX_WRK_wide() local
281 boolRes |= (m << si); in pcmpXstrX_WRK_wide()
285 UInt intRes1 = boolRes & 0xFF; in pcmpXstrX_WRK_wide()
307 UInt boolRes = 0; in pcmpXstrX_WRK_wide() local
318 boolRes |= (m << hi); in pcmpXstrX_WRK_wide()
325 UInt intRes1 = boolRes & 0xFF; in pcmpXstrX_WRK_wide()
347 UInt boolRes = 0; in pcmpXstrX_WRK_wide() local
361 boolRes |= (m << si); in pcmpXstrX_WRK_wide()
365 UInt intRes1 = boolRes & 0xFF; in pcmpXstrX_WRK_wide()