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

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c3784 void fp_do_op_ST_ST ( const HChar* op_txt, IROp op, UInt st_src, UInt st_dst, argument
3788 st_src, st_dst);
3794 get_ST(st_src) )
3804 void fp_do_oprev_ST_ST ( const HChar* op_txt, IROp op, UInt st_src, argument
3808 st_src, st_dst);
3813 get_ST(st_src),
H A Dguest_amd64_toIR.c5312 void fp_do_op_ST_ST ( const HChar* op_txt, IROp op, UInt st_src, UInt st_dst, argument
5315 DIP("f%s%s st(%u), st(%u)\n", op_txt, pop_after?"p":"", st_src, st_dst );
5321 get_ST(st_src) )
5331 void fp_do_oprev_ST_ST ( const HChar* op_txt, IROp op, UInt st_src, UInt st_dst, argument
5334 DIP("f%s%s st(%u), st(%u)\n", op_txt, pop_after?"p":"", st_src, st_dst );
5339 get_ST(st_src),
[all...]

Completed in 195 milliseconds