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

/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Alt2D.h47 struct bts_Flt16Vec2D vecE; member in struct:bts_Flt16Alt2D
H A DFlt16Alt3D.h47 struct bts_Flt16Vec3D vecE; member in struct:bts_Flt16Alt3D
H A DCompactAlt.h51 struct bbs_Int16Arr vecE; member in struct:bts_CompactAlt
H A DMapSequence.h51 struct bts_Flt16Vec vecE; member in struct:bts_MapSequence
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c15358 static IRTemp math_PBLENDVB_128 ( IRTemp vecE, IRTemp vecG, argument
15376 binop(Iop_AndV128, mkexpr(vecE), mkexpr(mask)),
15381 static IRTemp math_PBLENDVB_256 ( IRTemp vecE, IRTemp vecG, argument
15405 binop(Iop_AndV256, mkexpr(vecE), mkexpr(mask)),
15420 IRTemp vecE = newTemp(Ity_V128); local
15426 assign(vecE, getXMMReg(rE));
15435 assign(vecE, loadLE(Ity_V128, mkexpr(addr)));
15444 IRTemp res = math_PBLENDVB_128( vecE, vecV, vecIS4, gran, opSAR );
15459 IRTemp vecE = newTemp(Ity_V256); local
15465 assign(vecE, getYMMRe
15596 IRTemp vecE = newTemp(Ity_V128); local
15649 IRTemp vecE = newTemp(Ity_V256); local
16258 IRTemp vecE = newTemp(Ity_V128); local
[all...]

Completed in 719 milliseconds