Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c503 case Xsse_RCPF: return "rcp"; in showX86SseOp()
1422 unary = toBool( i->Xin.Sse32Fx4.op == Xsse_RCPF in getRegUsage_X86Instr()
1431 unary = toBool( i->Xin.Sse32FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
1440 unary = toBool( i->Xin.Sse64Fx2.op == Xsse_RCPF in getRegUsage_X86Instr()
1449 unary = toBool( i->Xin.Sse64FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
3081 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3107 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3133 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3159 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
Dhost_x86_defs.h311 Xsse_RCPF, Xsse_RSQRTF, Xsse_SQRTF, enumerator
Dhost_x86_isel.c3416 case Iop_RecipEst32Fx4: op = Xsse_RCPF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3426 case Iop_RecipEst32F0x4: op = Xsse_RCPF; goto do_32F0x4_unary; in iselVecExpr_wrk()