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

/external/valgrind/main/VEX/priv/
H A Dir_opt.c1189 /* Is this literally IRExpr_Const(IRConst_V128(0)) ? */
1255 case Iop_AndV128: return IRExpr_Const(IRConst_V128(0));
1280 return IRExpr_Const(IRConst_V128(0xFFFF));
1456 e2 = IRExpr_Const(IRConst_V128(
1610 e2 = IRExpr_Const(IRConst_V128(0x0000));
1637 e2 = IRExpr_Const(IRConst_V128(0x0000));
1691 e2 = IRExpr_Const(IRConst_V128(
1718 e2 = IRExpr_Const(IRConst_V128(
1745 e2 = IRExpr_Const(IRConst_V128(
2013 e2 = IRExpr_Const(IRConst_V128(
[all...]
H A Dguest_amd64_toIR.c1577 return IRExpr_Const(IRConst_V128(mask));
16500 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) )
16504 IRExpr_Const( IRConst_V128(0) ),
16542 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ),
16544 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ) );
16583 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) );
16621 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ),
16623 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ) );
16727 assign( zeroVec, IRExpr_Const( IRConst_V128(0) ) );
16762 assign( zeroVec, IRExpr_Const( IRConst_V128(
[all...]
H A Dir_defs.c1647 IRConst* IRConst_V128 ( UShort con ) function
2161 case Ico_V128: return IRConst_V128(c->Ico.V128);
H A Dguest_arm64_toIR.c258 return IRExpr_Const(IRConst_V128(w));
H A Dguest_x86_toIR.c697 return IRExpr_Const(IRConst_V128(mask));
H A Dguest_ppc_toIR.c585 return IRExpr_Const(IRConst_V128(i));
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h319 extern IRConst* IRConst_V128 ( UShort );
/external/valgrind/main/VEX/
H A Dtest_main.c696 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
721 #define mkV128(_n) IRExpr_Const(IRConst_V128(_n))
/external/valgrind/main/memcheck/
H A Dmc_translate.c400 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
437 #define mkV128(_n) IRExpr_Const(IRConst_V128(_n))
4778 c = IRConst_V128(V_BITS16_DEFINED); break;

Completed in 326 milliseconds