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

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c11990 IRTemp rightV = newTemp(Ity_V128); local
12016 assign( rightV, mk128from32s( e3, e1, g3, g1 ) );
12021 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
12035 IRTemp rightV = newTemp(Ity_V128); local
12062 assign( rightV, binop(Iop_64HLtoV128, mkexpr(e1),mkexpr(g1)) );
12067 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
H A Dguest_amd64_toIR.c15356 IRTemp rightV = newTemp(Ity_V128); local
15364 assign( rightV, mkV128from32s( s3, s1, d3, d1 ) );
15369 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
15378 IRTemp rightV = newTemp(Ity_V128); local
15386 assign( rightV, binop(Iop_64HLtoV128, mkexpr(s1), mkexpr(d1)) );
15391 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
[all...]

Completed in 198 milliseconds