/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 227 paddd xmm0, [GLOBAL(t128)] 256 paddd xmm1, [GLOBAL(t128)] 273 t128: label
|
/external/clang/test/CodeGen/ |
x86_64-arguments.c | 286 // CHECK: declare void @func40(%struct.t128* byval align 16) 288 typedef struct t128 { struct
|
/external/pixman/demos/ |
quad2quad.c | 31 t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, local 276 t128 = px2 * x3 * y3; 277 t129 = t128 + t127 + (t65 + t126) * y2; 391 t214 = x2 * y2 * (t204 + t128); 406 t225 = y2 * (t224 + t221 + t128); 413 t231 = t87 + t128; 503 t299 = y2 * (t128 + t298); 1118 t719 = t221 + t128 + t249 + (t98 + (px3 + t718) * x2) * y2; 1168 t756 = t128 + t292 + (t68 + t126) * y2; [all...] |
/external/valgrind/main/VEX/priv/ |
guest_ppc_toIR.c | 669 static void breakV128to4xF64( IRExpr* t128, 677 vassert(typeOfIRExpr(irsb->tyenv, t128) == Ity_V128); 687 assign( hi64, unop(Iop_V128HIto64, t128) ); 688 assign( lo64, unop(Iop_V128to64, t128) ); 707 static void breakV128to4x64S( IRExpr* t128, 715 vassert(typeOfIRExpr(irsb->tyenv, t128) == Ity_V128); 725 assign( hi64, unop(Iop_V128HIto64, t128) ); 726 assign( lo64, unop(Iop_V128to64, t128) ); 734 static void breakV128to4x64U ( IRExpr* t128, 742 vassert(typeOfIRExpr(irsb->tyenv, t128) == Ity_V128) [all...] |
guest_amd64_toIR.c | 24906 IRTemp t128 = newTemp(Ity_V128); local 25970 IRTemp t128 = newTemp(Ity_V128); local 26004 IRTemp t128 = newTemp(Ity_V128); local [all...] |
guest_x86_toIR.c | [all...] |