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

  /external/valgrind/memcheck/tests/vbit-test/
util.c 190 case Ity_V128: return 16;
574 UNARY(Ity_V128, Ity_V128);
577 BINARY(Ity_I64,Ity_I64, Ity_V128);
593 UNARY(Ity_V128, Ity_I64);
602 UNARY(Ity_I64, Ity_V128);
604 case Iop_V128to32: UNARY(Ity_V128, Ity_I32);
605 case Iop_32UtoV128: UNARY(Ity_I32, Ity_V128);
606 case Iop_64UtoV128: UNARY(Ity_I64, Ity_V128);
607 case Iop_SetV128lo32: BINARY(Ity_V128,Ity_I32, Ity_V128)
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 702 case Ity_V128: return Ity_V128;
717 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
788 return assignNew(mce, Ity_V128, binop(Iop_AndV128, a1, a2));
820 return assignNew(mce, Ity_V128, binop(Iop_OrV128, a1, a2));
829 case Ity_V128: return mkUifUV128(mce, a1, a2);
910 return assignNew(mce, Ity_V128, binop(Iop_OrV128, data, vbits));
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c     [all...]
ir_defs.c 64 case Ity_V128: vex_printf( "V128"); break;
    [all...]
guest_x86_toIR.c 574 return IRExpr_Get( xmmGuestRegOffset(xmmreg), Ity_V128 );
599 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128);
    [all...]
guest_arm_toIR.c 806 return IRExpr_Get( quadGuestRegOffset(qregNo), Ity_V128 );
818 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_V128);
    [all...]
guest_ppc_toIR.c 685 IRTemp ones8x16 = newTemp(Ity_V128);
687 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
690 *vEvn = newTemp(Ity_V128);
691 *vOdd = newTemp(Ity_V128);
703 IRTemp ones8x16 = newTemp(Ity_V128);
705 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
708 *vEvn = newTemp(Ity_V128);
709 *vOdd = newTemp(Ity_V128);
721 IRTemp ones16x8 = newTemp(Ity_V128);
723 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
    [all...]
host_arm64_isel.c 576 vassert(retTy == Ity_V128 || retTy == Ity_V256);
583 vassert(retTy != Ity_V128 && retTy != Ity_V256);
626 if (retTy == Ity_V128 || retTy == Ity_V256)
737 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
748 case Ity_V128:
    [all...]
host_x86_isel.c 525 vassert(retTy == Ity_V128 || retTy == Ity_V256);
532 vassert(retTy != Ity_V128 && retTy != Ity_V256);
669 case Ity_V128:
    [all...]
host_ppc_isel.c 836 if (retTy == Ity_V128 || retTy == Ity_V256)
    [all...]
host_amd64_isel.c 536 if (retTy == Ity_V128 || retTy == Ity_V256)
599 if (retTy == Ity_V128) {
658 if (retTy == Ity_V128 || retTy == Ity_V256) {
676 case Ity_V128:
    [all...]
host_arm_isel.c 508 if (retTy == Ity_V128 || retTy == Ity_V256)
652 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
666 case Ity_V128:
    [all...]
host_mips_isel.c 485 if (retTy == Ity_V128 || retTy == Ity_V256)
614 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
628 case Ity_V128:
    [all...]
guest_arm64_toIR.c 364 return newTemp(Ity_V128);
    [all...]
host_s390_isel.c     [all...]
ir_opt.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c 391 case Ity_V128: return Ity_V128;
408 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
525 return assignNew('V', mce, Ity_V128, binop(Iop_AndV128, a1, a2));
577 return assignNew('V', mce, Ity_V128, binop(Iop_OrV128, a1, a2));
593 case Ity_V128: return mkUifUV128(mce, a1, a2);
665 return assignNew('V', mce, Ity_V128, binop(Iop_OrV128, data, vbits));
733 'V', mce, Ity_V128,
735 assignNew('V', mce, Ity_V128, unop(Iop_NotV128, data)),
779 if (src_ty == Ity_I32 && dst_ty == Ity_V128) {
    [all...]
  /external/valgrind/lackey/
lk_main.c 322 case Ity_V128: return 9;
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 235 Ity_V128, /* 128-bit SIMD */
    [all...]

Completed in 79 milliseconds