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

/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c5757 UInt v_ctl = vregEnc(i->Pin.AvPerm.ctl); local
5758 p = mkFormVA( p, 4, v_dst, v_srcL, v_srcR, v_ctl, 43, endness_host );
5763 UInt v_ctl = vregEnc(i->Pin.AvSel.ctl); local
5767 p = mkFormVA( p, 4, v_dst, v_srcL, v_srcR, v_ctl, 42, endness_host );
H A Dhost_ppc_isel.c6017 HReg v_ctl = iselVecExpr(env, e->Iex.Binop.arg2, IEndianess); local
6018 addInstr(env, PPCInstr_AvPerm(dst, v_src, v_src, v_ctl));

Completed in 151 milliseconds