Searched refs:opSAR (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c15360 UInt gran, IROp opSAR )
15369 assign(mask, binop(opSAR, mkexpr(vec0), mkexpr(sh)));
15411 const HChar *name, UInt gran, IROp opSAR )
15444 IRTemp res = math_PBLENDVB_128( vecE, vecV, vecIS4, gran, opSAR );
16244 IROp opSAR = Iop_INVALID; local
16247 nm = "pblendvb"; gran = 1; opSAR = Iop_SarN8x16;
16250 nm = "blendvps"; gran = 4; opSAR = Iop_SarN32x4;
16253 nm = "blendvpd"; gran = 8; opSAR = Iop_SarN64x2;
16280 IRTemp res = math_PBLENDVB_128( vecE, vecG, vec0, gran, opSAR );

Completed in 136 milliseconds