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

  /external/valgrind/main/memcheck/tests/vbit-test/
util.c 191 case Ity_V256: return 32;
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 384 case Ity_V256: return Ity_V256;
401 case Ity_V256: return IRExpr_Const(IRConst_V256(0x00000000));
523 return assignNew('V', mce, Ity_V256, binop(Iop_AndV256, a1, a2));
575 return assignNew('V', mce, Ity_V256, binop(Iop_OrV256, a1, a2));
586 case Ity_V256: return mkUifUV256(mce, a1, a2);
665 return assignNew('V', mce, Ity_V256, binop(Iop_OrV256, data, vbits));
737 'V', mce, Ity_V256,
739 assignNew('V', mce, Ity_V256, unop(Iop_NotV256, data)),
778 if (src_ty == Ity_I32 && dst_ty == Ity_V256) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]
ir_defs.c 64 case Ity_V256: vex_printf( "V256"); break;
    [all...]
host_amd64_isel.c 537 if (retTy == Ity_V128 || retTy == Ity_V256)
605 else if (retTy == Ity_V256) {
659 if (retTy == Ity_V128 || retTy == Ity_V256) {
681 case Ity_V256:
    [all...]
host_arm64_isel.c 607 vassert(retTy == Ity_V128 || retTy == Ity_V256);
608 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
614 vassert(retTy != Ity_V128 && retTy != Ity_V256);
657 if (retTy == Ity_V128 || retTy == Ity_V256)
768 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
783 case Ity_V256:
    [all...]
host_s390_isel.c 547 vassert(retTy == Ity_V128 || retTy == Ity_V256);
548 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
555 vassert(retTy != Ity_V128 && retTy != Ity_V256);
622 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 484 if (retTy == Ity_V128 || retTy == Ity_V256)
613 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
632 case Ity_V256:
    [all...]
host_ppc_isel.c 808 if (retTy == Ity_V128 || retTy == Ity_V256)
    [all...]
host_arm_isel.c 516 if (retTy == Ity_V128 || retTy == Ity_V256)
660 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
679 case Ity_V256:
    [all...]
ir_opt.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 323 case Ity_V256: return 10;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 235 Ity_V256 /* 256-bit SIMD */
    [all...]

Completed in 574 milliseconds