Home | History | Annotate | Download | only in priv

Lines Matching defs:bb

203 /* Pointer to the guest code area (points to start of BB, not to the
7569 values (aa,bb), computes, for each of the 4 16-bit lanes:
7576 IRTemp bb = newTemp(Ity_I64);
7585 assign(bb, bbx);
7596 binop(Iop_InterleaveHI16x4, mkexpr(bb), mkexpr(bb)),
7600 binop(Iop_InterleaveLO16x4, mkexpr(bb), mkexpr(bb)),
7640 values (aa,bb), computes, for each lane:
7649 IRTemp bb = newTemp(Ity_I64);
7665 assign( bb, bbx );
7667 assign( bbNeg, binop(opSub, mkexpr(zero), mkexpr(bb)) );
7673 binop(Iop_And64, mkexpr(bb), mkexpr(posMask)),
7766 BTC 0F BB, 0F BA /7
7799 0F BB = btcw r16, rm16 and btcl r32, rm32
14910 case 0x92: /* set-Bb/set-NAEb (jump below) */