Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_s390_helpers.c517 UInt efghij = high_surrogate & 0x3f; in s390_do_cu24() local
520 retval = (uvwxy << 16) | (efghij << 10) | klmnoprst; in s390_do_cu24()
559 UInt efghij = (srcval >> 10) & 0x3f; in s390_do_cu42() local
561 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | efghij; in s390_do_cu42()
613 UInt efghij = (srcval >> 6) & 0x3f; in s390_do_cu41() local
616 UInt byte2 = 0x80 | efghij; in s390_do_cu41()
761 UInt efghij = byte2 & 0x3f; in s390_do_cu12_cu14_helper2() local
765 retval = (abcd << 12) | (efghij << 6) | klmnop; in s390_do_cu12_cu14_helper2()