Searched refs:IRConst_V128 (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_opt.c1200 /* Is this literally IRExpr_Const(IRConst_V128(0)) ? */
1266 case Iop_AndV128: return IRExpr_Const(IRConst_V128(0));
1293 return IRExpr_Const(IRConst_V128(0xFFFF));
1478 e2 = IRExpr_Const(IRConst_V128(
1632 e2 = IRExpr_Const(IRConst_V128(0x0000));
1659 e2 = IRExpr_Const(IRConst_V128(0x0000));
1683 e2 = IRExpr_Const(IRConst_V128(0x0000));
1725 e2 = IRExpr_Const(IRConst_V128(
1752 e2 = IRExpr_Const(IRConst_V128(
1779 e2 = IRExpr_Const(IRConst_V128(
[all...]
H A Dguest_amd64_toIR.c1584 return IRExpr_Const(IRConst_V128(mask));
16967 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) )
16971 IRExpr_Const( IRConst_V128(0) ),
17009 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ),
17011 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ) );
17050 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) );
17088 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ),
17090 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ) );
17194 assign( zeroVec, IRExpr_Const( IRConst_V128(0) ) );
17229 assign( zeroVec, IRExpr_Const( IRConst_V128(
[all...]
H A Dir_defs.c1740 IRConst* IRConst_V128 ( UShort con ) function
2258 case Ico_V128: return IRConst_V128(c->Ico.V128);
H A Dguest_arm64_toIR.c245 return IRExpr_Const(IRConst_V128(w));
H A Dguest_x86_toIR.c697 return IRExpr_Const(IRConst_V128(mask));
H A Dguest_ppc_toIR.c654 return IRExpr_Const(IRConst_V128(i));
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h320 extern IRConst* IRConst_V128 ( UShort );
/external/valgrind/VEX/useful/
H A Dtest_main.c717 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
742 #define mkV128(_n) IRExpr_Const(IRConst_V128(_n))
/external/valgrind/memcheck/
H A Dmc_translate.c408 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
445 #define mkV128(_n) IRExpr_Const(IRConst_V128(_n))
5062 c = IRConst_V128(V_BITS16_DEFINED); break;

Completed in 370 milliseconds