Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c528 case Asse_RCPF: return "rcp"; in showAMD64SseOp()
1623 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr()
1632 unary = toBool( i->Ain.Sse32FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
1641 unary = toBool( i->Ain.Sse64Fx2.op == Asse_RCPF in getRegUsage_AMD64Instr()
1650 unary = toBool( i->Ain.Sse64FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
3646 case Asse_RCPF: *p++ = 0x53; break; in emit_AMD64Instr()
3702 case Asse_RCPF: *p++ = 0x53; break; in emit_AMD64Instr()
Dhost_amd64_defs.h319 Asse_RCPF, Asse_RSQRTF, Asse_SQRTF, enumerator
Dhost_amd64_isel.c3228 case Iop_RecipEst32Fx4: op = Asse_RCPF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3238 case Iop_RecipEst32F0x4: op = Asse_RCPF; goto do_32F0x4_unary; in iselVecExpr_wrk()
3805 case Iop_RecipEst32Fx8: op = Asse_RCPF; goto do_32Fx8_unary; in iselDVecExpr_wrk()