Lines Matching full:test_bit
7206 IRTemp test_bit = newTemp(Ity_I32); /* bit 32 of GR 0 - test validity */7257 assign(test_bit, binop(Iop_And32, binop(Iop_Shr32, mkexpr(gr0), mkU8(31)),7261 /* test_bit is 1 */7270 next_insn_if(binop(Iop_CmpEQ32, mkexpr(test_bit), mkU32(0x1)));