Lines Matching defs:bb
189 /* These are set at the start of the translation of a BB, so
195 /* Pointer to the guest code area (points to start of BB, not to the
9100 values (aa,bb), computes, for each of the 4 16-bit lanes:
9107 IRTemp bb = newTemp(Ity_I64);
9116 assign(bb, bbx);
9127 binop(Iop_InterleaveHI16x4, mkexpr(bb), mkexpr(bb)),
9131 binop(Iop_InterleaveLO16x4, mkexpr(bb), mkexpr(bb)),
9171 values (aa,bb), computes, for each lane:
9180 IRTemp bb = newTemp(Ity_I64);
9196 assign( bb, bbx );
9198 assign( bbNeg, binop(opSub, mkexpr(zero), mkexpr(bb)) );
9204 binop(Iop_And64, mkexpr(bb), mkexpr(posMask)),
9393 BTC 0F BB, 0F BA /7
9426 0F BB = btcw r16, rm16 and btcl r32, rm32
19891 case 0x92: /* set-Bb/set-NAEb (set if below) */