Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c505 case Xsse_RSQRTF: return "rsqrt"; in showX86SseOp()
1419 || i->Xin.Sse32Fx4.op == Xsse_RSQRTF in getRegUsage_X86Instr()
1428 || i->Xin.Sse32FLo.op == Xsse_RSQRTF in getRegUsage_X86Instr()
1437 || i->Xin.Sse64Fx2.op == Xsse_RSQRTF in getRegUsage_X86Instr()
1446 || i->Xin.Sse64FLo.op == Xsse_RSQRTF in getRegUsage_X86Instr()
3047 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
3073 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
3099 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
3125 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
Dhost_x86_defs.h305 Xsse_RCPF, Xsse_RSQRTF, Xsse_SQRTF, enumerator
Dhost_x86_isel.c3307 case Iop_RSqrt32Fx4: op = Xsse_RSQRTF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3318 case Iop_RSqrt64Fx2: op = Xsse_RSQRTF; goto do_64Fx2_unary; in iselVecExpr_wrk()
3330 case Iop_RSqrt32F0x4: op = Xsse_RSQRTF; goto do_32F0x4_unary; in iselVecExpr_wrk()
3348 case Iop_RSqrt64F0x2: op = Xsse_RSQRTF; goto do_64F0x2_unary; in iselVecExpr_wrk()