Searched refs:dbl (Results 26 - 28 of 28) sorted by relevance

12

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c1459 ULong amd64g_calculate_FXAM ( ULong tag, ULong dbl )
1468 /* vex_printf("calculate_FXAM ( %d, %llx ) .. ", tag, dbl ); */
1470 f64 = (UChar*)(&dbl);
H A Dguest_x86_toIR.c3646 IROp op, Bool dbl )
3648 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
3649 if (dbl) {
3672 IROp op, Bool dbl )
3674 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
3675 if (dbl) {
H A Dguest_amd64_toIR.c4884 IROp op, Bool dbl )
4886 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
4887 if (dbl) {
4910 IROp op, Bool dbl )
4912 DIP("f%s%c %s\n", op_txt, dbl?'l':'s', dis_buf);
4913 if (dbl) {

Completed in 201 milliseconds

12