Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c529 case Asse_RSQRTF: return "rsqrt"; in showAMD64SseOp()
1576 || i->Ain.Sse32Fx4.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1585 || i->Ain.Sse32FLo.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1594 || i->Ain.Sse64Fx2.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1603 || i->Ain.Sse64FLo.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
3446 case Asse_RSQRTF: *p++ = 0x52; break; in emit_AMD64Instr()
3502 case Asse_RSQRTF: *p++ = 0x52; break; in emit_AMD64Instr()
Dhost_amd64_defs.h319 Asse_RCPF, Asse_RSQRTF, Asse_SQRTF, enumerator
Dhost_amd64_isel.c3229 case Iop_RSqrtEst32Fx4: op = Asse_RSQRTF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3239 case Iop_RSqrtEst32F0x4: op = Asse_RSQRTF; goto do_32F0x4_unary; in iselVecExpr_wrk()
3807 case Iop_RSqrtEst32Fx8: op = Asse_RSQRTF; goto do_32Fx8_unary; in iselDVecExpr_wrk()