Lines Matching defs:vB
5696 load -0.0 (0x8000_0000) to each 32-bit word of vB
5699 UInt vB = 29; // XXX: Using v29 for temp do not change
5705 // vspltisw vB,0x1F (0x1F => each word of vB)
5706 p = mkFormVX( p, 4, vB, konst, 0, 908, endness_host );
5708 // vslw vB,vB,vB (each word of vB = (0x1F << 0x1F) = 0x80000000
5709 p = mkFormVX( p, 4, vB, vB, vB, 388, endness_host );
5712 p = mkFormVA( p, 4, v_dst, v_srcL, vB, v_srcR, 46, endness_host );