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

  /external/valgrind/memcheck/
mc_translate.c 392 case Ity_V256: return Ity_V256;
409 case Ity_V256: return IRExpr_Const(IRConst_V256(0x00000000));
531 return assignNew('V', mce, Ity_V256, binop(Iop_AndV256, a1, a2));
583 return assignNew('V', mce, Ity_V256, binop(Iop_OrV256, a1, a2));
594 case Ity_V256: return mkUifUV256(mce, a1, a2);
673 return assignNew('V', mce, Ity_V256, binop(Iop_OrV256, data, vbits));
745 'V', mce, Ity_V256,
747 assignNew('V', mce, Ity_V256, unop(Iop_NotV256, data)),
786 if (src_ty == Ity_I32 && dst_ty == Ity_V256) {
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c     [all...]
ir_defs.c 65 case Ity_V256: vex_printf( "V256"); break;
    [all...]
host_arm64_isel.c 576 vassert(retTy == Ity_V128 || retTy == Ity_V256);
577 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
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);
752 case Ity_V256:
    [all...]
host_amd64_isel.c 536 if (retTy == Ity_V128 || retTy == Ity_V256)
604 else if (retTy == Ity_V256) {
658 if (retTy == Ity_V128 || retTy == Ity_V256) {
680 case Ity_V256:
    [all...]
host_x86_isel.c 525 vassert(retTy == Ity_V128 || retTy == Ity_V256);
526 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
532 vassert(retTy != Ity_V128 && retTy != Ity_V256);
673 case Ity_V256:
    [all...]
host_mips_isel.c 485 if (retTy == Ity_V128 || retTy == Ity_V256)
614 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
633 case Ity_V256:
    [all...]
host_ppc_isel.c 836 if (retTy == Ity_V128 || retTy == Ity_V256)
    [all...]
host_arm_isel.c 508 if (retTy == Ity_V128 || retTy == Ity_V256)
652 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
671 case Ity_V256:
    [all...]
ir_opt.c     [all...]
guest_arm64_toIR.c     [all...]
  /external/valgrind/lackey/
lk_main.c 323 case Ity_V256: return 10;
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 236 Ity_V256 /* 256-bit SIMD */
    [all...]

Completed in 111 milliseconds