Searched defs:is_high_surrogate (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c13545 IRTemp is_high_surrogate = newTemp(Ity_I32); local
13550 assign(is_high_surrogate, binop(Iop_And32, flag1, flag2));
13558 binop(Iop_And32, mkexpr(is_high_surrogate),
13567 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU32(1)),
13619 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU32(1)),
13672 IRTemp is_high_surrogate = newTemp(Ity_I32); local
13677 assign(is_high_surrogate, binop(Iop_And32, flag1, flag2));
13685 binop(Iop_And32, mkexpr(is_high_surrogate),
13695 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU32(1)),
13726 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU3
[all...]

Completed in 189 milliseconds