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/VEX/priv/
guest_amd64_toIR.c     [all...]
ir_defs.c 63 case Ity_V128: vex_printf( "V128"); break;
    [all...]
guest_x86_toIR.c 577 return IRExpr_Get( xmmGuestRegOffset(xmmreg), Ity_V128 );
602 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128);
    [all...]
guest_arm_toIR.c 761 return IRExpr_Get( quadGuestRegOffset(qregNo), Ity_V128 );
773 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_V128);
    [all...]
guest_ppc_toIR.c 600 IRTemp ones8x16 = newTemp(Ity_V128);
602 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
605 *vEvn = newTemp(Ity_V128);
606 *vOdd = newTemp(Ity_V128);
618 IRTemp ones8x16 = newTemp(Ity_V128);
620 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
623 *vEvn = newTemp(Ity_V128);
624 *vOdd = newTemp(Ity_V128);
636 IRTemp ones16x8 = newTemp(Ity_V128);
638 vassert(typeOfIRExpr(irsb->tyenv, vIn) == 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/memcheck/
mc_translate.c 378 case Ity_V128: return Ity_V128;
395 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
510 return assignNew('V', mce, Ity_V128, binop(Iop_AndV128, a1, a2));
562 return assignNew('V', mce, Ity_V128, binop(Iop_OrV128, a1, a2));
578 case Ity_V128: return mkUifUV128(mce, a1, a2);
649 return assignNew('V', mce, Ity_V128, binop(Iop_OrV128, data, vbits));
717 'V', mce, Ity_V128,
719 assignNew('V', mce, Ity_V128, unop(Iop_NotV128, data)),
816 case Ity_V128
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 318 case Ity_V128: return 9;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 234 Ity_V128, /* 128-bit SIMD */
    [all...]

Completed in 402 milliseconds