Searched refs:is_high_surrogate (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | guest_s390_toIR.c | 13378 IRTemp is_high_surrogate = newTemp(Ity_I32); local 13383 assign(is_high_surrogate, binop(Iop_And32, flag1, flag2)); 13391 binop(Iop_And32, mkexpr(is_high_surrogate), 13400 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU32(1)), 13452 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU32(1)), 13505 IRTemp is_high_surrogate = newTemp(Ity_I32); local 13510 assign(is_high_surrogate, binop(Iop_And32, flag1, flag2)); 13518 binop(Iop_And32, mkexpr(is_high_surrogate), 13528 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU32(1)), 13559 mkite(binop(Iop_CmpEQ32, mkexpr(is_high_surrogate), mkU3 [all...] |
Completed in 182 milliseconds