Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h290 Xfp_SCALE, Xfp_ATAN, Xfp_YL2X, Xfp_YL2XP1, Xfp_PREM, Xfp_PREM1, enumerator
Dhost_x86_defs.c473 case Xfp_YL2X: return "yl2x"; in showX86FpOp()
2835 if (i->Xin.FpBinary.op == Xfp_YL2X in emit_X86Instr()
2845 *p++ = toUChar(i->Xin.FpBinary.op==Xfp_YL2X ? 0xF1 : 0xF9); in emit_X86Instr()
Dhost_x86_isel.c3076 case Iop_Yl2xF64: fpop = Xfp_YL2X; break; in iselDblExpr_wrk()