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.h321 Asse_RCPF, Asse_RSQRTF, Asse_SQRTF, enumerator
Dhost_amd64_defs.c547 case Asse_RCPF: return "rcp"; in showAMD64SseOp()
1543 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr()
1552 unary = toBool( i->Ain.Sse32FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
1561 unary = toBool( i->Ain.Sse64Fx2.op == Asse_RCPF in getRegUsage_AMD64Instr()
1570 unary = toBool( i->Ain.Sse64FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
3252 case Asse_RCPF: *p++ = 0x53; break; in emit_AMD64Instr()
3308 case Asse_RCPF: *p++ = 0x53; break; in emit_AMD64Instr()
Dhost_amd64_isel.c3229 case Iop_Recip32Fx4: op = Asse_RCPF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3249 case Iop_Recip32F0x4: op = Asse_RCPF; goto do_32F0x4_unary; in iselVecExpr_wrk()
3803 case Iop_Recip32Fx8: op = Asse_RCPF; goto do_32Fx8_unary; in iselDVecExpr_wrk()