Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c515 UInt efghij = high_surrogate & 0x3f; in s390_do_cu24() local
518 retval = (uvwxy << 16) | (efghij << 10) | klmnoprst; in s390_do_cu24()
557 UInt efghij = (srcval >> 10) & 0x3f; in s390_do_cu42() local
559 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | efghij; in s390_do_cu42()
611 UInt efghij = (srcval >> 6) & 0x3f; in s390_do_cu41() local
614 UInt byte2 = 0x80 | efghij; in s390_do_cu41()
759 UInt efghij = byte2 & 0x3f; in s390_do_cu12_cu14_helper2() local
763 retval = (abcd << 12) | (efghij << 6) | klmnop; in s390_do_cu12_cu14_helper2()