Searched refs:vec0 (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/memcheck/tests/x86/
H A Dfxsave.c8 const unsigned int vec0[4] variable
62 asm __volatile__("movups " VG_SYM(vec0) ", %xmm0");
/external/valgrind/main/memcheck/tests/amd64/
H A Dfxsave-amd64.c8 const unsigned int vec0[4] variable
100 asm __volatile__("movups (%0), %%xmm0" : : "r"(&vec0[0]) : "xmm0" );
/external/valgrind/main/VEX/test/
H A Dfxsave.c7 const unsigned int vec0[4] variable
61 asm __volatile__("movups vec0, %xmm0");
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.c228 double vec0[2], vec1[2]; local
259 vec0[0] = arc->x1 - arc->cx;
260 vec0[1] = arc->y1 - arc->cy;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
269 lambda1 = vector_orientation(vec0);
276 angle = vector_angles(vec0, vec1);
279 angle = 2*M_PI - vector_angles(vec0, vec1);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c228 double vec0[2], vec1[2]; local
259 vec0[0] = arc->x1 - arc->cx;
260 vec0[1] = arc->y1 - arc->cy;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
269 lambda1 = vector_orientation(vec0);
276 angle = vector_angles(vec0, vec1);
279 angle = 2*M_PI - vector_angles(vec0, vec1);
/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c3394 HReg vec0 = newVRegV(env); local
3401 addInstr(env, X86Instr_SseReRg(Xsse_XOR, vec0, vec0));
3402 addInstr(env, mk_vMOVsd_RR(vec0, vec1));
3407 /* vec0 is all 0s; vec1 is all 1s */
3410 addInstr(env, X86Instr_SseReRg(cmpOp, vec0, dst));
H A Dguest_amd64_toIR.c16133 IRTemp vec0/*controlling mask*/,
16136 /* The tricky bit is to convert vec0 into a suitable mask, by
16143 assign(mask, binop(opSAR, mkexpr(vec0), mkexpr(sh)));
16156 IRTemp vec0/*controlling mask*/,
16159 /* The tricky bit is to convert vec0 into a suitable mask, by
16167 breakupV256toV128s( vec0, &vec0Hi, &vec0Lo );
17375 IRTemp vec0 = newTemp(Ity_V128); local
17393 assign(vec0, getXMMReg(0));
17395 IRTemp res = math_PBLENDVB_128( vecE, vecG, vec0, gran, opSAR );
[all...]

Completed in 226 milliseconds