HomeSort by relevance Sort by last modified time
    Searched refs:low_surrogate (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 89 ULong s390_do_cu21(UInt srcvalue, UInt low_surrogate);
90 ULong s390_do_cu24(UInt srcvalue, UInt low_surrogate);
guest_s390_helpers.c 354 - an indication whether LOW_SURROGATE, if any, is invalid
362 s390_do_cu21(UInt srcval, UInt low_surrogate)
425 b3 |= (low_surrogate >> 6) & 0xf; // klmn
428 b4 |= low_surrogate & 0x3f;
432 invalid_low_surrogate = (low_surrogate & 0xfc00) != 0xdc00;
450 - an indication whether LOW_SURROGATE, if any, is invalid
458 s390_do_cu24(UInt srcval, UInt low_surrogate)
473 UInt klmnoprst = low_surrogate & 0x3ff;
477 invalid_low_surrogate = (low_surrogate & 0xfc00) != 0xdc00;
517 UInt low_surrogate = (0xdc << 8) | (srcval & 0x3ff) local
765 UInt low_surrogate = (0xdc << 8) | (klmn << 6) | opqrst; local
    [all...]
guest_s390_toIR.c 11205 IRTemp low_surrogate = newTemp(Ity_I32); local
11333 IRTemp low_surrogate = newTemp(Ity_I32); local
    [all...]

Completed in 56 milliseconds