Home | History | Annotate | Download | only in priv

Lines Matching refs:v128

9341 /* Break a V128-bit value up into four 32-bit ints. */
9368 /* Construct a V128-bit value from four 32-bit ints. */
9470 /* Break a V128-bit value up into two 64-bit ints. */
11487 static IRTemp math_PINSRW_128 ( IRTemp v128, IRTemp u16, UInt imm8 )
11491 // Create a V128 value which has the selected word in the
11508 binop(Iop_AndV128, mkexpr(v128), mkV128(mask))) );
16791 thing in a V128, with arbitrary junk in the top 64 bits. Use
16836 thing in a V128, with arbitrary junk in the top 64 bits. Use
17181 /* This is a nasty kludge. We need to pass 2 x V128 to the
18158 /* This is a nasty kludge. We need to pass 2 x V128 to the helper
18284 static IRTemp math_PINSRB_128 ( IRTemp v128, IRTemp u8, UInt imm8 )
18288 // Create a V128 value which has the selected byte in the
18305 binop(Iop_AndV128, mkexpr(v128), mkV128(mask))) );
18310 static IRTemp math_PINSRD_128 ( IRTemp v128, IRTemp u32, UInt imm8 )
18316 OR into a suitably masked-out v128.*/
18338 binop( Iop_AndV128, mkexpr(v128), mkV128(mask) ) ) );
18343 static IRTemp math_PINSRQ_128 ( IRTemp v128, IRTemp u64, UInt imm8 )
18346 OR into a suitably masked-out v128.*/
18361 binop( Iop_AndV128, mkexpr(v128), mkV128(mask) ) ) );
30445 ::: r/m:V128 = a lane of rS:V256 (RM format) */
30655 ::: r/m:V128 = a lane of rS:V256 (RM format) */
30953 ::: xmmG:V128 = PBLEND(xmmE, xmmV, xmmIS4) (RMVR) */
30974 ::: xmmG:V128 = PBLEND(xmmE, xmmV, xmmIS4) (RMVR) */
30995 ::: xmmG:V128 = PBLEND(xmmE, xmmV, xmmIS4) (RMVR) */