Home
last modified time | relevance | path

Searched refs:Xfp_MUL (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h289 Xfp_ADD, Xfp_SUB, Xfp_MUL, Xfp_DIV, enumerator
Dhost_x86_defs.c469 case Xfp_MUL: return "mul"; in showX86FpOp()
2079 case Xfp_MUL: subopc = 1; break; in do_fop2_st()
Dhost_x86_isel.c3073 case Iop_MulF64: fpop = Xfp_MUL; break; in iselDblExpr_wrk()
3091 && fpop != Xfp_MUL && fpop != Xfp_DIV) in iselDblExpr_wrk()