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

  /external/valgrind/main/VEX/
test_main.c 658 case Ity_V128: return Ity_V128;
673 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
744 return assignNew(mce, Ity_V128, binop(Iop_AndV128, a1, a2));
776 return assignNew(mce, Ity_V128, binop(Iop_OrV128, a1, a2));
785 case Ity_V128: return mkUifUV128(mce, a1, a2);
866 return assignNew(mce, Ity_V128, binop(Iop_OrV128, data, vbits));
926 mce, Ity_V128,
928 assignNew(mce, Ity_V128, unop(Iop_NotV128, data)),
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 368 case Ity_V128: return Ity_V128;
384 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
495 return assignNew('V', mce, Ity_V128, binop(Iop_AndV128, a1, a2));
541 return assignNew('V', mce, Ity_V128, binop(Iop_OrV128, a1, a2));
551 case Ity_V128: return mkUifUV128(mce, a1, a2);
622 return assignNew('V', mce, Ity_V128, binop(Iop_OrV128, data, vbits));
682 'V', mce, Ity_V128,
684 assignNew('V', mce, Ity_V128, unop(Iop_NotV128, data)),
760 case Ity_V128
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]
guest_ppc_toIR.c 595 IRTemp ones8x16 = newTemp(Ity_V128);
597 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
600 *vEvn = newTemp(Ity_V128);
601 *vOdd = newTemp(Ity_V128);
613 IRTemp ones8x16 = newTemp(Ity_V128);
615 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
618 *vEvn = newTemp(Ity_V128);
619 *vOdd = newTemp(Ity_V128);
631 IRTemp ones16x8 = newTemp(Ity_V128);
633 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
    [all...]
guest_x86_toIR.c 577 return IRExpr_Get( xmmGuestRegOffset(xmmreg), Ity_V128 );
602 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128);
    [all...]
ir_defs.c 60 case Ity_V128: vex_printf( "V128"); break;
    [all...]
guest_arm_toIR.c 761 return IRExpr_Get( quadGuestRegOffset(qregNo), Ity_V128 );
773 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_V128);
    [all...]
host_ppc_isel.c     [all...]
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]
host_arm_isel.c     [all...]
host_s390_isel.c     [all...]
ir_opt.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 318 case Ity_V128: return 9;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 231 Ity_V128 /* 128-bit SIMD */
    [all...]

Completed in 63 milliseconds