Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.c577 case Asse_RCPF: return "rcp"; in showAMD64SseOp()
1661 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr()
1670 unary = toBool( i->Ain.Sse32FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
1679 unary = toBool( i->Ain.Sse64Fx2.op == Asse_RCPF in getRegUsage_AMD64Instr()
1688 unary = toBool( i->Ain.Sse64FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
3482 case Asse_RCPF: *p++ = 0x53; break; in emit_AMD64Instr()
3540 case Asse_RCPF: *p++ = 0x53; break; in emit_AMD64Instr()
Dhost_amd64_defs.h322 Asse_RCPF, Asse_RSQRTF, Asse_SQRTF, enumerator
Dhost_amd64_isel.c3355 case Iop_Recip32Fx4: op = Asse_RCPF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3377 case Iop_Recip32F0x4: op = Asse_RCPF; goto do_32F0x4_unary; in iselVecExpr_wrk()