Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c504 case Xsse_RCPF: return "rcp"; in showX86SseOp()
1418 unary = toBool( i->Xin.Sse32Fx4.op == Xsse_RCPF in getRegUsage_X86Instr()
1427 unary = toBool( i->Xin.Sse32FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
1436 unary = toBool( i->Xin.Sse64Fx2.op == Xsse_RCPF in getRegUsage_X86Instr()
1445 unary = toBool( i->Xin.Sse64FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
3046 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3072 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3098 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3124 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
Dhost_x86_defs.h305 Xsse_RCPF, Xsse_RSQRTF, Xsse_SQRTF, enumerator
Dhost_x86_isel.c3306 case Iop_Recip32Fx4: op = Xsse_RCPF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3317 case Iop_Recip64Fx2: op = Xsse_RCPF; goto do_64Fx2_unary; in iselVecExpr_wrk()
3329 case Iop_Recip32F0x4: op = Xsse_RCPF; goto do_32F0x4_unary; in iselVecExpr_wrk()
3347 case Iop_Recip64F0x2: op = Xsse_RCPF; goto do_64F0x2_unary; in iselVecExpr_wrk()