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()
1424 || i->Xin.Sse32Fx4.op == Xsse_RSQRTF in getRegUsage_X86Instr()
1433 || i->Xin.Sse32FLo.op == Xsse_RSQRTF in getRegUsage_X86Instr()
1442 || i->Xin.Sse64Fx2.op == Xsse_RSQRTF in getRegUsage_X86Instr()
1451 || i->Xin.Sse64FLo.op == Xsse_RSQRTF in getRegUsage_X86Instr()
3080 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
3106 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
3132 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
3158 case Xsse_RSQRTF: *p++ = 0x52; break; in emit_X86Instr()
Dhost_x86_defs.h308 Xsse_RCPF, Xsse_RSQRTF, Xsse_SQRTF, enumerator
Dhost_x86_isel.c3417 case Iop_RSqrt32Fx4: op = Xsse_RSQRTF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3428 case Iop_RSqrt64Fx2: op = Xsse_RSQRTF; goto do_64Fx2_unary; in iselVecExpr_wrk()
3440 case Iop_RSqrt32F0x4: op = Xsse_RSQRTF; goto do_32F0x4_unary; in iselVecExpr_wrk()
3458 case Iop_RSqrt64F0x2: op = Xsse_RSQRTF; goto do_64F0x2_unary; in iselVecExpr_wrk()