Searched defs:vecG (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c15358 static IRTemp math_PBLENDVB_128 ( IRTemp vecE, IRTemp vecG, argument
15377 binop(Iop_AndV128, mkexpr(vecG), mkexpr(notmask))));
15381 static IRTemp math_PBLENDVB_256 ( IRTemp vecE, IRTemp vecG, argument
15406 binop(Iop_AndV256, mkexpr(vecG), mkexpr(notmask))));
15490 /* Set Z=1 iff (vecE & vecG) == 0
15491 Set C=1 iff (vecE & not vecG) == 0
15494 /* andV, andnV: vecE & vecG, vecE and not(vecG) */
15597 IRTemp vecG = newTemp(Ity_V128); local
15619 assign(vecG, getXMMRe
15650 IRTemp vecG = newTemp(Ity_V256); local
16259 IRTemp vecG = newTemp(Ity_V128); local
[all...]

Completed in 152 milliseconds