HomeSort by relevance Sort by last modified time
    Searched defs: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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 308 // CHECK: declare void @func40(%struct.t128* byval align 16)
310 typedef struct t128 { struct
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 27995 IRTemp t128 = newTemp(Ity_V128); local
28735 IRTemp t128 = newTemp(Ity_V128); local
30558 IRTemp t128 = newTemp(Ity_V128); local
30592 IRTemp t128 = newTemp(Ity_V128); local
30768 IRTemp t128 = newTemp(Ity_V128); local
30802 IRTemp t128 = newTemp(Ity_V128); local
    [all...]
guest_ppc_toIR.c 754 static void breakV128to4xF64( IRExpr* t128,
762 vassert(typeOfIRExpr(irsb->tyenv, t128) == Ity_V128);
772 assign( hi64, unop(Iop_V128HIto64, t128) );
773 assign( lo64, unop(Iop_V128to64, t128) );
792 static void breakV128to4x64S( IRExpr* t128,
800 vassert(typeOfIRExpr(irsb->tyenv, t128) == Ity_V128);
810 assign( hi64, unop(Iop_V128HIto64, t128) );
811 assign( lo64, unop(Iop_V128to64, t128) );
819 static void breakV128to4x64U ( IRExpr* t128,
827 vassert(typeOfIRExpr(irsb->tyenv, t128) == Ity_V128)
2325 IRTemp t128; local
    [all...]

Completed in 151 milliseconds