OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emm2
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h
284
Packet4i emm0,
emm2
;
local
298
emm2
= _mm_cvttps_epi32(y);
300
emm2
= _mm_add_epi32(
emm2
, p4i_1);
301
emm2
= _mm_and_si128(
emm2
, p4i_not1);
302
y = _mm_cvtepi32_ps(
emm2
);
304
emm0 = _mm_and_si128(
emm2
, p4i_4);
312
emm2
= _mm_and_si128(
emm2
, p4i_2)
382
Packet4i emm0,
emm2
;
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
[
all
...]
Completed in 92 milliseconds