Home | History | Annotate | Download | only in priv

Lines Matching refs:test_bit

7216    IRTemp test_bit = newTemp(Ity_I32); /* bit 32 of GR 0 - test validity */
7267 assign(test_bit, binop(Iop_And32, binop(Iop_Shr32, mkexpr(gr0), mkU8(31)),
7271 /* test_bit is 1 */
7280 next_insn_if(binop(Iop_CmpEQ32, mkexpr(test_bit), mkU32(0x1)));