Searched defs:op_txt (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Di386-dis.c3529 char *op_txt[MAX_OPERANDS]; local
3915 op_txt[i] = op_out[i];
3930 op_txt[MAX_OPERANDS - 1 - i] = op_out[i];
3935 if (*op_txt[i])
3942 (*info->fprintf_func) (info->stream, "%s", op_txt[i]); local
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c3645 void fp_do_op_mem_ST_0 ( IRTemp addr, HChar* op_txt, HChar* dis_buf, argument
3648 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
3671 void fp_do_oprev_mem_ST_0 ( IRTemp addr, HChar* op_txt, HChar* dis_buf, argument
3674 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
3697 void fp_do_op_ST_ST ( HChar* op_txt, IROp op, UInt st_src, UInt st_dst, argument
3700 DIP("f%s%s st(%d), st(%d)\n", op_txt, pop_after?"p":"",
3717 void fp_do_oprev_ST_ST ( HChar* op_txt, IROp op, UInt st_src, UInt st_dst, argument
3720 DIP("f%s%s st(%d), st(%d)\n", op_txt, pop_after?"p":"",
H A Dguest_amd64_toIR.c4883 void fp_do_op_mem_ST_0 ( IRTemp addr, HChar* op_txt, HChar* dis_buf, argument
4886 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
4909 void fp_do_oprev_mem_ST_0 ( IRTemp addr, HChar* op_txt, HChar* dis_buf, argument
4912 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
4935 void fp_do_op_ST_ST ( HChar* op_txt, IROp op, UInt st_src, UInt st_dst, argument
4938 DIP("f%s%s st(%u), st(%u)\n", op_txt, pop_after?"p":"", st_src, st_dst );
4954 void fp_do_oprev_ST_ST ( HChar* op_txt, IROp op, UInt st_src, UInt st_dst, argument
4957 DIP("f%s%s st(%u), st(%u)\n", op_txt, pop_after?"p":"", st_src, st_dst );

Completed in 219 milliseconds