Lines Matching defs:bb
200 /* Pointer to the guest code area (points to start of BB, not to the
7717 values (aa,bb), computes, for each of the 4 16-bit lanes:
7724 IRTemp bb = newTemp(Ity_I64);
7733 assign(bb, bbx);
7744 binop(Iop_InterleaveHI16x4, mkexpr(bb), mkexpr(bb)),
7748 binop(Iop_InterleaveLO16x4, mkexpr(bb), mkexpr(bb)),
7788 values (aa,bb), computes, for each lane:
7797 IRTemp bb = newTemp(Ity_I64);
7813 assign( bb, bbx );
7815 assign( bbNeg, binop(opSub, mkexpr(zero), mkexpr(bb)) );
7821 binop(Iop_And64, mkexpr(bb), mkexpr(posMask)),
7914 BTC 0F BB, 0F BA /7
7947 0F BB = btcw r16, rm16 and btcl r32, rm32
15108 case 0x92: /* set-Bb/set-NAEb (jump below) */