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

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c11937 IRTemp rightV = newTemp(Ity_V128); local
11963 assign( rightV, mk128from32s( e3, e1, g3, g1 ) );
11968 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
11982 IRTemp rightV = newTemp(Ity_V128); local
12009 assign( rightV, binop(Iop_64HLtoV128, mkexpr(e1),mkexpr(g1)) );
12014 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
H A Dguest_amd64_toIR.c15228 IRTemp rightV = newTemp(Ity_V128); local
15236 assign( rightV, mkV128from32s( s3, s1, d3, d1 ) );
15241 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
15250 IRTemp rightV = newTemp(Ity_V128); local
15258 assign( rightV, binop(Iop_64HLtoV128, mkexpr(s1), mkexpr(d1)) );
15263 mkexpr(rm), mkexpr(leftV), mkexpr(rightV) ) );
[all...]

Completed in 162 milliseconds