Searched defs:texpVal (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1115 if texpVal is IRTemp_INVALID then a normal store is
1118 if texpVal is not IRTemp_INVALID then a cas-style store is
1119 generated. texpVal is the expected value, restart_point
1120 is the restart point if the store fails, and texpVal must
1126 IRTemp taddr, IRTemp texpVal, Addr32 restart_point )
1154 if (texpVal == IRTemp_INVALID) {
1158 vassert(typeOfIRTemp(irsb->tyenv, texpVal) == ty);
1159 /* .. and hence 'texpVal' has the same type as 'tres'. */
1161 mkexpr(texpVal), mkexpr(tres), restart_point );
1180 IRTemp taddr, IRTemp texpVal, Addr3
1123 helper_ADC( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr32 restart_point ) argument
1177 helper_SBB( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr32 restart_point ) argument
[all...]
H A Dguest_amd64_toIR.c2001 if texpVal is IRTemp_INVALID then a normal store is
2004 if texpVal is not IRTemp_INVALID then a cas-style store is
2005 generated. texpVal is the expected value, restart_point
2006 is the restart point if the store fails, and texpVal must
2013 IRTemp taddr, IRTemp texpVal, Addr64 restart_point )
2046 if (texpVal == IRTemp_INVALID) {
2050 vassert(typeOfIRTemp(irsb->tyenv, texpVal) == ty);
2051 /* .. and hence 'texpVal' has the same type as 'tres'. */
2053 mkexpr(texpVal), mkexpr(tres), restart_point );
2072 IRTemp taddr, IRTemp texpVal, Addr6
2010 helper_ADC( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr64 restart_point ) argument
2069 helper_SBB( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr64 restart_point ) argument
[all...]

Completed in 157 milliseconds