HomeSort by relevance Sort by last modified time
    Searched refs:t128 (Results 1 - 5 of 5) sorted by null

  /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/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...]

Completed in 146 milliseconds