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/VEX/priv/
H A Dguest_amd64_toIR.c16727 static IRTemp math_PBLENDVB_128 ( IRTemp vecE, IRTemp vecG, argument
16745 binop(Iop_AndV128, mkexpr(vecE), mkexpr(mask)),
16750 static IRTemp math_PBLENDVB_256 ( IRTemp vecE, IRTemp vecG, argument
16774 binop(Iop_AndV256, mkexpr(vecE), mkexpr(mask)),
16789 IRTemp vecE = newTemp(Ity_V128); local
16795 assign(vecE, getXMMReg(rE));
16804 assign(vecE, loadLE(Ity_V128, mkexpr(addr)));
16813 IRTemp res = math_PBLENDVB_128( vecE, vecV, vecIS4, gran, opSAR );
16828 IRTemp vecE = newTemp(Ity_V256); local
16834 assign(vecE, getYMMRe
16965 IRTemp vecE = newTemp(Ity_V128); local
17018 IRTemp vecE = newTemp(Ity_V256); local
17968 IRTemp vecE = newTemp(Ity_V128); local
[all...]

Completed in 270 milliseconds