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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h308 extern IRConst* IRConst_V128 ( UShort );
/external/valgrind/main/VEX/
H A Dtest_main.c673 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
698 #define mkV128(_n) IRExpr_Const(IRConst_V128(_n))
/external/valgrind/main/memcheck/
H A Dmc_translate.c384 case Ity_V128: return IRExpr_Const(IRConst_V128(0x0000));
419 #define mkV128(_n) IRExpr_Const(IRConst_V128(_n))
3866 c = IRConst_V128(V_BITS16_DEFINED); break;
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c1455 return IRExpr_Const(IRConst_V128(mask));
14961 IRExpr_Const( IRConst_V128(0) ),
14996 assign( zeroVec, IRExpr_Const( IRConst_V128(0) ) );
15077 IRExpr_Const( IRConst_V128(0) ),
15183 IRExpr_Const( IRConst_V128(0) ), mkexpr(srcVec) ) );
15215 assign( zeroVec, IRExpr_Const( IRConst_V128(0) ) );
15254 assign( zeroVec, IRExpr_Const( IRConst_V128(0) ) );
15295 IRExpr_Const( IRConst_V128(0) ),
15328 assign( zeroVec, IRExpr_Const( IRConst_V128(0) ) );
15367 IRExpr_Const( IRConst_V128(
[all...]
H A Dir_defs.c1348 IRConst* IRConst_V128 ( UShort con ) function
1787 case Ico_V128: return IRConst_V128(c->Ico.V128);
H A Dir_opt.c954 case Iop_XorV128: return IRExpr_Const(IRConst_V128(0));
969 return IRExpr_Const(IRConst_V128(0xFFFF));
H A Dguest_ppc_toIR.c566 return IRExpr_Const(IRConst_V128(i));
H A Dguest_x86_toIR.c700 return IRExpr_Const(IRConst_V128(mask));

Completed in 477 milliseconds