Searched refs:Ity_V128 (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/VEX/useful/
H A Dtest_main.c702 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));
970 mce, Ity_V128,
972 assignNew(mce, Ity_V128, unop(Iop_NotV128, data)),
1019 case Ity_V128
[all...]
/external/valgrind/memcheck/
H A Dmc_translate.c391 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/VEX/priv/
H A Dguest_amd64_toIR.c1468 return IRExpr_Get( xmmGuestRegOffset(xmmreg), Ity_V128 );
1498 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128);
1533 return IRExpr_Get( ymmGuestRegLane128offset(ymmreg,laneno), Ity_V128 );
1554 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128);
2752 if (ty == Ity_V128)
8812 loadLE(Ity_V128, mkexpr(addr)))
8814 loadLE(Ity_V128, mkexpr(addr)))
8867 IRTemp epart = newTemp(Ity_V128);
8903 IRTemp epart = newTemp(Ity_V128);
8944 IRExpr* src = loadLE(Ity_V128, mkexp
[all...]
H A Dir_defs.c64 case Ity_V128: vex_printf( "V128"); break;
2672 case Iop_GetMSBs8x16: UNARY(Ity_V128, Ity_I16);
2863 UNARY(Ity_V128, Ity_V128);
2867 BINARY(ity_RMode,Ity_V128, Ity_V128);
2870 BINARY(Ity_I64,Ity_I64, Ity_V128);
2886 UNARY(Ity_V128, Ity_I64);
2895 UNARY(Ity_I64, Ity_V128);
2897 case Iop_V128to32: UNARY(Ity_V128, Ity_I3
[all...]
H A Dguest_ppc_toIR.c695 IRTemp ones8x16 = newTemp(Ity_V128);
697 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
700 *vEvn = newTemp(Ity_V128);
701 *vOdd = newTemp(Ity_V128);
713 IRTemp ones8x16 = newTemp(Ity_V128);
715 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
718 *vEvn = newTemp(Ity_V128);
719 *vOdd = newTemp(Ity_V128);
731 IRTemp ones16x8 = newTemp(Ity_V128);
733 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
[all...]
H A Dguest_x86_toIR.c574 return IRExpr_Get( xmmGuestRegOffset(xmmreg), Ity_V128 );
599 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128);
7026 loadLE(Ity_V128, mkexpr(addr)))
7028 loadLE(Ity_V128, mkexpr(addr)))
7077 IRTemp epart = newTemp(Ity_V128);
7112 IRTemp epart = newTemp(Ity_V128);
7152 IRExpr* src = loadLE(Ity_V128, mkexpr(addr));
7178 IRTemp oldG0 = newTemp(Ity_V128);
7179 IRTemp oldG1 = newTemp(Ity_V128);
7221 IRTemp oldG0 = newTemp(Ity_V128);
[all...]
H A Dguest_arm_toIR.c806 return IRExpr_Get( quadGuestRegOffset(qregNo), Ity_V128 );
818 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_V128);
3006 res = newTemp(Ity_V128);
3056 arg_n = newTemp(Ity_V128);
3057 arg_m = newTemp(Ity_V128);
3058 res = newTemp(Ity_V128);
3192 tmp = newTemp(Ity_V128);
3260 cc = newTemp(Ity_V128);
3396 IRTemp reg_d = newTemp(Ity_V128);
3424 IRTemp reg_d = newTemp(Ity_V128);
[all...]
H A Dhost_arm64_isel.c576 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:
2140 vassert(ty == Ity_V128);
2190 vassert(ty == Ity_V128);
2200 vassert(ty == Ity_V128);
3558 if (tyd == Ity_V128) {
3608 if (tyd == Ity_V128
[all...]
H A Dhost_x86_isel.c525 vassert(retTy == Ity_V128 || retTy == Ity_V256);
532 vassert(retTy != Ity_V128 && retTy != Ity_V256);
669 case Ity_V128:
3278 vassert(ty == Ity_V128);
3914 if (tyd == Ity_V128) {
3956 if (ty == Ity_V128) {
4075 if (ty == Ity_V128) {
4097 case Ity_V128:
4142 case Ity_V128: {
4483 case Ity_V128
[all...]
H A Dhost_amd64_isel.c536 if (retTy == Ity_V128 || retTy == Ity_V256)
599 if (retTy == Ity_V128) {
658 if (retTy == Ity_V128 || retTy == Ity_V256) {
676 case Ity_V128:
3127 vassert(ty == Ity_V128);
4343 case Ity_V128: szB = 16; break;
4399 if (tyd == Ity_V128) {
4457 if (ty == Ity_V128) {
4566 if (ty == Ity_V128) {
4597 case Ity_V128
[all...]
H A Dhost_ppc_isel.c836 if (retTy == Ity_V128 || retTy == Ity_V256)
937 if (retTy == Ity_V128) {
1020 if (retTy == Ity_V128 || retTy == Ity_V256) {
1041 case Ity_V128:
4860 vassert(ty == Ity_V128);
4898 vassert(e->Iex.Load.ty == Ity_V128);
5531 if (tyd == Ity_V128) {
5583 if (ty == Ity_V128) {
5717 if (ty == Ity_V128) {
5840 case Ity_V128
[all...]
H A Dhost_arm_isel.c508 if (retTy == Ity_V128 || retTy == Ity_V256)
652 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
666 case Ity_V128:
3806 vassert(ty == Ity_V128);
3834 vassert(ty == Ity_V128);
3842 vassert(ty == Ity_V128);
5750 if (tyd == Ity_V128) {
5890 if (tyd == Ity_V128) {
5954 if (ty == Ity_V128) {
5977 //case Ity_V128
[all...]
H A Dhost_mips_isel.c485 if (retTy == Ity_V128 || retTy == Ity_V256)
614 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
628 case Ity_V128:
3818 case Ity_V128:
3875 case Ity_V128: {
H A Dguest_arm64_toIR.c364 return newTemp(Ity_V128);
1380 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_V128);
1388 return IRExpr_Get(offsetQReg128(qregNo), Ity_V128);
1403 case 16: return Ity_V128;
1425 case Ity_V128: laneSzB = 16; break;
1442 case Ity_F16: case Ity_F32: case Ity_F64: case Ity_V128:
1458 case Ity_F32: case Ity_F64: case Ity_V128:
1507 return nameQRegLO(qregNo, Ity_V128);
5287 case 16: ty = Ity_V128; break;
5423 putQReg128(tt, loadLE(Ity_V128, mkexp
[all...]
H A Dhost_s390_isel.c4177 case Ity_V128: /* fall through */
H A Dir_opt.c6490 case Ity_V128: case Ity_V256:
/external/valgrind/lackey/
H A Dlk_main.c322 case Ity_V128: return 9;
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h235 Ity_V128, /* 128-bit SIMD */ enumerator in enum:__anon19772

Completed in 468 milliseconds